Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
giantDinosaur
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
giantDinosaur
5y ago
You couldn't have picked a worse example than CFS to include in that list - a syndrome that for decades was dismissed as psychosomatic, and that many people (read: most notably medical professionals) today still dismiss as such, despit
2.
▲
by
giantDinosaur
5y ago
The most absolute simple form of production testing is simply trying to use the application to make sure all the parts seem to work based on what you'd expect from a glance. This seems quite distinct from randomly terminating a service
3.
▲
by
giantDinosaur
5y ago
Use cases tend to fall apart as relevant to guiding developers once the domain model necessarily diverges from the implementation, which is very common. I don't see how they're more useful than general user stories: if someone has
4.
▲
by
giantDinosaur
6y ago
If they'd created burnt toast (how does one do toast with non-sliced bread?) because the managing company had declared that the pizza must be shipped before the pizza dough was ready, you'd have some sympathy, no? The jury has bee
5.
▲
by
giantDinosaur
6y ago
Netherlands - 2001, Belgium - 2003, Spain, Canada - 2005 Taiwan was very recent - 2019. I'll grant that none of these were before the internet but there's nothing uniquely special about gay marriage that required the internet fo
6.
▲
by
giantDinosaur
6y ago
That's a somewhat odd statement. Gay marriage was legalised in several countries before the advent of what we consider social media (Facebook etc.) - and a lot of other social change happened well before computers were even a thing, le
7.
▲
by
giantDinosaur
6y ago
I mean, you can represent everything under the sun as a string (or a very big int) but that's a level of operating where I find my brain starts to get fatigued for absolutely no real gain at all.
8.
▲
by
giantDinosaur
6y ago
If I limited your choice to answering questions in binary yes/no, do you really think that makes things less complex than a free form & lucid description of an issue/procedure? Perhaps if you are communicating exclusively with
9.
▲
by
giantDinosaur
6y ago
Well, an equivalent example is really something more like: the surgeon picking up their scalpel too quickly actually means that what they picked up wasn't a scalpel 10% of the time, even though what they saw with their eyes was a s
10.
▲
by
giantDinosaur
6y ago
I think it's important to distinguish the 'vaccine' as a complete package, that is, that which encompasses the distribution and regulatory framework (in the same sense that 'shipping' refers to more than just a sing
11.
▲
by
giantDinosaur
6y ago
It selects all columns. Why/when wouldn't this be bad for performance is a more interesting question, no? (to be clear, I still enjoyed reading this.)
12.
▲
by
giantDinosaur
6y ago
They could, but it's clearly the part which can be replaced by anyone else. Without Pfizer we'd still have BionTech's vaccine, without BionTech we would not.
13.
▲
by
giantDinosaur
6y ago
It's not that hard to think of reasons why, even as effective vaccinations go up, deaths/cases may not decline in perfect symmetry. For example, certain groups may start caring less once the most vulnerable have been vaccinated, r
14.
▲
by
giantDinosaur
6y ago
So not only do you admit it would never happen, you cannot even provide any actual figures to support your claim. New Zealand and Taiwan have had success because they effectively eliminated the disease at the start of the pandemic, they d
15.
▲
by
giantDinosaur
6y ago
You said 'pause the global economy', and now wish for me to substitute in any other effective plan, which kind of begs the question, doesn't it?
16.
▲
by
giantDinosaur
6y ago
Can you put a figure on 'pausing the global economy for 5 weeks'? How do you know it would be less expensive? The global economy is massive so you'll have to provide some well reasoned figures to support such a claim. Such
17.
▲
by
giantDinosaur
6y ago
As I always like commenting when I see these kinds of comments: many thanks for (in a general sense) providing consulting/freelancing/general small business work well into my future.
18.
▲
by
giantDinosaur
6y ago
I enjoy how one can read your comment for two completely opposed meanings.
19.
▲
by
giantDinosaur
6y ago
One would presume that 1x is the baseline for 'competence', which is fine, but being able to do something competently vs. making it worse is really an infinite difference.
20.
▲
by
giantDinosaur
6y ago
Finally a set of password requirements that's fun to try and beat. I hope the clients I work for agree!
21.
▲
by
giantDinosaur
6y ago
Just to be very clear, that application is intended as a joke. (just in case)
22.
▲
by
giantDinosaur
6y ago
It's certainly wasted in a narrative sense (yeah - that real ending is really sucky.), but the puzzles & environment can be fairly pleasing. It's not a total waste, basically. But yes, that review you posted was fairly accurat
23.
▲
by
giantDinosaur
6y ago
Not necessarily solved, and I assume you know about it, but for anyone reading this, elm-ui is definitely worth checking out for at least an exploration of an alternative to CSS. For a talk about this: https://www.youtube.com
24.
▲
by
giantDinosaur
6y ago
Weird that the author says all languages are very similar. Strongly suggest trying something like Elm (although I do not recommend it for any large production use, small areas are fine.) to see how brilliant the experience in another paradi
25.
▲
by
giantDinosaur
6y ago
It only really obviously makes sense to pay in one scenario: they've encrypted everything (including backups), or you didn't have backups at all. Having immutable / offsite / offline backups may well be less common tha
26.
▲
by
giantDinosaur
6y ago
Often molding the quote to the 'grammatical context' simply means you've added too much anyway. For example, saying 'he says he's going to <quote>' which requires modification of the quote, vs. dropping i
27.
▲
by
giantDinosaur
6y ago
Cyberpunk (presumably.)
28.
▲
by
giantDinosaur
6y ago
I wasn't aware that we thought any of the vaccines provide sterilising immunity. Has this changed? The Pfizer trial was regarded with some scepticism a while back as they didn't test everyone, so we don't really know how good
29.
▲
by
giantDinosaur
6y ago
Amazing. The most difficult thing I had to do with tax last year was wait until my employer pressed a button they had forgotten to press on some web form. Then it all filled out instantly.
30.
▲
by
giantDinosaur
6y ago
Here you go: Array.prototype.map = function (func) { if (func.length !== 3) { throw new Error( "bad! this function you've passed must take THREE arguments. Grr!" ); } for (let i = 0
More ›