edrobap
|
4 years ago
|
on: What’s the origin of the phrase “big data doesn’t fit in excel”?
It amuses me how the low limit nature of Excel has affected the ecosystem around it. Apache POI, which is a popular library to operate on Excel files, has a weird 4GB limit [1] on uncompressed file size.
throw new IllegalArgumentException("Max entry size is bounded [0-4GB], but had " + maxEntrySize);
[1] https://svn.apache.org/viewvc/poi/tags/REL_5_0_0/src/ooxml/j...
edrobap
|
5 years ago
|
on: Yandex said it caught an employee selling access to users' inboxes
All 3 ways make sense. The dump and session token ways look cleaner from Yandex employees’ perspective. Although, none of the three should require a password change for the compromised user account. At no point, users password or hash of the password gets shared.
edrobap
|
5 years ago
|
on: Yandex said it caught an employee selling access to users' inboxes
> Yandex officials also said they re-secured the compromised accounts and blocked what appeared to be unauthorized logins. They are now asking impacted account owners to change their passwords.
I’m curious how access was provided to these sold accounts. The password change implies the passwords were shared and that means plan text password were available to admins!?
edrobap
|
5 years ago
|
on: The Mutated Virus Is a Ticking Time Bomb
> This increased transmission could be due to chance or founder effects—meaning one variant just happened to get somewhere before the other variants and then got “lucky”; it was early, rather than more transmissible. It could be due to changed behavior among people—quarantine fatigue, less masking—leading to more rapid spread. However, given the current evidence, along with the specifics of the mutation, it’s getting harder to assume that those other explanations are more likely than the simple proposition that this is truly a more transmissible variant.
There is a chance that the hyper growth of the mutated virus is not scalable.
edrobap
|
5 years ago
|
on: Ask HN: Why does print (0.1 and 0.1 and 0.1 == 0.3) evaluate to False in Python?
edrobap
|
5 years ago
|
on: TabFS: Mount your Browser Tabs as a Filesystem
I have seen this behaviour repeatedly. Having to many “task windows” makes it difficult to focus. Similar to having to many tasks in Asana or emails in my Inbox. Prioritisation is the only option to come out of this. Unfortunately, I haven’t found a way to tag priority with the “task windows”. And that’s the reason I daily browse through all windows and close the ones that are not urgent.
edrobap
|
5 years ago
|
on: They want us to be compliant, not secure
> SOC3 facility, located 25 feet below street level in 8 foot thick concrete walls
One of objectives for encryption at rest is shredding. The drives may not remain in the secure facility after the end of life.
> your files are distributed in pieces across millions of drives throughout the data center
Distributing data could actually secure it if individual pieces are meaningless.
edrobap
|
5 years ago
|
on: Some Git internals
edrobap
|
5 years ago
|
on: Ask HN: What helps you deal with burnout?
Working on your intrinsic motivation needs - relatedness, autonomy, and competence - has always helped me when it comes to burnout, failures, and, in general, feeling of things not going your way. AFAIU, you probably have a good autonomy in terms of "how" you do the tech stuff as long as it works. Embrace your autonomy and have a plan for the other two.
throw new IllegalArgumentException("Max entry size is bounded [0-4GB], but had " + maxEntrySize);
[1] https://svn.apache.org/viewvc/poi/tags/REL_5_0_0/src/ooxml/j...