Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kam
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
kam
15d ago
Google is not the payment processor. This is about the app including a link to a donation page on opencollective.com. Other 501(c)(6) organizations you might have heard of include the Linux Foundation and the Rust Foundation.
2.
▲
by
kam
29d ago
NixOS 25.11 was EOL a month and a half ago. Where's NixOS 26.05?
3.
▲
by
kam
2mo ago
Ardour does not seem to require a CLA or copyright assignment, so the maintainers don't own the copyright over contributions either way. The contributor would not be able to sue someone over a GPL violation if their contribution is pub
4.
▲
by
kam
4mo ago
Also "The page pool is only created on a real ZCRX-capable NIC (mlx5 ConnectX-6+, Intel E800, NFP)"
5.
▲
by
kam
4mo ago
Cargo will still pick the latest for transitive dependencies that aren't explicitly specified in your Cargo.toml. This is what Cargo.lock is for.
6.
▲
by
kam
5mo ago
> Being in the public domain is not a license; rather, it means the material is not copyrighted and no license is needed. Practically speaking, though, if a work is in the public domain, it might as well have an all-permissive non-copyle
7.
▲
by
kam
5mo ago
And for Rust, https://github.com/kevinmehall/nusb
8.
▲
by
kam
5mo ago
USB devices cannot directly address host memory like PCIe or FireWire, but the XHCI controller does DMA to/from host memory, and most USB device controllers have some kind of DMA between USB and the device's RAM.
9.
▲
by
kam
5mo ago
No need to pretend to be HID. Windows has WinUSB for userspace USB drivers that don't need special signing.
10.
▲
by
kam
6mo ago
No, serde-wasm-bindgen implements the serde Serializer interface by calling into JS to directly construct the JS objects on the JS heap without an intermediate serialization/deserialization. You pay the cost of one or more FFI calls fo
11.
▲
by
kam
6mo ago
Send a message to a socket-activated daemon running as a UID with write access to the password database.
12.
▲
by
kam
8mo ago
See also Luke Wren's Mastodon thread on taping out a RISC-V chip in two weeks: https://types.pl/@wren6991/115572086565318699
13.
▲
by
kam
11mo ago
https://android-developers.googleblog.com/2025/09/lets-talk-... > Android Studio is unaffected because deployments performed with adb, which Android Studio uses behind the scenes to push builds to devices, is
14.
▲
by
kam
1y ago
The calls to the ipinfo.io API are blocked by Firefox Enhanced Tracking Protection. No results for Location or ISP without turning that off.
15.
▲
by
kam
1y ago
> Is there a mirror registry with all the same basic images? https://gallery.ecr.aws/
16.
▲
by
kam
1y ago
You could put it under a "PostgreSQL OR Apache-2.0 at your option" dual-license, so all contributors give you their code under both licenses, instead of needing to re-license later. The Rust project does this (MIT OR Apache-2.0) t
17.
▲
by
kam
1y ago
That's a bad analogy. No one is complaining about Google providing Android security updates. This is like a car manufacturer preventing the installation of all unapproved aftermarket accessories by claiming they're protecting you
18.
▲
by
kam
1y ago
The browser that initiated the request is under the control of BAD in step 3.
19.
▲
by
kam
1y ago
Nixpkgs pulls source code from places like pypi and crates.io, so verifying the integrity of those packages does help the Nix ecosystem along with everyone else.
20.
▲
by
kam
1y ago
What improvements does WebGPU bring vs WebGL for things like Potree?
21.
▲
by
kam
1y ago
The examples in the repo are using the open-source yosys + nextpnr tooling.
22.
▲
by
kam
1y ago
No, compression formats are not Turing-complete. You control the code interpreting the compressed stream and allocating the memory, writing the output, etc. based on what it sees there and can simply choose to return an error after writing
23.
▲
by
kam
1y ago
At least that sounds like it would be a more interesting story than the one where the person who quit a year ago didn't document all the places they manually installed the 2-year certificate.
24.
▲
by
kam
1y ago
I think the idea is that if an LLM trained prior to the patent date can reproduce the invention, then either the idea is obvious or there was prior art in the training set; either way the patent is invalid.
25.
▲
by
kam
2y ago
I also looked around AOSP and found the commit for the battery alert icon [1], but no kernel source. [1] https://android.googlesource.com/platform/frameworks/base/+/...
26.
▲
by
kam
2y ago
This isn't "Rust Evangelists" pushing Rust on Git, it's Git developers wanting to use Rust. Also, there's already a separate from-scratch re-implementation of git in Rust (gitoxide).
27.
▲
by
kam
2y ago
The license is for the use of the broadcast spectrum (a scarce, shared resource), not practicing journalism.
28.
▲
by
kam
2y ago
If your site is vulnerable to SQL injection, you need to fix that, not pretend Cloudflare will save you.
29.
▲
by
kam
2y ago
What do you miss about it? In restic, every snapshot has the speed and size of an incremental backup, but the functionality of a full backup.
30.
▲
by
kam
2y ago
rustc_codegen_gcc is also a thing.
More ›