he/him. LARPer, Nerd Organizer, Web Dev.
Mastodon admin, joeterranova@leftist.network
Not the CNBC guy but I’ve got Nihilist Stock Market advice🌻

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

help-circle

  • Correct. Splitting hydrogen from water is quite energy intensive. Burning hydrogen into oxygen to make water releases energy, but not as much energy as it takes to split the hydrogen off in the first place. The reason to use hydrogen fuel cells is that the extra energy needed to generate the hydrogen is still far better than the carbon output and costly materials needed for making and charging a battery. Batteries need rare earth metals, and they lose their charging ability over time. Splitting water into hydrogen creates “potential energy” from the later creation of water again, making it a useful, clean way to store electricity.

    Same as the plans for using cranes stacking concrete bricks to store electricity. It takes more electric to stack them than is produced by unstacking them. But it’s a clean way to store potential energy, and far more efficient and sustainable than a battery.




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









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


  • 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