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

help-circle


  • So if the housing market crashed like really bad, by say everybody owning multiple homes being suddenly unable to afford the loans for that many homes, what would happen?

    The banks would have to repossess the properties. And sell them on the market, but with many homes to sell, the price would come down crashing.

    One can dream.





  • If you need a UI, flutter is great, but for a complete beginner it has a bit of a learning curve.

    Maybe you could start with a small PWA (progressive web app) using Javascript or typescript. You can do it all in the front-end for something small like this, though you won’t be able to implement some features like synchronization across devices







  • My company didn’t leave me a choice, I got an XPS 15 which I had to setup with my distro of choice (but all the internal tooling is for Ubuntu, I personally would have preferred to install Fedora or Debian 12 with i3wm).

    It’s not that bad a laptop but it overheats like crazy and has really shit battery life (barely enough for a meeting), and some of its features I can’t explain : why is a 4k touchscreen on a laptop a good thing? It eats 4x the battery for no noticeable visual improvement. I don’t use my laptop 5 inches from my face.




  • Just the fact that windows has a hidden “true administrator” account that you have to use for some stuff, and is not easily accessible makes it way harder to take control of your own hardware.

    Linux has the same thing, with the root account, but you can access it from a single sudo su command in a terminal (which is mostly pointless since sudo itself executes commands with the highest priviledges).

    Also, Microsoft, not every damn thing needs a GUI. I’d rather have a good command line experience than having to trifle through the registry.