HackerTrans
TopNewTrendsCommentsPastAskShowJobs

drycabinet

no profile record

Submissions

Apple Wi-Fi Positioning System can be abused to track people around the globe

theregister.com
2 points·by drycabinet·vor 2 Jahren·1 comments

The Benchmark Paradox (2014)

brendangregg.com
1 points·by drycabinet·vor 2 Jahren·0 comments

comments

drycabinet
·vor 2 Jahren·discuss
Does finding the number of unique elements in a set actually require comparison of each element with everything else? Can't you use a hashtable? For every element, add it to the table (ignore if already exists), and finally, take a count of keys.
drycabinet
·vor 2 Jahren·discuss
That part of the man page sounds confusing. Is it unconditional and enabled by default?
drycabinet
·vor 2 Jahren·discuss
NASA knew that people new that planetariums existed, so they didn't paint a realistic sky because people would think they used a planetarium. Game theory!
drycabinet
·vor 2 Jahren·discuss
Wait until you switch to unions in rust and ask yourself whether it is a union or a struct.
drycabinet
·vor 2 Jahren·discuss
Wikipedia has something interesting on this (how unions can be implemented using "class hierarchy in object-oriented programming"): https://en.wikipedia.org/wiki/Tagged_union#Class_hierarchies...

There is a lengthy blog post about the same stuff, except that the author doesn't seem to have come across the said wiki section yet: https://nandakumar.org/blog/2023/12/paradigms-in-disguise.ht...

Kudos to the dev of datatype99 for showing the problem with such ad-hoc methods in the readme right away.
drycabinet
·vor 2 Jahren·discuss
Is RISC-V technically superior or is it just about the license?
drycabinet
·vor 2 Jahren·discuss
Might sound surprising until you remember there used to be Lisp Machines.
drycabinet
·vor 2 Jahren·discuss
But some random word in its response can trigger an idea in your mind. Getting an idea from a conversation is not always about getting it directly. It's already in you and you just wanted a trigger.
drycabinet
·vor 2 Jahren·discuss
No pipe organ in any of these?
drycabinet
·vor 2 Jahren·discuss
Maybe a stupid question, but how do you compare this against GPT-based search engines?
drycabinet
·vor 2 Jahren·discuss
example: apply typo-fix PRs as commits by the maintainer, so that only those who are genuine will submit those.
drycabinet
·vor 2 Jahren·discuss
Any examples other than Scientific Linux?