Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
github.com/dovrine/neuralink-compression-challenge
content.neuralink.com/compression-challenge/data.zip is one hour of raw electrode recordings from a Neuralink implant.
This Neuralink is implanted in the motor cortex of a non-human primate, and recordings were made while playing a video game, like this.
Compression is essential: N1 implant generates ~200Mbps of eletrode data (1024 electrodes @ 20kHz, 10b resolution) and can transmit ~1Mbps wirelessly. So > 200x compression is needed. Compression must run in real time (< 1ms) at low power (< 10mW, including radio).
Neuralink is looking for new approaches to this compression problem, and exceptional engineers to work on it. If you have a solution, email compression@neuralink.com Leaderboard Name Compression ratio Compressed size ./encode size ./decode size zip 2.2 63M 231K 480K Task
Build executables ./encode and ./decode which pass eval.sh. This verifies compression is lossless and measures compression ratio.
Your submission will be scored on the compression ratio it achieves on a different set of electrode recordings. Bonus points for optimizing latency and power efficiency
Submit with source code and build script. Should at least build on Linux. Data $ ls -lah data/ total 143M 193K 0052503c-2849-4f41-ab51-db382103690c.wav 193K 006c6dd6-d91e-419c-9836-c3f320da4f25.wav ...
Uncompressed monochannel WAV files.
5 seconds per file.
eval.sh
is modified from the original to include the bin folder when calling the executableschmod +x eval.sh
chmod +x setup.sh
./setup.sh
./eval.sh
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.