deleted by creator
- 0 Posts
- 13 Comments
This a very good book on algorithms. Another good one is “The art of computer programming” by Donald Knuth. He also created Tex.
FrostyPolicy@suppo.fito
Programming@programming.dev•If you thought the speed of writing code was your problem - you have bigger problems
52·27 days agoIt is said in the development community that as a junior you write more code and think less, and when you become more senior you think more and write less code.
It’s an old meme but checks out.
Even with ublock-origin with quite extensive blocking rules and browsers enhanced tracking protection the ny times website was 10 MB to load.
FrostyPolicy@suppo.fito
Technology@lemmy.world•Fedora Project Leader Suggests Linux Distros Could Adopt Apple's Age Verification APIEnglish
131·1 month agoAccounts already require your “full name” but we don’t consider that “full name verification”.
They don’t require anything. You can leave that empty or just put John Doe. All that is required for an account on a Linux system is a username and a password.
In the civilized Europe ambulance rides are free or cost next to nothing.
This is the way.
FrostyPolicy@suppo.fito
Programming@programming.dev•JADEx v0.41: Introducing Immutability for Safer Java Code
0·2 months agoBased on the readme this basically brings some Kotlin null handling and immutability as an add-on to Java projects. For a fresh project I recommend Kotlin. For an existing project this might add some value.
As for immutability Java already has options for that like the
finalkeyword or immutable collections.Overall an interesting idea. NPEs are way too common in Java code. Even the original creator of
nullfeels it was a mistake to begin with.
Not all built-in apps had that option but for everything else you can.
block them from accessing the Internet on non-GrapheneOS phones
This is an important feature in GrapheneOS. You can deny network access for any app.
FrostyPolicy@suppo.fito
Privacy@lemmy.world•US Homeland Security Asking Big Tech to Hand Over Information On Users That Have Spoken Out Against ICEEnglish
0·3 months agoThe US has truly become the Fourth Reich.





Until your distro releases a fixed kernel add
initcall_blacklist=algif_aead_initto your boot parameters and reboot. Problem gone. Source https://social.wildeboer.net/@jwildeboer/116503656052666960