Live data from Hacker News

Viewing profile — BeautifulSynch

BeautifulSynch

HN member
Joined
Mon, May 29, 2023, 7:20 AM UTC
HN karma
9
Public activity
9 items

About BeautifulSynch

No profile information was provided.

Recent public activity

  1. comment
    Comment #41832975

    I mean, it would be really nice if we didn’t have to drop into SVG or XWidget to mix text with GUI elements… But agreed that Emacs is more user-extensible than all the other option…

  2. comment
    Comment #40605572

    As I understand his claims, “less code that ran faster” was after switching from existing web frameworks to web.py, a from-scratch web framework he wrote himself to ‘do the right t…

  3. comment
    Comment #40592615

    > And yet, most programmers have an irrational fear of built-in metaprogramming because it "makes hard to understand code". But seemingly nobody is afraid of bad metaprogramming, l…

  4. comment
    Comment #40592279

    That’s not a matter of the language; and I don’t mean that in the “No True Scotsman” way either. Lisp definitely allows you to write code that is very easy to come back to and unde…

  5. comment
    Comment #40592081

    Something was bugging me about this article the first time I read it, so I made a mind map. Turns out, not once does the author actually give a reason why Python was better than Li…

  6. comment
    Comment #38588986

    Not a Firefox user, but this feels like a culture gap. I use multiple applications where configurability through user-code is part of the SLA, and dropping support would be as utte…

  7. comment
    Comment #38588896

    Scientists are people too. These efforts have always struck me as a desperate attempt to cling to conventionally intuitive views of what humanity and sapience actually means, in th…

  8. comment
    Comment #38588856

    I think the difference here is whether we're considering the plausibility that there aren't any security violations versus the overall frequency and severity. Centralization signif…

  9. comment
    Comment #36189086

    I've actually seen this usage pattern in the practical usage of logic programming libraries. Common Lisp's Screamer [1], for instance, or Clojure's less-mature core.logic [2]. Thou…