Live data from Hacker News

Viewing profile — comma_at

comma_at

HN member
Joined
Tue, Jun 23, 2015, 7:36 PM UTC
HN karma
167
Public activity
50 items

About comma_at

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #48387504

    Are there qwen or minimax or other open weight models of same hardware requirements that outperform this?

  4. story
  5. story
  6. comment
    Comment #47630177

    Location: Slovakia (GMT+1) Remote: Yes Willing to relocate: No Technologies: Clojure, Docker, Common Lisp, Bash/Zsh, Python ... Email: petern@riseup.net Résumé/CV: https://drive.go…

  7. comment
    Comment #44481077

    If the problem fits into the limited local resources, if there's no syncing required, no login, no multiplayer, ... Sure, do it. But don't pretend this solves all business cases.

  8. comment
    Comment #34961711

    Instead of doing the side effect you return a description and let the framework handle it. E.g. you don't call `transact(db, data)` but return `["transact", db, data]`. Now your fu…

  9. comment
    Comment #34789087

    The only way for the client to set a server-side symbol to a value is to explicitly request it in code (e/server (let [is-admin? (e/client ...)])) Even with mutable atoms you'd hav…

  10. comment
    Comment #33919228

    I think SBCL starts up fast enough as-is, no? If you want a batteries included version with libraries, just load them and save a new base image with SAVE-LISP-AND-DIE

  11. comment
    Comment #32593504

    So it's OK to let them spy since we get spied on from other sources anyway.

  12. comment
    Comment #32438956

    https://github.com/eudoxia0/cmacro

  13. comment
    Comment #32430488

    libmill's goal was to be as close to Go as possible. If you look at it in that light, it's an accomplishment. Then came libdill, which created the whole "structured concurrency" mo…

  14. comment
    Comment #32430297

    I'll wait for the 1-line APL/J/K implementation in the comments.

  15. comment
    Comment #31483957

    I'd like to syntax highlight code blocks. I tried to add PrismJS to the html file. The CSS survives, but my tag seems to disappear no matter where I put it. I guess this is because…

  16. comment
    Comment #31371301

    At a bare minimum your code might have different behavior. Your `run! deref` will wait for each future one by one. What if the last one threw an exception while the others are runn…

  17. comment
    Comment #29390019

    > What’s not great is loading the entire closure VM environment into my browser There's no VM in clojurescript, it compiles to JS, it is tree-shaken and heavily optimized and minif…

  18. comment
    Comment #29319659

    This is all good and true, but it's looking at the problem from the Linux distribution's perspective. The user wants a working application. Something like AppImage allows a small t…

  19. comment
    Comment #29117451

    select them and group them (Ctrl+G or find it under Actions on the left bottom part of the screen)

  20. comment
    Comment #29081019

    > it's just not worth learning steno if you mainly do programming I think this will be better answered by someone who has crossed that bridge than you simply jumping to that conclu…

  21. comment
    Comment #29037354

    To balance the views, Mirabai, the person who started this project, does live transcription in vim and uses it for editing the notes as well. Ted, one of the lead developers, uses …

  22. comment
    Comment #29037326

    Learning a steno system is similar to learning a new spoken language - it takes time, and the time it takes differs based on the time you invest daily, personal experience, type of…

  23. comment
    Comment #29037304

    Switching dictionaries/systems is possible and used every day by people who use it with more than 1 language. Think of it as switching to colemak or dvorak on your keyboard.

  24. comment
    Comment #29037281

    https://danluu.com/productivity-velocity/ Docstrings, writing documentation, talking to colleagues on Slack, asking questions on stackoverflow, writing mails, browsing, working in …

  25. comment
    Comment #28090845

    In k3d this is already available. https://k3d.io/usage/commands/k3d_image_import/