HackerLangs
TopNewTrendsCommentsPastAskShowJobs

lgeorget

883 karmajoined 9 yıl önce

Submissions

Mauna Loa Solar Observatory Reopens to Support Artemis II Mission

meteorologicaltechnologyinternational.com
1 points·by lgeorget·3 ay önce·0 comments

comments

lgeorget
·evvelsi gün·discuss
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 gün önce·discuss
I was about to comment that exactly. If you computer is never switched off, your encryption is permanently bypassed.
lgeorget
·11 gün önce·discuss
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 gün önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
I'm also neither. But I'm also very good at lying to myself, so who knows? (not me)
lgeorget
·4 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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.