Voyager is free.
steel_for_humans
- 1 Post
- 14 Comments
I meant that I can buy one of those Radeons dedicated to AI work, like the ASRock Radeon AI PRO R9700 Creator 32GB GDDR6. If I need to.
Currently my Ryzen iGPU is all I need, because all I need is to see the graphical desktop environment on my screen ;) It does the job well.
I use Claude Code as well and I am slightly concerned with that ID verification news, even more so because of the technology partner that they chose.
Say I have a GPU with 32GB VRAM and I am on Linux, what local LLM would be good for coding?
Currently I just have an iGPU ;) but that’s always an option, albeit a very expensive one.
steel_for_humans@piefed.socialto
Games@lemmy.world•Crimson Desert sales top five millionEnglish
1·2 days agoIt technically started as an MMO. That was their initial idea, but after they started development, they changed direction. That shows in the game to some extent, because the quests are kinda scattered and there is not always linearity, sometimes you get quests out of nowhere which doesn’t make sense. There are some short fedex type quests or tasks, too, but at the same time playing Crimson Desert does not feel like a single player MMO. Exploration is fantastic, but you should know that this game doesn’t hold your hand. You are free to do whatever and to discover the mechanics on your own. There are puzzles with no explanation whatsoever. Sometimes you’ll stumble on some hidden area with an environmental puzzle and no idea what to do. The last game like that was last year’s Hell is Us (a highly recommended hidden gem). Crimson Desert is just fun.
steel_for_humans@piefed.socialto
Games@lemmy.world•Crimson Desert sales top five millionEnglish
5·2 days agoWhy are you talking about player retention in context of a single player game? Perhaps you mixed it with their previous game — Black Desert – which is an MMO.
steel_for_humans@piefed.socialto
Technology@lemmy.world•8 in 10 Europeans don’t trust US, Chinese firms with dataEnglish
10·4 days agoWeird, my pet said the same. Is your password also
*************?
steel_for_humans@piefed.socialOPto
Privacy@lemmy.ml•I'm questioning the privacy focused choices that I madeEnglish
1·5 days agoAs for passwords, well, I wont talk about that. It’s not good but still not worst practices at least.
Paper notebook? ;)
steel_for_humans@piefed.socialOPto
Privacy@lemmy.ml•I'm questioning the privacy focused choices that I madeEnglish
2·5 days agoMy Bitwarden and Proton Pass also require Yubikey to be present when logging in on a new device.
steel_for_humans@piefed.socialOPto
Privacy@lemmy.ml•I'm questioning the privacy focused choices that I madeEnglish
4·5 days agoBy “same platform” do you mean keeping them in the same app or the same system (e.g., my Android smartphone)? I used to use Authy, but after I bought the paid subscription for Bitwarden I moved my TOTP codes there (and later to Proton Pass) because it was so convenient.
steel_for_humans@piefed.socialOPto
Privacy@lemmy.ml•I'm questioning the privacy focused choices that I madeEnglish
8·5 days agoThanks for telling me about Betterbird. I see I can run it at the same time as Thunderbird which naturally fits my workflow described above 😅
steel_for_humans@piefed.socialOPto
Privacy@lemmy.ml•I'm questioning the privacy focused choices that I madeEnglish
7·5 days agoI am thinking of self-hosting some stuff right now, but that’s mainy OneDrive/Google Drive replacement and Google Photos replacement. I could maybe self-host Bitwarden, too. Email? Nope. I know there’s A LOT of work with that, with the domains (so my emails don’t get rejected by other parties), with spam filters and so on. I will leave that to the professionals, it’s too important. File storage is for me, but email is for communication with others. So congratulations if you got that working :)
steel_for_humans@piefed.socialto
Games@lemmy.world•Does the engine a game uses factor into your decision to buy it or not?English
5·9 days agoUE5 on handhelds is a red flag, but I will check some reviews and performance tests before buying.
I see you’re already getting downvoted and I will probably share that predicament. I get you, I feel alike. I used various distros over 20 years ago but never got really deep into Linux internals and I also forgot a lot.
I think AI can really be useful but not all models are equal (YMMV).
A couple of real world scenarios where I was having problems that were way above my head at this stage.
I encrypt my system disk with LUKS using TPM. I currently run openSUSE which has Snapper deeply integrated with the system. Because I was troubleshooting some issues and installing various packages I made some changes that I wanted to revert. Snapper is the fastest way for me, no manual reversal, no need to edit any config files, no leftovers. Just boot from a snapshot and roll back. I did that a few times. I had TPM auto-unlock set up but it stopped working. I tried re-enrolling but it still didn’t work. Of course I asked Sonnet 4.6 about that and after an AI-supported troubleshooting session the issue was resolved. It analyzed the logs, found the reason for my issue and explained what and why was causing it (in short: because I did not re-enroll the TMP key after each rollback, there were too many boot entries accumulated exceeding the systemd-pcrlock’s limit and causing all TPM predictions to fail silently).
Second thing was OpenVPN not setting up the DNS after connecting. It took me half an hour of troubleshooting with Sonnet 4.6 and it explained what was happening and proposed a few solutions. In the end it turned out that in my scenario I need Dnsmasq which is dead simple and helped me to resolve my particular issue. What’s interesting is that when I asked about the same issue on openSUSE’s sub on Reddit, a SUSE developer told me to use dnsmasq, too :)
Without AI I guess I’d just have to give up because no one was capable of helping me when I asked online (sure, maybe I didn’t ask enough or not in enough places). Without OpenVPN I cannot use this system, it’s mandatory for my job. I could switch to Fedora where OpenVPN 3 works, but I really wanted openSUSE.
steel_for_humans@piefed.socialto
Linux@lemmy.ml•OS Backup - what should and what should not be backup'd?English
1·15 days agodeleted by creator
steel_for_humans@piefed.socialto
Linux@lemmy.ml•OS Backup - what should and what should not be backup'd?English
1·15 days agodeleted by creator
If you’re that paranoid you can host it yourself.
https://github.com/mozilla-services/syncstorage-rs?tab=readme-ov-file
https://mozilla-services.github.io/syncstorage-rs/
It’s open source.