(_____(_____________(#)~~~~~~

  • 0 Posts
  • 27 Comments
Joined 3 年前
cake
Cake day: 2022年4月11日

help-circle
  • Anyone who’s been following Kernel development for a while knows that big tech has been all over Linux for a while, and I’d count the relatively recent inclusion of rust in the Kernel as a major shift in policy. Linux has sponsors, not donators. Also since the Linux Foundation and most of their infrastructure is based in burgerland, they have to follow US law.

    I’m not trying to be a doomer, but Linux is far less autonomous than people like to think. However, since it’s FOSS anyone can just modify it and rip out the junk. And it’s still the only FOSS Unix-like that supports most modern Hardware, which probably makes up most of its value.





  • Ironic how this is a YouTube link and Lemmy’s Web Frontend just embeds it and makes my browser call out to Google/YouTube and load extra JS. I liked Lemmy more when they didn’t do this bullshit.

    One thing about the modern web I really hate is how websites have to embed and show a preview of every other hyperlink. I don’t want any of that. I never wanted any of that. “Features” like embedding stuff don’t add much and only make everything more slow because things become more chatty on the Network. Also: Stop helping big tech lay eggs in people’s browser cache.

    If there is a hyperlink and I want to know what’s behind it, I click on it. It’s as easy as that. </rant>




  • But most importantly, it won’t work in the end. These scraping tech companies have much deeper pockets and can use specialized hardware that is much more efficient at solving these challenges than a normal web browser.

    A lot of people don’t seem to be able to comprehend this. Even the most basic Server Hardware that these companies have access to is many times more powerful than the best Gaming PC you can get right now. And if things get too slow they can always just spin up more nodes, which is trivial to them. If anything, they could use this as an excuse to justify higher production costs, which would make resulting datasets and models more valuable.

    If this PoW crap becomes widespread it will only make the Internet more shitty and less usable for the average person in the long term. I despise the idea of running completely arbitrary computations just so some Web Admin somewhere can be relieved to know that the CPU spikes they see coming from their shitty NodeJS/Python Framework that generates all the HTML+CSS on-the-fly, does a couple of roundtrips and adds tens of lines of log on every single request, are maybe, hopefully caused by a real human and not a sophisticated web crawler.

    My theory is people like to glaze Anubis because it’s linked to the general “Anti-AI” sentiment now (thanks to tech journalism), and also probably because its mascot character is an anime girl and the Developer/CEO of Techaro is a streamer/vtuber.


  • I have all my browsers configured where JS is disabled by default, no local data gets stored (cookies, cache, etc. gets deleted on exit) and I use containerized tabs, so I always get cucked by Anubis. There are several Websites I stopped visiting because of Anubis and I’m not just going to change my setup that I’ve been using for years across several PCs just to get to a piece of text. I really don’t like this proof of work shit, especially not when it’s done via bleeding edge JabbaScript.

    I doubt this will affect scrapers as much as people like to think. Their crawlers likely run on enterprise grade Server Hardware on a massive uplink.





  • AI? Look, I helped a friend fix a new install. It wasn’t Linux fault, it was a setting in the bios that needed to be changed. But the AI had them trying all sorts of things that were unrelated, and was never going to help. Use with a grain of salt.

    I have the same experience but sometimes it was even worse; Sometimes the AI would confidently recommend doing things that might lead to breakage. Personally I recommend against using AI to learn Linux. It’s just not worth it and will only give new users a false impression of how things work on Linux. People are much better off reading documentation (actual documentation, not SEO slop on random websites) or asking for help in forums.



  • You don’t necessarily need a specific distro. What I always do is just use the distro I’m most comfortable with and do a minimal install that just boots to a TTY. From there I just try stuff out and see what works and what doesn’t. The HP 2133 will require a dedicated distro though since it’s a 32-Bit Machine. Consider something like https://archlinux32.org/

    Right now I have a Toshiba Satellite C850D and an HP 635 and both are running relatively up-to-date Artix. I made sure both of them have an Atheros Wireless Card since those are well supported by Linux. I use them mostly to watch videos (720p works just fine especially with VAAPI) and Firefox works fine (although it’s kind of slow, but modern browsers are massively bloated tbf.). If you can you probably want to swap out all the spinning rust with SSDs.

    Besides the obvious casual use, you can always turn them into file servers or maybe even a Wireless to Ethernet Network bridge.


  • FuckBigTech347@lemmygrad.mltolibre@hexbear.netX.Org Drama
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    24 天前

    I feel you on that last paragraph. Some time ago I came across this project which seems to be worth following. I’ve been running a hacked together Sway+Swaysome+Swaylock+Waybar combo for the past few years that is efficient for my workflow but it looks incredibly bland and can be a PITA to maintain. I really want a self-contained wl compositor that is customizable, has style to it and maybe even comes with some cool screensavers.





  • Support for Loongson’s Chips was mainlined a little while ago in both GCC and the Linux Kernel so I’m hopeful. If the Kernel devs suddenly start refusing to merge stuff from Chinese Hardware makers that will only create a soft-fork of the Kernel and they’d just tell everybody to use their fork. In fact, Loongson did fork both the Linux Kernel and GCC to modify them in the first place until eventually their modifications got accepted. Even I myself am actually running a Kernel that I modified because there are certain things I disagree with. Also let’s not forget that Linux isn’t the only FOSS UNIX-like out there.