Viewing profile — josevalerio
josevalerio
HN member- Joined
- Sat, Nov 20, 2021, 10:19 PM UTC
- HN karma
- 175
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About josevalerio
https://josevalerio.com
https://github.com/joswayski
contact@josevalerio.com
Recent public activity
-
comment
Comment #49236066
I've been working on a cross platform screenshot/screen recording tool with a built in editor: https://github.com/joswayski/captures Managed to snag a cool domain for it too! http:…
-
comment
Comment #48549105
Dear friend, you have built a Kubernetes https://www.macchaffee.com/blog/2024/you-have-built-a-kubern...
-
comment
Comment #48032274
I never used Shuttle but you could try Railway[1]. I have a few rust services there costing me pennies per month due to the low resource usage[2] You hook your repo up and it does …
-
comment
Comment #46348279
I just picked it up during the Steam sale, will try it in the coming days
- story
-
comment
Comment #46021670
As another comment pointed out, this and all of their other posts are AI generated. https://cachecowboy.medium.com/
-
story
Show HN: sjl – Simple JSON Logger for Rust
I made this little logger because logging JSON without escaped strings seemed really unintuitive. I hope you find it useful!
-
comment
Comment #45234704
Not OP but it consistently says that logging JSON (specifically nested JSON while not having escaped strings) with the tracing crate is not possible or provides wrong solutions. Ho…
- story
-
comment
Comment #45022152
Sometimes you get the docs emailed in a password protected spreadsheet :')
-
comment
Comment #44891230
[flagged]
-
comment
Comment #44871085
Just FYI that interview is for Multigres, a sharded Postgres in development by Supabase. Sugu hasn’t been at Planetscale for a few years https://github.com/multigres/multigres
-
comment
Comment #44767760
You'd think search on a docs site would be important :D
-
comment
Comment #43638001
Just do the thing! https://josevalerio.com/just-do-the-thing Many are saying this...
-
comment
Comment #42167204
https://blog.cloudflare.com/aws-egregious-egress/
-
comment
Comment #38944897
Probably all the new NextJS / Server Components stuff - mixing and matching server & client code in the same file. Or the classic NEXT_PUBLIC_ env var
-
comment
Comment #38917099
Declare your connection outside of your handler function - this post is from 2017 but it shows it clearly: https://www.jeremydaly.com/reuse-database-connections-aws-la... It will g…
-
comment
Comment #38413875
Please don’t Reddit my HN
-
comment
Comment #38122964
Don’t those volume discounts kick in once you’re doing near 1PB? You’re still paying “normal” CloudFront prices all the way up and it also varies per region :$ https://aws.amazon.c…
-
comment
Comment #38121710
Here’s a tweet from Corey Quinn describing how bonkers R2 pricing is: > let’s remember that the internet is 1-to-many. If 1 million people download that 1GB this month, my cost wit…
-
comment
Comment #38070252
As others have stated, Cloudflare is the best solution here. Other services like AWS WAF will charge you just for validating requests, which means even if the DDOS is mitigated, yo…
-
comment
Comment #38054442
I'm not a target user but wanted to provide some feedback. As a customer, when I buy software I don't really care that it's open source or not and if you look in other threads on h…
-
comment
Comment #37748298
https://x.com/bholmesdev/status/1704846748441534627?s=46
-
comment
Comment #36779186
You could run Notion with SequelLight on a BlueberryPi, this sharting seems unnecessarily complex for an app with a measly 30 million users.
-
comment
Comment #35546620
Another day on the orange site where people don't understand that you can 100% have relationships in a NoSQL database - just don't try to do it the same way you do in a "relational…