Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
csande17
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
csande17
7d ago
You're not really trading a future, you're just pre-ordering onions.
2.
▲
by
csande17
10d ago
Even if you take that website at face value, the ELO scores shown are relative to the other AI models tested , and not comparable to the ELO scores of humans who play against other humans.
3.
▲
by
csande17
13d ago
FWIW, I also got a bit of an LLM vibe skimming the changelog. In particular, the section about Linux sandboxing jumped out at me: > Status in 7.0.0: kernels without Landlock continue working without Linux sandboxing in the less secure pr
4.
▲
by
csande17
13d ago
If you say "AI tools", some vibe-coders try to equivocate between tools that generate the whole program for you and, like, an editor that uses an scoring algorithm to decide which method to show at the top of an autocomplete list.
5.
▲
by
csande17
13d ago
You're absolutely right! Let's delve deeper...
6.
▲
by
csande17
24d ago
There were too many meetings, so they got rid of the people whose jobs were to create lots of meetings.
7.
▲
by
csande17
26d ago
The devlog is the very first place changes get written about when they land in Zig's master branch (and sometimes even before!), so presumably zig.guide will mention this change once it actually makes it into a release.
8.
▲
by
csande17
2mo ago
Yeah, Android's sandbox deals with low-level file access and socket APIs and stuff. But Android also, intentionally, allows apps to expose their data and functionality to other apps via the higher-level "intent" system. Apps
9.
▲
by
csande17
2mo ago
Unity includes its own video player implementation ( https://docs.unity3d.com/Manual/Video.html ), so presumably you'd mainly want to use VLC for wider range of supported codecs?
10.
▲
by
csande17
2mo ago
https://docs.kernel.org/process/cve.html > Note, due to the layer at which the Linux kernel is in a system, almost any bug might be exploitable to compromise the security of the kernel, but the possibility of exploi
11.
▲
by
csande17
2mo ago
"Anarchy" in Minecraft means no rules, and "you can't say bad words (or build things containing bad words)" is a rule.
12.
▲
by
csande17
3mo ago
The scrollHeight property: https://developer.mozilla.org/en-US/docs/Web/API/Element/scr...
13.
▲
by
csande17
3mo ago
I think there's maybe a disconnect here that people are largely concerned with the contents of their private repos, while you're maybe more familiar with how AI interaction data is handled. (After all, the original topic of the th
14.
▲
by
csande17
3mo ago
(FWIW, in my conspiracy theory, the data sharing would be buried in the part of the company responsible for making sure that people don't upload e.g. CSAM to private repositories, so the Copilot people wouldn't be directly aware o
15.
▲
by
csande17
3mo ago
This is a nice answer to the question "how is GitHub preventing rogue employees at Microsoft from stealing my private repositories?". Like, it's good to know I'm covered if Microsoft accidentally hires a North Korean spy
16.
▲
by
csande17
3mo ago
Unreal Engine's been free for just over 11 years now: https://www.unrealengine.com/blog/ue4-is-free
17.
▲
by
csande17
3mo ago
> [T]he Bun project lead can do whatever the hell he wants with his own project. There is no objectively "right" path here, in a moral sense. I think this is the exact point that the article was getting at in the last section.
18.
▲
by
csande17
3mo ago
Bun's bundler claimed the bottom place in my recent analysis of how JavaScript tools handle generating inline script tags[1], because despite making lofty promises about being able to bundle applications into standalone HTML files, it
19.
▲
by
csande17
3mo ago
Scissors are the other big one; most of them are designed so that when to try to use them with your left hand, you end up pushing the blades apart slightly so they don't cut as well (or at all). With that being said, self-deprecating j
20.
▲
by
csande17
3mo ago
It's really easy to serve fallback images to browsers that don't support AVIF, either client-side using the <picture> tag or server-side via the Accept header. Which mostly eliminates the concern from the article, since you
21.
▲
by
csande17
3mo ago
He makes the legal argument in more detail in https://blog.cr.yp.to/20251004-weakened.html#standards The gist of it is that standards organizations like the IETF depend on a specific carve-out in US antitrust law (in order
22.
▲
Every JavaScript bundler handles inline script tags wrong
(carter.sande.duodecima.technology)
4 points
by
csande17
3mo ago
|
0 comments
23.
▲
by
csande17
3mo ago
Maybe I misread the article, but I think the Nothing photos app is literally ignoring the second tap, not just failing to provide feedback
24.
▲
by
csande17
3mo ago
> Why? How, even, have they implemented this? This is really common because of two design features that most UI frameworks share: - The code that changes the color of the button is an internal part of the "button" component, so
25.
▲
by
csande17
3mo ago
Rust has a feature called "tuple structs" where the properties of the struct are accessed by numeric indices instead of names: https://doc.rust-lang.org/book/ch05-01-defining-structs.html... / https:&#x
26.
▲
by
csande17
3mo ago
iOS has an accessibility option called "Ignore Repeats", which seems like a better approach because it's system-wide. So people who need that kind of accommodation can have it in places like the on-screen keyboard too, withou
27.
▲
by
csande17
3mo ago
It's not really a question of how many taps they support, but how fast . This same issue also seems like it would prevent you from quickly double-tapping the button to turn an image upside-down, a much more common use case.
28.
▲
by
csande17
3mo ago
As I understand it, Zig is trying to bring in almost all the stuff that would usually be done by external tools. Zig has its own solution for finding system libraries (instead of pkg-config), it integrates its own C/C++ compiler, and y
29.
▲
by
csande17
3mo ago
Not really? This change is about the code for downloading and extracting third-party packages. The @cImport change was part of an effort to (eventually) make Zig's dependency on LLVM/libclang optional, so that it could (eventually
30.
▲
by
csande17
3mo ago
Do you have any links/context on how this party plans to restrict freedom of expression?
More ›