((a, b) => a ?? b)();
((a, b) => a ?? b)();
const fn = (a, b) => a ?? b
ARM, but Apple has the most advanced ARM chips and macOS /The AS Platform has the best amd64 to arm64 translation layer.
I mean at that point you’re basically running macOS 😉
I couldn’t imagine buying any laptop other than a Mac because the performance to battery life ratio on everything else is awful. Plus if you want a UNIX system, it’s an easy buy.
After owning an Apple ARM laptop I’d never go back to anything else.
I ran this query:
select distinct thumbnail_url as url from post where not local and thumbnail_url like 'https://campfyre.nickwebster.dev/pictrs%'
(replace with your instance’s url)
I then sent delete requests to /internal/purge on pictrs to delete all of those old thumbnails, which cleared out a lot of space. After deleting the thumbnails I ran an UPDATE
query to set all of those old thumbnail URLs to null
in the DB. I also patched the version of lemmy that I run to stop caching thumbnails in the future. Hope this helps!
WebAssembly is sandboxed and deterministic. Any impure code has to be triggered via message passing with the host language.
Honestly that cake looks really tasty
I have a few but my main one is https://nick.geek.nz followed by https://nickwebster.dev which currently just had a redirect, some email stuff, and this Lemmy instance.
You only pull down stuff when a member of your instance subscribes/visits another instance via yours.
As a compiler developer this speaks to me on a deep level lol