Live data from Hacker News

Viewing profile — lamuswawir

lamuswawir

HN member
Joined
Tue, Feb 09, 2021, 8:30 PM UTC
HN karma
58
Public activity
52 items

About lamuswawir

No profile information was provided.

Recent public activity

  1. comment
    Comment #47119071

    Linuxulator feels like magic for most things, until said thing works with systemd.

  2. comment
  3. comment
    Comment #44753014

    Thank you.

  4. comment
    Comment #44752954

    Thank you.

  5. comment
    Comment #44541649

    This particular one is mostly about dosing, the available medicines were weight based, with lowest dosages in the 5-15kg range. This brings dosages lower allowing more precise dosi…

  6. comment
    Comment #44540335

    I am a simple man, I see AI2, I upvote.

  7. comment
    Comment #44424616

    I am working on an app to detect tooth problems. I envision it as something you can use for a quick check for the large majority who don't have regular dental care. It will be late…

  8. comment
    Comment #44314497

    I now put documentation of my DSLs and macros in a folder in the repo. I give the agent an instruction about consulting the documentation and it is working so far, but not that wel…

  9. comment
    Comment #44184409

    The official documentation explains things a little, but only a little.

  10. comment
    Comment #44184396

    Fullstops.

  11. comment
    Comment #44184378

    Foundationdb also has it's own C++ actor framework.

  12. comment
    Comment #44184368

    The binary interface makes interop easier with other langauges. A note of incompatibility in versions after OTP-24 with those before.

  13. comment
    Comment #44184309

    There have been multiple attempts in various languages to implement Erlang-like processes and claims of parity, Erlang processes remain unbeaten at what they do.

  14. comment
    Comment #44019392

    Thank you internet stranger. I like having termux running on my phone, just in case. I will definitely try this out.

  15. comment
    Comment #43659907

    It's not false, Erlang was indeed banned at Ericsson, which caused Joe Armstrong to leave. They later reversed course and brought him, together with the language back. This is a we…

  16. comment
    Comment #43429699

    New term, "God's advocate"!

  17. comment
    Comment #43338801

    This community provides the most informational value to me. Thank you people and long live.

  18. comment
    Comment #42954311

    Try exp-1206. That thing works on large context.

  19. comment
    Comment #42954282

    Dreamweaver!

  20. comment
    Comment #42954244

    Flash Lite is the least bad.

  21. comment
    Comment #42536689

    Google's results from the AIStudio are really good results. Everything there is good. Probably because the studio has better models than are currently being used for general search…

  22. story
  23. comment
    Comment #42405144

    Erlang is built for reliability. They're chasing nine nines. Everything about the BEAM is built to emphasize that, the design choices, the documentation, the recommended practices.…

  24. comment
    Comment #42405127

    Came here to say this. In Lisp, you can just compile a function, or load a file and it just works. It's not even sold as a hot feature, not the way Erlang sells it. It's just a fea…

  25. comment
    Comment #41964038

    Erlang is not very backward compatible. At least not at OTP 22.