Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kamray23
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
kamray23
1y ago
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 think making a PR isn't forcing code on someone, they
2.
▲
by
kamray23
1y ago
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 a project that you do publish (e.g. a commerc
3.
▲
by
kamray23
2y ago
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 scraped for gigabytes per day. Doesn't happe
4.
▲
by
kamray23
2y ago
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 concrete. Thus, the concrete releases the stored up energy
5.
▲
by
kamray23
2y ago
more than 3 chips, basically
6.
▲
by
kamray23
2y ago
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 probably shouldn't, in the vast majority of cases it w
7.
▲
by
kamray23
2y ago
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
8.
▲
by
kamray23
2y ago
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. That kind of seems like it's loading fr
9.
▲
by
kamray23
2y ago
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 experienced programmers. FP is a paradig
10.
▲
by
kamray23
2y ago
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 data into a brain from a computer. Corrected in th
11.
▲
by
kamray23
2y ago
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 electrodes to control devices for a ver
12.
▲
by
kamray23
2y ago
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 mind every time you see a function call. I don
13.
▲
by
kamray23
2y ago
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 which are wide enough and marked with both a bicycle and p
14.
▲
by
kamray23
2y ago
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 ICE and/or whining sounds to not be so silent and
15.
▲
by
kamray23
2y ago
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 left and see your blind spot out of what should be a far enoug
16.
▲
by
kamray23
2y ago
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. No wonder they don't have time for some poor mental h
17.
▲
by
kamray23
2y ago
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 for solutions.
18.
▲
by
kamray23
2y ago
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 generators can be treated as just callbacks. There i
19.
▲
by
kamray23
2y ago
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 as various space-saving measures. Some FSs link fil
20.
▲
by
kamray23
2y ago
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 fine. But really, async/await is literally callbacks.
21.
▲
by
kamray23
2y ago
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 part of that decade fiwiki started to really pick up steam
22.
▲
by
kamray23
3y ago
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 for many languages. What once was a normal thing middle-class
23.
▲
by
kamray23
3y ago
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.
24.
▲
by
kamray23
3y ago
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 a disaster. It's the attempt to use a LLM as a cry
25.
▲
by
kamray23
3y ago
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 characters) is interpreted as five characters but normalized cor
26.
▲
by
kamray23
3y ago
How can that be possible, though?
27.
▲
by
kamray23
3y ago
Yeah, it's economics. Research labs can be allowed to be independent and do whatever experimental stuff when there are resources to go around, such as when you're holding an inalienable stranglehold on an entire sector of the econ
28.
▲
by
kamray23
3y ago
Super helpful for basically anything in a terminal. Stuff is going to flow by pretty quickly or at least keep bumping the terminal every couple seconds, usually when you _least_ want it to do so. Reading off whatever your program emitted wh
29.
▲
by
kamray23
3y ago
Autotools are so big for tiny projects though. Like if I need a small util I'm not configuring autotools.
30.
▲
by
kamray23
3y ago
Most UV and IR doesn't actually need any real coatings. Glass just isn't transparent to that light, completely by itself. It's actually specifically the imperfections in said glass which cut out the most dangerous part of UV
More ›