Live data from Hacker News

Viewing profile — Cwizard

Cwizard

HN member
Joined
Sun, Jul 22, 2018, 2:17 PM UTC
HN karma
617
Public activity
179 items

About Cwizard

No profile information was provided.

Recent public activity

  1. comment
    Comment #47974769

    I still don't understand, this is a list of accidents so what? How many people are injured/died? How does that compare to other sources of energy, other sectors? How many of these …

  2. comment
    Comment #47972336

    Why are they unmanageable? They are only expensive because externalities of other solutions are not captures or are subsidised. Wind and solar are expensive if battery storage is i…

  3. comment
    Comment #47972305

    Serious question, when has there been a serious nuclear accident? Fukushima was caused by a natural disaster that killed far more people than the nuclear failure did. Chernobyl was…

  4. comment
    Comment #47862987

    What do you mean? 2021-22 was peak of the employment market. At least here in Europe. To get a job all you had to do was be breathing. It was insanity. SQL was and still is highly …

  5. comment
    Comment #47775226

    Yes, exactly. It works great. But it is not cookie cutter enough for most orgs to adopt which is what led to Scrum, SAFE and what else. And then organisations take those frameworks…

  6. comment
    Comment #47775136

    That’s Scrum you are thinking of. Not agile.

  7. comment
    Comment #46738924

    I am unfamiliar with Wero. Can you explain why it is an engineering fiasco? Side note: Looking at their job listings I don't see any engineering positions (with the exception of a …

  8. comment
    Comment #46390843

    I can recommend doing this! It really is not hard to learn the basics of electronics and you will have a better understanding of how the things around you work.

  9. comment
    Comment #46146118

    Is dokku multi node?

  10. comment
    Comment #46076658

    You can run out of memory and trigger a crash.

  11. comment
    Comment #45952046

    I read the “The Art of Multiprocessor Programming” and I don’t recommend it. It is very theoretical. There is no mention of practical performance considerations on real hardware. L…

  12. comment
    Comment #45880360

    This is 100% fake. Why would they describe the whole interview process before rejecting them? Makes no sense.

  13. comment
    Comment #43361770

    Were you ever connected to the same Wifi network? You can probably use that for tracking too.

  14. comment
    Comment #42664673

    OTEL always seems way too complicated to use to me. Especially if you want to understand what it is doing. The code has a lot of abstractions and indirection (at least in Go). And …

  15. comment
    Comment #41529448

    And it has to be cloud agnostic because we can’t get locked in! I like the cloud but it is overused and misused a lot imo.

  16. comment
    Comment #41298158

    I had a team of about 8 junior people. We would do a daily morning sync where we went over open tickets. The main purpose of the meeting was to see who was struggling with somethin…

  17. story
  18. comment
    Comment #41258752

    Does not have a SQL API (or something similar). The record layer is interesting but requires your application to be build in Java.

  19. comment
    Comment #41257263

    multi-master writes with serializable transactions

  20. comment
    Comment #41256519

    What did you use instead?

  21. comment
    Comment #41256494

    What will you switch to? I feel like there isn’t a good alternative.

  22. story
  23. comment
    Comment #41208100

    This matches my experience as well.

  24. comment
    Comment #40916637

    Data modelling (in databases but I guess that also translates to the application layer to some extent). A good data model will allow you to get much further with a standard databas…

  25. comment
    Comment #40666453

    You might like: ‘PostgreSQL 14 Internals’ by Egor Rogov