Live data from Hacker News

Viewing profile — jaccarmac

jaccarmac

HN member
Joined
Mon, May 06, 2013, 6:43 PM UTC
HN karma
270
Public activity
172 items

About jaccarmac

Canadian and Orthodox. Programming language, roguelike, and trackball enthusiast.

[ my public key: https://keybase.io/jaccarmac; my proof: https://keybase.io/jaccarmac/sigs/wfT7ILIs1wAwGEodEeUYGMB6L2KNBTcPayCvAcCUc84 ]

https://findkismet.com/: 0c450486af0df24c41506f8391f15cc85e7667fbfdb6668fee8987bdbc4aba5a

Recent public activity

  1. comment
    Comment #45539866

    I commented elsewhere: Satantango is easily my least favorite LK so far. If you want to try something else, I would recommend The Melancholy of Resistance as a novel with similar c…

  2. comment
    Comment #45533014

    I've loved all of the work I've read except Satantango, so if you bounce of that novel I would recommend the rest. That said, I started with the short story collection The World Go…

  3. comment
    Comment #45532989

    I'm biased because I lived down the street from a bookstore connected to a translation publishing house, but I can't recommend translated fiction enough for opening one's eyes to t…

  4. comment
    Comment #44667376

    A discussion by Joe is helpful here; It contains some code: https://erlang.org/pipermail/erlang-questions/2003-March/007... "Crashing is loud" below is a phrase to combine with "re…

  5. comment
    Comment #44252294

    Over the past several years I have slowly patched the .NET version of Shen to run on Linux and modern .NET releases. I also learned about Higher-Order Perl the other year and have …

  6. comment
    Comment #44016560

    Externs are the main user-facing hurdle, and there's plenty of JS that doesn't bother declaring its shape ahead of time or uses dynamic access patterns.

  7. comment
    Comment #44016515

    It's optionally self-hosted, without support for Closure's full suite of optimizations ( https://clojurescript.org/guides/self-hosting ).

  8. comment
    Comment #42458747

    > debugger hot reload Hey, that's (close to) the traditional Smalltalk introduction-trick! And this has been available since 1.1? How does one concretely do that in Java and why is…

  9. comment
    Comment #41831986

    To add specifics: Dallas does not cover road maintenance with its budget and must sell bonds to cover the $10b in "deferred maintenance". https://www.dmagazine.com/frontburner/2024…

  10. comment
    Comment #41305627

    After browsing these comments, I would like to encourage fellow Dallasites to read László Krasznahorkai's short story "Nine Dragon Crossing", available in the collection The World …

  11. comment
    Comment #41305564

    You're right that it's not entirely different. But I'll start with the simple version of the critique. Individual commuters make their decision about whether to make a trip based i…

  12. comment
    Comment #40763129

    Smalltalk can use a similar bootstrapping method, which blew my mind the first time I read and understood (see https://ftp.squeak.org/docs/OOPSLA.Squeak.html , "Smalltalk to C Tran…

  13. comment
    Comment #39506272

    Slight tangent, but The Whale's Keeper ( https://ifdb.org/viewgame?id=5k15omg0bdbddxfr ) was an IFComp entry last year, built on a game engine for chat apps ( https://plotopolis.co…

  14. comment
    Comment #39212014

    Kinda. Shooting from the hip based on fuzzy gatherings from IPFS usage here, but as I understand it: The leaf-level data blocks will be shared between the Merkle trees, but at leas…

  15. comment
    Comment #38941426

    Looks like the YOW site and channel are down, but archived. The video is available at https://web.archive.org/web/2oe_/http://wayback-fakeurl.arch... , which I found via ( https://…

  16. comment
    Comment #38418636

    Could you elaborate? Feels like a fun riff, even if it's just about string-sorting algorithms.

  17. comment
    Comment #37420373

    The last couple years of evidence suggests that keeping the grid up requires a certain amount of central planning. On one hand, the frequency must remain relatively stable, globall…

  18. comment
    Comment #36963328

    I'm not familiar with X internals and am not sure if it's the same thing, but EXWM basically allows that (browsers run in buffers).

  19. comment
    Comment #36034743

    Not sure if either of the linked issues below are from you, but it looks like the referenced file in Log4CL references internal SBCL symbols which are liable to change in versions.…

  20. comment
    Comment #34642855

    People already install police cameras in their home. They have a corporate logo on them and are sold as a product with certain benefits. Of course, since we live in a world of nati…

  21. comment
    Comment #34633823

    It's interesting that The Revolution According to Raymundo Mata is not mentioned in Apostol's byline here. As a short piece, this essay focuses on the surface of the history and it…

  22. comment
    Comment #34632128

    Leaving aside the parts of this argument not worth dealing with (that is, most of them), you make the fundamental carbrain error. How do you think interstates, suburban development…

  23. comment
    Comment #34295477

    Thanks for the heads-up about that file; I use a similar development setup and have been slacking on wiring Make rules together because I thought I would have to touch my own files…

  24. comment
    Comment #34089211

    I live in a suburb north of Dallas and on a short walk can see footpaths at the end of cul-de-sacs, former paths walled off with bushes, and former paths walled off with brick. The…

  25. comment
    Comment #33810126

    No expert on Clojure semantics, but I'm pretty sure what's being discussed is common to almost all runtime environments. When you pass an argument to a function, the function doesn…