Live data from Hacker News

Viewing profile — ndr_

ndr_

HN member
Joined
Sat, Apr 22, 2023, 7:35 AM UTC
HN karma
95
Public activity
55 items

About ndr_

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #48295158

    It was phrased as "to distinguish all possible secrets": https://groups.google.com/g/sci.crypt/c/siuibXhcUGc/m/wTpAEO...

  3. 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…

  4. 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

  5. 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 …

  6. 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 …

  7. 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…

  8. 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 …

  9. 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…

  10. 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…

  11. story
  12. 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.

  13. comment
    Comment #44379155

    He confirms he could do an iOS port: https://mastodon.social/@andyq/114738867580032204

  14. 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…

  15. comment
    Comment #43736009

    I tried to reproduce this study, but couldn‘t: https://ndurner.github.io/russian-propaganda . What‘s the missing piece?

  16. 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: "…

  17. 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…

  18. 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…

  19. 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…

  20. 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 …

  21. comment
    Comment #42315134

    OK! I only add what people are interested in, so noted with thanks - will do! :-)

  22. 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…

  23. 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!

  24. comment
    Comment #41486041

    Another approach is to just tar up the files, without compression. Works well with Claude via API.

  25. 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…