Live data from Hacker News

Viewing profile — groone

groone

HN member
Joined
Fri, Apr 28, 2017, 6:25 PM UTC
HN karma
77
Public activity
51 items

About groone

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #45659980

    I switched to k6 the cli load test tool for its full js/ts scripting ability

  3. comment
    Comment #45054938

    Message becomes invisible in a regular relational database when using `SELECT FOR UPDATE SKIP LOCKED`

  4. comment
    Comment #44090697

    ORM libraries have Value conversion functionality for such trivial examples https://learn.microsoft.com/en-us/ef/core/modeling/value-con...

  5. comment
    Comment #44074844

    You just never seen a good ORM such as Entity Framework Core

  6. 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.

  7. 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…

  8. comment
    Comment #43148081

    Sulfur batteries are known to be deadly toxic when lighted on fire

  9. comment
    Comment #41928430

    All of these points apply to modern dotnet as well

  10. 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 …

  11. comment
    Comment #41407538

    The closest thing to this right now is solidjs. Super close to plain javascript but with tree shake build

  12. 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.

  13. 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…

  14. comment
    Comment #40467504

    VSCode has plugin for polyglot notebooks https://code.visualstudio.com/docs/languages/polyglot

  15. 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

  16. comment
  17. comment
    Comment #38506677

    Every Tesla employee is a share holder. What if this model is better?

  18. comment
    Comment #38003397

    That sounds really subjective

  19. comment
    Comment #37725501

    I think they would rather leave some USB port available than let you wear down their chains

  20. 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.

  21. 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

  22. 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?

  23. 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…

  24. comment
    Comment #34404740

    Inheritance is a concept of OOP not programming itself. And yes I much prefer composition.

  25. 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.