HN user

joosters

15,155 karma
Posts164
Comments2,988
View on HN
arstechnica.com 3y ago

AI-powered Bing Chat spills its secrets via prompt injection attack

joosters
18pts5
arstechnica.com 3y ago

A history of ARM, part 3: Coming full circle

joosters
12pts0
sanfrancisco.cbslocal.com 4y ago

Dead-End SF Street Plagued with Confused Waymo Cars Trying to Turn Around

joosters
3pts0
thatkimparker.medium.com 5y ago

Most artists are not making money off NFTs and here are some graphs to prove it

joosters
2pts2
vole.wtf 5y ago

GANksy – A.I. Street Artist

joosters
3pts0
www.bbc.co.uk 5y ago

US Army trials augmented reality goggles for dogs

joosters
2pts0
www.wired.com 5y ago

Ad Tech Could Be the Next Internet Bubble

joosters
2pts1
endlessdoomscroller.com 5y ago

Endless Doom Scroller

joosters
236pts110
www.wired.co.uk 6y ago

London’s National Gallery was hit by the biggest art heist in history

joosters
1pts1
www.linkedin.com 6y ago

Freegle junked Google Maps for OpenStreetMap and saved £700/month

joosters
17pts0
arstechnica.com 6y ago

Navy releases three videos that showcase “unidentified” objects

joosters
1pts0
fivethirtyeight.com 6y ago

A Comic Strip Tour of the Wild World of Pandemic Modeling

joosters
5pts0
firefox-source-docs.mozilla.org 6y ago

Firefox Default Browser Agent

joosters
2pts1
arstechnica.com 6y ago

Firefox 75 overhauls the browser's address bar

joosters
8pts2
www.coindesk.com 6y ago

Tokenizing Assets as Crypto Is a Delusion

joosters
3pts2
ericlippert.com 6y ago

Hundred Year Mistakes

joosters
159pts116
ericlippert.com 6y ago

Hundred Year Mistakes

joosters
3pts0
www.technologyreview.com 6y ago

Ghost ships, crop circles, and soft gold: A GPS mystery in Shanghai

joosters
5pts0
shkspr.mobi 6y ago

The Great(er) Bear – using Wikidata to generate better artwork

joosters
1pts0
www.vice.com 6y ago

A Phone Company Run by Drug Traffickers

joosters
136pts56
www.bbc.co.uk 6y ago

TWA85: 'The world's longest and most spectacular hijacking'

joosters
2pts0
www.vice.com 6y ago

A Phone Company Run by Drug Traffickers

joosters
4pts1
vole.wtf 6y ago

Can You Draw a Perfect Circle?

joosters
2pts2
phys.org 6y ago

Hide and squeak: scientists reveal the playful lives of rats

joosters
2pts0
www.bbc.co.uk 6y ago

'Red mercury': why does this strange myth persist?

joosters
38pts41
minesafetydisclosures.com 6y ago

A History of Visa

joosters
324pts88
www.bbc.co.uk 7y ago

Secret Spectacles

joosters
52pts3
www.bbc.co.uk 7y ago

Secret Spectacles

joosters
2pts0
www.bbc.co.uk 7y ago

Vision Direct hack puts customers' money at risk

joosters
3pts0
www.researchgate.net 7y ago

A difficult case: Diagnosis made by hallucinatory voices

joosters
2pts0
On Rendering Diffs 2 months ago

I was hoping that this would talk more about the logic behind generating a diff, rather than the optimisations involved in rendering the text.

