Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
josevalerio
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
josevalerio
18d ago
OpenAI already does this with Codex cloud https://chatgpt.com/codex/cloud From my experience, Orbs have been more consistent, along with Cursor's agents
2.
▲
by
josevalerio
1mo ago
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://captur.es/
3.
▲
by
josevalerio
3mo ago
Dear friend, you have built a Kubernetes https://www.macchaffee.com/blog/2024/you-have-built-a-kubern...
4.
▲
by
josevalerio
4mo ago
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 a good job figuring out what you need. Not much to it really
5.
▲
by
josevalerio
9mo ago
I just picked it up during the Steam sale, will try it in the coming days
6.
▲
No Fun Allowed
(josevalerio.com)
3 points
by
josevalerio
9mo ago
|
2 comments
7.
▲
by
josevalerio
10mo ago
As another comment pointed out, this and all of their other posts are AI generated. https://cachecowboy.medium.com/
8.
▲
Show HN: sjl – Simple JSON Logger for Rust
(github.com)
3 points
by
josevalerio
11mo ago
|
0 comments
9.
▲
by
josevalerio
1y ago
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. However this is doable, just under an experimental feature fla
10.
▲
How to log structured JSON in Rust
(josevalerio.com)
2 points
by
josevalerio
1y ago
|
0 comments
11.
▲
by
josevalerio
1y ago
Sometimes you get the docs emailed in a password protected spreadsheet :')
12.
▲
by
josevalerio
1y ago
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
13.
▲
by
josevalerio
1y ago
You'd think search on a docs site would be important :D
14.
▲
by
josevalerio
1y ago
Just do the thing! https://josevalerio.com/just-do-the-thing Many are saying this...
15.
▲
by
josevalerio
2y ago
https://blog.cloudflare.com/aws-egregious-egress/
16.
▲
by
josevalerio
3y ago
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
17.
▲
by
josevalerio
3y ago
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 get re-used across lambda invocations as lon
18.
▲
by
josevalerio
3y ago
Please don’t Reddit my HN
19.
▲
by
josevalerio
3y ago
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.com/cloudfront/pricing/
20.
▲
by
josevalerio
3y ago
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 with @cloudflare R2 this way rounds up to 13¢. With @awsclou
21.
▲
by
josevalerio
3y ago
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, you're still paying for it to inspect each request and th
22.
▲
by
josevalerio
3y ago
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 here, many people feel the same way. It's
23.
▲
by
josevalerio
3y ago
https://x.com/bholmesdev/status/1704846748441534627?s=46
24.
▲
by
josevalerio
3y ago
You could run Notion with SequelLight on a BlueberryPi, this sharting seems unnecessarily complex for an app with a measly 30 million users.
25.
▲
by
josevalerio
3y ago
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" one or you're going to have a bad
26.
▲
by
josevalerio
3y ago
Fair points, hopefully this brings about the needed changes in these billing systems to prevent it happening in the future. It happens all the time on other providers as well. I'm very critical of the actual necessity of these infinite
27.
▲
by
josevalerio
3y ago
You're right I used the term interchangeably - AWS Lightsail would have been a good service comparison, and those do start at $3.50[0]. The $8 figure came from running the smallest Fargate task at .25cpu and 512mb, excluding the load b
28.
▲
by
josevalerio
3y ago
Took me less than 1 min to setup NextJS on AWS App Runner with auto deploys on commits, the rest was waiting for it to finish which I'll admit, Vercel is much faster at. https://www.youtube.com/watch?v=kmbgATze8UU
29.
▲
by
josevalerio
3y ago
Awesome response, handled well! You guys are always on top of things community wise, especially Lee Robinson in any related thread :')
30.
▲
by
josevalerio
3y ago
I wonder what the aversion is to using a plain old server / vps. It's really not that difficult to deploy nowadays [0][1][2][3] and I'd rather get an $8 bill every month as insurance than ever worry about shit like OP just we
More ›