Viewing profile — joosters
joosters
HN member- Joined
- Mon, Feb 04, 2013, 8:43 AM UTC
- HN karma
- 15,155
- Public activity
- 3,199 items
- HN profile
- View on Hacker News ↗
About joosters
No profile information was provided.
Recent public activity
-
comment
Comment #48328412
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 d…
-
comment
Comment #47890013
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 thin…
-
comment
Comment #47752388
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 usa…
-
comment
Comment #47535572
Lionel Hutz Works on contingency No money down Always the best example for missing punctuation!
-
comment
Comment #47459960
Awesome to see a perl JIT. I love perl, and it's exciting to see something that tries to offer good-enough compatibility to run most perl code.
-
comment
Comment #47301022
https://archive.org/details/1066allthat00walt/page/n5/mode/2... for anyone who'd like to read it. Embarassingly for me, while the book advertises that it contains '2 genuine dates'…
-
comment
Comment #47121225
Re: OpenClaw in particular, I had never realised that simply getting lots of stars on Github meant that your project was actually a success...
-
comment
Comment #46513792
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 t…
-
comment
Comment #45324195
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 a…
-
comment
Comment #44433211
You can tell the difference between the two by checking if the Evil bit is set in the corresponding IP packet - RFC 3514 already standardised this.
-
comment
Comment #43429020
Improvement suggestion: Keep the search text in the search field when you show the results. The 'what are you looking for' box gets cleared when you show the results, it would be n…
-
comment
Comment #43428322
"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 thi…
- comment
-
comment
Comment #41922408
I think I misread your tone, sorry. It's a good article though, the explanation of how multiplies work is nicely written.
-
comment
Comment #41922260
But it is (or was originally) used in lots of places, not just jump tables, generally to do relative addressing, for example when you want to refer to data nearby, e.g. ADD r0, r15…
-
comment
Comment #41922238
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 d…
-
comment
Comment #40758566
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 …
-
comment
Comment #40563628
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…
-
comment
Comment #40241577
Can we at least upgrade the fonts, colors, and negative space to make it look more 2020s? Of course YOU can, it's open source, feel free to hack away at it.
-
comment
Comment #39999803
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 t…
-
comment
Comment #39836118
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 …
-
comment
Comment #39534867
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' whe…
-
comment
Comment #39158325
The meaning of ^ and $ in perl regexes can be altered by modifiers at the end of the regex. A 'multi-line' regex, with a /m at the end, makes them match the start and end of any li…
-
comment
Comment #39109242
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' f…
-
comment
Comment #39109152
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…