HackerTrans
TopNewTrendsCommentsPastAskShowJobs

abrefeld

no profile record

Submissions

[untitled]

1 points·by abrefeld·9 месяцев назад·0 comments

The codes AI can't crack

longnow.org
2 points·by abrefeld·в прошлом году·0 comments

Searching for Autograms

curiosityarb.blog
34 points·by abrefeld·в прошлом году·1 comments

Passkeys for Normal People

troyhunt.com
5 points·by abrefeld·в прошлом году·1 comments

The Chicago L's Vista Paradox

curiosityarb.blog
4 points·by abrefeld·в прошлом году·0 comments

comments

abrefeld
·12 месяцев назад·discuss
I’ve always loved this example. I implemented the Monte Carlo pi estimation on a LEGO Mindstorms NXT back in high school. Totally sparked my interest in programming, simulations, etc. Also the NXT’s drag-and-drop, flowchart programming interface was actually a great intro to programming logic. Made it really easy to learn real programming in later on.
abrefeld
·в прошлом году·discuss
Just fyi I see the href for all links to users, post times, "hide", and comments as:

    javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')
I'm on LibreWolf136.0.4-1 with UBlockOrigin. I suspect I should be able to click these and see content?
abrefeld
·в прошлом году·discuss
> If you know your metric longitude, you know the local time shift, and vice versa.

I've also thought that setting time using longitude could make sense. Especially since I and many people tell time, schedule meetings, etc using a device with a GPS. This article [0] makes an interesting point about the effect that time shift based on longitude would have on computers in the same data center.

> At the equator, the position directly underneath the mean Sun travels west at about 463 metres per second. That means a standard rack unit is about one millisecond wide. ... So, strictly speaking, continuous time zones mean that clocks on machines in different parts of the same data centre — neighbouring racks, even — will need to be set to different times, depending on the exact positions of those racks.

It concludes that you would have to choose a single reference point to represent the time of a machine and that:

> We might even consider applying this consistency across all machines in any given data centre. This would simplify tasks such as e.g. collating accurately timestamped log entries from multiple machines. We would ignore the real longitudes of the various machines and set all of their clocks to the same local time. The interior of the facility would become an area of uniform time; a "time zone", as it were.

[0]: https://qntm.org/continuous#sec1
abrefeld
·в прошлом году·discuss
Also had this issue in LibreWolf on macOS. Updating the browser fixed things for me.

  brew install --force --cask librewolf
abrefeld
·в прошлом году·discuss
p5.js is a JavaScript library that I've enjoyed messing with. It's related to Processing.

https://p5js.org/