• 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle

  • The psychology that causes school shootings…

    The United States generally has a violent culture. If you removed every shooting of any type (school, mass, crime of passion, etc) from the crime statistics the US would still have a higher rate of violent crime than any other industrialized Western nation.

    Aside from that it’s time to stop blaming Reagan for the mental health crisis in this country. Aside from the fact that our mental health system was a horror show when Reagan ended it the guy hasn’t been President for over three decades. That’s plenty of time for individual States and / or the Federal Government to have reversed course.

    Plenty of countries with more guns per capita than the U.S. that don’t have school shootings.

    There is no country with more firearms per capita than the United States.

    Even if you go by household, to reduce the effect of people who have more than one firearm, the U.S. still ahead of any other nation.

    To be clear we can and should do more to reduce gun violence in the United States and small things like prosecuting adults who are accessories to shootings are a good thing.








  • Well, yes. That is how it works!

    As someone who started with slack in '97 these modern distros function so “automagically” that I sometimes distrust them. They’ve hidden so much of the complexity of Linux and whatever Desktop Environment is running on it that most users have very little idea what’s actually happening or how it works.

    That’s been GREAT for getting more people to use Linux but it’s creating the same problem that Microsoft did with Windows. The old DOS users often knew quite a lot about their PC and how it worked because they had to but as the technical barriers went down so too did the knowledge of the users. You no longer had to juggle IRQs, Memory Maps, or DLLs because Windows just did it for you.

    That’s not a bash (lol) on Linux or users of modern distros either, I myself am on Linux Mint as I type this, because it was always going to work out like this. A lot of very smart people put a lot of their time into MAKING it work out like this.






  • it was the 80s/90s, windows didn’t exist

    Wow, that’s a pretty narrow gap. The 80386 started mass production in 1986 and Windows 3.0 (the first actually usable one) came out in 1990.

    I refused to use Windows until Win95 and even then I was experimenting with OS/2. In 1997 I installed Slack 3.4 and have been around every since. I’m currently running Linux Mint but I sorta miss SuSe and may go back to it.





  • I wouldn’t expect HDMI 3 given the HDMI group are openly hostile to open source implementations of HDMI 2.1.

    It just takes a company with sufficient market power, like Valve, to get involved. For example Android had this same problem in the early days, then Google realized that their OS required it for market adoption and found a way to get it done.

    I understand that it may not be possible but that doesn’t stop me from wanting it. :)



  • I don’t know if there’s any pre-built scripting out there (yet) for this but it’s relatively straight forward in Windows to use powershell and either look in the registry for the assigned dhcp options ( HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp\Parameters\Options) or check the routing table for illogical routes.

    Assuming that you aren’t using split tunneling you could also have powershell check your external IP address for the expected result.

    Another possibility is to grab the dhcp test tool from Github, run it in non-interactive mode and then parse it’s output. Something I find VERY interesting is that Andrey Baranov specifically added Option 121 to that tool in March of 2023!

    With any of those it’s a matter of what you want to have happen when you detect the problem such as warning the user and disconnecting the vpn or attempting to mitigate the problem by reconfiguring the routing table.

    I should point out that Option 121 is a legit thing and it does have valid uses so you can’t assume something nefarious just because it’s being used.

    I’ll probably be scripting up a remediation over the next few days, I’ll try and remember to come back and share what I did.