I’d be curious to see a comparison against some other LLMs. https://lmarena.ai/ might be useful for this.
- 8 Posts
- 20 Comments
- unquietwiki@programming.devtoLinux@programming.dev•Linux or Landfill? End of Windows 10 Leaves PC Charities with Tough ChoiceEnglish6·1 year ago
One 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.devOPtoProgramming@programming.dev•Google has a course on the Rust programming languageEnglish11·2 years ago
I 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.devOPtoCSCareerQuestions@programming.dev•20 years in IT, and my career is effectively stuckEnglish2·2 years ago
I got on Hired; the other three seem to be more for full-time devs (I’ve done dev work in support of my jobs, but not as a job in itself).
- unquietwiki@programming.devOPtoCSCareerQuestions@programming.dev•20 years in IT, and my career is effectively stuckEnglish3·2 years ago
I’ll have a look! Thanks!
- unquietwiki@programming.devOPtoCSCareerQuestions@programming.dev•20 years in IT, and my career is effectively stuckEnglish2·2 years ago
Indeed bought out GlassDoor, so I’ve been using that instead; as well as LinkedIn & whatnot. Market’s also apparently more amenable to novices and specialized folks right now, so you’re going to have better luck than a lot of us I think!
- unquietwiki@programming.devOPtoCSCareerQuestions@programming.dev•20 years in IT, and my career is effectively stuckEnglish9·2 years ago
Thanks for digging into this on your end. Yeah, that 7 year stint was with an outfit wherein I was the constant, and everyone else kept coming & going. The 3 year job, I got canned for an overtime dispute; and they replaced me with two people after. The rest are a mix of layoffs or other reasons for not staying: I’m not one to just “quit”. Give me the right org; that’s not overly worried about being cheap, or has too many people coming & going; and I’d be happy to stay. Otherwise, I feel like my career has been more or less a “firefighter” vs a “builder” (I had to do both in the 7 year job). I hope that makes some kind of sense?
- unquietwiki@programming.devOPtoCSCareerQuestions@programming.dev•20 years in IT, and my career is effectively stuckEnglish5·2 years ago
By fake recruiters and spam for PMP training…
- unquietwiki@programming.devtoWeb Development@programming.dev•How to handle the erasure of your 'digital legacy'?English1·2 years ago
Struggling 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.devtoProgramming@programming.dev•Severity HIGH security problem to be announced with curl 8.4.0 on Oct 11 (CVE-2023-38545) · curl/curl · Discussion #12026English15·2 years ago
I 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.devtoProgramming@programming.dev•The Top Programming Languages 2023English4·3 years ago
A lot of commercial apps are built with it. And if you’re not using Kotlin, you’re probably using Java for Android dev.
If NAT64/DNS64 isn’t an option, setting up a small proxy server on an OpenWRT or OPNsense router might work. That assumes you have access to public IPv6; which at that point, you’re better off using said router to provide dual-stack internally.
- unquietwiki@programming.devtoProgramming@programming.dev•Relevant again with Federated Software: The Cathedral and the BazaarEnglish41·3 years ago
He 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.devtoProgramming@programming.dev•Why do they keep making new languagesEnglish61·3 years ago
If 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.
It’s still a relatively new community, all things considered. I helped spin up a Discord for the r/ipv6 folks, else we’ve been trying to decide if we should have folks come here too. I reached out to the mod for insight.
Hey there! Yeah it’s me, from r/ipv6. Thanks for pointing that out about Cloudflare, I forget it can do that. And hope you are keeping well!
https://programming.dev/ pings over IPv6. Basically, any instance being hosted via Vultr should have IPv6 by default.
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.