That feeling when your terminal buffer is infinitely sized and you run out of memory because your interpreter spams dozens of megabytes per second while you walk out of the room for a bit #relatable
Marcel, the developer of #FairEmail has decided to end its development. FairEmail is one of the most feature-rich and IMO the best email client for #Android.
This insanity 😔 « How #Bitcoin mining devastated this New York town - Between rising #electricity rates and soaring #climate costs, #cryptomining is taking its toll on communities » by Lois Parshley https://www.technologyreview.com/2022/04/18/1049331/bitcoin-cryptocurrency-cryptomining-new-york/
It looks like privacy-focused Android mail client FairEmail is closing down. https://forum.xda-developers.com/t/closed-app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/page-1087#post-86909853
Very bad news for Android users. Marcel announced he will stop work on all his Software, the most important being Netguard, the best non root firewall. Also Fairmail, which has been reported here.
https://forum.xda-developers.com/t/app-6-0-netguard-no-root-firewall.3233012/post-86909887
Did I *need* to implement hooks in #acme for #9front that are loosely compatible with #kakoune's? No.
Did I want to? Honestly, not really; I was mostly just fucking around.
Are they awesome anyways? Well, no; it'd make more sense to just hook on the "put" directly instead of pretending to be Kakoune.
Does that mean I don't love this:
hook BufWritePost '.*\.go' 'if(out=`{go/main fmt $p}){
if(! ~ $#out 0){
echo get >/mnt/acme/$w/ctl
}
go/main build && go/main test
}'
Nope, I love it :D
Are there any good #foss alternatives to Inkscape that don't have GTK or Rust as dependencies? Trying (again) for a lightweight Gentoo-musl system, worst case I'll just use pen and paper...
@TheEvilSkeleton Software outside of the sandbox can access the OnlineAccounts framework. Software *inside* the sandbox can do anything software outside of the sandbox can, if given file system access, with just an extra step in the middle.
Ergo, software inside the sandbox *can* access the OnlineAccounts framework even if it's not supposed to be able to.
lmao
Comparing Hare to Rust and Zig
Martijn Braam
3 May 2022
https://blog.brixit.nl/comparing-hare/
Haha, terrible but fun way to emulate stuff: Use Go. Make each block of functionality a goroutine. Use channels as buses.
Fetch: send a signal to the register file to put PC on the address bus. Send a signal to RAM to read from the given address onto the data bus. The RAM goroutine reads the address from the address channel, and writes the data there to the data channel.
Decode: read the instruction from the data bus. Signal different pieces as needed.
etc, etc, running out of typing space :P
Fucking looool
Whilst working on Other Stuff, I decided to exercise my curiosity on whether @kvik's port of lua to Plan 9 (https://sr.ht/~kvik/lu9/) would successfully run Fennel (https://fennel-lang.org/) and the results are hilarious. Here is a screenshot of me literally downloading the fennel script, chmodding it so it'll run, fixing up the #! and then using the fennel repl to take a screenshot of the window I did it all in.
I wasn't expecting to have that degree of success so quickly!
A human person http://pixelhero.dev