Viewing profile — Cwizard
Cwizard
HN member- Joined
- Sun, Jul 22, 2018, 2:17 PM UTC
- HN karma
- 617
- Public activity
- 179 items
- HN profile
- View on Hacker News ↗
About Cwizard
No profile information was provided.
Recent public activity
-
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 …
-
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…
-
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…
-
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 …
-
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…
-
comment
Comment #47775136
That’s Scrum you are thinking of. Not agile.
-
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 …
-
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.
-
comment
Comment #46146118
Is dokku multi node?
-
comment
Comment #46076658
You can run out of memory and trigger a crash.
-
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…
-
comment
Comment #45880360
This is 100% fake. Why would they describe the whole interview process before rejecting them? Makes no sense.
-
comment
Comment #43361770
Were you ever connected to the same Wifi network? You can probably use that for tracking too.
-
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 …
-
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.
-
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…
- story
-
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.
-
comment
Comment #41257263
multi-master writes with serializable transactions
-
comment
Comment #41256519
What did you use instead?
-
comment
Comment #41256494
What will you switch to? I feel like there isn’t a good alternative.
- story
-
comment
Comment #41208100
This matches my experience as well.
-
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…
-
comment
Comment #40666453
You might like: ‘PostgreSQL 14 Internals’ by Egor Rogov