• 2 Posts
  • 206 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle


  • Not saying there’s any reason to switch, but I believe you can load CSV’s into sqlite.

    Datasette would be something that I would try for CSV’s as well, that seems like an interesting piece of technology I haven’t had reason to use yet.

    Finally there’s always Jupiter Notebook and any respectable DataFrame-solution.

    Not to knock spreadsheet-solutions too much - I certainly see their value and use them frequently - but if I had to do something that warranted writing VBA, I’d probably reach for a tool I could combine with some form of VCS like Git at least.






  • While Rust would probably have been a good choice for implementing a new browser, I don’t think Swift deserves the criticism it’s getting in this thread:

    • Swift was created by the same person who created Rust, and has many of the same nice traits
    • Swift is a modern language that is easy for plenty of developers to pick up; I’d place it in the same family as Rust and Kotlin
    • Swift grants access to a large pool of native iOS/Mac developers






  • So first off, I don’t think you should bring the laws of physics into conversations of how human bodies store fat. I know it’s tempting - I’ve been there before - but it’s just too reductive to be useful in the conversation, and it leads to generally poor conclusions.

    While it’s true that energy cannot be ‘conjured from nothing’ - human bodies don’t quite work on a fixed energy in/out model. They can be variably efficient in how much energy is required to perform certain tasks, and secondary systems can be turned off when the need to conserve energy becomes apparent (leptin is the signaling mechanism for this).

    The main mechanisms that cause rebound weight gain after sharp dieting is a reduction in passive energy needs stemming from the change in leptin levels, along with leptins very strong effect on appetite.

    I suggest to you, and anyone still under the impression that CICO is a useful model for understanding human metabolism, to read the book The Hungry Brain. It’s hugely useful for gaining greater insight into the subject.




  • Should have say: self-hosting is always superior to cloud hosting.

    That statement still comes with a pretty damn big caveat though - you need to have the know-how, the time to invest and the hardware (i.e money) to actually set something like this up.

    If all of those are true, then self-hosting can definitely be an attractive option for you.

    It’s only true for a vanishingly small fraction of the population, though.

    Hence, Bitwarden is a pragmatic solution that will be superior for the vast majority of the population.



  • Go is in a good position, yeah. JavaScript has prettier, which is nice. Java has google-java-format. Python has ruff, which is quite good. Kotlin has ktfmt, which I believe made a mistake with their standards by not following the standard formatting guidelines for the language, but whatever. Uniform and deterministic for the win.