• 2 Posts
  • 271 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • pihole, in front of my own DNS, because it’s easier to have them to domain filtering.

    mythtv/kodi, because I’d rather buy DVDs than stream; rather stream than pirate; but still like to watch the local news.

    LAMP stack, because I like watching some local sensor data, including fitness equipment, and it’s a convenient place to keep recipes and links to things I buy regularly but rarely (like furnace filters).

    Homeassistant, because they already have interfaces to some sensors that I didn’t want to sort out, and it’s useful to have some lights on timers.

    I also host, internally, a fake version of quicken.com, because it lets me update stock quotes in Quicken2012 and has saved me having to upgrade or learn a new platform.





  • Yeah, I think there are a lot of people in this thread who learned about the secret service from Hollywood. They rely a lot on local law enforcement, especially for former-POTUS and for unelected candidates.

    I assume they thought they had visual coverage of the rooftop from the position they used to kill the shooter, and just didn’t see him in time. Fuckup, but hardly monumental or inexcusable.


  • Universities have historically been institutions of class structure, and not just in the US. I doubt that will change any time soon, and can’t honestly think of how it could. Tertiary education requires that a person give up some part of their potentially-working day to activities that don’t pay rent or put food on the table. Nevermind direct costs of education, if you don’t pay people to be students, then it will continue to reinforce class structure.

    Personally, I think it’s in the state’s interest to encourage every individual to pursue as much education, of whatever form, as they choose. Tertiary education through university, college, or trade school ought to be without direct cost, and we ought to have enough social safety net to secure people while they pursue it. Do that, and some new structure will develop so employers can identify upper-class candidates, like unpaid internships.


  • Once you have a microcontroller running things, adding new features is just a matter of software. Doesn’t add to the BOM, doesn’t complication production in any way. There’s almost no marginal cost to techify everything, and the people who don’t want those features can just not use them. The small minority of people who want a repairable car that they can understand and maintain in their own garage are undesirable customers who reduce after-market revenue.




  • Updating in case this turns up in search results. As of July 2024, Schwab’s “end of 2023” individual API still has no expected release date.

    I ended up getting an experimental account with Interactive Brokers. Their API talks to client software running on your local machine, rather than directly to their web servers as TDA. This makes it a little easier, because authentication is all handled by the client software, but it also means you have to manually log in through the client, and there is no authentication between client and API. Their documentation and examples are ok, but the framework is a lot more complicated, because it handles stocks, bonds, crypto, commodities, and forex.



  • If you’re trying to avoid a whole zigbee or zwave network, Govee makes some inexpensive battery-powered bluetooth thermometer/hygrometers, and have a HA integration, but bluetooth can be tricky to get running on Pis. I feel like most of the actual wifi devices are phone-home type setups. My govee thermometers have pretty good range - one of them even reads from inside the refrigerator.




  • It’s even easier with digital broadcast. I finally had to give up my PCI tuner, because who puts PCI slots on a modern mobo? $25 will get you a USB TV tuner capable of getting all the OTA and cable channels. I used to get, like, 7 analog OTA channels - ABC, CBS, NBC, PBS, and a regional independent - but I get 30 digital. All the majors have added 3-5 channels of SD reruns or other filler. I mean, it’s mostly shit, and the only thing I actually watch is local news, but for a one-time $25 cost, it’s a great supplement to streaming.

    My biggest problem with MythTV is it doesn’t interface with streaming, so I use Kodi on the frontend to source from mythtv, netflix, hbo, or whatever.





  • This is an old post about ipv6, but it inspired me to go looking, and I wanted to share my findings.

    1. for globally routeable IPv6 addresses, probably do let it happen automatically, either direct from the ISP, through the router by prefix delegation, or your own implementation of prefix delegation.

    2. for devices you want to access, internally, create a ULA within the fd00::/8 space, and assign numbers (and names) however you like. Translate all your 192.168.x.y IPv4 addresses to fd00::x:y and go. Only limitation is you won’t be able to access those devices, using the ULA, from outside your network.

    3. you can do both of these on the same subnet, and devices pick up both addresses then use the global address for internet and the ULA for intranet.

    That means you can do dhcp, dynamic DNS, private domains, and all the stuff you know about IPv4 for IPv6, and still do all the stateless autoconfig that “they” want. Some devices, like my android phone, never played well with dhcpd6, but immediately preferred IPv6 as soon as I let them SLAAC.

    If the prefix assigned by the ISP doesn’t change, then device SLAAC address shouldn’t change, either, because they’re calculated from MAC, so if you need to access some internal devices from the internet, you have to mark that address, but (IMO) marking the full address is not that much worse than marking the prefix and remembering the device number.