Viewing profile — desc
desc
HN member- Joined
- Thu, Dec 06, 2018, 11:57 PM UTC
- HN karma
- 482
- Public activity
- 97 items
- HN profile
- View on Hacker News ↗
About desc
No profile information was provided.
Recent public activity
-
comment
Comment #32986641
Apropos of nothing, and anecdotally: 2 years seems to be about the length of time it takes for a solution to become the next problem.
-
comment
Comment #27839496
It depends how you count the unit/integration tests, really. If you've got a general rule which must apply across an entire system, generate the necessary tests so that they fail g…
-
comment
Comment #27839349
Ugh, when will they learn. I actively DO NOT WANT this stuff. * Not 'I want something else they haven't built yet and this is irrelevant'. * Not 'I don't understand this and just w…
-
comment
Comment #27694517
Silver bullets. They don't exist. Code review. Read the results of someone thinking through a process. Spot more than they will, simply by throwing more eyes at it. Actually fairly…
-
comment
Comment #24147848
This. Jira is a framework for building something which approximates your actual processes. > Justin said “I wish Atlassian would sit down with real-world developers and design this…
-
comment
Comment #24025622
Some other commenters have mentioned environment variables as input. IMO there are broadly two types of command: plumbing and porcelain. There's a certain amount of convention and …
-
comment
Comment #23557766
I meant that 'creating' is rather the wrong tense, and that this is probably a symptom that it's pretty well entrenched by now.
-
comment
Comment #23557721
88. If the signaling value of a college degree is its most valuable part, then we are creating a society that values the appearance of success more than actual success. Someone mig…
-
comment
Comment #23472327
I prefer to internalise useful ways of thinking rather than leaning too much on tools, on the grounds that the latter are easy-come-easy-go while the former can last a lifetime. Le…
-
comment
Comment #23472138
This, most of all. Substitute native language if not English; the important thing is that the project be defined and developed in both a human language and a computer language, so …
-
comment
Comment #23215353
You mean like the OS is supposed to be?
-
comment
Comment #23098212
1. Our customers run our software on their own machines for security and data-control reasons. As soon as something's running on someone else's hardware, the data is out of your co…
-
comment
Comment #23054459
https://stackoverflow.com/questions/898489/what-programming-... Most languages have context-free syntax, which is what the article refers too. There really is no reason to sacrific…
-
comment
Comment #23001118
Hmm, so the reusable bit is the straightforward inject-everything component, driven by an app-specific, app-aware hook-using part? I can see how that can work for simple cases. Nes…
-
comment
Comment #23000991
I'm going to express something a lot of people are thinking and are being far too diplomatic about. React Hooks are a fucking stupid idea and always were. They're basically just ad…
-
comment
Comment #22836156
Bad shit happens to a minority of people every day, permanently disrupting their lives and forcing them to abandon long-term plans. The majority remain oblivious and see an endurin…
-
comment
Comment #22339141
Then you charge a reasonable price. You don't put a 'free' sticker on it with an unknowable 'ad revenue' cost in the background. One might argue that the customer should know the p…
-
comment
Comment #22338992
"People don't consider my games worth what I spent to make them, so I'll sneak in adverts too so I don't have to charge them more and pop their little bubble, so they can continue …
-
comment
Comment #22303075
Indeed, and this was measured, and the improvement was worth it. Profiling! :P The cost isn't always where we think it is. Still, 'turn off exceptions because exceptions are slow' …
-
comment
Comment #22302609
sigh If your application is slow, odds are it's not because you used exceptions. If you're throwing enough exceptions for this to matter it'll show up on a profiler, and then you c…
-
comment
Comment #22302561
Because we wouldn't want mere icons distracting the user from being distracted by all the other stupid animations in the average UI.
-
comment
Comment #22285584
The 'someone' in question probably wasn't the engineer. I'd bet the engineer was listening to the 'someone' saying things like 'why don't you just' or 'it just needs to do this', o…
-
comment
Comment #22285116
This could be done, if everyone involved were willing to accept massive risk to the lives of the astronauts (including the astronauts, obviously). By which I mean, after hurriedly …
-
comment
Comment #22273268
I know why this happens. It happens because someone doesn't understand that search rankings vs. queries have to have a 'smooth' solution, and thinks they can tweak a few weightings…
-
comment
Comment #22273215
Can't say I ran into this particular bug, but I tend not to trust the search on Windows much anyway. I myself have implemented better text/prefix matching and ranking using a very …