Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Osmose
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
30 ms
·
1.
▲
by
Osmose
1y ago
You're right, pg should have spoken out against Palantir when Biden was in charge too. Just because he's right about them now doesn't mean he was always right about them and we should keep that in mind.
2.
▲
by
Osmose
1y ago
Some fun historical context behind the outline algorithm and why it didn't catch on: https://www.w3.org/Bugs/Public/show_bug.cgi?id=25003 In short, the W3C adopted it because they thought it was a good idea,
3.
▲
by
Osmose
2y ago
The APA even removed sex addiction from the DSM-V, which isn't the end-all-be-all of what is or isn't a mental disorder, but is indicative of how science has broadly rejected the idea of sex addiction being a meaningful disorder.
4.
▲
by
Osmose
2y ago
I wrote a post about the UITour parts a long time ago: https://www.mkelly.me/blog/content-uitourjs/ It's pretty standard among browsers. The risk should be about equal to someone spoofing the domains that the
5.
▲
by
Osmose
2y ago
https://foundation.mozilla.org/en/donate/ ???
6.
▲
by
Osmose
2y ago
LLMs are not a general public benefit. Artists whose work is trained upon by text-to-image models aren't made any more whole just because Meta has to share its weights—it just means it's even cheaper for the folks impersonating th
7.
▲
by
Osmose
2y ago
Maybe it's just me but if I felt like my application's error messages weren't easy enough to understand I'd try to improve the messages instead of throwing all the context at an AI and hoping for the best.
8.
▲
by
Osmose
2y ago
[deleted]
9.
▲
by
Osmose
2y ago
Sega has long had an intentionally loose policy with regards to fanart and fan games and rarely issues takedowns for projects that don't generate profit. It doesn't seem to have hurt them at all.
10.
▲
by
Osmose
2y ago
The speed increases are nothing to sneeze at; I've moved a few Vite projects over to Bun and even without specific optimizations it's still noticeably faster. A specific use case where Bun beat the pants out of Node for me was mak
11.
▲
by
Osmose
2y ago
You have a narrow view of what a beautiful experience is. It does not require professional-level voice acting. It is not unfair that, in order to have voice acting, you must have someone perform voice acting. You don't have the natural
12.
▲
by
Osmose
2y ago
The lightness with which you treat forcing tens of thousands of people to change their career is absurd. Indie games are hardly suffering for a lack of voice acting, even if you only look at it from a market perspective and ignore that voic
13.
▲
by
Osmose
2y ago
I've refused to work on AI-related initiatives at previous jobs, and will again if they ever come up. I have deep ethical objections about LLMs in terms of power use, consent for providing training data, fitness and safety of LLM-power
14.
▲
by
Osmose
2y ago
He has generally great insights about principles to aim for, which is part of the answer, but no, he does not have the entire answer. His insights are inspiration for others who contribute their own parts to potential answers—that's ho
15.
▲
by
Osmose
3y ago
"Someone posted a screenshot of a separate torrent's contents in their server 5+ years ago", with no context into why someone posted it or what moderation actions were taken in response, is poor evidence to your accusation.
16.
▲
by
Osmose
3y ago
> Kids playing Zelda for free might be spending their opportunity cost Money on Xbox instead. ...I don't follow? You're suggesting businesses have a right to attention? > But Yuzu wasn't acting in good faith. The team s
17.
▲
by
Osmose
3y ago
I believe that Yuzu includes a standalone implementation of the Switch firmware but can run user-provided firmware because a few games have compatibility issues, and it doesn't run Nintendo's own OS software (you can't run th
18.
▲
by
Osmose
3y ago
Shoutout to every Nintendo employee who grew up playing Nintendo games on emulators because they couldn't afford them or they weren't available anymore having to stay silent while their employer ensures that never happens again.
19.
▲
by
Osmose
3y ago
This isn't an unknown idea outside of Meta, it's just really expensive, especially if you're using a vendor and not building your own tooling. Prohibitively so, even with sampling.
20.
▲
by
Osmose
3y ago
Because they can't form a union in the first place due to union busting tactics like compulsory meetings that talk about how unions are bad, hiring consultants that spread fear and misinformation, or just threatening your livelihood by
21.
▲
by
Osmose
3y ago
> Sure you in theory vote for union leaders, but in practice it ends up being just as bad as any other politics This is not at all universally true? A union can be dysfunctional just like any other collaboration between people—that'
22.
▲
by
Osmose
3y ago
Rightness and legality are intertwined in a world where laws are slower than public opinion and people can voluntarily choose to do more than only what the law allows for. But a more direct criticism of the legal aspect would be: getting a
23.
▲
by
Osmose
3y ago
What gets me about opposition to unions as limiting a free market is that unions solve a very real problem with the efficiency of employee negotiations. A union is a much more efficient way to discover what the employees want from their wor
24.
▲
by
Osmose
3y ago
The point of a union is that if you don't like it you can advocate to it for changes with less of a power imbalance than if it was the company that you didn't like. The union can't fire you like the company can. To paraphrase
25.
▲
by
Osmose
3y ago
If your actual point is that "The virtual DOM is faster than a slow-but-common pattern of DOM mutation" then, sure. We have different experiences in how common wiping out the entire DOM really was in apps not using frameworks but
26.
▲
by
Osmose
3y ago
You're right that it was difficult, that's part of why React caught on. But lots of apps did it anyway—its not as impossible as you make it seem if you take the time to write some abstractions around checking what needs to be done
27.
▲
by
Osmose
3y ago
None of those links say that React is faster than using no framework, just that it is fast, presumably compared to other frameworks or techniques before that did DOM replacement. I guess you could say that not being specific was misleading
28.
▲
by
Osmose
3y ago
Your second statement that the virtual DOM lets you skip unnecessary DOM mutations is true, but the first statement is inaccurate because "DOM" is not equivalent to "regenerate and replace all the DOM nodes with updated ones&
29.
▲
by
Osmose
3y ago
Nope. The binding is "one-way" in the sense that, when the component state (or props) change, the DOM is updated, but if the DOM changes, the component is not updated. Hooks are a pattern for declaring state, side effects, etc. bu
30.
▲
by
Osmose
3y ago
> it was explicitly pushed and advertised as such I'm sure React fans who misunderstood the virtual DOM (which was explicitly advertised because it was the most popular part of React[1] vs the other parts that people were more criti
More ›