I’ve had an itch to play Palworld recently, so definitely that! Helldivers is also my “Jump in for a match or two then log off” style game that I generally play as well.
Formerly @russjr08@outpost.zeuslink.net
- 2 Posts
- 270 Comments
Russ@bitforged.spaceto
Linux@lemmy.ml•the self checkout machines at Walmart need a reboot. syslinux 6.03English
7·7 个月前Yes, though I think the exception is (some?) ARM based PCs don’t run UEFI, in which ARM in general doesn’t have a universal standard for booting which adds complexity to it. Perhaps that’s already changed though, I haven’t kept up too well in the ARM space.
Not sure if maybe the Walmart self checkout terminals aren’t x86 machines, perhaps they’re ARM or another embedded type of system.
Russ@bitforged.spaceto
Chat@beehaw.org•i have lost 138 lbs (63 kg) so far and the body horror of it all is hitting meEnglish
2·7 个月前Oh, nice! Congrats on your journey so far by the way, and good luck with the rest!
Russ@bitforged.spaceto
Chat@beehaw.org•i have lost 138 lbs (63 kg) so far and the body horror of it all is hitting meEnglish
2·7 个月前Just as a caution for this, a lot of the assistance programs for the GLP-1s don’t actually support state healthcare programs from what I’ve seen, unfortunately.
My endocrinologist wants to get my A1C down (and I could stand to lose a bit of weight in general) since it’s fairly high (just barely touching pre-diabetic levels), and they’ve only been able to get me on Trulicity for now. Insurance themselves will only cover GLP-1s if all the other A1C drugs completely fail (and show no results for X amount of time), they won’t approve it under just general weight loss alone.
Something to look out for!
Russ@bitforged.spaceto
Technology@lemmy.world•As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled MonstrosityEnglish
2·7 个月前I assume you mean Nginx Proxy Manager? I’m surprised that you would even run that on a desktop with a GUI, seems far more fit for a headless system. Of course, nothing stops you - it’s your system.
As a general note I’d recommend docker CLI / compose, most applications will assume you’re using that and have instructions tailored for it (which is helpful if you’re new to docker).
To be honest I didn’t even know docker had a desktop app for Linux, I’ve only seen folks use it on Windows and macOS.
Are you just using the rsync command directly? I believe there is an exclude flag that you can use to exempt your steam library folder.
Russ@bitforged.spaceto
Fediverse@lemmy.world•So admins, hows your instances looking today?English
12·7 个月前No issues so far! Issues tend to be an “I fucked up” rather than a “Someone else fucked up”.
I’d much rather the fuck up be my own, as silly as that might perhaps sound to some folks outside of IT.
Russ@bitforged.spaceto
Fediverse@lemmy.world•Microsoft doesn't understand the FediverseEnglish
3·8 个月前Just to chime in with my own opinion on JetBrains’ tooling, my first language was Java - admittedly its been a while since I tried Java (and other JVM languages like Kotlin) in VSCode but when I last did it was a bit of a challenge. I also did some Android development for a while and if “standalone” Java was awkward in VSCode I assume Android development would have been too (Android development in general was nightmare fuel until Android Studio came along, never really did like Eclipse all that much).
After expanding out into other languages, I have enjoyed the specialization of each of the JetBrains IDEs. VSCode always felt like a “Jack of all trades, master of none” type of experience for me personally. I have tried out Zed recently and while I think its going to be a decent editor, I still have similar issues with it that I have in VSCode (in that how well it works depends on what language you’re using).
The exception to their tooling that I haven’t really liked though is Fleet - which was their answer to creating an equivalent to VSCode. It hasn’t really seen a lot of development and feels more like the forgotten step child of JetBrains. Also the “Remote Development”/JetBrains Gateway features can be really hit or miss though thankfully I don’t need that sort of functionality often.
Russ@bitforged.spaceto
Fediverse@lemmy.world•Mastodon says it doesn't 'have the means' to comply with age verification lawsEnglish
20·9 个月前The p2p meshnet that they were referring to basically is a local/small group ISP.
As for why a single person cannot (effectively) become their own ISP? It’s complicated. Really complicated. ISPs have to pay other ISPs just like you and I do, unless they’re a Tier-1 ISP/Network. Otherwise you’re always going to be paying to connect to (and generally paying for bandwidth) another network that has access to a network that then has access to a T1 network. T1s are basically the largest networks that hold (or can directly access) the majority of people on the internet. Top of the food chain, so to speak.
So in theory, yeah, you can become your own ISP - but you’ll still need to pay and be at the mercy of other ISPs. Datacenters are typically their own ISP, but they have to pay others to get online just like we do.
Russ@bitforged.spaceto
Steam Hardware@sopuli.xyz•[Help] Steam Deck OLED | Windows 10 Dual Boot | How to Enable Secure BootEnglish
5·9 个月前As far as I understand, the steps you linked to are currently the only way to do this. Personally, it’s not something I’d be willing to go through. That guide explicitly states that if you accidentally lose the keys, you’re not able to disable Secure Boot.
Additionally, since the SteamOS kernel needs to be signed manually, this seems like you could run into some “fun times” when SteamOS updates the kernel and loses the signature. You’d need to re-sign the image every time the kernel gets updated.
To me, the risks outweigh the rewards - especially since we don’t know how well BF6 runs on the deck. Of course, at the end of the day its a choice you have to make yourself, but that’s my take on the matter.
Russ@bitforged.spaceto
Programmer Humor@programming.dev•That's a quite interesting add-onEnglish
12·10 个月前Probably the part where it’s paired with
*slides her finger into your mouth*Unless that’s something you say to your friends/family/coworkers/etc often…?
Russ@bitforged.spaceto
Games@lemmy.world•Stardew Valley dethrones Valve classic Portal 2 as Steam’s top-rated gameEnglish
2·10 个月前This is pretty much how I am, too. I’ve purchased SDV three times but could never get into it because I have no idea what I need to do.
Big fan of the dev though and how much he does for the game, even if I don’t personally play.
Russ@bitforged.spaceto
Open Source@lemmy.ml•The Open-Source Software Saving the Internet From AI Bot ScrapersEnglish
2·10 个月前That would have the same effect as just taking the site offline…
No one is giving a random site their photo ID.
Russ@bitforged.spaceto
Android@lemmy.world•Apps installed from Obtainium cannot be archivedEnglish
1·10 个月前If I had to take a guess (which is exactly what this is, a guess) it is because Android doesn’t “know” where the app is from. I assume the Play Store has specific (system-level) APIs that it uses to “tell” Android how it can be restored (or rather, Android can signal to the Play Store to do a reinstall) when you go to unarchive the app.
It’s been a while since I kept up with the latest in Android’s APIs, I’d heard there were some APIs that third party stores could use to be recognized as a store, but I’m not sure what the requirements are for that (such as being a system app rather than a user app, or signed by the ROM’s keys) and if so, whether archiving even supports third party stores.
I can’t think of any other workarounds unfortunately, especially if you want to persist app data. Perhaps there’s an app that can make custom widgets that look like an app entry on the home screen (and allows setting an icon/text) but I’m not aware of any, and that definitely wouldn’t save the app data.
Oh interesting, it’s been a while since I have tried to use Apple TV (roughly 7 years or so - I don’t use any Apple devices anymore), this wasn’t available at the time so I’m glad to see there’s finally some native support.
I always assumed it was more or less targeting the federation of issues/MRs.
The git side of things is already distributed as you said, but if you decide to host your random project on your own GitLab instance you’ll miss out on people submitting issues/MRs because they won’t want to sign up for an account on your random instance (or sign in with another IdP).
This is where a lot of the reliance of GitHub comes from, in my opinion.
I think they meant Apple’s “tvOS” - which powers the Apple TV set top box.
There’s no client for it, if I had to take a guess it’s likely due to the costs of doing so.Edit: Whoops, it appears I’m a bit out of date on this.
Russ@bitforged.spaceto
Technology@lemmy.world•We need to stop pretending AI is intelligentEnglish
31·11 个月前Your son and daughter will continue to learn new things as they grow up, a LLM cannot learn new things on its own. Sure, they can repeat things back to you that are within the context window (and even then, a context window isn’t really inherent to a LLM - its just a window of prior information being fed back to them with each request/response, or “turn” as I believe is the term) and what is in the context window can even influence their responses. But in order for a LLM to “learn” something, it needs to be retrained with that information included in the dataset.
Whereas if your kids were to say, touch a sharp object that caused them even slight discomfort, they would eventually learn to stop doing that because they’ll know what the outcome is after repetition. You could argue that this looks similar to the training process of a LLM, but the difference is that a LLM cannot do this on its own (and I would not consider wiring up a LLM via an MCP to a script that can trigger a re-train + reload to be it doing it on its own volition). At least, not in our current day. If anything, I think this is more of a “smoking gun” than the argument of “LLMs are just guessing the next best letter/word in a given sequence”.
Don’t get me wrong, I’m not someone who completely hates LLMs / “modern day AI” (though I do hate a lot of the ways it is used, and agree with a lot of the moral problems behind it), I find the tech to be intriguing but it’s a (“very fancy”) simulation. It is designed to imitate sentience and other human-like behavior. That, along with human nature’s tendency to anthropomorphize things around us (which is really the biggest part of this IMO), is why it tends to be very convincing at times.
That is my take on it, at least. I’m not a psychologist/psychiatrist or philosopher.
Russ@bitforged.spaceto
Linux Gaming@lemmy.world•Games run faster on SteamOS than Windows 11, Ars testing findsEnglish
4·11 个月前It’s not like they built a new kernel specifically for the steam deck.
I agree that the majority of the impact being seen is from various components that aren’t SteamOS specific, however Valve does actually have a custom kernel for the Steam Deck “linux-neptune” (there are quite a few mirrors for browsing, but this is the official source).
I believe most of their changes are just to drive the deck’s hardware. Every now and then there are some changes that Valve contributes that lands there first before it gets upstreamed, for example the Arch Wiki calls out the Steam Deck’s kernel as a way to fix issues between HDR & VRR (shouldn’t be needed anymore on modern mainline kernels).



And if you’re not sure whether the cache has been fully flushed, run
syncand it’ll return once it’s done!