Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
f_devd
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
181.
▲
How Fuzzy Are Your Fuzzers?
(fitzgeraldnick.com)
2 points
by
f_devd
3y ago
|
0 comments
182.
▲
Open Rust Robotics
(github.com)
2 points
by
f_devd
3y ago
|
0 comments
183.
▲
RRR: Compositional Generation with Energy-Based Diffusion Models and MCMC
(energy-based-model.github.io)
3 points
by
f_devd
3y ago
|
0 comments
184.
▲
iCloud unlocking goes mainstream, Apple turns a blind eye
(youtube.com)
1 points
by
f_devd
3y ago
|
0 comments
185.
▲
Quantum Hamiltonian Descent – Executive Summary
(jiaqileng.github.io)
1 points
by
f_devd
3y ago
|
0 comments
186.
▲
by
f_devd
3y ago
I don't disagree that most of the warnings perpetuated are probably part of a publicity stunt (or hype men). However there is a fair chance we will reach super-human autonomous actors in the next 50-100 years, and if we fail to align t
187.
▲
by
f_devd
3y ago
Those are not cheap, but they do exist already yes
188.
▲
by
f_devd
3y ago
USB-PD now supports 28, 36V & 48V as well because of the higher wattage limit[0] (240/48=5A which is about what the cables are rated for I believe) [0]: https://www.usb.org/usb-charger-pd
189.
▲
by
f_devd
3y ago
The issue is usually that you only get the sequential number (which is the highest), and you will realistically never get that speed since you would need to only read/write a single large file at a time (like an NVR is one of the few a
190.
▲
by
f_devd
3y ago
MegaTransfers, it's the speed of the clock * ops per clock period. Typically MB/s is a bad way to measure speed of transfers due to the extreme variance between sequential & random read/writes. But for convenience you can
191.
▲
by
f_devd
3y ago
MeZO assumes a smooth parameter space, so you probably won't be able to do it with INT4/8 quantization, probably needs fp8 or smoother.
192.
▲
Authentication Bypass Using Root Array [video]
(youtube.com)
1 points
by
f_devd
3y ago
|
0 comments
193.
▲
by
f_devd
3y ago
I don't see any indication of a CLA from the pull requests
194.
▲
by
f_devd
3y ago
I would assume it's for compatibility, things like null-bytes aren't generally valid inputs by messaging apps, they could have done base91 or something unicode-based with msgpack/protobuf though
195.
▲
by
f_devd
3y ago
Currently SOTA for specialization of LLMs is QLoRA: https://github.com/artidoro/qlora
196.
▲
by
f_devd
3y ago
From what I've seen it's extremely multi-faceted if you want to do the things described in the article (OS/binary zero-days), however there are somewhat simpler things to start with such as websecurity (XSS, request smuggling
197.
▲
Axum-style magic function params demystified
(github.com)
1 points
by
f_devd
3y ago
|
0 comments
198.
▲
The CYOA Library
(samizdat.co)
1 points
by
f_devd
3y ago
|
0 comments
199.
▲
Hacking IP cams using ONVIF protocol
(harshmunshi.github.io)
4 points
by
f_devd
3y ago
|
1 comments
200.
▲
WebGPU ONNX inference runtime written in Rust
(github.com)
3 points
by
f_devd
3y ago
|
0 comments
201.
▲
Pytrees
(jax.readthedocs.io)
132 points
by
f_devd
3y ago
|
14 comments
202.
▲
Recreating RP2040 PIO Interface in an FPGA
(github.com)
95 points
by
f_devd
3y ago
|
34 comments
203.
▲
Apple's repair program is a sham [video]
(youtube.com)
8 points
by
f_devd
3y ago
|
0 comments
204.
▲
by
f_devd
3y ago
I believe it's locally (inner-loop or simd op) up-cast to float8/float16/int8, but I haven't looked at the internals of llama.cpp myself
205.
▲
by
f_devd
3y ago
The article is right, 8-bit (and especially 4-bit) is atypical for deep learning models and highly depends on the amount of parameters (larger model can handle more quantization) and can even depend on specific training hyperparameters (mai
206.
▲
by
f_devd
3y ago
Very cool, found the party behind the recent privacy invading proposal (I forget the name) that mullvad was advertising against: https://www.lobbyfacts.eu/datacard/thorn?rid=854246640306-96 Surprisingly informative
207.
▲
Flipper Zero Unleashed Firmware
(github.com)
2 points
by
f_devd
3y ago
|
0 comments
208.
▲
by
f_devd
3y ago
> And it's not the ones who originally made it, that's for sure. Following copyright law (and common EULAs) it would be the ones who originally made it, with a perpetual 'do whatever you want' license granted to the p
209.
▲
by
f_devd
3y ago
I'm not sure what you mean the versioning & bundling both ensure you have the right version in your local repository if desired. Of course the upstream source can go down but that isn't really different from any other package
210.
▲
by
f_devd
3y ago
They have ways to lock, bundle & version those in the faq you linked, so it doesn't seem to be a problem. I wonder if people have the same complaints about golang
More ›