Live data from Hacker News

Viewing profile — throwaway38375

throwaway38375

HN member
Joined
Thu, Feb 29, 2024, 10:27 AM UTC
HN karma
170
Public activity
63 items

About throwaway38375

No profile information was provided.

Recent public activity

  1. comment
    Comment #41003685

    Well done to your daughter! She is clearly a smart one. I wish her the very best for her future career (possibly) in computers. :)

  2. comment
    Comment #40797702

    Looks like the average connection is somewhere between 10 and 30 Mbps? Seems enough for browsing the internet, online banking, emails, some social media, and watching videos in sta…

  3. comment
    Comment #40726255

    Because you can set up a rudimentary queueing system in MySQL/PostgreSQL very quickly these days. And it scales really well for small to medium sized applications! I maintain a web…

  4. comment
    Comment #40715270

    Worked at a place where the lead engineer was adamant a graph database was the solution. After two years of trying to get it launched, the project failed spectacularly. Another tea…

  5. comment
    Comment #40655873

    I love SQLite, so please don't think that I'm a SQLite hater, but: I've never seen SQLite used in a setup which multiple machines connect to the same database over a network. For e…

  6. comment
    Comment #40632842

    Neat! This is exactly what I'm planning to do one day. How did you find the development experience? Anything that you would change or do differently? Also, how does Kaboom/Kaplay h…

  7. comment
    Comment #40599389

    Yes! Windows got it right IMO.

  8. comment
    Comment #40575410

    Ah, I see. Thank you for explaining. This is much clearer.

  9. comment
    Comment #40575395

    Good point.

  10. comment
    Comment #40574143

    I should clarify that I see the value of encryption at rest for something like an employee laptop, which could be left at a bar (while powered off) by accident. I just don't get th…

  11. comment
    Comment #40574124

    This might sound like a stupid question, but I'll ask anyway: What benefit does encryption at rest solve for something which is never intended to actually rest? For example, a MySQ…

  12. comment
    Comment #40533104

    > but one thing that dissuades me from getting into it is the whole monstrous npm system of components around it. You are not alone. It is very complicated, but a lot of people see…

  13. comment
    Comment #40522429

    I don't think you can swap bits out. When I used it things seemed baked in. Yes, mainly suited to 2D side or top down view games.

  14. comment
    Comment #40521565

    Backend: Stick with the LAMP/LEMP stack. It's not perfect, but if you're moving from WordPress (which uses the LAMP/LEMP stack) then sticking with it will make the move less painfu…

  15. comment
    Comment #40521537

    Very excited about this, I have the best memories of using Kaboom.

  16. comment
    Comment #40452589

    Yes! Take a Raspberry Pi Zero and connect it to these: https://www.amazon.co.uk/Battery-Holder-150mm-Wires-Leads/dp... https://www.amazon.co.uk/voltage-converter-Raspberry-batteri.…

  17. comment
    Comment #40438809

    You could try using https://infinitemac.org/ to emulate MacOS in browser. Then drag and drop one of these into it: https://www.macintoshrepository.org/5953-star-wars-pit-droid... h…

  18. comment
    Comment #40425932

    As many others have said, I think HTMX was around many years ago, just in different forms. There were many jQuery plugins that did most of what HTMX did. But maybe it has risen in …

  19. comment
    Comment #40425681

    Happy to help dude. Enjoy! :)

  20. comment
    Comment #40414389

    Something useful, submitted with good intentions, will be received well, regardless of when you submit it.

  21. comment
    Comment #40413503

    This one? https://www.macintoshrepository.org/64891-aliens

  22. comment
    Comment #40388210

    A couple more noteworthy examples: https://metro.co.uk/2024/05/14/big-cat-hunters-have-proof-ru... https://www.theguardian.com/world/2024/feb/22/it-was-a-big-c... My apologies for …

  23. comment
    Comment #40388186

    This is one of the most likely theories IMHO. A lot of sightings started at the end of the 70s, which would align with the introduction of this law: https://en.wikipedia.org/wiki/D…

  24. comment
    Comment #40388150

    It would appear this is not the first bit of evidence suggesting that Alien Big Cats (ABCs) are a real thing. https://en.wikipedia.org/wiki/British_big_cats#Proven_captur... I shou…

  25. comment
    Comment #40387928

    LAMP (or LEMP) stack, hosted on a single VM (probably Digital Ocean). You probably want to use a framework of sorts. Laravel or Symfony are good. Not mandatory though. Server side …