Just some Internet guy

He/him/them 🏳️‍🌈

  • 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle
  • If you look at it from a different angle and ask: who might be interested by a user being reported, given that each instance operate independently? The answer is all of them.

    • The instance you’re on could be interested because it might violate the local instance’s rules, and the admin might want to delete it even if from just that instance.
    • The instance hosting the community, because regardless of the other two instances they might not want that there.
    • The instance of the user being reported, because it’s their user and if they’re causing trouble they might want to ban the account.

    The rest comes naturally: obviously if the account is banned at the source it’s effectively banned globally. If it’s banned on the community’s instance, then you won’t see that user there but might on other instances. And your instance can ban the user, in which case they’re freely posting on other instances but you won’t see it from your perspective.


  • I’m concerned about DRM violating my rights. But apart from that, media is largely for consumption, there’s very few reasons to need to edit a movie or something, and the laws at least attempt to cover fair use. DJs remix songs and stuff just fine. Or news article, you’d mostly want to quote them which is well defined in the legal framework. It’s important to remember that open-source doesn’t imply free of charge: there is paid GPL software.

    Open-source is important in software because it’s much more complex, and you can end up in a situation where software you bought doesn’t work because the company refuses to fix it, or straight up stops working because the company went bankrupt 10 years ago and things have changed too much. Proprietary software is a black box that can be doing literally anything, and legally, you’re not even really allowed to reverse engineer it to even make sure it does what it says it does.

    Stallman started the free software movement out of frustration with a printer driver that he knew how to fix, but the company wouldn’t give him the source code so he could fix it, and I believe at the time it would also have been illegal to reverse engineer it and patch it, or at the very least it was against the license. And that’s also my reason for using open-source software: not because I want free stuff, but because I want libre stuff that I can fix and maintain. Most people won’t, and that’s where the sharing clause comes in: someone else that can patch it will, and everyone can just use that.

    Ideally things would be free and widely available but that’s too commie for most people and we’re headed in the polar opposite direction. Buuut there’s always the high seas where you can set your own moral compass.





  • Max-P@lemmy.max-p.metoLinux@lemmy.worldI'm fairly sure linux just hates me.
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    8 days ago

    And when I was going to the library, asking questions online, and then printing the answers a week later, everyone was saying “Oh, try these other disros…”

    It is ASTOUNDING to me how linux users think. The answer to every problem someone else is facing is “Your way is stupid, that’s why it doesn’t work. Do it MY way, on MY distros”

    So, this isn’t a very fun advice, but a big part of a Linux distro is changing your starting configuration and dependencies and everything. So it is true that changing your distro can make a whole bunch of things work out of the box that didn’t before, especially if it’s a weird distro. Now, can you make it work on any distro? Also yes, but it’s more effort, and if you’re printing help at a library, yeah it might be a better choice to just try a bunch of distros and at least try to find the one that gets you on the Internet out of the box. Bazzite for example literally ships with Steam, Wine, and a whole bunch of gaming utilities out of the box, so for a gamer that means more stuff works out of the box, and that’s great if you hate tinkering.

    There’s a lot of complicated legal and philosophical stuff in the Linux world where some drivers are either not shipped by default because it’s proprietary and it makes puritans angry, or legally, the firmware just cannot be distributed by the distro.

    And sometimes, you really just don’t vibe with the distro. Ubuntu has a way of doing things, so if you hated Ubuntu (2013 would put you in the Unity era which was pretty terrible, it was wildly hated for that reason). Fedora has a different way of doing things. Mint takes a bunch of stuff people hate with Ubuntu and fixes it. Pop_OS takes stuff they hate from Ubuntu and fix it. If you hated Ubuntu, why bother trying to fix it?

    And when picking niche distros like Zorin you also significantly reduce you help pool, because it’s not that popular so people don’t know how it works. You ask me something about Void Linux and I’m gonna be like, I don’t know man, I have no idea how to solve you problem on that distro. But I do know how on Arch and Debian based distros. Niche distros are sharp double-edged sword: it can be very nice because it lines up exactly with what you want, or you could be fighting endlessly with the distro because you’re trying to do the polar opposite of what it wants you to do.

    You can go beyond that obviously, Linux is endlessly customizable, but that takes experience and skill with Linux to do successfully because it might involve compiling stuff from source and whatnot. It’s not hard, but it does come with a lot of pitfalls on its own.

    Everything went fine until the actual install at 5:59 of the video. At 6:00 he jump cuts to after the installation. The installation itself took roughly 5 hours.

    And then it took roughly 30 minutes to boot. I googled it, and it should only take 15-20 minutes to install, and boot almost instantly.

    What’s the performance of your USB stick? You can check with utilities like CrystalDiskMark on Windows, so you get the Windows numbers. My guess is your USB stick is a USB 2.0 stick and is horribly slow at anything other than bulk file reading and writing. That could explain why it was so bad and that’d make it not Linux’s fault. The live USB would decompress into RAM, so it’s faster because it’s compressed (less data to read), and the data is then in RAM where it’s very very fast to access.

    I actually had the same issue but in reverse: I needed to run motherboard software just once on Windows to configure a few features once forever. I installed it on the only USB stick I had, a 32GB Verbatim from Microcenter. It took hours to install, a solid half an hour to make it to the Windows desktop, and probably like an hour to manage to open up Edge, download the software, install it and run it. It was absolutely horrible.

    I tried sudo mount /dev/sdc/ but terminal spit out an error.

    That’s not a valid command because /dev/sdc/ isn’t a folder, it’s a device file. It probably would have worked with sudo mount /dev/sdc, without the trailing /. But that still would only work if the drive is listed in /etc/fstab as to where it should be mounted. You ideally want sudo mount /dev/sdc /some/other/path so it ends up mounted where you want it. Or just mount it from the file manager which will do it for you in a temporary location.


    I don’t really have better advice for you and Linux. For some people it just works out of the box, some other people have more annoying hardware that’s a pain to get working. With the attitude you have, you don’t seem like you want to take the time to learn how Linux works and get used to it, so you end up frustrated and you just go nowhere. Sometimes it really just takes persistence to get through it.

    You’re not helping yourself at all doing weird setups like temporarily installing it on a USB stick. As I said in my other comment, you started off with an impossible task (that app will not work in Wine), so you’re also thrown into a rabbit hole of commands and troubleshooting that has no chance of succeeding. That is very demotivating in itself.

    The “easy” Linux distros can be convenient but ultimately if you want to have a good Linux experience you must be willing to learn how it works and get familiar with how things are done. You’re relearning to use a computer all over, it’s not an easy task, it takes persistence. The issues must be turned into learning experiences, not frustration and points towards “I’m done with this stupid OS”.



  • The key there is the switch does most of the work in hardware, so you can have 1G going between all ports with no CPU usage, so the internal 1G port doesn’t matter as much, and the hardware acceleration lets it efficiently handle routing across VLANs without involving much of the internal port. Those internal switches can usually handle VLANs and basic NAT nesrly entirely on its own.

    With a single external 2.5G port you lose that because your traffic will have to go in the router and back out to the switch to cross VLANs, so it’s basically a 1.25G link. And it needs to be a managed switch too since the router doesn’t come with a built-in one anymore. Best you can do is software VLANs but the other device will need to also use the VLAN explicitly in that case, as there’s no switch to give you untagged ports.


  • I’m struggling to think what one can even do with just two ethernet ports of different speeds. It’s begging to be used as a gateway, VPN or firewall but you can’t because you’ll top out at 1G anyway. And assuming one of them is the LAN side, supposedly it’ll be going to a switch so the router will never see LAN traffic anyway, only stuff through it which hits the bandwidth limitation.

    I guess technically one could bond the WiFi and 1G link to make use of the 2.5G link? Or as an AP like it’s got 2.5G upstream and passes through another AP down the line using the 1G port.

    Very questionable specs.

    E: it occured to me this looks like a potentially really good standalone AP if you give it 2.5G upstream and then branch off to another device down the line like some Ubiquiti ones do. But the form factor is ugly as hell to be mounted on a ceiling…



  • They do sometimes end up used as agree/disagree buttons, but they’re intended to be more about whether it’s good content that provides some value, and downvotes are when you don’t provide any value. This leave room for disagreement without downvoting a well written post that does add to the discussion.

    I use downvotes for spam, and posts/comments what are just plainly wrong, incorrect, misleading or dangerous. Stuff I think is good gets upvoted, and stuff I disagree with but there’s otherwise nothing wrong with it, I don’t vote.



  • The Chromebooks were meant to be cheap computers to give you an Internet browser. They mainly target schools because kids destroy them fast, and older people that really just want to go to Facebook, YouTube and the likes. Their whole thing is basically they’re cloud based and kinda disposable. They even ran this ad about it.

    It’s like the MacBook experience for cheap and the only thing it runs is Chome and Android apps.

    They’re kind of slowly becoming the new thinkpads thanks to good coreboot support for them. People have really been unleashing them and doing all sorts of crazy things like eGPUs and stuff since they’re so easy to mod the BIOS.


  • I had to download like 60GB worth of blocks over about 2 weeks a couple months ago, just to confirm I’m indeed broke and nobody takes Zcash anymore anyway.

    The only thing it scales well at is needlessly sucking a stupid amount of power. The chains are huge and full of spam. Nobody can afford the gear to mine anymore so we’re back to the rich elites making more money.




  • Yep, and I’d guess there’s probably a huge component of “it must be as easy as possible” because the primary target is selfhosters that don’t really even want to learn how to set up Docker containers properly.

    The AIO Docker image is an abomination. The other ones are slightly more sane but they still fundamentally mix code and data in the same folder so it’s not trivial to just replace the app.

    In Docker, the auto updater should be completely neutered, it’s the wrong way to update the app.

    The packages in the Arch repo are legit saner than the Docker version.