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

lgeorget

883 カルマ登録 9 年前

投稿

Mauna Loa Solar Observatory Reopens to Support Artemis II Mission

meteorologicaltechnologyinternational.com
1 ポイント·投稿者 lgeorget·3 か月前·0 コメント

コメント

lgeorget
·一昨日·議論
A few years ago, a dispute between Kosovo and Serbia caused the entire European grid to drift away from 50.000Hz down to 49.996Hz. Millions of microwave clocks across the continent ended up 6 minutes late: https://hackaday.com/2018/03/09/europe-loses-six-minutes-due....
lgeorget
·11 日前·議論
I was about to comment that exactly. If you computer is never switched off, your encryption is permanently bypassed.
lgeorget
·11 日前·議論
That's a blast from the past. I remember repairing my main install from a minimal Knoppix on my 1GB USB drive... Good old times.
lgeorget
·11 日前·議論
Lightning is electricity that goes through hundreds of meters or even kilometers of air (supposedly a good electrical insulator) to reach the ground, it's not above travelling through electrical lines the opposite way they're intended to be used.
lgeorget
·2 か月前·議論
Assuming they are independent events, OP is not more nor less likely to win the lottery now that before running in the collision. I actually have more question if you claim the events in question are NOT independent!
lgeorget
·3 か月前·議論
That's orthogonal to the discussion, I think, you can also mount and access remote filesystems from any program as if it was a local filesystem.
lgeorget
·3 か月前·議論
More of a sidenote than an answer but a database system can be faster than using the disk directly: https://sqlite.org/fasterthanfs.html#approx.

It turns out having a defined abstraction like a database makes things faster than having to rely on a rawer interface like filesystems because you can then reduce the number of system calls and context switches necessary. If you wanted to optimize that in your own code rather than relying on a database, you'd end up reinventing a database system of sorts, when (probably) better solutions already exist.
lgeorget
·3 か月前·議論
Yeah that's also how I work: be strict to yourself, indulgent to other, I feel this is the best strategy to get along. Obviously, the downside is the tragedy of the commons: the few bad people abusing the leniency of the rest and getting away with it, like people showing up late because "they hate waiting".
lgeorget
·3 か月前·議論
I'm also neither. But I'm also very good at lying to myself, so who knows? (not me)
lgeorget
·4 か月前·議論
It reminds me of this answer I made some years ago: https://unix.stackexchange.com/a/138046

The question was how to remember it's "2>&1" and not "2&>1". If you think of "&1" as the address/destination of, the syntax is quite natural.
lgeorget
·5 か月前·議論
I learned about it the hard way, ahah. Now I create intermediary planes for all distances and I extrude planes always with respect to those.
lgeorget
·6 か月前·議論
I have my best ideas and illuminations for the day when I brush my teeth in the morning. Somehow, that's when I can think best.
lgeorget
·6 か月前·議論
How does enclosing the lamp in reflective material help with the energy efficiency? Isn't the infrared radiation emitted anyway? Doesn't that make the lamp overheat?
lgeorget
·8 か月前·議論
Yes it's so strange, like bad and unreadable pseudocode.

I could see myself coding in Latin though: https://github.com/pianoman911/ferrugo. Something about the prepositions tickles my brain the right way.
lgeorget
·11 か月前·議論
I guess one charitable way to look at it is that after a crash, external people could get access to the car and its memory, which could potentially expose private data about the owner/driver. And besides private data, if data about the car condition was leaked to the public, it could be made to say anything depending on who presents it and how, so it's safer for the investigation if only appointed experts in the field have access to it.

This is not unlike what happens for flight data recorders after a crash. The raw data is not made public right away, if ever.