Viewing profile — lamuswawir
lamuswawir
HN member- Joined
- Tue, Feb 09, 2021, 8:30 PM UTC
- HN karma
- 58
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About lamuswawir
No profile information was provided.
Recent public activity
-
comment
Comment #47119071
Linuxulator feels like magic for most things, until said thing works with systemd.
-
comment
Comment #44899044
Thanks.
-
comment
Comment #44753014
Thank you.
-
comment
Comment #44752954
Thank you.
-
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…
-
comment
Comment #44540335
I am a simple man, I see AI2, I upvote.
-
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…
-
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…
-
comment
Comment #44184409
The official documentation explains things a little, but only a little.
-
comment
Comment #44184396
Fullstops.
-
comment
Comment #44184378
Foundationdb also has it's own C++ actor framework.
-
comment
Comment #44184368
The binary interface makes interop easier with other langauges. A note of incompatibility in versions after OTP-24 with those before.
-
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.
-
comment
Comment #44019392
Thank you internet stranger. I like having termux running on my phone, just in case. I will definitely try this out.
-
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…
-
comment
Comment #43429699
New term, "God's advocate"!
-
comment
Comment #43338801
This community provides the most informational value to me. Thank you people and long live.
-
comment
Comment #42954311
Try exp-1206. That thing works on large context.
-
comment
Comment #42954282
Dreamweaver!
-
comment
Comment #42954244
Flash Lite is the least bad.
-
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…
- story
-
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.…
-
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…
-
comment
Comment #41964038
Erlang is not very backward compatible. At least not at OTP 22.