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

help-circle





  • 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.


  • For so many of my use cases the Echo and Echo Show products by Amazon are exactly what is needed. For instance in the living my full sized echo is ideal for voice commands and playing music but in my bedroom a Show 5 / 8 is what you want in order to see the time, play music, and have wakeup alarms. I wish I could either find a company building a generic version of them or find a way to reload them to work with HA instead of Amazon. :/

    I’d buy Android tablets and run the HA Companion App on them but it still doesn’t have wakeword support.

    I could build a small fleet of rPIs in touch screen cases but even then you have to bolt on a microphone and speakers so they still wouldn’t have a finished / polished look.

    I have no problem spending a reasonable, or even maybe unreasonable, amount of money to get a nice looking Wyoming Satellite but I’ll be darned if I can figure out HOW. I’m actually kind of astonished that no over-seas manufacturer has started making something like a gutted Echo / Echo Show that you can slide a raspberry pi board into.


  • 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.




  • What are the missing pieces you’re still looking for?

    The addition of JF or Plex, even with a Steam Dock, doesn’t turn a Steam Deck into a user customizable, privacy respecting Xbox.

    For starters it needs integrated streaming apps. I don’t WANT to have to use a web browser to access streaming content. Next up those streaming apps need Audio and Video support for 4K resolutions, Dolby Vision / HDR, and Dolby Atmos. My Wife doesn’t want to watch Outlander in 1080p with stereo sound on a 65" 4k television and I don’t want to do it when I’m watching shows on Disney Plus.

    How about an HDMI 3.x port? (Steam Dock is only 2.x).

    It needs support for a normal tv style remote control. Game controllers are great but I’ve yet to find a half decent one that has volume and mute buttons.

    The last time I checked a Steam Deck wouldn’t automatically start in a 10’ interface.

    Please understand that I’m not bagging on the Steam Deck with these comments. It’s a damn capable device for mobile gaming but it wasn’t mean to be an HTPC and because of that its never going to function quite right if you try and make it be one.

    An Xbox Series X absolutely murders a Steam Deck as an HTPC when used with commercial services but its not user customizable nor privacy respecting. That’s why I want Valve to bring back Steam Machines.


  • You have to use your internet-facing programs in a VM in Windows to achieve the same effect

    Eh, there’s 20 different ways to detect DHCP Option 121 fuckery and once you know it’s happening its fairly trivial to stop. Any VPN client worth its salt will be updated in 60 days or less to fix this and existing VPN clients can be hardened against TunnelVision with some fairly simple scripting.

    It’s a serious vulnerability but it’s hardly the unfixable world ender that the media has made it out to be.