IMO (as someone who doesn't have to deal with the actual rendering) it would go a bit deeper into talking about deciding how to show what has changed. There's a lot of improvements that could be made there. e.g. "whitespace has changed here" so there's no real code changes involved.

Or "this big list of imports has changed, and code formatting has line-wrapped the list into different lines" - gitlab for example copes poorly with this. I'd love to just see a clean diff that highlights the additional import, and not just ten lines of changes caused by adding one line to a big list of imported symbols/functions.

I think the more relevant point is:

But almost all social networks and search engines won’t let you advertise without a license from the required jurisdiction.

Which is a good thing! This is an area full of scammers, if you can't set up your business legally, I'm very happy to hear it's more difficult for you to advertise it.

It's really annoying. I have a sudoku game on my phone, works great but give it internet access and it's suddenly full of sketchy adverts.

If I'm playing it on my commute, it's usable with mobile data disabled for the app. But when the train stops in a station long enough to auto-connect to wifi, immediate full screen adverts :(

C Is Best (2025) 7 months ago

From the parent comment:

because of OS-level overcommit, which is nearly always a good thing

It doesn't matter about the language you are writing in, because your OS can tell you that the allocation succeeded, but when you come to use it, only then do you find out that the memory isn't there.

Oxbridge have never had to 'let in dumber people'. They are always heavily over-subscribed, and give offers to a small fraction of the people who come for an interview, let alone apply.

The whole point of the interview process is to assess not just the applicant's past achievements, but what they might be able to achieve if they got their place at the uni. Part of that is looking at the applicant's background, and knowing that even if they aren't currently at some elite high-fee school, they might still have the ability and capability to do well.

I am all in favor of this style of selection. The dark old days of "this kid's dad went to our college, we should do them a favour and let them in" are long gone, thankfully.

Can you point to any kind of evidence that Oxbridge are dumbing down their teaching, or lowering their standards of teaching? I doubt it.

Full disclosure: cambridge alumni, from a state school!

"Floor to ceiling libraries with a ladder"

Does that mean it excludes most of the results from "Floor to ceiling libraries without a ladder"?

You know, if I'm buying a house, I think I can supply my own ladder separately...

Less pedantically, what I'm trying to say is: are you really sure these are the kinds of searches that home buyers are really looking for? "Home in london, under £1m, with big beautiful windows" - I suspect that most London buyers are going to care an awful lot about where in London the house is, a city-wide search isn't going to be useful to most. Maybe your functionality (as presented) won't inspire actual buyers.

Speaking of which, that might be a way to improve it - combine with location & mapping data to figure out nearby transport, services, schools, etc...

Yeah, it was that way for all previous ARM processors too, for exactly that reason. Adding special cases would have increased the transistor count, for no great benefit.

The only downside was that it exposed internal details of the pipelining IIRC. In the ARM2, a read of the PC would give the current instruction's location + 8, rather than its actual location, because by the time the instruction 'took place' the PC had moved on. So if/when you change the pipelining for future processors, you either make older code break, or have to special case the current behaviour of returning +8.

Anyway, I don't like their reaction. What they mean is 'this decision makes writing an emulator more tricky' but the author decides that this makes the chip designers stupid. If the author's reaction to problems is 'the chip designers were stupid and wrong, I'll write a blog post insulting them' then the problem is with the author.

Is this really C++ specific though? It seems like the optimisations are happening on a lower level, and so would 'infect' other languages too.

Whatever the language, at some point in performance tweaking you will end up having to look at the assembly produced by your compiler, and discovering all kinds of surprises.

Your comment boils down to 'all code should be perfect'. Which is a lovely request, but doesn't really help.

In particular, I'd challenge you to find one large program that handles OOM situations 100% correctly, especially since most code runs atop an OS configured to over-allocate memory. But even if it wasn't, I doubt there's any sizeable codebase that handles every memory allocation failure correctly and gracefully.

I've not seen a very convincing use-case for ETags vs Last-Modified date caching.

In the example request, the server still has to do all of the work generating the page, in order to calculate the ETag and then determine whether or not the page has changed. In most situations, it's simpler to have timestamps to compare against, because that gives the server a faster way to spot unmodified data.

e.g. you get a HTTP request for some data that you know is sourced from a particular file, or a DB table. If the client sends a If-Modified-Since (or whatever the header name is), you have a good chance to be able to check the modified time of the data source before doing any complicated data processing, and are able to send back a not modified response sooner.

Thousands of words written about how, specifically, gcc produces poor slow code ('the application users' time is more valuable than their time') and yet the article never tries to measure how slow or fast any of their examples are.

I mean, maybe it is true that gcc is bad, maybe it isn't, but complaining that a function takes 27 bytes and it could have been written in 25 is missing the point entirely when you are asking for speed. Does it run fast or not?

But Dracula was defeated by being decapitated and stabbed in the heart. I do hope religion isn't claiming those as their own!

FWIW, I like the concept in the book 'I Am Legend' where the vampires are repelled by religious symbols that are meaningful to them, rather than any religion in particular.

One angle that isn't mentioned in the article is that there are companies that now stream live GNSS/GPS data from horse races, so the drone users are competing against 'official' feeds of in-running data, e.g. https://www.totalperformancedata.com/

This is a clever move from the racetracks: they can sell this data, there are customers for it, and it saves them from fruitlessly trying to stop the drones.

However, the data is expensive, and if you are buying it then you are going to be competing against the other buyers of it, who will be trying to place the same bets as you, so the edge isn't going to be too great. Kind of like HFT, where everyone races to keep up with the technology spending of their competitors.

They can't stop you doing that, and I've been to races years ago where people were on their mobile bellowing out a horse number to their mate on the other end, who is sitting ready to place a bet on the supposed winner. But that's not a very fine-grained way to bet, it relies on the person on the track getting things exactly right and having the correct viewing position at the critical moment.

However, people courtsiding in tennis matches have been kicked out - and in some places, they've tried arresting them: https://www.bbc.co.uk/news/magazine-32402945

1. You won't get as good and clear view from the stands, and the betting is going on throughout the race, not just at the end where you might have a clear-ish view. You could sit in the stands and point your phone at the big screen TVs showing the race to the crowd, but that stream is delayed somewhat anyway, losing you some advantage.

2. He might be selling the footage, but doesn't want to admit to doing so (since that would be more likely to get him into trouble)

Ah, such rose-tinted glasses!

My first PC - much like the one pictured in the story, had a fan that was spinning 100% of the time, because most PCs then were too primitive to have a temperature sensor that controlled fan speed. And you couldn't hear the hard drive because the fan was so noisy. So much for these performance indicators!

The only thing audible above the loud PC was when the hard drive died, and spent all its time making nasty mechanical clicking sounds. But since the computer had locked up by that point, it wasn't much of a help!