Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
elnygren
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
elnygren
3mo ago
Ooff, this seems a bit sketchy. We recently looked at GA runner alternatives and decided on https://avrea.com . See if you have a better experience with them :)
2.
▲
by
elnygren
2y ago
There is likely some reason why they all look the same and also happen to be some of the best performing companies there are.
3.
▲
by
elnygren
3y ago
Since they have a /pricing page it would seem their business is not to make it easy to self-host but in fact to make people pay for the cloud version instead.
4.
▲
by
elnygren
3y ago
Why are people so hostile towards BSL? Paying/asking money for great products is fine and if the product's source code is in git, the better. Not everything has to be _free_. The major benefit of OSS for many is that you can read
5.
▲
by
elnygren
4y ago
audience GitHub is the logical place for an “awesome react” list even if it’s not necessarily intended for that.
6.
▲
by
elnygren
4y ago
Oh my sweet summer children. Feels like the author has perhaps never worked on a complex, big product or with any capable engineering management. The worst and biggest messes in software engineering that I've seen have been situations
7.
▲
by
elnygren
4y ago
Sounds like a government intervention is needed and the monopoly should be broken down for a better functioning market. However, I guess big tech companies have become part of the superpower games (USA vs. China etc.). Breaking up Google mi
8.
▲
by
elnygren
4y ago
I’m curious, how does this project compare to slonik that is also a fast, lightweight, full featured, using SQL template literals etc ? Is there any reason to consider switching, for example?
9.
▲
by
elnygren
5y ago
Out of curiosity, where do these ratings come from? From the PMs? Or do you have EMs who just listen to the PMs in these things?
10.
▲
by
elnygren
5y ago
I already have a way to unify my messaging across different apps. It's called MacOS and cmd+tab. Sometimes on the road I use something called iOS. Sure it's not the same. But is it that different either? All messaging apps have th
11.
▲
by
elnygren
5y ago
It certainly ain't free or cheap if you are running a real business with real traffic and real customers. However, still totally worth it, easily. Just saying they have a healthy B2B business model.
12.
▲
CRUD Tables Need to Die
(medium.com)
7 points
by
elnygren
5y ago
|
2 comments
13.
▲
Parse, don’t validate, incoming data in TypeScript
(medium.com)
2 points
by
elnygren
5y ago
|
1 comments
14.
▲
by
elnygren
5y ago
How to work with libraries like io-ts, Runtypes and Zod to parse all incoming & outgoing data in your applications type safely.
15.
▲
by
elnygren
5y ago
The point of the switch-case is to mimic pattern matching and TS is smart enough tell you whether you handled all cases. Would you prefer that it's a if-elseif-else based structure instead? I guess that would work too but I feel like i
16.
▲
Practical introduction to algebraic datatypes (ADTs) in TypeScript
(medium.com)
71 points
by
elnygren
5y ago
|
21 comments
17.
▲
by
elnygren
5y ago
Nocode/lowcode is excellent for company internal apps & GUIs. Imagine things like barcode/QRcode scanner app for warehouse that just needs to send an HTTP call somewhere. Stakeholders/business people might be able to comp
18.
▲
by
elnygren
5y ago
I've always preferred Docker for setting up databases and database-like services on a development machine because then everything is nicely isolated. i.e no need to worry about random files in /etc/foo, easy to setup many ver
19.
▲
by
elnygren
5y ago
I'm not sure I understand why PostgreSQL would be "overkill" for something? It's very easy to set up and operate, almost anyone in the industry either knows it or they should be willing to learn it as it's the de fa
20.
▲
by
elnygren
5y ago
However the schema does look like type schema = { field1: any, field2: any, ... } AFAIK the column types are not really enforced and you can even leave them out. https://stackoverflow.com/questions/2489936/sqlit
21.
▲
by
elnygren
5y ago
Ugh a dynamically typed SQL database, no thanks. I always find I have to build quite a bit of a "data layer" on top of SQLite for example when using it in mobile apps. Also you have to build some basic stuff yourself like Enum or
22.
▲
by
elnygren
5y ago
Engineers are quite choosing beggars ( https://www.reddit.com/r/ChoosingBeggars/ ) when it comes to OSS libraries. Most of the time OSS libraries are completely free and provided as-is without warranties of any kind
23.
▲
by
elnygren
5y ago
> As an engineer if you leave a manhole cover open and people fall down, it is your responsibility. In an OSS project, you can just provide it as-is without any kind of warranty and clearly tell this in the license. Maybe you are confusi
24.
▲
by
elnygren
5y ago
I suppose skillful AI/ML people like to think that great AI/ML is all about their skills and the models they produce. Someone else might think that the true value is in the data, while AI/ML skills can be bought for 120$ per
25.
▲
by
elnygren
6y ago
This is why you want stock/equity instead. Everything else is just toilet paper until it becomes stock/equity. Usually countries have lots of laws and regulations protecting small shareholders, but not really anything to protect p
26.
▲
by
elnygren
6y ago
because they play in the major leagues where most teams have hundreds or thousands of servers, while they have those nine. Yes, there is some horizontal scaling, but the sheer amount of vertical scaling here is still mind blowing. I've
27.
▲
by
elnygren
6y ago
Quite a weird rant. We might just regulate how a TLD works so that there is no domain parking industry and problem is then solved. The party who runs the TLD is surely not going to sell them at a loss since they aren't getting those 5k
28.
▲
by
elnygren
6y ago
"tech/SV" in no way missed out on Defi, they own a pretty big part of it. Check out a16z, sequoia portfolios or check out the founders of the top defi projects... > "Crypto is what comes after Silicon Valley" ye
29.
▲
by
elnygren
6y ago
Current title "Brave acquires search engine to offer the first private alternative to Google" seems quite misleading since there are plenty of private alternatives to Google (search engine) already ? Especially for english speakin
30.
▲
by
elnygren
6y ago
Also, for using type guards to validate incoming data, check out https://github.com/pelotom/runtypes . Or if brave enough to dive into the deep end of FP, io-ts is nice. https://github.com/gcanti/io
More ›