I’d be curious to see a comparison against some other LLMs. https://lmarena.ai/ might be useful for this.
- 6 Posts
- 13 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
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·3 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.
unquietwiki@programming.devto
Ask Experienced Devs@programming.dev•What should someone do when they're laid off?English
3·3 years agoIt looks like ceev.io is winding down, so may want to do something else instead. My current one is based on a Google Docs resume template, saved to an ODF file for LibreOffice: I find its editing and PDF export to be more reliable for this purpose. Scanning resumes, https://www.jobscan.co/ has come up in searches & I think I used it in the past; can’t remember off-hand what it was I was using before.
unquietwiki@programming.devto
Ask Experienced Devs@programming.dev•What should someone do when they're laid off?English
11·3 years ago-
Unemployment will ask you to track your job applications and will usually demand documentation as well; I had to do this in Florida and California. Keep a log of your applications, and use it to follow up with places as you can. I have an example I posted for showing others.
-
You may need to reformat your resume to ensure it can pass the ATS systems for acceptance into HR systems and/or auto-filling applications. Some resumes & CVs like to have you rank your skills: skip that; it’s arbitrary & throws off the scanners. But you may need a keyword section, ugly as it is, highlighting what you have used in the past. Also, a friend gave me a tip to reformat some of my job summaries with the help of ChatGPT; this will have some trial-and-error, but it might be helpful.
-
As you start looking for jobs, notice what people are asking for. There might be skill sets you are lacking that you can use this time to improve upon. I’m an IT generalist myself: I struggle to figure out what exactly I should be targeting, but cloud-systems (AWS & Azure especially) come up a lot in my searches.
-
Actual job hunting… I’ve had luck with LinkedIn, GlassDoor/Indeed, Reddit, and even have looked on Craigslist. There might be other websites that folks have come up with to help laid-off folks find work; I see those posted to LinkedIn a fair bit.
-
As was already said, don’t forget to go over your budget & start figuring out the hard breakpoints between staying in your field, vs “I need work tomorrow”. That being said, nobody’s shared with me the secret to looking like you’re not going to bail for something better / more-fitting; remember that they’re hiring with basically the same criteria for their needs, as you will in your own field.
I hope this helps. Good luck out there.
-
unquietwiki@programming.devto
Programming.dev Meta@programming.dev•Is there a way to contribute financially to the hosting costs?English
0·3 years agoI saw some folks posting that they were doing Lemmy instances with cheap Vultr instances. Are you using something similar? And how’s the bandwidth going with peering to other nodes? I’ve toyed around with the idea of starting my own node.





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.