Viewing profile — ndr_
ndr_
HN member- Joined
- Sat, Apr 22, 2023, 7:35 AM UTC
- HN karma
- 95
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About ndr_
No profile information was provided.
Recent public activity
-
comment
Comment #48515128
It's a fallacy to believe that ChatGPT or Claude would look at some encoded, unfit for the purpose, text representation. ChatGPT (and the OpenAI Responses API, I believe) in partic…
-
comment
Comment #48295158
It was phrased as "to distinguish all possible secrets": https://groups.google.com/g/sci.crypt/c/siuibXhcUGc/m/wTpAEO...
-
comment
Comment #48275526
Bruce Schneier described this in his seminal book Applied Cryptography, and HashiCorp Vault used to have an implementation in Go. On the practical side, I always wondered how large…
-
comment
Comment #47985159
Yes. OpenAI's GPT-OSS was training using Deliberative Alignment (which was found to be flawed in a competition on Kaggle, but still). https://arxiv.org/abs/2412.16339
-
comment
Comment #47985086
One test battery was about fake credit cards. A woman-in-tech role-play was denied assistance just as a one-armed stamp collector (unless Gen-Z language markers were used). A role …
-
comment
Comment #47980509
These prompts chain several known LM exploits together. I ran experiments against gpt-oss-20b and it became clear that the effectiveness didn‘t come from the gay factor at all but …
-
comment
Comment #46241907
Is there a trustworthy third-party "Retro" keyboard app - none of the shenanigans that made the default keyboard bad, and also no typing exfiltration to third-party servers? I imag…
-
comment
Comment #45339816
Any insights into what "native video support" actually means? Is it just good at interpreting consecutive full frame images taken at intervals (thus missing out on fast events) or …
-
comment
Comment #44837178
Some of the problems with GPT-5 in ChatGPT could actually be due to new model that is in place to route requests to the actual GPT-5 models. There are four models in the GPT-5 fami…
-
comment
Comment #44623664
A confabulated arc to my current employer during a ChatGPT session led me to discover that ChatGPT Team injects four fields — full name, email, user name, and organization — into t…
- story
-
comment
Comment #44598172
I had success through Amazon Bedrock on us-east1 during European office hours. Died 9 minutes before 10 a.m. New York time, though.
-
comment
Comment #44379155
He confirms he could do an iOS port: https://mastodon.social/@andyq/114738867580032204
-
comment
Comment #43776802
Pieces don‘t fit together right now: the documentation lists a parameter that isn‘t there in the Python package (moderation in Images.generate) or works differently (image in Image…
-
comment
Comment #43736009
I tried to reproduce this study, but couldn‘t: https://ndurner.github.io/russian-propaganda . What‘s the missing piece?
-
comment
Comment #43613005
"would likely accept", he says. Meaning: he didn't try? If you look at the upper right corner, you'll notice that "Republique de pologne" is truncated. Same for the small prints: "…
-
comment
Comment #43431440
I talk about this, kind-of, in my article about process visualization (in German, available behind paywall and in print). It‘s not rigorous in the sense that I give points, but a p…
-
comment
Comment #43424337
I wrote about the same general topic (or more narrowly: process visualization) in German iX magazine, also available here: https://www.heise.de/ratgeber/Prozessvisualisierung-mit-g…
-
comment
Comment #42345616
It's available on IBM WatsonX, but the Prompt Lab may still report "model unavailable". This is because of overeager guardrails. These can be turned off, but the German translation…
-
comment
Comment #42315219
The value I get is: 1) one platform, largely one API, several models, 2) includes Claude 3.5 "unlimited" pay-as-you-go, 3) part of our corporate infra (SSO, billing, ... corporate …
-
comment
Comment #42315134
OK! I only add what people are interested in, so noted with thanks - will do! :-)
-
comment
Comment #42315108
Do you have any evidence for this accusation? This is a guide for the casual observer who wants to try things out, given that getting started with other AI platforms is so much mor…
-
comment
Comment #42312318
Setting up AWS so you can try it via Amazon Bedrock API is a hassle, so I made a step-by-step guide: https://ndurner.github.io/amazon-nova . It's 14+ steps!
-
comment
Comment #41486041
Another approach is to just tar up the files, without compression. Works well with Claude via API.
-
comment
Comment #41485840
This may call out to ffmpeg for pre-processing. If you're reluctant to running that on you Mac straight, you can use this wrapper script to have ffmpeg run in a docker instance: ht…