Live data from Hacker News

Viewing profile — prepperdev

prepperdev

HN member
Joined
Mon, Jan 04, 2021, 4:22 AM UTC
HN karma
174
Public activity
35 items

About prepperdev

Are you a prepper dev? https://prepper.dev/posts/2021-01-03-are-you-a-prepper-dev/

Recent public activity

  1. comment
    Comment #26220825

    Yes. That very example shows why itis hard to write fast program in Ruby. It's not even the interpreter (which is slow), but it's that Ruby is pure magic. I was never able to under…

  2. comment
    Comment #26151082

    Craigslist approves: https://sfbay.craigslist.org/

  3. comment
    Comment #26139185

    Monorepos are underappreciated. - Dealing with cross-repositories changes is unproductive. - Relying on external servers (git / npm / whatever) is risky. - Visibility of what goes …

  4. comment
    Comment #26045094

    Essence: "A single associate assigned to a specific production line working between the production dates specified (12/14/2020 – 12/21/2020) was found to be using an improper torqu…

  5. comment
    Comment #26045016

    The counterpoint is valid (rising seas don't help), but then we have Saint Petersburg ([1]) that's literally build on top of swamps and occupies multiple islands. It has a first cl…

  6. comment
    Comment #26017120

    Amazingly, the chat example still works: $ ssh chat.shazow.net * prepperdev joined. (Connected: 35) [prepperdev] anyone here? :)

  7. story
  8. comment
    Comment #26009964

    What are the limits for the number of layers? 176 seems like a large enough number to believe that a few thousands are a possibility. Is the tech any close to a bottleneck, or they…

  9. comment
    Comment #26003721

    That would be up to a specific OS to decide which guarantees on stack size limit would it like to provide. But I agree that it's a valid concern, and not all possible vDSO implemen…

  10. comment
    Comment #25998637

    vDSO is a good way to mitigate issues like these. It's also a better stable ABI than libc, and easier to maintain than pure kernel ABI (like Linux does), because nobody forbids the…

  11. comment
  12. comment
    Comment #25986843

    This is covered by their FAQ: https://gemini.circumlunar.space/docs/faq.html , Section 2.5 "Why not just use a subset of HTTP and HTML?"

  13. comment
    Comment #25986602

    What I meant is having markdown pieces within code regions in a text/gemini doc. Imagine a code review tool that tries to show a diff as text/gemini.

  14. comment
    Comment #25986510

    Gemini is a cool piece of simple tech. I had a genuine pleasure reading the spec: https://gemini.circumlunar.space/docs/specification.html I've entertained an idea to build a set o…

  15. story
  16. comment
    Comment #25899595

    Yes. I definitely had the vibe of 'Get the Facts' from the Microsoft Linux-smearing campaign circa 2004 ([1]). 1. https://en.wikipedia.org/wiki/Criticism_of_Linux#Criticism_b...

  17. story
  18. comment
    Comment #25879837

    First of all, kudos for trying to find new ways to fund open source. Those are needed. This approach might work well for issues which require a lot of thought, but produce a simple…

  19. comment
    Comment #25818084

    Bloomberg maintains an excellent dashboard that tracks vaccination in the US and worldwide ([1]). It shows that California is one of the slowest states with only 37% of received va…

  20. comment
    Comment #25817724

    Excuse me? While my account is relatively young (13 days), it's not one day old. You can also look into my comments over this time. So, the accusation is clearly off.

  21. comment
    Comment #25816971

    snaps are tied to the proprietary Ubuntu store and they are not available on all of the Linux flavors. For instance, I don't see snapd on Alpine Linux: $apk search snapd $ Not cool…

  22. comment
    Comment #25816319

    I don't believe it's a joke. It still might be a deliberate lie (a random twit is not a real source of knowledge), but so far this is consistent with what we already know. See http…

  23. comment
    Comment #25816038

    Copying their requirements as text (original grammar preserved, including GB and Gb confusions). It's a good glimpse of what unlimited cloud budget does to companies. I quote: """ …

  24. story
  25. comment
    Comment #25780926

    Recently, I migrated my personal dev laptop from Ubuntu to Alpine Linux. It took a day, but everything works now, including hidpi stuff. No big issues so far and I am in the proces…