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
- HN profile
- View on Hacker News ↗
About nop_slide
https://skatevideosite.com
Hit me up
hn at skatevideosite dot com
Recent public activity
- story
-
comment
Comment #48446891
Anyone have a copy? Author seems to have deleted it
-
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.
-
comment
Comment #47965739
All in*
-
comment
Comment #47911549
Anyone remember Sproutcore JS? They used state charts. https://guides.sproutcore.com/getting_started_2.html
-
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…
-
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…
-
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…
- story
-
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.
-
comment
Comment #46914625
why split, you could use railway and render for both front end and back end
-
comment
Comment #46605937
You might find https://www.basepowercompany.com/ interesting, 25kwh battery for $700 down and $20/month
-
comment
Comment #46269779
Or just don’t do retro and save even more time and money!
-
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…
-
comment
Comment #45687608
Sounds like what https://www.basepowercompany.com/ is doing
-
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.
-
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…
-
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…
-
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 …
- story
-
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…
-
comment
Comment #45237481
Ah got it, thanks for explaining and clarifying! Cheers
-
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 …
-
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
-
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 …