HN user

notRobot

15,139 karma

ʕ º ᴥ ºʔ

HN badges: https://hnbadges.netlify.app/?user=notRobot

Posts532
Comments1,303
View on HN
sqlite.org 7d ago

SQLite: The Advantages of Flexible Typing

notRobot
7pts1
novaramedia.com 7d ago

Data Showing Palantir's Positive Impact on NHS Riddled with Errors

notRobot
7pts1
www.stride3d.net 13d ago

Stride Game Engine

notRobot
2pts0
twitter.com 23d ago

Instagram is incorporating users' photos in ads for Meta Glasses

notRobot
357pts146
www.theguardian.com 29d ago

Police officer investigated over AI-generated evidence

notRobot
3pts0
twitter.com 1mo ago

Unpatched Firefox focus universal XSS 0day poc released

notRobot
3pts1
old.reddit.com 1mo ago

AI slop has infiltrated the homes of the elderly

notRobot
5pts0
github.com 1mo ago

Gitea is 10 years old, but official repo is still hosted on GitHub

notRobot
3pts0
sindexmon.github.io 1mo ago

Decache – you might have the internet's lost media in your PC's cache folders

notRobot
4pts0
twitter.com 1mo ago

Paint.NET developer gets "paint.net" domain from scammers after 22 years

notRobot
35pts7
twitter.com 2mo ago

Pixel phones running Graphene OS not eligibile for battery replacement program

notRobot
20pts1
daniel.haxx.se 2mo ago

Curl maintainer: AI security reports are no longer slop

notRobot
8pts1
twitter.com 2mo ago

Non stupid age verification for social media

notRobot
1pts0
twitter.com 2mo ago

"Mathematics is a fundamentally *human* story"

notRobot
2pts1
www.youtube.com 4mo ago

Single ATC controller was managing LaGuardia Airport at time of Air Canada crash [video]

notRobot
33pts0
www.theartsjournal.org 4mo ago

Metaphors Ubiquitous in Computer and Internet Terminologies [pdf]

notRobot
2pts0
investors.palantir.com 4mo ago

Anthropic and Palantir Bring Claude to U.S. Intelligence and Defense (2024)

notRobot
1pts0
twitter.com 6mo ago

Tailwind lays of 75% of their team due to traffic drop to docs because of LLMs

notRobot
2pts3
portableapps.com 8mo ago

Portableapps.com – Portable software for USB, portable, and cloud drives

notRobot
1pts0
en.wikipedia.org 9mo ago

List of predictions for autonomous Tesla vehicles by Elon Musk

notRobot
5pts2
twitter.com 1y ago

Microsoft has disabled the ICC Chief prosecutors email account

notRobot
23pts4
twitter.com 1y ago

Mozilla deletes promise to never sell Firefox data

notRobot
901pts7
news.ycombinator.com 1y ago

Ask HN: Got asked to build AI agent that replaces humans. Would you do it?

notRobot
3pts9
old.reddit.com 1y ago

Hospitals in the US want to call patients customers now

notRobot
6pts1
textfiles.com 1y ago

The Textfiles Directory

notRobot
1pts1
w3techs.com 1y ago

Usage statistics of server-side programming languages

notRobot
2pts2
old.reddit.com 1y ago

Entire news station production staff replaced by AI system

notRobot
4pts11
news.ycombinator.com 1y ago

Ask HN: Do you use a non-mainstream distro/OS? If so, which and why?

notRobot
3pts4
www.fox5dc.com 1y ago

Every American's Social Security number, address may have been stolen in hack

notRobot
3pts1
news.ycombinator.com 1y ago

Ask HN: Where do you find the links that you submit to HN?

notRobot
7pts7

This is SO COOL. Works perfectly in FF for me, if it can be made to work in safari then this might be one of the easiest ways to generate and display QR codes on the front-end.

I agree that a consistent QA mindset is rare, but I'm not sure even if present if it's enough to replace an SDE.

I very recently looked at the codebase of a vibe-coded app made by someone with domain expertise but no software dev experience.

