Skip Navigation

Posts
12
Comments
661
Joined
2 yr. ago

  • Voyager: One Small Step

    It's one of my top ten favourites, but it's also a very typical "one off" story.

  • It says it'll hit "overnight", but surely in 2024 we can be more accurate than that?

  • challenging the place of Zionist leaders in mainstream progressive politics.

    We really have to stop conflating Zionism with Judaism. Only the Zionists benefit from it.

  • You're probably thinking of Cardassia, which I will also note has a judicial system where the state decides the defendant's guilt in advance of the trial. In such a system, it's typical that the rich & powerful simply aren't prosecuted. So it's the same system as ours, just with fewer steps :-(

  • "Deeply frightening" can you name even one thing Corbyn said or did that was antisemitic other than be openly antizionist? Given that it's Israel's Zionist regime that's currently committing genocide, I would think Corbyn would have been vindicated by now.

  • Has anyone managed to get AM2R working on the Deck? I was thinking of trying it out next.

  • Because post is more than just letters, it's parcels too. Canada Post is infrastructure that ties the whole country together, not just the denser, more profitable cities. Imagine if there were only for-profit postal services in the country. What would it cost to send a parcel to 100 Mile House, or Baker Lake, or whole swathes of the country that only speak French? Think of all the things that go out by post, like Carbon tax rebate cheques and voting information. It'd introduce a massive disparity in service and access to basic services, and so we socialise that cost across the country.

    There are always ways to improve of course, but you asked specifically about why the system was socialised.

  • That's a fair point. So long as it's addressed from a position of "is the community being served well" and not "this should be run like a business". Canada Post has a difficult (and expensive) mandate: to service all of the country, no matter how remote, and the knee-jerk reaction to such headlines is often to privatise which would change that mandate to "earn as much profit for investors as possible".

    I'm living in the UK these days, with private post, and private water companies. Things have literally been enshitified, with raw sewage flowing down the river Thames, so I'm concerned when I see such headlines.

  • Public services aren't meant to be profitable. They're meant to provide a service that serves the community.

  • Can someone cobble together a list of video clips of PP just being an asshole? My family thinks he's this great, clever "everyman", and I think we could do a lot of damage to bike by supercutting all the times he's demonstrated what a slime ball he is.

    Of course, if the Liberals and NDP insist on running with their current leadership, they might as well just hand him the keys now.

    • Kubernetes Cluster
      • pi-left
      • pi-right
      • pi-centre
    • Other Servers
      • pi-katamari (file server & database)
      • pi-athens (DHCP, DNS, pi-hole)
      • Alexandria (Synology)
    • Desktops
      • Berlin
    • Laptops
      • London
      • Brighton
      • Brussels
      • Cambridge
      • Toronto
    • Phones
      • Laconia
      • Vulcan
      • Bajor
  • Heh. We've convinced our kids that Paw Patrol and Cocomelon "don't work on our TV". All I had to do was let her select it a few times and then kill the network connection when she wasn't looking. After that, we marked them as "disliked" in Netflix and now they never appear.

    It may not last, but I'm doing what I can :-)

  • Snowfl has some pretty good results (note the addition of the keyword complete). But you can do a lot better than Paw Patrol! "Bluey", "The Owl House", "Hilda", and "Kipo and the age of the Wonderbeasts" are all far better choices for kids and your own sanity ;-)

  • Not throwing any shade, just some advice for the future: try to always consider the problem in the context of the OSI model. Specifically, "Layer 3" (network) is always a better strategy for routing/blocking than "Layer 5" (application) if you can do it.

    Blocking traffic at the application layer means that the traffic has to be routed through (bandwidth consumption) assembled and processed (CPU cost) before a decision can be made. You should always try to limit the stuff that makes it to layer 5 if you're sure you won't want it.

    The trouble with layer 3 routing of course is that you don't have application data there. No host name, no HTTP headers, etc. In your case though, you already knew what you didn't want: traffic from a particular IP.

    At that point, you know you can block at layer 3, so the next question is how far up the chain can you block it?

    Most self-hosters will just have their machines on the open internet, so their personal firewall is all they've got to work with. It's still better than letting the packets all the way through to your application, but you still have to suffer the cost of dropping each packet. Still, it's good enough™ for most.

    In your case though, you had setup the added benefit of Cloudflare standing between you and your server, so you could move that decision making step even further away from you, which is pretty great.

  • I rather like the FSFe for general Free software stuff, but you may find nicer-looking stuff if you visit merch store for specific projects, like GNOME, KDE, etc.