• 1 Post
  • 352 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

  • Yes, but 90% of ISP supplied modems around the world are modem + router + WiFi access point with a unified firmware.

    You also can’t take the antennas off of those and they are required in order to receive internet.

    Yes you can use your own router (I have a Unifi cloud gateway ultra myself and one access point in the middle of the house), but that doesn’t mean that disabling the WiFi on the ISP web-software bullshit actually disables the WiFi and doesn’t just hide the SSID and make it un-connectable and still use it for this kind of thing and identifying nearby devices.

    It also doesn’t mean that all the routers themselves like my Unifi aren’t using the access points to do the exact same thing (or will in the future). The only way you can actually control that is with openwrt or similar.






  • Wanted to setup opencloud but it doesn’t work without 3-4 additional containers and CNAMEs on the domain.

    I simply wanted to spin it up locally and test it out, but it doesn’t accept any admin credentials whatsoever and wiping every file to completely restart leads to the same behavior.

    If the simplest bit of startup flow local first time login doesn’t work, then why would the rest and why would I trust it? Also it isn’t a certificate error with not setting up SSL or something because I also tried it on my domain with all the correct certificates and got the exact same behavior. It doesn’t even allow you to try a different admin password when it claims that the last is wrong. You get one try and otherwise have to wipe the entire volume.

    There are issues on github for it and workarounds with very YMMV results, for me none of it worked.




  • They need about 30-50% more space that Lithium Ion, yes. Of course, people love to compare this even though lithium ion isn’t used anyway for the same application because it only lasts for 500 charge cycles where first gen sodium already lasted for 3000.

    But in a country where data centers the size of major cities are being put everywhere, space is literally a non-issue.

    But that is comparing them to lithium ion and LiPo. They have a ton of advantages over lithium ion.

    They are really competing against lithium iron phosphate which are EV and grid storage batteries. There, the very first gen still has like 20% less density than them but 2nd gen batteries are looking at exactly thr same density as lithium iron phospate. Now they are both fire-safe (sodium even better) and the difference is essentially cost (big sodium win), temperature performance (big sodium win, and discharge rate (LiFePO win over first gen) because they both have very high battery life.

    The only reason sodium ion wasn’t picking up (and I mean the only) is because lithium prices crashed and 90% of the companies developing it were startups, so of course the venture capitalist parasites rug pulled the funding because they are so incredibly short sighted that they can’t stand not having immediate maximum profit (even though lithium prices will go back up eventually at a much, much, much faster rate than sodium and is significantly more harmful to mine)








  • Belgium here.

    Doctor is 5€ or so, but your general doctor can’t do almost anything but prescribe things or refer you, which is enough for most general sicknesses.

    Then you have to go to the hospital for a scan or follow up, usually within the same week, or you can go to the emergency room for something like a break and they will see you immediately (of course, like in the US, you will often have to wait an hour or 3 depending on the time of day). Then for all the tests and everything it is usually <100€, for me I have never had more than 50€ but I haven’t had a break where I had to get immediate care.

    Specialists take a long time to see otherwise, often months, but from what I hear from friends in the US, the wait time is usually longer there.




  • One project I am doing at work (engineering and administrative departments run on spreadsheets) not being a programmer at all is automating technical sales generation. We make custom things but we have a few products that have a bunch of standard things to configure.

    Using VBA to do a few small calculations (it sucks at large data which is why python in excel is amazing) and taking in a bunch of configuration fields to output a price, then generating a word document from a template with the quote including the relevant configuration details.