this post was submitted on 13 Apr 2026
450 points (98.9% liked)

Technology

83784 readers
3871 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] AlecSadler@lemmy.dbzer0.com 4 points 1 day ago (1 children)

I love my Surface Snapdragon X. Battery life up the wazoo and I use it largely as a thin client to windows and linux systems so it lasts forever.

I did debloat it heavily though.

And someone will probably say why not install Linux on it, to which I say...for everything I use I've yet to find a Linux distro that works without hours of custom efforts. I work 7 days a week and don't have time to dive down rabbit holes every day to fix shit like my mouse, or my bluetooth ear buds, or RDP, or parsec, or nomachine, or wifi.

[–] nutsack@lemmy.dbzer0.com -4 points 1 day ago (3 children)

install the terminal version of claude code and ask it to configure your computer for you. you might think I'm joking until you do this

[–] greyscale@lemmy.grey.ooo 3 points 22 hours ago

Go ask the robot to bang your wife for you.

[–] Railcar8095@lemmy.world 2 points 1 day ago

If ever going to try this, ask to make it a script fully explained, then read it and fully backup before you run.

[–] AlecSadler@lemmy.dbzer0.com 1 points 1 day ago (2 children)

Yeah...no. I leverage AI tooling daily, but I'm not about to go that far.

[–] nutsack@lemmy.dbzer0.com 2 points 1 day ago* (last edited 1 day ago) (1 children)

ive been using Linux for 20 years. my assumption is that your barrier is tedious linux usability problems.

my suggestion specifically would be to give it research powers and regular non-root access, have it write configs and answer questions about your system, suggest alternative packages to install etc.

[–] AlecSadler@lemmy.dbzer0.com 1 points 1 day ago (1 children)

Alright, I'll give this a go on a VM first. If it can solve my RDP-like issues I'll be supremely happy - but to my knowledge, Linux just doesn't support such a thing the way I want to use it.

I'll test this on Ubuntu, Mint, Pop, and Debian to start but let me know if there is a distro you recommend.

[–] nutsack@lemmy.dbzer0.com 1 points 1 day ago* (last edited 1 day ago)

i am an extreme fan of arch, even if for no other reason than the AUR

im not sure about rdp but i remember vnc being the cross platform standard years ago. i have a comet wifi kvm giving me access to a mac mini because i need it for certain tools

[–] ranzispa@mander.xyz 1 points 1 day ago

I had this impression as well, until I had to troubleshoot some problems I was having with the screen. Did not give it root access, but it run a bunch of analysis on the system and within a few minutes it was spitting out configuration files that I just had to copy in the correct directories.

Doing the same myself would have taken me a day on the arch wiki. I've been using Linux for years, when I was on X I was editing the Xorg.conf without looking up the documentation. If you know exactly what the problem is, you'll fix it faster that way. However, if you don't troubleshoot many systems often it is unlikely that you have a structured approach to identifying the problem. LLMs can be quite organised in doing that.