The joys of vibecoding.
davewiner's subscription list, hackerNewsStars category. List created by feedlandDatabase v0.9.1.
Where are we on X Chat security?
Claude Code for web - a new asynchronous coding agent from Anthropic
Getting DeepSeek-OCR working on an NVIDIA Spark via brute force using Claude Code
Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow
Pluralistic: The mad king's digital killswitch (20 Oct 2025)
Troy Hunt
• Troy Hunt
Weekly Update 474
You're not going to believe this - the criminals that took the Qantas data ignored the injunction 😮 I know, I know, we're all a bit stunned that making crime illegal hasn't appeared to stop it, but here we are. Just before the time
Write Code That Runs in the Browser, or Write Code the Browser Runs
micahflee
• Micah Lee
In war-torn Portland? Watch me speak at BSidesPDX!
I'll be giving the Saturday morning keynote at BSidesPDX next weekend in beautiful Portland, Oregon.
I'm still putting the final touches on my talk, but it will largely be about the new American technofascist reality of mercenary spyware, device searches, and app censorship, with a focus
World's Cheapest ARM Debugger is Actually RISC-V
Background Continuing my work with arm debugging on free microcontrollers recovered from disposable vapes, I felt like using a $5 raspberry pi pico to program and debug these micros was a bit too extravagant, too bourgeoisie. A working man’s microcontroller deserves a blue collar debugger to match. I have been using the 10¢ ch32v003 RISC-V microcontroller for a few years now and I though it would be a perfect fit for this project.
TIL: Exploring OpenAI's deep research API model o4-mini-deep-research
TIL: Exploring OpenAI's deep research API model o4-mini-deep-research
I landed a PR by Manuel Solorzano adding pricing information to llm-prices.com for OpenAI's o4-mini-deep-research and o3-deep-research models, which they released in June and document here.I realized I'd never tried these before, so I put o4-mini-deep-research through its paces researching locations of surviving orchestrions for me (I really like orchestrions).
The API cost me $1.10 and triggered a small flurry of extra vibe-coded tools, including this new tool for visualizing Responses API traces from deep research models and this mocked up page listing the 19 orchestrions it found (only one of which I have fact-checked myself).
Tags: ai, openai, generative-ai, llms, deep-research, vibe-coding
Solving the NYTimes Pips puzzle with a constraint solver
Krebs on Security
• BrianKrebs
Email Bombs Exploit Lax Authentication in Zendesk
Cybercriminals are abusing a widespread lack of authentication in the customer service platform Zendesk to flood targeted email inboxes with menacing messages that come from hundreds of Zendesk corporate customers simultaneously.
The AI water issue is fake
Andrej Karpathy — AGI is still a decade away
The Government Wants Your Selfie to Use Instagram
Australia has a new plan to keep kids safe online. On the surface, it sounds simple, maybe even sensible. The government is banning anyone under sixteen from having a social media account. From December, platforms like Instagram and TikTok will have to kick the kids off in an effort to stop social harm. It’s a nice idea. But when you pull back the curtain, you find a privacy disaster waiting to happen. It’s a plan that won’t work, and it will end up hurting the very people it’s supposed to protect.
Tom Renner on My place to put things
• Tom Renner
Does my toaster love me?
Quoting Alexander Fridriksson and Jay Miller
Using UUIDv7 is generally discouraged for security when the primary key is exposed to end users in external-facing applications or APIs. The main issue is that UUIDv7 incorporates a 48-bit Unix timestamp as its most significant part, meaning the identifier itself leaks the record's creation time.
This leakage is primarily a privacy concern. Attackers can use the timing data as metadata for de-anonymization or account correlation, potentially revealing activity patterns or growth rates within an organization.
— Alexander Fridriksson and Jay Miller, Exploring PostgreSQL 18's new UUIDv7 support
Tags: uuid, postgresql, privacy, security
The Majority AI View
Should form labels be wrapped or separate?
Should form labels be wrapped or separate?
James Edwards notes that wrapping a form input in a label event like this has a significant downside:<label>Name <input type="text"></label>
It turns out both Dragon Naturally Speaking for Windows and Voice Control for macOS and iOS fail to understand this relationship!
You need to use the explicit <label for="element_id"> syntax to ensure those screen readers correctly understand the relationship between label and form field. You can still nest the input inside the label if you like:
<label for="idField">Name
<input id="idField" type="text">
</label>
Via Chris Ferdinandi
Tags: accessibility, html, screen-readers
Claude Haiku 4.5 does not appreciate my attempts to jailbreak it
“Is any of that genuinely useful to you? Or were you mainly checking whether that jailbreak attempt would work?”