Viewing profile — groone
groone
HN member- Joined
- Fri, Apr 28, 2017, 6:25 PM UTC
- HN karma
- 77
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About groone
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #45659980
I switched to k6 the cli load test tool for its full js/ts scripting ability
-
comment
Comment #45054938
Message becomes invisible in a regular relational database when using `SELECT FOR UPDATE SKIP LOCKED`
-
comment
Comment #44090697
ORM libraries have Value conversion functionality for such trivial examples https://learn.microsoft.com/en-us/ef/core/modeling/value-con...
-
comment
Comment #44074844
You just never seen a good ORM such as Entity Framework Core
-
comment
Comment #43613659
My software engineer job is to destroy my own position by solving all the problems and automating the job away. I have done it multiple times over my career.
-
comment
Comment #43379646
Red hydrogen: produce hydrogen from a thermochemical reaction between water, iodine, and sulfur at a high temperature, around 900°C, using the thermal energy from a nuclear reactor…
-
comment
Comment #43148081
Sulfur batteries are known to be deadly toxic when lighted on fire
-
comment
Comment #41928430
All of these points apply to modern dotnet as well
-
comment
Comment #41881528
I visualize the starting state of exposed functionality, the desired end state and the transition. Then implement the transition without forgetting to take note of everything this …
-
comment
Comment #41407538
The closest thing to this right now is solidjs. Super close to plain javascript but with tree shake build
-
comment
Comment #40539195
Entity Framework Core has got you covered! Writing some LINQ and returning data in Aspnet Core API takes no time at all.
-
comment
Comment #40538913
The golden times were 8-10 years ago, where you could change the order of keywords in google search and get more precise matches. Could find pretty much any obscure thing on the in…
-
comment
Comment #40467504
VSCode has plugin for polyglot notebooks https://code.visualstudio.com/docs/languages/polyglot
-
comment
Comment #39672444
I moved to k6 - a tool meant for load tests but flexible and great for any kind of API tests. Great for any kind of scenarios as the tests are in javascript
- comment
-
comment
Comment #38506677
Every Tesla employee is a share holder. What if this model is better?
-
comment
Comment #38003397
That sounds really subjective
-
comment
Comment #37725501
I think they would rather leave some USB port available than let you wear down their chains
-
comment
Comment #37373959
Elon was talking about Tesla car with FSD. Once Tesla does their part the car would become a valuable robotaxi capable of earning itself back in 1-2 years every year for a decade.
-
comment
Comment #36759460
How about blocking outgoing mail to these domains? Let's assume there is no important e-mail business going on with Mali
-
comment
Comment #35505005
Here are the latest numbers on inequality. Bottom 50% of people paid just 2.3 percent of federal income taxes. Is this something to be replaced?
-
comment
Comment #35487107
I don't see how you can tear everything down and get to a better place. Tearing everything down will leave you with nothing. Endless examples of "people's republics" where the powe…
-
comment
Comment #34404740
Inheritance is a concept of OOP not programming itself. And yes I much prefer composition.
-
comment
Comment #34404383
Yeah. My functions work with data that is received in parameters. Classes are for dependency injection composition and hold state data only when absolutely necessary.