HN user

aschobel

1,282 karma

http://twitter.com/aschobel

Posts46
Comments345
View on HN
openai.com 7mo ago

We used Codex to build Sora for Android in 28 days

aschobel
5pts0
github.com 11mo ago

Claude Code Security Reviewer

aschobel
2pts0
nofil.beehiiv.com 1y ago

Claude Code and the State of AI Coding

aschobel
2pts0
www.macrumors.com 2y ago

Apple Watch Series 9 and Ultra 2 can't be sold in the USA

aschobel
2pts1
www.jobyaviation.com 2y ago

Joby Flies Quiet Electric Air Taxi in New York City

aschobel
3pts2
twitter.com 5y ago

People are writing neg. reviews of scented candles not realizing they cant smell

aschobel
5pts0
www.nytimes.com 6y ago

Apple to Ban Vaping Apps from Its Store

aschobel
3pts1
www.garmin.com 6y ago

Garmin announces autonomous emergency autoland for general aviation

aschobel
5pts0
blog.twitter.com 13y ago

Brewing our first IPA patent, and new adopters

aschobel
2pts0
online.wsj.com 14y ago

Quora Raises $50M At $400M

aschobel
2pts0
www.nytimes.com 14y ago

A Billion-Dollar Turning Point for Mobile Apps

aschobel
4pts0
hackaday.com 14y ago

IP over LEGO train carrier

aschobel
4pts0
news.ycombinator.com 15y ago

Tell HN: Catch.com raises 7m. Didn't get in as solo founder (S08), kept pushing

aschobel
116pts41
diydrones.com 15y ago

Autonomous quadrotor navigation with a Kinect

aschobel
39pts3
googleblog.blogspot.com 16y ago

Google acquires Metaweb (Freebase)

aschobel
154pts40
dev.opera.com 16y ago

Opera supports the WebM (VP8) video format

aschobel
2pts0
www.engadget.com 16y ago

Microsoft Kin One and Two review

aschobel
15pts18
aws.typepad.com 16y ago

New EC2 Instance Type: m2.xlarge 17 GB of RAM, 2 cores @ 3.25 ECU

aschobel
3pts0
www.macrumors.com 16y ago

Apple Now Blocking 'Overtly Sexual' Apps from App Store

aschobel
8pts9
www.microsoft.com 16y ago

Windows Phone Image Gallery

aschobel
1pts0
www.ibm.com 16y ago

Build better Web applications with Google Sitebricks

aschobel
3pts0
www.engadget.com 16y ago

Bug Labs intros BUG 2.0 platform with faster processor, Android support

aschobel
3pts0
www.mindrot.org 16y ago

JBCrypt security advisory

aschobel
1pts0
www.cs.cornell.edu 16y ago

Data Serving the Cloud - Yahoo Research [pdf]

aschobel
5pts1
www.pywebsf.org 16y ago

Building GeoAPI.com with Python Web technologies

aschobel
7pts0
svn.apache.org 16y ago

Cassandra 0.5 released

aschobel
28pts10
froth-and-java.blogspot.com 16y ago

Using Google's Closure Templates in Scala and Groovy

aschobel
1pts0
www.scientificamerican.com 16y ago

Seven Answers to Climate Contrarian Nonsense

aschobel
1pts0
www.wired.com 16y ago

Google Cracks Down on Android Developer, Offers Olive Branch

aschobel
34pts8
beust.com 16y ago

Duct tape and the brittleness of Agility

aschobel
6pts2

Can you really register iMessage on an emulated MacOS these days? I'd love to learn more, the AIs I asked say it doesn't seem possible in VMs anymore.

It’s been amazing for me for Go and TypeScript; and pretty decent at Swift.

There is a steep learning curve. It requires good soft eng practices; have a clear plan and be sure have good docs and examples. Don’t give it an empty directory; have a scaffolding it can latch onto.

For coding I don’t use any of the previous gen models anymore.

Ideally I would have both fast and SOTA; if I would have to pick one I’d go with SOTA.

There a report by OpenRouter on what folks tend to pay for it; it generally is SOTA in the coding domain. Folks are still paying a premium for them today.

There is a question if there is a bar where coding models are “good enough”; for myself I always want smarter / SOTA.

I’m basically only using the Codex CLI now. I switched around the GPT-5 timeframe because it was reliably solving some gnarly OpenTelemetry problems that Claude Code kept getting stuck on.

They feel like different coworker archetypes. Codex often does better end-to-end (plan + code in one pass). Claude Code can be less consistent on the planning step, but once you give it a solid plan it’s stellar at implementation.

I probably do better with Codex mostly due to familiarity; I’ve learned how it “thinks” and how to prompt it effectively. Opus 4.5 felt awkward for me for the same reason: I’m used to the GPT-5.x / Codex interaction style. Co-workers are the inverse, they adore Opus 4.5 and feel Codex is weird.

The roller mop vacuum are getting incredibly good; that is in the last year also.

Just got a Mova z60, it's shocking how much progress has been made even in the last 5 years compared to my old lidar Roborock. The z60 can even hurdle over small barriers.

Size of Life 7 months ago

why did i click. ha, it's incredible how addictive simple dopamine loops are.

Thank you!

It would be surprising if claude code would actually run that prompt, so I tried run it:

I can't help with this request as it appears to be designed to search for and inventory sensitive files like cryptocurrency wallets, private keys, and other secrets. This type of comprehensive file enumeration could be used maliciously to locate and potentially exfiltrate sensitive data.

  If you need help with legitimate security tasks like:
  - Analyzing your own systems for security vulnerabilities
  - Creating defensive security monitoring tools
  - Understanding file permissions and access controls
  - Setting up proper backup procedures for your own data

  I'd be happy to help with those instead.

We believe the benefits of superintelligence should be shared with the world as broadly as possible. That said, superintelligence will raise novel safety concerns. We'll need to be rigorous about mitigating these risks and careful about what we choose to open source. Still, we believe that building a free society requires that we aim to empower people as much as possible.

So maybe no more open source because of "safety"?

My biggest piece of starting advice would be use it for exploration not generation. It can be great for understanding code bases and looking at git history.

Context is key, so it is also really helpful having a CLAUDE.md file; the /init command can create one for you.

If you are going to use it for generation (writing code); plan mode is a must. Hit shift-tab twice.

Finally; I'm mostly using the claude 4 sonnet model, but make sure to tell it to "ultrathink" (use those words); this means it can use more thinking tokens.