I’d be curious to see a comparison against some other LLMs. https://lmarena.ai/ might be useful for this.
- 6 Posts
- 11 Comments
unquietwiki@programming.devto
Linux@programming.dev•Linux or Landfill? End of Windows 10 Leaves PC Charities with Tough ChoiceEnglish
6·11 months agoOne thing I wonder about Linux is the OOBE for new users. A lot of Linux distros have you create the user and whatnot when you install the OS; it’s not always intuitive on making a new user account to personalize. It’d make it a lot easier to preinstall distros and then let the user deal with finishing setup to their needs.
Is the Secure Boot shim thing related to Windows breaking dual-boot setups of late? Are they all updating to avoid some kind of Secure Boot issue in general?
I just found https://google.github.io/comprehensive-rust/ today. Structured course developed by Google for its Android devs.
unquietwiki@programming.devOPto
Programming@programming.dev•Google has a course on the Rust programming languageEnglish
11·1 year agoI found it completely by accident. Was looking at their GitHub repos for something, and saw this in there. I might even try to go through some of it (though I also want to get better at Nim).
unquietwiki@programming.devto
Web Development@programming.dev•How to handle the erasure of your 'digital legacy'?English
1·2 years agoStruggling a little with this too. The distance of time is my biggest grief: it’s hard to apply for jobs, when my most relative experience for various roles is 5-10 years old. And the further along in my career, the less there is to show, or people to speak up for what I accomplished. “Did I really do that, at all”… worst case of imposter syndrome I can think of.
unquietwiki@programming.devto
Programming@programming.dev•Severity HIGH security problem to be announced with curl 8.4.0 on Oct 11 (CVE-2023-38545) · curl/curl · Discussion #12026English
16·2 years agoI think that’s been asked before. That’d be a massive undertaking, and they also support architectures that I don’t think Rust does (yet).
unquietwiki@programming.devto
Programming@programming.dev•The Top Programming Languages 2023English
4·2 years agoA lot of commercial apps are built with it. And if you’re not using Kotlin, you’re probably using Java for Android dev.
unquietwiki@programming.devto
Programming@programming.dev•Relevant again with Federated Software: The Cathedral and the BazaarEnglish
41·2 years agoHe went from a let-and-let-live, free-loving libertarian; to a more “kooky” libertarian. IMO, he was more palatable 20 years ago than now; though it’s hard to top the fall-from-grace Stallman has had…
unquietwiki@programming.devto
Programming@programming.dev•Why do they keep making new languagesEnglish
61·3 years agoIf any of you happen to still be on Reddit, I actually maintain a “catalog” of these newer languages, as they come across my radar. One of my more recent finds is MiniScript, which the author of that has been using to port a fair amount of classic BASIC games from that GitHub archive I posted about recently. I got sucked into Nim, which seems like a good synthesis of Python, Javascript, and C++; c/nim exists for anyone interested.





I’m actually trying a hybrid approach with some VPCs: use firewalled IPv6 ports for remote management, direct to the VMs; while siphoning off the IPv4 traffic to a basic Linux host with Netfilter rules acting as a NAT router. I keep the benefits of using IPv6, without eating up a bunch of external IPv4 addresses, that I would also have to account for on filtering.