Forwarded from HN Best Comments
Re: Iroh 1.0
I am one of the iroh developers.
A question that frequently comes up: when will iroh support webrtc, or BLE, or LoRa, or ...
Iroh as of now supports only IPv4, IPv6 and relay transports out of the box. There is such a large variety of potentially interesting transports out there that we can't support all of them without turning the codebase into an unmaintainable maze of feature flags.
But we have added the ability to implement custom transports. That way your transport implementation can live in a completely separate crate.
Existing experimental custom transports include Tor, Nym and BLE. https://github.com/mcginty/iroh-ble-transport
Here is how custom transports work under the hood: https://www.iroh.computer/blog/iroh-0-97-0-custom-transports...
rklaehn, 10 hours ago
I am one of the iroh developers.
A question that frequently comes up: when will iroh support webrtc, or BLE, or LoRa, or ...
Iroh as of now supports only IPv4, IPv6 and relay transports out of the box. There is such a large variety of potentially interesting transports out there that we can't support all of them without turning the codebase into an unmaintainable maze of feature flags.
But we have added the ability to implement custom transports. That way your transport implementation can live in a completely separate crate.
Existing experimental custom transports include Tor, Nym and BLE. https://github.com/mcginty/iroh-ble-transport
Here is how custom transports work under the hood: https://www.iroh.computer/blog/iroh-0-97-0-custom-transports...
rklaehn, 10 hours ago
GitHub
GitHub - mcginty/iroh-ble-transport: A cross-platform BLE transport for Iroh.
A cross-platform BLE transport for Iroh. Contribute to mcginty/iroh-ble-transport development by creating an account on GitHub.
🔥1
Forwarded from Hacker News
www.rfc-editor.org
RFC 10008: The HTTP QUERY Method | RFC Editor
This specification defines the QUERY method for HTTP. A QUERY requests that the request target process the enclosed content in a safe and idempotent manner and then respond with the result of that processing. This is similar to POST requests, but QUERY requests…
https://github.com/RustedBytes/s3-endpoint
made this framework to build own s3-server with middleware and tuning options
made this framework to build own s3-server with middleware and tuning options
GitHub
GitHub - RustedBytes/s3-endpoint: An S3-compatible endpoint focused on upload and object-access workflows
An S3-compatible endpoint focused on upload and object-access workflows - RustedBytes/s3-endpoint
👍1
doing something
https://github.com/google/carfac/tree/master/python
PubMed Central (PMC)
A convolutional neural-network model of human cochlear mechanics and filter tuning for real-time applications
Auditory models are commonly used as feature extractors for automatic speech-recognition systems or as front-ends for robotics, machine-hearing and hearing-aid applications. Although auditory models can capture the biophysical and nonlinear ...