Viewing profile — dloss
dloss
HN member- Joined
- Wed, Sep 20, 2017, 5:07 PM UTC
- HN karma
- 373
- Public activity
- 96 items
- HN profile
- View on Hacker News ↗
About dloss
No profile information was provided.
Recent public activity
- story
-
comment
Comment #49069653
Am I wrong to conclude that the statement by Google's VP of Security Engineering that "we simply must eliminate every software vulnerability on Earth" (before AI Agents find them) …
- story
-
comment
Comment #48270027
My voice teacher had me blow air into water with a straw. Felt good and had some therapeutic effect on my vocal chords. Apparently the technique had been developed by a Finnish spe…
-
comment
Comment #47603356
Carlini gives some more background about his vulnerability research with Claude in this interview by tptacek & co. https://securitycryptographywhatever.com/2026/03/25/ai-bug-f...
-
comment
Comment #47499507
If you're fine with CLIs, maybe my Kelora project is worth a look. It's a very flexible log processor with built-in scripting: https://kelora.dev
- story
-
comment
Comment #46533103
Do you have any specific pointers concerning that "relaxing/manipulating of fascia/muscles" part? I have only dabbled a bit in qigong and hadn't noticed this. Would love to learn m…
-
comment
Comment #46528858
> "simply taking time to feel your body and put your attention into latched tissues can release them." That has been my experience as well. I have developed my own little technique…
-
comment
Comment #46181970
I'm sharing Kelora, a hobby project that I have been developing over the last 6 months. It's a scriptable log processor for the command line, with 150+ built-in functions for parsi…
- story
-
comment
Comment #46126865
Yes, the 3B variant, with vLLM 0.11.2. Parameters are given on the HF page. Had to override the temperature to 0.15 though (as suggested on HF) to avoid random looking syllables.
-
comment
Comment #46035552
Some more example programs in Lambda Calculus here, including a compliant brainf#*k interpreter: https://justine.lol/lambda/
- comment
-
comment
Comment #45658204
Anthropic recently released a sandboxing tool based on bubblewrap (Linux, quite lightweight) and sandbox-exec (macOS). https://github.com/anthropic-experimental/sandbox-runtime I w…
-
comment
Comment #45503518
Here's a list: https://github.com/dloss/binary-parsing
-
comment
Comment #45472469
Great list! Will incorporate some of those into my list of tools for binary parsing: https://github.com/dloss/binary-parsing
- story
-
comment
Comment #43755149
Very nice! Added to my little list of log viewers at https://github.com/dloss/klp#alternative-tools
-
comment
Comment #43454058
For example: No buffer overflows, null pointer exceptions, use-after-free, etc. On ARM and RISCV64 not even the C compiler has to be trusted, because functional correctness has bee…
-
comment
Comment #43453961
Well, an L4 variant is used in iPhones: "The Secure Enclave Processor runs an Apple-customized version of the L4 microkernel." https://support.apple.com/de-at/guide/security/sec59b…
-
comment
Comment #43311746
There's TinyTeX: https://yihui.org/tinytex/
-
comment
Comment #43281356
Noir is a Domain Specific Language for SNARK proving systems. https://noir-lang.org/
-
story
Show HN: Lightweight log viewer with Python-powered filtering and formatting
I'd like to share "klp", a command-line log viewer for investigating small to medium-sized log files (up to ~100k lines). While there are faster and more mature log viewers out the…
-
comment
Comment #42264970
A very easy way to find such "visual" collisions is described in section 4.2 of our drunken bishop paper: http://www.dirk-loss.de/sshvis/drunken_bishop.pdf