I always thought that people using searx etc over duckduckgo were just gluttons for punishment. Having gone an entire morning without search, maybe now is the time to dive down that rabbit hole…
I always thought that people using searx etc over duckduckgo were just gluttons for punishment. Having gone an entire morning without search, maybe now is the time to dive down that rabbit hole…
Thanks, fixed! (TIL you need the https:// bit on Lemmy)
There is, they just don’t publicise it. Actually one of my favourite features of the service tbf. Just load up a web page and all my messages are there, regardless of where they came from.
Isn’t production JavaScript usually minified/obfuscated to make it hard to read?
Also wasm is actually bytecode, which I believe has a 1:1 conversion into a text-based format called wat.
I agree with your main point though, it’s kinda creepy when you realise just how much we are expected to allow other people’s code to run on our machines.
There’s a common thread between a lot of the missteps listed here and Embeacer group’s recent troubles. The idea that you could fund 230 Spiderman 2’s for the same price as buying 1 Activision-Blizzard-King really drove the point home to me.
The problem (in my obviously uneducated opinion) is that when you spend so much money in acquisition, especially of established companies, you’re neither funding nor rewarding innovation. You spend $70B on ABK and some randos in suits get a huge payout that they invest in oil or crypto or whatever. Spend $70B on talent and early career devs and you could unleash a tidal wave of creativity and experimentation.
Is this the one that was planning to be a full open world RPG originally? (Sui Generis IIRC) I’m guessing that’s unlikely to happen by this point. Exanima still looks fun though
I’ve been having a lot of fun with scheme lately (specifically guile, but I don’t think it matters much). It’s a very stripped down language compared to common lisp, so I felt it was easier to get started with.
Is that an issue if you need to login first?
What’s happening with The Escapist? I thought things had been going better over there recently
So yeah, going 100% air-source heat pump if you’re area regularly spends time around -30°C (-22F) might not be the best idea. Though even the last report you cited said it might be 1.5-2x as efficient as resistive heating. And that Site 1 with bad COPs was because they manually lowered the fan speed…
The big downside is that, for backwards compatibility, the default must still be unsafe code. Ideally this could be toggled with a compiler flag, rather than having to wrap most code in “safe” blocks (like rust, but backwards).
One potential upside that people don’t seem to be discussing is that the safe subset could also be the place to finally start cutting down the bloat of C++. We could encourage most developers to write exclusively in the safe subset, and aim to make that the “much smaller and cleaner language” trying to get out of C++.