he/him. LARPer, Nerd Organizer, Web Dev.
Mastodon admin, [email protected]
Not the CNBC guy but I’ve got Nihilist Stock Market advice🌻

  • 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle


  • Maybe instead of trying to train an AI powered car to deal with the insane chaos that is the road system, what if we designed something to remove that chaos? Maybe like a path that’s just for these self driving cars. There’s a network of paths to get you to your final destination.

    But if we did that, there’d still be our current problems of running out of fuel, or battery power. Which could be solved by electrifying those paths.

    But it’d be very difficult to have each of those individual cars switch between paths. Maybe it would be easier if instead of the cars switching paths, the people switched paths. Maybe we just make really long cars, and numerous people can get in them, and then switch cars as needed. People would need to know where to switch between these long cars. So we’d want to set schedules of when they’re running to where, and then have an app or something that just told you where to get on and off.

    And if they’re really long, maybe we could kickstart this before we have self-driving abilities anyway. We could just have one person in the front driving it.

    And maybe to reduce the need for rubber, instead of regular wheels on a road, they could just be metal wheels on metal tracks.

    Just throwing some ideas out there.


  • That was the entire point of mortgages. You’re paying interest, and could end up paying well over the original house value, but over a long enough time period, via inflation and property values increasing, you’re still making out ahead of renting. Depending on the mortgage interest rate, you could be better off not paying it off early.

    For example, I refinanced my house at 2.6%. Afterwards I started paying extra principal payments. My mother the accountant told me to stop. The interest rate is lower than inflation, I’m better off using the money for other things or putting it into higher yield savings accounts instead of paying it off earlier than schedule.



  • Not a lot of products have to do that. The one people bandy about is McDonalds adding “Caution: Coffee Is Hot” to their stuff, but the actual coffee spill lawsuit was over coffee hot enough to cause 3rd degree burns. Few things need cautions against their intended use.

    Q-Tips / cotton swabs are an almost uniquely bad tool. It’s incredibly easy to rupture your ear drums. There’s no actual health benefit to swabbing your ears – it just feels good your ears get itchy. A safer tool could be made, but it’d be more expensive, more involved to use, and there’s probably several but I can’t be bothered to find out, and neither can you. They make a product that they know is inherently dangerous to use and has no specific benefit. So it has a warning against doing it. Same as cigarette packs have a warning that they cause cancer, even though everyone buying them knows that and smokes them anyway.






  • Beta blockers are usually prescribed for heart problems, but what they actually do is block boosts of adrenaline. That can help people with anxiety, because anxiety manifests as an adrenaline boost when trying to do certain things, leaving them shaky and nervous. If someone is anxious about speaking in public, or talking to new people, etc, beta blockers help with that a lot. They’re a game changer for people with social anxiety.




  • This. After my first Android phone I had only gotten Nexus phones. I had a Nexus 6p when the Pixel was announced, and it wasn’t going to have a headphone jack. I tried multiple dongles with my Nexus 6p, and none of them both reliably worked with my headphones and fast charged my phone. My wife ordered a Pixel, I ordered a Note 9.

    I’ve gone Note 9, then a One Plus Nord v10, and now an Asus ZenFone 9. Every time a manufacturer ditched the headphone jack (or made it only available at ludicrous price), I just switched manufacturers. I don’t even use a headphone jack that often, but when I need it I want it to be there and just work.


  • The global south is largely a terrible place because of the wealthy north. Especially the US. First they had to throw off their colonizers. Then they had to suffer the punishments of their former colonizers. Then the US took it upon themselves to attempt to overthrow every socialist leading government in the western hemisphere, elected or not, and replace them with a dictator. Then in the Western Hemisphere the US War on Drugs have made Mexico, Central, and South America a war zone run by cartels.

    So yeah, much of the world is much worse to live in than the US. Mostly because of the US. Western Europe is still a far better place to live.


  • When I was 19 I tried an IRC Vampire the Requiem game. I got banned after arguing with the admins about the rules (in retrospect I was right about how things worked but they’d already house ruled it and I should’ve just gone with it). In response I wrote a whole website for managing character sheets, and a connected IRC bot to handle dice rolls, and pull things from character sheets.

    I did all of that, and then proceeded to run a terrible vampire game on IRC for a couple months. The code was all in PHPNuke so it’s useless now. But it taught me a lot about coding for the web. During that time I showed my work at a job interview as a software dev, and I got a job while still in college. But as part of the coding questions, I learned that you can use sql to join tables. I went home and started rewriting a lot of stuff, but the game died before I was finished.



  • My solution is more complicated but doesn’t require switching browsers

    1. I run a tor client on my home server in docker, the same place I keep my vpn access, torrenting, etc
    2. I run a socks proxy on my home server, that sends all requests through the tor network (and a different socks proxy for when I want to use the VPN)
    3. On my desktop and laptop, I use the FoxyProxy firefox extension (SwitchyOmega on Chrome). I setup the socks proxy (proxies) on it, using URL patterns.
    4. When I go to a .onion link, FoxyProxy uses the pattern, and sends the traffic over my tor socks proxy