It was very clear to me that he had described it from his POV to an AI, and the AI had implemented features in a manner that technically worked, but made future maintenance or expansion extremely tricky, which is why he was now looking for a dev.

For example, in his data schema, for every item on a menu, instead of simply having an array property like so for ingredients:

    items["latte"]["ingredients"] = ["water", "milk", "sugar", ...]
He had individual flags for every item for every possible ingredient it could have or not have:
    items["latte"]["has_milk"] = true
    items["latte"]["has_nutmeg"] = false
    items["latte"]["has_cinnamon"] = false
    items["latte"]["has_sugar"] = true
    ...
This technically worked and passed tests from his POV at an MVP level. But added a lot of complications when actually trying to build more features or when a new menu item had ingredients the founder hadn't thought to include in the schema beforehand.

I totally get how he ended up where he did though. While describing it to the AI, he probably said something like "store info on each menu item's ingredients, they might have milk or coffee or sugar", and the AI created individual flags for them and he didn't think to question it, because he didn't know what's "right" or "wrong", but then as he kept building the AI stuck with keeping individual flags instead of swapping it out with an array mechanism, and he couldn't have known the correct way to implement it.

Only a dev with experience would know how to describe the system to an AI model to get an output that works well, and how to assess the quality of its output beyond what can be assessed through the basic UI. This wasn't a QA failure, it was a design failure.

Claude Code is really good at stuff like this. The other day I tried to recover some images from an SD card that had gone bad. I used GetDataBack to recover files, but they appeared to be malformed and didn't open in image viewers.

I tasked Claude to analyze the files and figure out what's going on, and eventually we figured out that each file had a custom metadata header + thumbnail + actual image concatenated. I had it write a python script and was able to recover all the images with their metadata. It's nothing a human couldn't have figured out, but it was definitely WAY faster than doing it myself.

I've also used Claude in the past to figure out how to break into routers with locked down firmware. It's great at suggesting and trying different approaches.

IDK if it's just me, but the rate at which Anthropic and similar are launching (and changing!) features and offerings doesn't inspire confidence. I expect stability from software and platforms I buy into and integrate into my systems.

Feels like they're just using LLMs to produce enormous levels of output, without understanding that quantity ≠ quality.

There was a single traffic controller handling the entire airport. This was bound to happen and will keep happening unless things change. It's absurd that the US hasn't been able to fix its ATC shortage in decades.

Currently over 41% of facilities are reliant on mandatory overtime, with controllers frequently working 60-hour weeks with only four days off per month.

"Original research" isn't worth much unless replicated, which is the entire problem being discussed in this thread. Replicating studies are great though because they tell you if the original research actually stands and is valid.

Replicating work is far more difficult than a lot of original work.

Only if the original work was BS. And what, just because it's harder, we shouldn't do it?

RCS for Business 6 months ago

never going to be able to get App Attest/Play Integrity verification without relying on a jailbreak/vulnerability.

Even with jailbreak/rooting, hardware attestation is nearly impossible to spoof.

Isn't analysing and writing bits of code one of the few things LLMs are actually good at and useful for (as opposed to creative writing or whatever).

Before LLMs if someone wasn't familiar with deobfuscation they would have no easy way to analyse the attack string as they were able to do here.

Genuine question: if we can go beyond two, why not go beyond three? What makes three appealing but not a larger number?

This has disadvantages though! Often the threads on sites like HN/reddit get "archived" or lose traction and you cannot join the discussion if you don't happen to discover the article in the first few days of it getting published.

In blogs people can come along anytime and use comments to add additional information/context/perspectives, point out misunderstandings or outdated information, share updates, pose questions and start interesting conversations that do not have an expiration date on them.

The discussion for the article can be found on the same webpage by readers, they don't have to go looking on external sites, most of which have terrible searchability and now require logins just to view content and can delete threads and valuable discussions arbitrarily.

I just realised while writing this comment how much I miss web comment culture from the 00s.