• 7 Posts
  • 623 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle
  • Well to be fair, the US declaration of independence is quite explicit about the right to revolution being one of the inalienable rights. They spent I think around 20 written lines talking about it.

    We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness.–That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed, --That whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government, laying its foundation on such principles and organizing its powers in such form, as to them shall seem most likely to effect their Safety and Happiness. Prudence, indeed, will dictate that Governments long established should not be changed for light and transient causes; and accordingly all experience hath shewn, that mankind are more disposed to suffer, while evils are sufferable, than to right themselves by abolishing the forms to which they are accustomed. But when a long train of abuses and usurpations, pursuing invariably the same Object evinces a design to reduce them under absolute Despotism, it is their right, it is their duty, to throw off such Government, and to provide new Guards for their future security.–Such has been the patient sufferance of these Colonies; and such is now the necessity which constrains them to alter their former Systems of Government. The history of the present King of Great Britain is a history of repeated injuries and usurpations, all having in direct object the establishment of an absolute Tyranny over these States.

    Of course, it doesn’t mean their causes were just or their intentions were good or even that they were much more than an angry mob, but America was literally founded on the idea that a corrupt government should be overthrown by force. What is bad, how it is bad, blah blah blah depends on where you sit and if you value human life or human hierarchy.



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







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