Live data from Hacker News

Viewing profile — alanning

alanning

HN member
Joined
Tue, May 03, 2011, 5:44 AM UTC
HN karma
280
Public activity
130 items

About alanning

https://share911.com/ https://github.com/alanning/ adrian@share911.com

Recent public activity

  1. comment
    Comment #48013777

    Node v22.7.0 added support for TypeScript syntax that requires transformation: `node --experimental-transform-types example.ts` As for whether this matches your definition of "nati…

  2. comment
    Comment #47736899

    Off-topic but is there an effort to test AI models against code versions with major historic bugs (Heartbleed, GHOST, log4j, etc)? Seems like the kind of thing that would be releva…

  3. comment
    Comment #47461479

    For those looking for help with SOC2 compliance, I had a good experience with another YC company, Vanta. That was some years ago so not sure if anything has changed since then but …

  4. comment
    Comment #47456451

    This is a great example for educating devs on the dangers of “set” operations vs. “pull/delete” in contexts where data can be edited concurrently. I would say that the audit log wa…

  5. comment
    Comment #47394480

    One tool I've found useful in low-power/low-bandwidth situations is the Lynx web browser [1]. Used to be installed by default in most Linux distributions but I think that's probabl…

  6. comment
    Comment #47340336

    The Temporal Cookbook on TC39's site provides examples of how using the new API looks/feels: https://tc39.es/proposal-temporal/docs/cookbook.html For example, calc days until a fut…

  7. comment
    Comment #46985346

    I appreciate the time and effort they put into writing that. Interesting to see not only their own art but also the examples from other artists. Any recommendations for getting exp…

  8. comment
    Comment #46597527

    My wife and I got a kick out of your “Games at Dave's house” example. Thanks for sharing

  9. comment
    Comment #46597511

    Thank you for sharing this. Regarding feedback on whether sandboxing would be useful, yes, please! Including something like Docker sandboxes would make isolating the agent env’s mu…

  10. comment
    Comment #40609128

    Google’s efforts there seem laudable. They have an internal db for tracking issues that employees identify, resolve them promptly (according to the notes in the db and their respon…

  11. comment
    Comment #35641868

    That is incredible

  12. comment
    Comment #35095622

    I didn't know what you were referring to since I use FF with NoScript. Enabled javascript for the domain and whoa, that is really hard to read. Very strange choice, the article is …

  13. comment
    Comment #34114509

    Which extensions would you recommend for this?

  14. comment
    Comment #33970397

    For those new to bitshifting, here are the results of the "stuff" operation that @dahfizz describes: 'a' - 'a' = 0, so take 1 and shift it left 0 times: 000000000000000000000000000…

  15. comment
    Comment #33546782

    One of the commenters on the blog post stated that the bypass did not work on their Samsung device.

  16. comment
    Comment #32879766

    “Modern mariners can tack against the wind by setting the sails at sharp angles. That wasn’t feasible 2,400 years ago because sails were fixed then.” From the picture it seems the …

  17. comment
    Comment #31823817

    Yes, that was one of the issues they mentioned in the post. Not that they didn’t have a staging/testing environment but that it didn’t include the specific type of new architecture…

  18. comment
    Comment #30619936

    We are seeing errors related to DNS when our lambda services in us-east-1 and us-west-2 try to query SQS. Downdetector reporting more than 1000 user reports in last 15 minutes.

  19. story
  20. comment
    Comment #30004712

    Just wanted to add my recommendation for checking into Davidson as well. They offered a summer academy that hopefully will start back up again after covid and also have an online p…

  21. comment
    Comment #28969804

    Ah, the code example doesn't work. User ptx clarified in a separate comment that the author meant it as just psuedo-code; it's value will be different in the next function invocati…

  22. comment
    Comment #28969605

    Yes, my feelings exactly. :-) Any idea how useState accomplishes the mutation of the n-1 element mechanically? Seems to violate the by-value and by-reference rules in my mental mod…

  23. comment
    Comment #26892093

    To help clarify for purposes of continuing the discussion the original research did address the issue of minimizing the time of the reviewers [1] [2]. Seems the maintainers were OK…

  24. comment
    Comment #25422286

    Should be noted that NIST’s current recommendations are meant to be part of a number of mitigation’s including checking passwords against known-breach databases, rate-limiting, etc…

  25. comment
    Comment #24874797

    Vertical-alternating seems very clear to me. Also consider allowing vertical-alternating to “compact“. Reducing blank space may be of value for some designs.