Live data from Hacker News

Viewing profile — swannodette

swannodette

HN member
Joined
Mon, Jan 12, 2009, 9:58 PM UTC
HN karma
12,586
Public activity
1,363 items

About swannodette

Staff Software Engineer at https://lightweightlabs.com. Java, JavaScript, Clojure, ClojureScript mostly, but a language geek at heart.

https://convivivialcomputing.net

Recent public activity

  1. comment
    Comment #48806917

    Honestly what's mostly at the forefront of my mind is greatly improving the documentation around ClojureScript as well as our fork of Google Closure Library (GCL). At work we've sw…

  2. comment
    Comment #48806501

    Working on it :)

  3. comment
    Comment #48047917

    The original article on permacomputing by viznut https://viznut.fi/texts-en/permacomputing.html

  4. comment
    Comment #47777354

    That's a big contribution, also the original HAMTs are not a functional data structure. See Section 3.4.1 in https://docdrop.org/download_annotation_doc/3386321-trk2f.pd...

  5. comment
    Comment #47774436

    Clarifying Clojure had them in 2007. Scala implementations were inspired by Clojure’s. Both Odersky and Bagwell have given credit to Hickey.

  6. comment
    Comment #47004771

    If you use Emacs, there's a pretty nifty package https://github.com/tbanel/uniline

  7. comment
    Comment #46945572

    I don't think Gnus is that bad once you spend some time setting it up. For groups with a ton of content where I mostly want to search, I found it was better to just download the wh…

  8. story
  9. comment
    Comment #46444804

    WASM and the performance seems catastrophically bad (45ms to render a frame on an M4 laptop)? It would be much more impressive if Claude could optimize it into something that someo…

  10. comment
    Comment #46008204

    If you can afford it! "Grass-roots segregation hits records numbers" would be an equally fitting title.

  11. comment
    Comment #45936600

    Some research on this topic http://edgarmatias.com/papers/hci96/ On OS X you can achieve this with Keyb, Karabiner Elements, etc. It's also easy to do with a programmable keyboard …

  12. comment
    Comment #45835171

    I don't see how anything about what's presented here that refutes such claims. This mostly confirms that LLM based approaches need some serious baby-sitting from experts and those …

  13. comment
    Comment #45783396

    Loading 50mb of WASM is a big tradeoff just to run code on a website.

  14. comment
    Comment #45404013

    Blitz format is reasonably popular on KGS (once you get to a certain level) usually 10+0. Blitz is harder to find on Pandanet - but you can easily blitz on Fox.

  15. comment
    Comment #45403445

    It's easier to get games on Pandanet https://pandanet-igs.com/communities/pandanet and Fox Weiqi https://www.foxwq.com . You can run Fox on OS X w/ Parallels or Crossover. It suppo…

  16. comment
    Comment #45231669

    Yes! Recent personal hacks with advice interactively programmed with the help of Claude 4.1 chat session running in Emacs. - popping the global mark to travel backwards to previous…

  17. comment
    Comment #45224747

    Yes. gptel supports two output modes out of the box, markdown (meh), and org-mode. I make an org-mode heading with my question, then I press `C-c `. Claude will use the area bellow…

  18. comment
    Comment #45224392

    > My experience extending a core emacs function was an instructive and > interesting exercise. I don't know what the future of emacs looks like in an > increasingly LLM-crazed worl…

  19. story
  20. comment
    Comment #44961938

    I have 2 Sailor Pro Gear Slims 14K and one Sailor Pro Gear 21K. The later is the best writing experience. I'm not an ink maniac but I tried a few and I found that Sailor inks tend …

  21. comment
    Comment #44961017

    I’m left handed, with the right ink and paper this isn’t a huge problem. I picked up fountain pens a year ago and I will never go back to regular pens for my own writing.

  22. comment
    Comment #44689342

    > Following SICM I think even its authors were doubtful about whether Scheme was a good medium for working with those ideas. Hrm https://mitp-content-server.mit.edu/books/content/s…

  23. comment
    Comment #44480927

    We forked Google Closure Library. This is mostly a good thing as GCL started introducing frustrating breaking changes around 2018/2019. We've backed everything out and now ClojureS…

  24. comment
    Comment #44010863

    I'm curious as to how you think this is different from say, committing to JavaScript/BundlerX/NPM or TypeScript/BundlerX/NPM? Surely those have an equally heavy influence on how yo…

  25. comment
    Comment #41401972

    The implementation really is not built on top of GCL, the bulk of the standard library is persistent datastructure implementation and functional apis. The few cases here and there …