Viewing profile — kamray23
kamray23
HN member- Joined
- Wed, Jun 16, 2021, 6:49 AM UTC
- HN karma
- 334
- Public activity
- 207 items
- HN profile
- View on Hacker News ↗
About kamray23
No profile information was provided.
Recent public activity
-
comment
Comment #43779660
That is exactly why I said that that only comes in once you publish something. The legal argument isn't as strong as the moral one is for me anyway, I never publish anything. I thi…
-
comment
Comment #43735164
Eh, most of the time you do have to publish it. MIT/BSD/Apache allows you not to, but most big projects are using LGPL or another share-alike license. With those, if you're making …
-
comment
Comment #41718656
That'd be a nice way of looking at it, if serving content was cheap. It is not. I want to put my CV online, but I'm not willing to shill out tens of thousands every year to have it…
-
comment
Comment #41718302
Putting stress on the concrete requires force, and causes the concrete to deflect. Force over displacement is work, and energy can't be lost to nothingness by just breaking the con…
-
comment
Comment #41645245
more than 3 chips, basically
-
comment
Comment #40855465
Yeah, C++ enums are just numbers that are really good at pretending to be types. And for that reason they're not actually objects that contain things like their name. And they prob…
-
comment
Comment #40164706
wow that's really evil of them i quite don't like them for this as i too played garrys mod back in the day and it pains me to see such a loss of community effort and beloved mods
-
comment
Comment #39973982
It sort of isn't though. You put it there and you don't take it away. You don't put anything else in there to load it. It stops loading entirely if you take out the ethernet cable.…
-
comment
Comment #39967495
It's not really saying "only expert programmers" though, is it? It's people who know Haskell, which by coincidence happens to be overzealous undergraduates and a certain subset of …
-
comment
Comment #39967378
Ah, sorry, one of those situations where you think about what you'll write and don't end up writing it down. I am of course referring to the inverse in the second sentence, moving …
-
comment
Comment #39967197
Whatever Neuralink is missing, it's none of these things. They're certainly missing a lot, as is their owner, but it's absolutely none of these things. Like, we've been using brain…
-
comment
Comment #39959223
I don't think currying happens without you asking to, though. It happens because it happens, it's part of the language, and it's something you implicitly keep in the back of your m…
-
comment
Comment #39959137
It is in most places. At least in Europe where I live there's a limit of 12 years old for cycling on sidewalks and pedways marked with only a pedestrian sign, whereas sidewalks whi…
-
comment
Comment #39959125
That's already an issue with cars. Most EVs beep or sing or hiss quite loudly when you put them in reverse gear and at low speeds where tyre noise is low they have to augment with …
-
comment
Comment #39959101
Sensors form a big issue, though. The newer Teslas especially are excellent at ruining safety sensors for the rest of the industry. Now instead of turning your head left to look le…
-
comment
Comment #39950717
Yeah, I would guess Iowa is quieter. LAPD is one of those archetypal failing police organizations, with so much on their plate even their own officers form organized criminal gangs…
-
comment
Comment #39927873
Solvable, yes, but at least in Europe it is currently dirtier than anthracite coal due to leakages in lifetime emissions. Solvable but not solved, and we really should be looking f…
-
comment
Comment #39927829
Eh, that's true, and that's a convenient way of doing intermediate representation, since its very machine-friendly. But really, finite state machines are just callbacks, just as ge…
-
comment
Comment #39927713
It's not really just keeping snapshots that is the issue, usually. It's just normal FS operation, meant to prevent data corruption if any of these actions is interrupted, as well a…
-
comment
Comment #39814420
Yeah, Microsoft looked at callback hell, realized that they had seen this one before, dipped into the design docs for F# and lifted out the syntactic sugar of monads. And it worked…
-
comment
Comment #39764333
It's not orthogonal, though. We had online encyclopedias for around a decade, they functioned extremely well, and it was the way people got their information. During the latter par…
-
comment
Comment #39701982
Wikipedia displaced traditional encyclopedias. The number of encyclopedias produced in Finnish fell from ~10 to 1 in the last two decades, that one being fiwiki. The same is true f…
-
comment
Comment #39466967
Being published in Nature basically means that your paper is fine as far as review can see and that it could have a large impact. It retracts all the time.
-
comment
Comment #39452803
No, it's very close to useless. This is exactly the kind of thing that experienced developers talk about when they warn that inexperienced developers using ChatGPT could easily be …
-
comment
Comment #39215639
Character rendering and recognition breaks with characters outside plane 0 (BMP), however, normalization seems to still work correctly. For example, [◌𑄮] u+11131 u+11127 (two ch…