Viewing profile — elnygren
elnygren
HN member- Joined
- Mon, Jan 26, 2015, 7:00 AM UTC
- HN karma
- 627
- Public activity
- 119 items
- HN profile
- View on Hacker News ↗
About elnygren
No profile information was provided.
Recent public activity
-
comment
Comment #48475972
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 :)
-
comment
Comment #42573301
There is likely some reason why they all look the same and also happen to be some of the best performing companies there are.
-
comment
Comment #38626758
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.
-
comment
Comment #37086339
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 m…
-
comment
Comment #34179136
audience GitHub is the logical place for an “awesome react” list even if it’s not necessarily intended for that.
-
comment
Comment #32752771
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 so…
-
comment
Comment #30820026
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 …
-
comment
Comment #30799262
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, f…
-
comment
Comment #30050406
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?
-
comment
Comment #29000217
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…
-
comment
Comment #28685166
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 B…
- story
-
comment
Comment #28425436
How to work with libraries like io-ts, Runtypes and Zod to parse all incoming & outgoing data in your applications type safely.
- story
-
comment
Comment #28146569
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…
- story
-
comment
Comment #28089530
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. Stakehold…
-
comment
Comment #28084989
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 ran…
-
comment
Comment #26817729
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 wi…
-
comment
Comment #26817673
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://stackoverf…
-
comment
Comment #26817376
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 hav…
-
comment
Comment #26619878
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 a…
-
comment
Comment #26619845
> 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 an…
-
comment
Comment #26619718
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, w…
-
comment
Comment #26476752
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 …