Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Banou
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
TypeScript boilerplate-free strictly typed RPC
(osra.banou.dev)
1 points
by
Banou
12d ago
|
0 comments
2.
▲
by
Banou
1mo ago
> Perhaps you can think of a way to design an alerting system which cannot be abused - but I can't. Isn't the obvious answer decentralization? Have persons necessary to send that message in different places across the country&#
3.
▲
by
Banou
3mo ago
Like if cloudflare and other protection services don't make the web more human-hostile blocking un-approved browsers and tools like cURL. Captchas and others already get solved by AIs nowadays, they're just friction done to collec
4.
▲
by
Banou
4mo ago
Good thing most websites already moved away from Google's recaptcha.
5.
▲
by
Banou
6mo ago
Temporal is nice but I've tried using it and had terrible performances. Hope the implementations get better in the future.
6.
▲
by
Banou
11mo ago
Have tried almost every PaaS and same for me, I always come back to CapRover, it's the platform I've had the less issues with, it's simple and yet feature complete enough for me to run almost anything. I'd love a better
7.
▲
by
Banou
1y ago
Good thing that 99% websites don't need to modify 1k dom elements every seconds then, if you do using a DOM library isn't the right choice. My comment was about size library, in response to the parent comment about MBs of js. I&#x
8.
▲
by
Banou
1y ago
React in itself isn't that heavy , and things like preact exists if you want an even lighter library, it's mostly other dependencies that are heavy, so the blame is mostly on the side of the devs, not react, for having heavy and
9.
▲
by
Banou
1y ago
Any plans to expand further than Hetzner? They're pretty restrictive on certain usages(e.g VPNs), I'd be really interested in support for Datapacket for example.
10.
▲
by
Banou
2y ago
Thats such a political argument, this is ecology, your POV on origins isn't correct in this case. Introducing a new species that has never lived somewhere could maybe introduce really bad side effects? Imagine a new predator that someh
11.
▲
by
Banou
2y ago
But chatgpt wasnt the first, openai had coding playground with gpt2, and you could already code even before that, around 2020 already, so I'd say it has been 3-4years
12.
▲
by
Banou
2y ago
First one maybe but definitely not the second one. Have you actually thought of it? How would the platform know who sent what. They can't. So it's definitely not shared on the deposit side. And I doubt they'd move the money
13.
▲
by
Banou
2y ago
Onramps/offramps generally generate individual wallets per user to send/receive from, so it still goes back to you at the end of the day.
14.
▲
by
Banou
2y ago
I think one of the reasons Google choose UDP is that it's already a popular protocol, on which you can build reliable packets, while also having the base UDP unreliability on the side. From my perspective, which is a web developer'