Live data from Hacker News

Viewing profile — aardvark179

aardvark179

HN member
Joined
Mon, Nov 28, 2011, 2:33 PM UTC
HN karma
2,153
Public activity
758 items

About aardvark179

Currently working at ServiceNow on all the things.

Formerly at Oracle Labs VM Research Group working on the truffleruby implementation.

Recent public activity

  1. comment
    Comment #48932543

    I don’t mean this to sound harsh, but this post comes across a little like you already assume you deserve to win such a prize and it’s just those fickle judges standing in your way…

  2. comment
    Comment #48932382

    I think that proposed prize would be pretty “value-free.”

  3. comment
    Comment #48914463

    I’m okay with that. I’ve been a huge fan of Ballard and Priest for years, and got into Nina Allan’s work more recently and this book was a brilliant but heartbreaking read.

  4. comment
    Comment #48903405

    Having maintained internal forks, and having needed to pull in and rebase upstream changes I do read a lot of commits. Projects that take care with their commits are much easier to…

  5. comment
    Comment #48883706

    No, running a command in a terminal buffer doesn’t block the emacs UI, but a long running bit of elisp running in emacs can block the UI.

  6. comment
    Comment #48882961

    I think the thing that stops me from running more processes inside emacs is that a large diff parse from magit or similar can block everything, and so I end up keeping a separate t…

  7. comment
    Comment #48621365

    Okay. I gave it another read and I think we agree in general, but maybe disagree on how much memory model strangeness is acceptable, and how wide the gap between, “The behaviour ca…

  8. comment
    Comment #48612599

    It’s certainly possible, but I worry that weird things can happen when doing something as “simple” as defining a property if another thread is messing with the prototype chain. Eve…

  9. comment
    Comment #48609513

    Although the work being done to enable multiple threads in JS is impressive I think it will be hard to make robust in many casss without locks, or fairly strict limits what operati…

  10. comment
    Comment #48260102

    JSON ser deser is usually dominated by floats rather than ints, and they are more expensive to handle.

  11. comment
    Comment #48190779

    The GoF book came out in 94, and Java in 95.

  12. comment
    Comment #48078985

    The point is that having a GC will affect your data structure and algorithm design, so it’s easier to automatically transform JS or TS to Go than to rust because you’re mostly redu…

  13. comment
    Comment #47709879

    It depends a lot on where you were brought up, and the language you were exposed to. My first association would be a very Yorkshire, “Thou knowest,” rather than the king james.

  14. comment
    Comment #47329465

    cF is the command you want for this.

  15. comment
    Comment #47296514

    I recommend actual human reviewers who you can stick with over time and who do not just say that a book is good or bad but something about why. Those don’t have to be professional …

  16. comment
    Comment #47160343

    iPhone—hold down 0 and ° should be on the pop up.

  17. comment
    Comment #47110868

    It’s been swinging for at least 30 years, Toplink came out in 1994, and I have worked on systems that were written half a decade earlier that contained things we’d all call ORMs.

  18. comment
    Comment #47104054

    That is superbly done. I can go further back than some here, 1300 is fine, 1200 I can mange okay, but 1100 takes real effort.

  19. comment
    Comment #47104010

    Orthography is probably the biggest stumbling block going back to the 1500s or 1400s , but that’s really because the rest of the language has changed in vocabulary and style, but i…

  20. comment
    Comment #47103880

    Having interpreted for a guy speaking with a broad Glaswegian accent on the east coast main line, I can totally believe this.

  21. comment
    Comment #46608189

    I believe the lore appropriate term is Abominable Intelligences.

  22. comment
    Comment #46493564

    Obviously there isn’t any of that in Warhammer, at least not officially. Even a pretty niche thing for them is probably at a scale where resin casting would make more sense (assumi…

  23. comment
    Comment #46491626

    You need more than a simple sandbox for what you describe. You also need to avoid infinite loops or other constructs from causing a DoS or similar, and if you are doing this with t…

  24. comment
    Comment #46470014

    Smalltalk, Lisp, and other image based languages allowed this. I would not recommend it beyond a very restricted idea of patching.

  25. comment
    Comment #46331816

    Confirmation codes are not sufficient on their own, they cycle through them relatively quickly so they have to be combined with things like the passengers family name to actually i…