Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Cwizard
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
Cwizard
5mo ago
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 were due to human incompetence and how many where
2.
▲
by
Cwizard
5mo ago
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 included in most of the world. Waste is mostly a solved probl
3.
▲
by
Cwizard
5mo ago
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 pure communist stupidity. This level of incompetence would
4.
▲
by
Cwizard
5mo ago
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 relevant. Especially in data related fields.
5.
▲
by
Cwizard
5mo ago
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 (often change them to get even more agility out) and adopt
6.
▲
by
Cwizard
5mo ago
That’s Scrum you are thinking of. Not agile.
7.
▲
by
Cwizard
8mo ago
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 security engineer which is a grey area in a bank IMO),
8.
▲
by
Cwizard
9mo ago
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.
▲
by
Cwizard
10mo ago
Is dokku multi node?
10.
▲
by
Cwizard
10mo ago
You can run out of memory and trigger a crash.
11.
▲
by
Cwizard
10mo ago
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. Large parts of the theory focus on lock-free and wait-free da
12.
▲
by
Cwizard
10mo ago
This is 100% fake. Why would they describe the whole interview process before rejecting them? Makes no sense.
13.
▲
by
Cwizard
2y ago
Were you ever connected to the same Wifi network? You can probably use that for tracking too.
14.
▲
by
Cwizard
2y ago
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 reading this it seems a lot of people agree. Hope that can b
15.
▲
by
Cwizard
2y ago
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.
▲
by
Cwizard
2y ago
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 something and needed help. In my experience junior people often wait
17.
▲
Databricks reportedly paid $2B in Tabular acquisition
(techcrunch.com)
3 points
by
Cwizard
2y ago
|
0 comments
18.
▲
by
Cwizard
2y ago
Does not have a SQL API (or something similar). The record layer is interesting but requires your application to be build in Java.
19.
▲
by
Cwizard
2y ago
multi-master writes with serializable transactions
20.
▲
by
Cwizard
2y ago
What did you use instead?
21.
▲
by
Cwizard
2y ago
What will you switch to? I feel like there isn’t a good alternative.
22.
▲
CockroachDB license change
(cockroachlabs.com)
389 points
by
Cwizard
2y ago
|
461 comments
23.
▲
by
Cwizard
2y ago
This matches my experience as well.
24.
▲
by
Cwizard
2y ago
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 database without requiring horizontal scaling and complex caching s
25.
▲
by
Cwizard
2y ago
You might like: ‘PostgreSQL 14 Internals’ by Egor Rogov
26.
▲
Adopting OpenTelemetry for our logging pipeline
(blog.cloudflare.com)
4 points
by
Cwizard
2y ago
|
0 comments
27.
▲
by
Cwizard
2y ago
> It implements row-level WAL (Write-Ahead Log) and a non-persistent undo log. This significantly reduces IO operations for write transactions. What is the downside of doing this? I assume there is a tradeoff?
28.
▲
by
Cwizard
2y ago
I didn’t know ‘Table Access Method Interface’ has this been around for a while? Who developed it?
29.
▲
Reconciling High Server Utilization and Sub-Millisecond Quality-of-Service [pdf]
(csl.stanford.edu)
2 points
by
Cwizard
2y ago
|
0 comments
30.
▲
Predictive CPU isolation of containers at Netflix (2019)
(netflixtechblog.com)
80 points
by
Cwizard
2y ago
|
21 comments
More ›