Viewing profile — onorton
onorton
HN member- Joined
- Fri, Jun 30, 2017, 5:10 PM UTC
- HN karma
- 116
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About onorton
No profile information was provided.
Recent public activity
-
comment
Comment #47059372
I'm not sure if this was the intention of the analogy, but fishing poles don't have reels.
-
comment
Comment #30776809
You can use the middle mouse button to open in new tabs. Looks like that's not disabled.
-
comment
Comment #29648354
> I know how to pronounce 'Kansas', and I was always under the impression that 'Arkansas' is the same with an 'Ar-' prefixed, which is apparently not the case. The reason why they'…
-
comment
Comment #29430448
Yep. He is the youngest living member, though.
-
comment
Comment #28916478
> currency sign after the number instead of before it While they use Euros, the Republic of Ireland is an exception to this.
-
comment
Comment #28553306
At least with a higher level language it is easier to learn the practical side of concepts taught in Computer Science. As part of my architecture course at university, we were task…
-
comment
Comment #28232971
It's so known for its stickiness that a mixture of sugar and boiling water is used by inmates against others. It's known as "prison napalm".
-
comment
Comment #27823127
A small technicality, but I don't think he ever released under the name "the artist formerly known as Prince" but as the Love Symbol [0]. An example album being the Gold Experience…
-
comment
Comment #27782584
Funny, at my UK university for Computer Science we did not have independently invigilated exams. I would assume other courses were similar. We did have them for secondary education…
-
comment
Comment #27471486
> but very easy to fake with useless “tests” While it doesn't alleviate the problems entirely, you can also run things like mutation tests that check that your unit tests actually …
-
comment
Comment #27395284
In the UK, the A level I took was called "Computing". My university called it that as well and treated it as an MEng rather than an MSc, but most UK universities still call it Comp…
-
comment
Comment #27263516
But why? It was his actual birth name. He also wasn't knighted so you could use the title "Sir" to distinguish the other Francis Bacon from him, though I've noticed Americans don't…
-
comment
Comment #27181463
Not quite the same but the word "run" in English can express a lot of different concepts.[0] [0] https://www.merriam-webster.com/dictionary/run
-
comment
Comment #26916025
My all time favourite example of this https://www.youtube.com/watch?v=8DySPDmCHgw
-
comment
Comment #26710147
"Plans are worthless, but planning is everything" is the version I've heard.
-
comment
Comment #26556910
I don't mean leaving the city by public transport or whatever. I mean leaving the monotony of a particular area which I thought you meant in your OP. Streets in London typically ar…
-
comment
Comment #26556113
I think the difference being is that you don't have to get in the car just to leave it. I myself live about 5 minutes walk from a major train station in London whose trains go past…
-
comment
Comment #26384514
I wonder how many of those are from papers discussing failure of peer review or interdisciplinary communication rather than the value of the formula itself.
-
comment
Comment #26384230
Not explicit but Ser Meryn comes to mind.
-
comment
Comment #26357336
> where you are not allowed to communicate with your fellow players Technically there is no textual communication. You could still communicate with players via signalling e.g. Choo…
-
comment
Comment #26344923
As someone who lives there, I would use "Britain" to include the other islands in England, Scotland and Wales but most people here don't refer to the main island specifically.
-
comment
Comment #26224574
> The article is way too long and reads more like a novel than an informative piece That is what is expected from the New Yorker
-
comment
Comment #26066719
I wonder if there is an equivalent political thing for the blind or for the partially vision impaired. I've only read or heard about these kind of divides (e.g. rejecting fixes for…
-
comment
Comment #25334634
They're not fiddly if you do assertion-free testing
-
comment
Comment #25333748
To add to the sibling comments, you should avoid this scenario in the first place by hiding things behind feature flags that only apply in dev. Request 1 can go in fine on its own …