• 0 Posts
  • 11 Comments
Joined 3 years ago
cake
Cake day: July 8th, 2023

help-circle


  • Mint or Fedora(KDE) are great choices. Kubuntu, PopOS or OpenSuSE might also be suitable for beginners. Stay away from Arch-based distributions until you are at least a bit more experienced.

    Intel (anything) works without problems on Linux (in fact, Intel is among the most Linux-supportive companies out there and most or all of their drivers are open source and part of the kernel, as it should be in the Linux world).

    Nvidia GPUs used to be problematic in the past, it’s better now, still not as great as AMD GPUs are on Linux (they’re literally plug and play these days) but I think when going with the distro mentioned above it’s going to be just as easy Just make sure to enable support for NVidia drivers or “enable 3rd party drivers/repositories” (you’ll be asked during setup) so that those distributions will also install those slightly non-standard Nvidia packages which they might not do otherwise for “purity” reasons.




  • I think still too many people missed the turning point when Microsoft suddenly stopped releasing products/software that were superior in basically all areas to their previous versions. I think that turning point was Windows 8 already, for many who consider Windows 8 a single-time mistake like ME or Vista it was Windows 10, for others it took until Windows 11 until they noticed the decline of Windows as a whole.

    And it’s not just MS, but a lot of consumer tech is growing anti-consumer and gets enshittified to the point of where you really have to think hard whether or not you even want the new stuff they’re spewing out. My consumer habits have certainly changed to be much more rigorous than, say, 10-20 years ago. I read a lot more reviews these days and from many more different sources bevore I even think of buying something new.

    “AI PCs” will increase your dependency on MS’ online services (which is probably the main thing that MS wants), decrease your privacy even more (also what MS wants - that’s a lot of data for sale), consume even more energy (on a planet with limited resources), sometimes increase your productivity (which is probably the most advantage you’re ever getting out of it) and other times royally screw you over (due to faulty and insecure AI behavior). Furthermore, LLMs are non-deterministic, meaning that the output (or what they’re doing) changes slightly every time you repeat even the same request. It’s just not a great idea to use that for anything where you need to TRUST its output.

    I don’t think it will be a particularly good deal. And nothing MS or these other companies that are in the AI business say can ever be taken at face value or as truthful information. They’ve bullshitted their customers way too much already, way more than is usual for advertisements. If this was still the '90s or before 2010 or so - maybe they’d have a point. But this is 2026. Unless proven otherwise, we should assume bullshit by default.

    I think we’re currently in a post-factual hype-only era where they are trying to sell you things that won’t ever exist in the way they describe them, but they’ll claim it will always happen “in the near future”. CEO brains probably extrapolate “Generative AI somewhat works now for some use cases so it will surely work well for all use cases within a couple of years”, so they might believe the stories they tell all day themselves, but it might just as well never happen. And even if it DID happen, you’d still suffer many drawbacks like insane vendor dependencies/lock-ins, zero privacy whatsoever, sometimes faulty and randomly changing AI behavior, and probably impossible-to-fix security holes (prompt injection and so on - LLMs have no clear boundary between data and instructions and it’s not that hard to get them to reveal secret data or do things they shouldn’t be doing in the first place. If your AI agent interprets a malicious instruction as valid, and it can act on your behalf on your system, you have a major problem).




  • kyub@discuss.tchncs.detoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    5
    ·
    29 days ago

    I’m only a little bit familar with the TUI browsers. I’m also not sure about gemini and gopher support so you have to look that up on each project page, but I can give some general directions:

    • Lynx is basically the oldest TUI browser, so probably not the best and no modern choice, but still maintained I think
    • ELinks started as a fork of Links (and Links started as an alternative to Lynx, so both ELinks and Links are newer than Lynx). It has a lot of features and is actively maintained, so it’s decent I think. Probably better than Links (and Links is probably better than Lynx)
    • Links2: no idea, just know that it exists. If it’s still actively maintained I would suggest comparing it to ELinks because they’re both probably similar (both related to but newer than Links))
    • W3m is the one I’d recommend, it’s powerful and can be integrated more easily into other applications. For the classic TUI browsers, it probably comes down to the choice between w3m and elinks
    • There’s also a modern project called Carbonyl which is essentially Chromium running in a terminal, so this one might be “better” than all of the above in terms of features and modern website compatibility. But again, it depends on what you want out of a TUI browser - if you only need something basic this is probably overkill. But I didn’t try it out.