Viewing profile — clnhlzmn
clnhlzmn
HN member- Joined
- Sun, Feb 18, 2018, 11:46 AM UTC
- HN karma
- 149
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About clnhlzmn
No profile information was provided.
Recent public activity
-
comment
Comment #48614912
The way we do it in modern languages with things like std::optional and even that is not the best example.
-
comment
Comment #48420734
Because to control the autofocus motor and other features it makes sense to have a microcontroller in the lens. If you have a microcontroller in the lens you have software in the l…
-
comment
Comment #48399260
I use this knot usually but it doesn't work for my pisgah range laces. They have their own recommended knot, which does work, but it's annoying to tie and asymmetric. I'll be tryin…
-
comment
Comment #48351645
The really crazy thing is they returned to the origin instead of the nearest airport. If it was really an emergency they would have got out of the air at the nearest runway of suit…
-
comment
Comment #48262629
You learned something different then because this finding is that some kinds of additional roughness delay the transition to turbulent flow which is pretty clear in the article.
-
comment
Comment #47675085
doesn't ieee754 define a decimal format? Specifically "decimal64"
-
comment
Comment #47473662
It's probably a faux pas to be left handed
-
comment
Comment #47105896
I think you're mistaken on that. Maybe me and the engineers I know are below average on this but even our combined knowledge of the kinds of things _real_ compilers get up to proba…
-
comment
Comment #46843283
I need that "RUB OUT" key on my keyboard
-
comment
Comment #46671019
Seems similar to remoteStorage [0]. What happened to that anyway? [0]: https://remotestorage.io/
-
comment
Comment #46608020
So instead of carrying a slightly larger but perfectly useful computer (a laptop) I have to carry a smaller but useless keyboard and mouse for the benefit of not having a keyboard …
-
comment
Comment #46607965
If this is better than a laptop for mobile work why include the keyboard? Why not just make it a tiny box with a single USB C connector to plug into the dock on your home and work …
-
comment
Comment #46583114
Seems like you could make the corners round (not making a judgement on that in any way) and still give the resize handle a more sensible size/shape/location right? As in this isn't…
-
comment
Comment #46213869
This makes me wonder about things like air pods. Do they replaceable batteries? Does Apple plan to make them so?
-
comment
Comment #46074447
> I've come to see this ubiquitous string of symbols, ?? "", as the JS equivalent to .unwrap() in Rust Isn't this more like `unwrap_or`?
-
comment
Comment #46011925
I think the person you replied to probably just has a different definition of "completely ruined" than you or I.
-
comment
Comment #46004809
I see > Each electrode channel is tied to a finger pad but the layout shows the finger pads are all tied together. What am I missing?
-
comment
Comment #45905962
I haven't seen this option yet: archive things you think are important, delete things you think are not important, but don't permanently delete anything. Just use archive and trash…
-
comment
Comment #44416448
I recently used a bloom filter to achieve a log message anti-spam feature. In the logger I hashed the messages and inserted into the filter. If the entry was present I didn’t outpu…
-
comment
Comment #40308068
You might also be interested in metalang99 by the same author.
-
comment
Comment #39925988
Oh I get it. Sometimes bash is the right tool for the job. I think that’s just mostly an unfortunate historical artifact though. It’s hard to argue it’s intuitive or “clean” or ${P…
-
comment
Comment #39912804
This is totally true and the bash apologists are delusional.
-
comment
Comment #39905981
This is not Lasse Collin’s responsibility. What is a burnt out committer supposed to do? Absolutely nothing would be fine. Doing exactly what Lasse Collin did and turn over partial…
-
comment
Comment #39895073
This is really not the responsibility of unpaid developers.
-
comment
Comment #39889554
I think the c++ version could be more understandable but it’s as if the authors intentionally made it as obtuse as possible.