Live data from Hacker News

Viewing profile — nop_slide

nop_slide

HN member
Joined
Wed, Feb 12, 2014, 5:59 PM UTC
HN karma
1,678
Public activity
581 items

About nop_slide

Dev of

https://skatevideosite.com

Hit me up

hn at skatevideosite dot com

Recent public activity

  1. story
  2. comment
    Comment #48446891

    Anyone have a copy? Author seems to have deleted it

  3. comment
    Comment #48041783

    This is what I use, great little library and haven’t touched nor thought about my auth since I set it up.

  4. comment
  5. comment
    Comment #47911549

    Anyone remember Sproutcore JS? They used state charts. https://guides.sproutcore.com/getting_started_2.html

  6. comment
    Comment #47677670

    I'm personally fine with a little bit of downtime for my particular small app. I'm just surprised there's not a more detailed story around deploying sqlite in a high availability p…

  7. comment
    Comment #47677064

    I still haven't figured out a good way to due blue/green sqlite deploys on fly.io. Is this just a limitation of using sqlite or using Fly? I've been very happy with sqlite otherwis…

  8. comment
    Comment #47655575

    Yoooo thanks for the rec this is spot on up my alley. You might also like mood indigo on SoundCloud, mix of house and DnB been a solid programming session soundtrack for me over th…

  9. story
  10. comment
    Comment #47224196

    Old ipads are great until apps start not working with the OS. I have a 2017 and Disney+ just dropped support for my current OS version and I can't update further.

  11. comment
    Comment #46914625

    why split, you could use railway and render for both front end and back end

  12. comment
    Comment #46605937

    You might find https://www.basepowercompany.com/ interesting, 25kwh battery for $700 down and $20/month

  13. comment
    Comment #46269779

    Or just don’t do retro and save even more time and money!

  14. comment
    Comment #45704083

    > The Backbone code is brutally honest about what it's doing. An event fires, a handler runs, you build some HTML, you put it in the DOM. It's verbose, sure, but there's no mystery…

  15. comment
    Comment #45687608

    Sounds like what https://www.basepowercompany.com/ is doing

  16. comment
    Comment #45608620

    At $JOB we're using both flask-pydantic and flask-openapi via those libraries and they are serving us just fine. But yes async does not matter to me.

  17. comment
    Comment #45606894

    https://github.com/pallets-eco/flask-pydantic https://luolingchun.github.io/flask-openapi3/v4.x/ > dependency injection While nice I never found this to be a critical deciding fact…

  18. comment
    Comment #45606196

    Yeah def odd, I'm a recent rails convert and SolidQueue is dead simple and is setup out of the box. When paired with https://github.com/akodkod/solid-queue-dashboard you get a nice…

  19. comment
    Comment #45606159

    After using both Flask and FastAPI extensively I can attest that Flask is the better technology. Flask is extremely stable and has solid organization around them via Pallets. This …

  20. story
  21. comment
    Comment #45468918

    I setup a fresh rails 8 app on Fly last year, using PG for the main data store but using SQLite for the ancillary solid stack dbs. Only fuss I remember encountering was with fighti…

  22. comment
    Comment #45237481

    Ah got it, thanks for explaining and clarifying! Cheers

  23. comment
    Comment #45233407

    Love that you mentioned the skateboarding history of it. I have fond memories of our young crew finally acquiring a “death lens” for our VX1000. It was such a fun challenge to see …

  24. comment
    Comment #45223882

    The closest thing I could find on the parent commenters blog was this https://joshkaramuth.com/blog/django-deployment/ But it doesn't go over multi-instance coordination

  25. comment
    Comment #45222788

    I thought litestream was just for streaming backups? How does it enable you to coordinate with multiple instances of an application? Is one instance the "primary" where writes all …