HackerTrans
TopNewTrendsCommentsPastAskShowJobs

high_byte

863 karmajoined 6 jaar geleden

Submissions

I don't review my code anymore

twitter.com
3 points·by high_byte·28 dagen geleden·3 comments

Ask HN: How to deal with App Store rejections?

4 points·by high_byte·28 dagen geleden·3 comments

Ask HN: Xcode with Tailscale for Remote Coding

2 points·by high_byte·vorige maand·0 comments

[untitled]

1 points·by high_byte·2 maanden geleden·0 comments

What are some vibecoding horror stories?

6 points·by high_byte·3 maanden geleden·2 comments

How Much Does AI Cost?

ai-price.netlify.app
2 points·by high_byte·8 maanden geleden·1 comments

Ideas for Better Programming Tools

emilprogviz.com
3 points·by high_byte·9 maanden geleden·1 comments

comments

high_byte
·4 uur geleden·discuss
24 hours is better imo than am-pm.

I made an app widget to measure time in percentages instead of 24 hours

https://www.reddit.com/r/Time/comments/1ujj9py/comment/ov6qo...
high_byte
·3 dagen geleden·discuss
this is definitely a backdoor, not necessarily that they use it to infiltrate users but definitely they put them at risk.

reminds me of a bug I found in some tplink router it compared passwords of 3 different users but that table was empty so basically 15 NULL bytes would log you in as admin lol
high_byte
·3 dagen geleden·discuss
what if it contained a zero day for tesseract and the script you thought you got is just a throwaway
high_byte
·7 dagen geleden·discuss
those spikes in march and june? war with iran. interesting...
high_byte
·8 dagen geleden·discuss
my experience with ffmpeg scene detection is that it's flaky. it works, sometimes, but not reliable by any means
high_byte
·11 dagen geleden·discuss
would be nice to be able to simply get the list instead of having an ominous heatmap
high_byte
·11 dagen geleden·discuss
this was absolutely fascinating to read
high_byte
·16 dagen geleden·discuss
that's sort of what skills are.

create a skill that transformed the json then "/<skill> <prompt>"
high_byte
·16 dagen geleden·discuss
code is like assembly now.

in the olden days (pre-LLMs) we would write high-level code.

the entire layer was high-level code and rarely would we ever need to peak into the assembly:

writing, debugging, architecting, reviewing, testing - all were done in the high-level language layer.

---

welcome to present day:

since we don't write code - we write intents, we also shouldn't review code either - we should review intents.

I don't review my code anymore. I ask the agent to generate markdown docs, graphviz diagrams, changelogs, audit reports, etc. I only review that.

I also ask it to write test and evaluate by whether the tests passed or not. I don't need to peak into the tests code - I can also ask plain english, pseudocode, control flow graph, whatever it is I want.

I can ask it to find errors or missing tests and improve that too!

code is like assembly now.

rare are the cases you would need to peak into that level.
high_byte
·17 dagen geleden·discuss
this is amazing exactly what I always wanted

how did this even get approved by app store? that's actually surprising
high_byte
·24 dagen geleden·discuss
interesting attack vector

shame it's not a real device so the surface is limited to bash only

I wonder what software might be vulnerable to this attack surface
high_byte
·26 dagen geleden·discuss
rick rubin says otherwise
high_byte
·26 dagen geleden·discuss
of course
high_byte
·28 dagen geleden·discuss
classic HN
high_byte
·28 dagen geleden·discuss
I am the founder and ceo
high_byte
·28 dagen geleden·discuss
"the code review: if you can’t review code, you can’t direct AI tools. You cannot lead a team. You cannot even trust your own work."

I would revise that a bit

since we don't write code, we write intents - we shouldn't review code either, we should review intents.

I don't review my code anymore. I ask the agent to generate markdown docs, graphviz diagrams, changelogs, audit reports, etc. I only review that.

I also ask it to write test and evaluate by whether the tests passed or not. I don't need to peak into the tests code - I can also ask plain english, pseudocode, control flow graph, whatever it is I want.

I can ask it to find errors or missing tests and improve that too!

so yea - code is like assembly now. rare are the cases you need to peak into that level.
high_byte
·28 dagen geleden·discuss
even if the most powerful ai is open source and let's even assume runs on consumer hardware - in the end data is the real moat.

if it can access private data it will necessarily have more power.
high_byte
·28 dagen geleden·discuss
honestly I don't think I've ever seen D codebases??
high_byte
·29 dagen geleden·discuss
on the other hand steve jobs would've called Qt human-slop

guess it's a matter of taste
high_byte
·29 dagen geleden·discuss
I am using cursor on auto and I got the exact same experience.

installed quartz, used accessibility and screen recording api, all that.

initially it managed to do it on another desktop space somehow, opening safari in the background without me even noticing. but then it actually started using my own mouse while I was using it lol