HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kam

no profile record

comments

kam
·2 maanden geleden·discuss
Also "The page pool is only created on a real ZCRX-capable NIC (mlx5 ConnectX-6+, Intel E800, NFP)"
kam
·2 maanden geleden·discuss
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.
kam
·3 maanden geleden·discuss
> 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-copyleft free software license. Public domain material is compatible with the GNU GPL.

https://www.gnu.org/licenses/license-list.html#PublicDomain
kam
·3 maanden geleden·discuss
And for Rust, https://github.com/kevinmehall/nusb
kam
·3 maanden geleden·discuss
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.
kam
·3 maanden geleden·discuss
No need to pretend to be HID. Windows has WinUSB for userspace USB drivers that don't need special signing.
kam
·4 maanden geleden·discuss
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 for every object though.

https://docs.rs/serde-wasm-bindgen/
kam
·4 maanden geleden·discuss
Send a message to a socket-activated daemon running as a UID with write access to the password database.
kam
·6 maanden geleden·discuss
See also Luke Wren's Mastodon thread on taping out a RISC-V chip in two weeks: https://types.pl/@wren6991/115572086565318699
kam
·9 maanden geleden·discuss
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 unaffected.
kam
·9 maanden geleden·discuss
The calls to the ipinfo.io API are blocked by Firefox Enhanced Tracking Protection. No results for Location or ISP without turning that off.
kam
·10 maanden geleden·discuss
> Is there a mirror registry with all the same basic images?

https://gallery.ecr.aws/
kam
·10 maanden geleden·discuss
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) to get the patents clause from Apache while retaining compatibility with MIT and GPL.
kam
·11 maanden geleden·discuss
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 from a stalker installing a tracker on your car.