- 0 Posts
- 15 Comments
Save a slap for the leap seconds creator.
Or, we could collectively realize time is but an illusion and transcend this silly problem.
mojo_raisin@lemmy.worldto Programmer Humor@programming.dev•It's easier to remember the IPs of good DNSes, too.English101·1 year agoI’m still on IPv3, haven’t updated yet.
mojo_raisin@lemmy.worldto Programming@programming.dev•What programming language ruby, python og javascript?English22·1 year agoIf Ruby is interesting, check out Crystal, it’s like Ruby but static typed and compiled.
mojo_raisin@lemmy.worldto Technology@lemmy.ml•The ugly truth behind ChatGPT: AI is guzzling resources at planet-eating ratesEnglish2·1 year agoNate is amazing, he and some of his guests are exactly who I learned this from.
mojo_raisin@lemmy.worldto Technology@lemmy.ml•The ugly truth behind ChatGPT: AI is guzzling resources at planet-eating ratesEnglish2·1 year agoTo some degree, fission also, though it has a few other problems like safety and security concerns around nuclear materials, locations of fuels and whether they are in friendly nations, other things the fuels can be used for and all the politics that goes with that, etc.
But we need more than just energy. At some point, regardless of our energy, we are going to destroy Earth’s ecosystems using up other resources, using this energy to mine unsustainably, etc. More energy just means we kill ourselves faster. We should not be looking for more or cleaner energy with which to kill ourselves with, we should be looking to continuity of our species and that requires living sustainably within the bounds of our environment.
mojo_raisin@lemmy.worldto Technology@lemmy.ml•The ugly truth behind ChatGPT: AI is guzzling resources at planet-eating ratesEnglish152·1 year agoI never understand this line of thought. The amounts of energy we use is never ever going to go down. It just isn’t.
If we don’t develop practical nuclear fusion before our fossil inheritance effectively runs out we sure will. It will also go down following ecological collapse caused by using all that energy. Infinite energy doesn’t make up for a collapsed ecosystem.
mojo_raisin@lemmy.worldto Programming@programming.dev•Preview builds for the Zed editor now available on LinuxEnglish1·1 year agoFor sure! Ya I was happy to find it as letting MS force me into their world was not something I was willing to let happen and I didn’t find another FOSS editor that was appropriate for my needs.
mojo_raisin@lemmy.worldto Programming@programming.dev•Preview builds for the Zed editor now available on LinuxEnglish81·1 year agoIf you like Atom, Pulsar is basically Atom continued under a different name.
mojo_raisin@lemmy.worldto Programming@programming.dev•If you were to create a Fediverse server, with frontend being plan simple HTML only, what programming language and stack would you choose?2·1 year agoCrystal + Kemal (Like Ruby + Sinatra but way faster, compiled) for the backend and templating with ECR (like ERB) and HTMX for the front-end (though HTMX is JS it feels like HTML with added features.
mojo_raisin@lemmy.worldto Selfhosted@lemmy.world•[Help] Which modules for BTRFS or ZFS setup with Ansible?4·1 year agoYou can use the parted module for partitioning
Format with BTRFS or many others
These might come in handy:
- https://docs.ansible.com/ansible/latest/collections/community/general/btrfs_info_module.html#ansible-collections-community-general-btrfs-info-module
- https://docs.ansible.com/ansible/latest/collections/community/general/btrfs_subvolume_module.html#ansible-collections-community-general-btrfs-subvolume-module
For ZFS, I’m not familiar but I found
Here’s the index of all modules: https://docs.ansible.com/ansible/latest/collections/index_module.html
Check out Pulsar
https://pulsar-edit.dev/
It’s basically the continuation of Atom. It’s got rough edges though regarding plugins but it’s good enough to allow me to avoid VSCode.