Live data from Hacker News

Viewing profile — mmnfrdmcx

mmnfrdmcx

HN member
Joined
Thu, Oct 19, 2023, 4:52 PM UTC
HN karma
39
Public activity
10 items

About mmnfrdmcx

No profile information was provided.

Recent public activity

  1. comment
    Comment #48219051

    Unimaginable luxury, what are you in about. Have you ever even been outside of US?

  2. comment
    Comment #48185220

    you might enjoy the first chapter of Diaspora by Greg Egan https://www.gregegan.net/DIASPORA/01/Orphanogenesis.html

  3. comment
    Comment #48184983

    > I have a corollary hypothesis which is that only young people are actually conscious. One day you go to bed and your mind never wakes up, but your body keeps on living the automa…

  4. story
  5. comment
    Comment #38889301

    A fair point, I use tailscale for other things too, so it's a freebie

  6. comment
    Comment #38885712

    So that it has a connection even if I am outside of my home network

  7. comment
    Comment #38881224

    I have made a setup that I am really proud of. Syncthing + Tailscale + old Raspberry Pi + external USB SSD disks + restic for backup + B2 Raspberry Pi OS + syncthing data is on one…

  8. comment
    Comment #38208138

    Agreed. It's also objectively worse because you lose the stack trace in the final exception you will display to your user. Enjoy debugging that when a customer sends you an error.

  9. comment
    Comment #38208073

    I don't agree with this post. Engineering is about tradeoffs. There is more advantage in doing the accepted python solution (exceptions) than inventing your own (which you claim to…

  10. comment
    Comment #37945329

    The flask-login package should have limited its dependencies to flask<3.0, that's what major versions are for.