HackerLangs
トップ新着トレンドコメント過去質問紹介求人

empiricus

357 カルマ登録 17 年前

コメント

empiricus
·一昨日·議論
Now which one is safer? A new Postgres written in Rust, or the original real world tested Postgres?
empiricus
·8 日前·議論
Oh yes the mute button, very useful when trying to pause a podcast :(
empiricus
·8 日前·議論
Even for PC, I recommend some cheap studio monitors.
empiricus
·9 日前·議論
Well, we are dumb and we make stupid mistakes, and code review can find and fix them sometimes. I am very surprised that the practice of "review" is not more widespread. For example when I see medical doctors going YOLO with their patients, ppl driving excavators, etc.
empiricus
·15 日前·議論
How much of this work is "with 5 parameters I can fit an elephant"?
empiricus
·22 日前·議論
to my knowledge, the cost of uranium is almost negligible compared to the capital cost of building the plant. so as long as a market exists, you can choose whatever strategy: buy a big buffer, or just don't care if price oscillates x times.
empiricus
·先月·議論
search the micronised version, it is so fine it looks like it disolves completely.
empiricus
·2 か月前·議論
ty, will look at deskflow
empiricus
·2 か月前·議論
does synergy works better now? 3 years ago, every week I would get into a situations where one machine was not connecting to the other, and I had to randomly restart synergy so maybe it connects. fun to do that 5 min before the meetings.
empiricus
·2 か月前·議論
This is strange to me, with quartenions you model rotations in 3d space, not 4 dim rotations.
empiricus
·2 か月前·議論
I suspect that you can modulate nuclear power too, but why do it? after you started the reactor it runs practically for free? (the fuel cost is so small; or it costs the same to run full power of half power). disclaimer: I did not read actual details about nuclear power plants designs in the past 20 years, so i'm vibing from first principles and bad memory
empiricus
·2 か月前·議論
Europe was spending 200 billions / year on gas from russia. I imagine they could try to build 100 reactors for that price, but it would take a couple of years I imagine...
empiricus
·2 か月前·議論
So sad we could not apply economy of scale for nuclear... The main reason solar and batteries are so cheap is economy of scale.
empiricus
·3 か月前·議論
From the category of "never run complex dd while drinking beer"
empiricus
·3 か月前·議論
I agree, we try to think in terms in state machine. Just complaining that somehow this is not good enough, in practice we need to add random flags, and it is not clear how to separate the multitude of separate state machines all active at the same time.
empiricus
·3 か月前·議論
"No statechart will survive contact with real world applications". I mean, when you have external dependencies, multilayer protocols, multithreading, perf requirements, the state will becomes an ugly mess. One can only dream of a clean statechart.
empiricus
·3 か月前·議論
But I see all the "QR codes" have a hexagonal symmetry? So basically you can use only one corner (1/6) to represent a node? Why do they keep the entire hexagon?
empiricus
·3 か月前·議論
(also you receive the signal from all satellites at the same time, on the same freq, and some random reflections. and then you need to extract independent streams of bits for each satellite, each with its own nanosecond timestamp for receive time)
empiricus
·3 か月前·議論
And then you try to actually build a GPS network, and ask yourself: what kind of antennas should we use? what should be the freq? how much power? how will the receiver detect the precise nanosecond when it receives an incredible weak signal? (in current GPS the signal is bellow thermal noise)
empiricus
·3 か月前·議論
The hw implementation of xor is simpler than sub, so it should consume slightly less energy. Wondering how much energy was saved in the whole world by using xor instead of sub.