• 5 Posts
  • 488 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle


  • He says he has Ubuntu installed and is loving it, and just asking if there’s any other things to round out a tablet experience.

    You: ☝️ “why don’t you completely change the thing that is working for you, and even though you didn’t ask, do what I’m suggesting you do because I like it, and it works for my mommy who just uses the web browser. Also, if anyone disagrees with me for evangelizing and giving unsolicited advice, I’m going to call them a prick and argue with them because I’m just special” ☝️ 😤









  • AGAIN.

    This is not “phoning home” as claimed. It is not a SECURITY RISK as claimed. It is a privacy want/complaint/nag at the very VERY least. THIS IS ALSO NOT A PRIVACY FOCUSED PROJECT.

    Refer to the original comment, and realize this was being run in a container. So, what…it’s a risk to have libcurl ide tidied on your server? Your IP address is so damn private and important? Literally nobody cares.

    Y’all need to get better hobbies, seriously. Probably just need to get off the Internet if this is the stuff causing consternation in your lives.


  • Friend, please listen to reason.

    The “code” you linked to is not functional code of any sort. Not to be nitpicky, it’s just an HTML image tag, so its Markup at best. All you did was stop the loading of an SVG image. The fact that they source it from their own domain tells you everything: they have a script that runs to check the current number of stars, then generates this image that reflects that. SVG is an image format. It’s really standard.

    All your other points you’re making because you do not have much experience in the software realm, which I’m not saying to be dismissive or anything at all, I’m simply illustrating that all the points you’re questioning or mentioning are 100% standard.

    • you don’t make a fork for three lines of code and ask others to “check it out”. If anything, just point out the issue and post a diff or a script to fix it. Simple.
    • They have a pro version, and are using images they generate in a template viewed by users to promote its popularity and try to sell pro. They’re running a business out of this. Not every FOSS project is non-profit, and these people are simply trying to sell a product AS WELL as keep it open source for others to enjoy, like yourself. Feel lucky to have the privilege they are letting you use it for free.
    • The term “phoning home” as you’re trying to use it, is wrong. You’re implying that it is functionally doing something unexpected. It is not. It is sourcing an image in HTML. The suspicious type of phoning home is code that executes locally and pulls down other functional bits of code that alter the way the software APPEARS to be used. It’s a way of obfuscating something shady, like a virus, or malware. This is not that kind of code.
    • If your concern is simply that the code you’ve run is sourcing an image from somewhere, I can only imagine how upset you’ll be to learn that software repos of this size are pulling things from dozens, if not hundreds of places. This project pulls from rubygems, yarnpkgs, and the dreaded example.com.
    • Lastly, the reason that team responded to you in that manner was more that they were taken aback. Like “WTF is this person talking about? I don’t get it.” Realize that they were nice enough to respond, where most project maintainers would just ignore or close the issue.

    Also, you might want to freak out about the social badges being sourced in this as well. This isn’t a “privacy first” project or anything. They aren’t doing anytweird, you’re just misunderstanding some things.


  • Yes, exactly.

    Not only is it insanely power hungry and will drive up electric bill, it’s storage and memory limited, and worst of all, 32-bit.

    You wouldn’t be able to run much as far as modern software goes on it, and even then, not for long. You probably won’t even find a working distribution because of the age of the hardware, and the fact that large swaths of 32-bit drivers have been removed from the kernel over the years.

    Just chalk it up to being E-Waste, and take it to someplace that will properly recycle it.


  • Okay, well they were very clear about it, and they have a pro version, so aren’t removing the customizations that exist.

    Secondly, that isn’t a “phone home” bit that you hacked around, it’s literally a header that loads a GitHub badge, and that’s it. It’s part of a lot of open source projects.

    Blocking the DNS of the GitHub host it’s calling back to is sufficient enough for everyone if this is a concern (it’s of no security concern, freal), and you don’t need a fork for this to be fixed. Maintaining a fork is an insane amount of work, and trusting someone who is maintaining a forked repo is WAYYYYYY more risky than just using the official repo, which has thousands of stars, and multitudes of users poking through it’s code.

    I for one would never touch your forked repo without doing a full diff, and I’m not going to worry about doing that every time a release is missed by you, or a fix isn’t upstreamed…yada yada. I would just use the official repo, and block the offending GitHub domain if I found it offensive, which I don’t.

    Know what I mean?


  • This only works for specific mechanical failures, and I’d say about 25% of the time. It works because metal shrinks when cold, and this can sort of let a drive limp along for a short period of time to get small amounts of data off.

    Drive clicking is the drive arm malfunctioning, and I wouldn’t expect the freezer trick to do much if it’s a messed up actuator or something. You already know the drive is bad though, so why not.



  • Affected your user and not the system as a whole, yes.

    If you want to be a hyper technical dick like the other person responded, the old way to refer to the term “userspace” is basically anything that doesn’t affect the kernel, HOWEVER, it is now more commonly used to refer to specific local user settings, yes. The old reference was way before people starting writing things to be hyper-local to individual users, as things are arranged now.


  • It doesn’t have anything to do with the distro. With that many files, you’re torturing the hell out of your disks, and your machine’s memory. Depending on how the code is written, it depends on if this is a filesystem scan of the folders that are then imported to a local db which is looked up to go back and find the found files, or a simple approach which is to just scan the directory every time you go to open something.

    I’d really think about properly organizing your files. If that’s not an option, you can dig into the settings or code and find the hard limits set (probably for a good reason) on the number of files being scanned or imported.