HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kam

no profile record

comments

kam
·hace 2 meses·discuss
Also "The page pool is only created on a real ZCRX-capable NIC (mlx5 ConnectX-6+, Intel E800, NFP)"
kam
·hace 2 meses·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
·hace 3 meses·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
·hace 3 meses·discuss
And for Rust, https://github.com/kevinmehall/nusb
kam
·hace 3 meses·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
·hace 3 meses·discuss
No need to pretend to be HID. Windows has WinUSB for userspace USB drivers that don't need special signing.
kam
·hace 4 meses·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
·hace 4 meses·discuss
Send a message to a socket-activated daemon running as a UID with write access to the password database.
kam
·hace 6 meses·discuss
See also Luke Wren's Mastodon thread on taping out a RISC-V chip in two weeks: https://types.pl/@wren6991/115572086565318699
kam
·hace 9 meses·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
·hace 9 meses·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
·hace 10 meses·discuss
> Is there a mirror registry with all the same basic images?

https://gallery.ecr.aws/
kam
·hace 10 meses·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
·hace 11 meses·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.