• 0 Posts
  • 7 Comments
Joined 12 days ago
cake
Cake day: June 5th, 2025

help-circle
  • That article is probably not the best way to support that idea though. It mentions “when 3.5% of its population actively mobilized against it” but doesn’t explain what “actively mobilized” even means. It talks about how effective non-violence has been in other countries but then caveats that to being when an independent judiciary was present. It even uses Kilmar Abrego Garcia to support that idea, but fails to mention that a lower court’s decision was ignored and the only reason the SC was involved was because the administration said it didn’t have to listen to them.

    Obstruction is good, but ultimately if you are not at risk of losing anything by that obstruction, it likely isn’t an effective way to accomplish anything. That’s even if you could consider it obstruction. If you are permitted to have a rally then you are not obstructing anything. You’re just having a good time. Municipalities don’t approve permits that obstruct, its the whole reason for permits.


  • I don’t think its a matter of violence vs non-violence. Even in the samples provided by the article, its a matter of willingness to commit what would otherwise be criminal acts. Ghandi was successful not because of the Salt March but because they created the Declaration of Sovereignty and Self-rule and refused to pay taxes until negotiations were made.

    I remember Penn and Teller did an episode that touched on this on a show they had. The big take away was there is a difference between doing good and doing something that makes you feel good. What’s accomplished by a sit-in on a courthouse lawn on the weekend that you filed and received a permit to do from the city? People like to compare stuff like that to the 1960s civil rights movement, but here’s the thing: Rosa Parks not giving up her seat wasn’t a social faux pas, it was a criminal act in Alabama.



  • Mundane tasks weren’t really the focus. This was a debate between Redhat and the Linux old guard where the points were all based on the extremes. They follow different ideas on how tools should work, though. Init systems focus on doing one or few things but doing them very well (the traditional UNIX approach). Systemd is a suite of many moving parts to accomplish a whole range of tasks (more modern). Init is mostly just bootstrap and services, but systemd is that plus networking, plus user sessions, plus logging, etc etc. More moving parts means increased complexity and more chance for failure. Systemd as a suite then becomes a potential single point failure where init based systems would not be. Scripting for either can be involved, but generally speaking init is/was easier to write things for.

    I think most users today focus on Redhat’s control and not putting too much faith in one setup for diversity’s sake rather than the other points, but the original debate really was a philosophically based one. There isn’t a right or wrong on these, but some really interesting history.



  • Honestly, most of your selling points while completely valid don’t matter in this case I think. The problem is that is a repair business doing work for non-technical people and those are technical selling points. For example, my wife is allergic to tech. She wouldn’t care about dual-booting or telemetry. She just wants the simplest possible solution that she doesn’t have to think about. She’s bored having to listen to me talk about projects/work and while she has to have a PC for daily life, that doesn’t mean she wants to have to have it. She just needs it and needs it to be easy.

    The biggest selling points to her would be:

    1. It just works
    2. She doesn’t have to relearn things (meaning the layout and where to click on things)
    3. It runs her stuff (literally all browser based applications)
    4. Her files and pictures are there

    That’s it. I think the biggest positive sell to repair shop users would be “its just like Windows”. They don’t need it to be better, they just need it to be the same.


  • “Will not connect to the internet” is probably too vague to troubleshoot. Isolate exactly what part is failing. Is the device receiving an IP address? Are you able to ping anything on the local network? Are you able to ping a remote IP address? If you aren’t receiving an IP address, is DHCP running? Can you statically set your IP and ping out? Is there another switchport you can try on the router?