Viewing profile — taterbase
taterbase
HN member- Joined
- Fri, May 25, 2012, 9:31 PM UTC
- HN karma
- 219
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About taterbase
hnchat:5qq3iyf9THYLESV6bHsR
Recent public activity
-
comment
Comment #36868355
There's a really interesting movie called "We Live in Public" that documents one of the early tech pioneers Josh Harris as he sells his internet radio company and then creates an u…
-
comment
Comment #34678104
What you're describing sound like the challenges that come from working at a big company. In my opinion you have a few options; each better suited towards different levels of burno…
-
comment
Comment #34326085
When you wake up in the morning do you feel rested? Or are you still tired? Others have already mentioned this but I think it's important to reiterate sleep quality. I learned I wa…
-
comment
Comment #34231909
An excerpt from the book Peopleware: Productive Projects and Teams. Status Meetings Are About Status A real working meeting is called when there is a real reason for all the people…
-
comment
Comment #33408147
1989 - https://github.com/sonjapeterson/1989.vim
-
comment
Comment #31620727
Older car hoses can degrade faster from it. You also get less power per liter with the blend but overall no.
-
comment
Comment #30557942
This is incredibly addicting
-
comment
Comment #30273999
I would guess it zeroed in on common interests. Videos you like, comment on, or even just watch for more than one time can all give clues into what interests you.
-
comment
Comment #30273961
If you've logged in it can potentially match your login information or email address to other activity on the web. TikTok's servers could also place you geographically somewhat rou…
-
comment
Comment #30273802
Perhaps I'm misunderstanding you but this tool expressly has a select and move tool.
-
comment
Comment #30247666
Whatever your views might be on TED talks, this article is incredibly well written and thoughtful. Great read.
-
comment
Comment #29989737
If memory serves me, nginx succeeded by relying on epoll primitives for handling many connections rather than spinning up a thread per request by default like apache did at the tim…
-
comment
Comment #29815777
https://spreadprivacy.com/introducing-email-protection-beta/
-
comment
Comment #29570829
How would you characterize the differences between your years working your ass off and your years taking it easy? What did daily work look like during these eras?
-
comment
Comment #29321705
Slightly off topic: The New Yorker had a really interesting article about dollar stores and how their presence can potentially harm communities rather than help. https://archive.ph…
-
comment
Comment #18055091
Check out https://posteo.de/en . 12EUR/yr and comes recommended by the fsf[1]. [1] https://www.fsf.org/resources/webmail-systems
- story
-
comment
Comment #14477491
The protein icon looks like sugar to me
-
comment
Comment #13428835
Is there any reason this might not work in windows? I see no installation docs for it.
-
comment
Comment #13251093
I would argue that these are things we want to do but just are not excited about the effort or potential results.
-
comment
Comment #11355846
I've had similar experiences as well as times where xhyve made it so my laptop could not come out of sleep. xhyve is wonderful but still needs some work and it seems like the main …
-
comment
Comment #11163572
Nice catch, I haven't read the paper yet but I wonder if it belongs to the device generating the frequency.
-
comment
Comment #10759049
I wasn't aware of CBC at the time of writing this comment, thanks for pointing it out to me. It seems if you lose any 32 bytes though you've lost the trail of encryption as you can…
-
comment
Comment #10756525
Error correction (or redundant parity data as est mentioned in another reply) just kicks the can down the road. Let's say you're using a 20/40 erasure encoding. You break a piece o…
-
comment
Comment #10756223
Encryption won't work for this scenario as it reintroduces the problem of all or no data. Degraded encrypted data can't be decrypted successfully (yet?)