Live data from Hacker News

Viewing profile — aeruder

aeruder

HN member
Joined
Fri, Aug 05, 2016, 7:56 PM UTC
HN karma
312
Public activity
23 items

About aeruder

No profile information was provided.

Recent public activity

  1. comment
    Comment #39916465

    Missouri also has a governor that vowed criminal prosecution for a newspaper reporter who discovered “View Source” on a state website revealed teachers social security numbers [1].…

  2. comment
    Comment #39885605

    Actually just saw news that they’ve wrapped filming on season 2 of Silo and they’ll be airing 2025. :)

  3. comment
    Comment #36784722

    I really like how well the pattern-matching system in Elixir works with decoding binary data. It can even extract on non-byte boundaries.

  4. comment
  5. comment
    Comment #35646992

    Large parts of the ziprecruiter website are still powered by perl.

  6. comment
  7. comment
    Comment #34970086

    Yea, just to be clear though: Asahi Linux still works pretty well. My system boots near instantly; wifi, mouse, keyboard work fine. Its enough where I can easily use my M2+linux as…

  8. comment
    Comment #32443451

    Sad, but I would occasionally use my "unlimited" PTO to take a week off and just get work done. Most of the pain started when we transitioned to a sprints from a lack of process. I…

  9. comment
    Comment #32426206

    100%. I worked at a company that really went in hard on Agilent Vee for hardware testing in the early 2000's. Absolutely a thing where a manager saw a "Hello World"-like demo and w…

  10. comment
    Comment #32084476

    I worked for a company that used A/B testing to justify call-to-cancel; makes me angry every time I think about it. I guess that's one of the tricky things about A/B testing - it i…

  11. comment
    Comment #26484151

    Still makes me mad. I bought a device that plays PS3 games and runs Linux and then Sony said I have to choose.

  12. comment
  13. comment
    Comment #23950875

    IPV6 can cause some issues around this because browsers will typically do an IPV4 and IPV6 lookup in parallel. Try adding a ::1 youtube.com www.youtube.com also.

  14. comment
    Comment #21774748

    In California it is illegal. If you work in trendy software companies, startups, etc - it probably isn't common because so many people have Githubs. As a embedded software engineer…

  15. comment
    Comment #17083419

    The trick here is that each byte is treated as a signed 8-bit number. When the top bit is set, the number is negative.

  16. comment
    Comment #16764258

    > They also run the risk of being held personally liable if someone were to be injured by the pothole they attempted to fix. Are they suggesting that the city can be held liable wh…

  17. comment
    Comment #16358946

    Or they could just sign up at one of the numerous free email providers with a different username. Stripping the + suffixes is only providing one thing - pain for the users that wan…

  18. comment
    Comment #15393304

    Understood, and I totally agree that it is an industry ready for some shakeup. I used to work for a large defense contractor doing FPGA work, and we really went out of our way to t…

  19. comment
    Comment #15392249

    C (or really any traditional programming language) doesn't really map to an FPGA. There are some compilers out there that attempt to convert traditional C code to state machines fo…

  20. comment
    Comment #12890799

    I don't understand why they go through so much effort to churn out these boards that are made useless by lack of upstreaming. Oh, wait, because idiots like me keep buying them and …

  21. comment
    Comment #12655280

    100% correct. Far too many misinterpretations of the LGPL out there seem to ignore the requirement that the LGPL'd portion must be able to be replaced/updated. I've seen way too ma…

  22. comment
    Comment #12366231

    Make unfortunately depends on hard-tabs for the recipes. Your editor probably switched it to spaces.

  23. comment
    Comment #12359016

    An article about the "attrs" library was posted here a couple weeks ago. Really highlighted the tedium of Python objects while offering a neat solution. https://glyph.twistedmatrix…