Viewing profile — quinnirill
quinnirill
HN member- Joined
- Mon, Jun 20, 2011, 7:04 AM UTC
- HN karma
- 259
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About quinnirill
No profile information was provided.
Recent public activity
-
comment
Comment #44109803
This is quite common prey animal behavior. Larger predators have a harder time adapting to rapid turns made just as the jaws/claws are about to snap shut.
-
comment
Comment #44105599
In general: yes. But I’ve certainly had to use swathes of screwdrivers that are worse at being screwdrivers than my Swiss army knife is. Same I believe applies here: there’s a rela…
-
comment
Comment #44088915
IMO at least on PC, BFV was occasionally a really good shooter, but it was a constant back and forth between updates that ruined the entire game and new swathes of cheaters on the …
-
comment
Comment #43792276
Google and/or IMDb don’t count as discovery apps or not hosting the content?
-
comment
Comment #43759407
It’s not necessarily punishment, e.g. leaving an abusive partner is in most cases about self-preservation, and if intended as a punishment, very ineffective at that. That said, I t…
-
comment
Comment #43759309
What does db.safe do though? How does it know what is the safe way of escaping at that point of the SQL? It will have no idea whether it’s going inside a string, if it’s in a field…
-
comment
Comment #43513956
Assuming a driving culture where other people won’t instantly insert themselves into the empty space in between, yes, it’s the exact same speed. I’d very much like that.
-
comment
Comment #43372145
If all the endpoints share the same resource constraints and traffic patterns, sure you can just scale up the monolith. Even otherwise, yes, you sure still can, just like you can w…
-
comment
Comment #43371707
That’s assuming the divested Chrome would then proceed to lose its gigantic market share and thus the mind-boggling proceeds from defaulting to Google as the search engine. They mi…
-
comment
Comment #43371103
Having teams is exactly the wrong reason to have micro services, having endpoints with different traffic patterns and resource/scaling constraints is exactly the correct reason.
-
comment
Comment #43335959
Yeah, I agree in spirit but I think the answer is more ”it depends” than something where you should feel bad or something if you deviate from it. If washDishes also sends a bunch o…
-
comment
Comment #43333987
Then what does the function that calls the split functions get called? foo_and_bar_and_qoo? And if they’re called only under some conditions?
-
comment
Comment #43314186
It’s also not the same kind of stress. I’ve interviewed many a candidate who were sweating and/or shaking at some point of the interview (with heavy reassurance and me trying to to…
-
comment
Comment #43228838
Pizza code? Central components are mostly clearly distinguishable and glued together in a fairly consistent manner.
-
comment
Comment #43166442
And it’s not just ancestors! One thing that blew me away after moving from Finland to Germany was that while willows in Finland are predominantly shrubs or bushes, and maples are t…
-
comment
Comment #42991971
For sure, zero disagreement there! Just pointing out my personal observation that most people seem to not really do that. In myself, overthinking is a quality I value very highly i…
-
comment
Comment #42991875
As someone having experienced (and of course still experiencing) similar struggles as a person with ADHD, the Heureka moment for me was realizing that the difference is I'm overthi…
-
comment
Comment #42245024
Seeing a modern foresting machine in action was one of the most daunting experiences of my life. Making an AI drive it is pointless, it’s already at such high productivity that the…
-
comment
Comment #42176853
Surprisingly, it’s also present in live sports, see for example this article (in Finnish) about sounds in winter sports broadcasts: https://yle.fi/aihe/a/20-10005843
-
comment
Comment #42167093
Makes me wonder if there should be an open source test suite for numerical routines, i.e. just a big table (in JSON or something) of inputs, transformations and expected outputs, s…
-
comment
Comment #42164896
Mad LoCs, dude, gotta make alotta lines, that’s what productivity is!
-
comment
Comment #41010876
Sorry to get a bit nerdy here, but in JS, neither pass by value nor pass by reference make sense as it’s not defined by the spec and much less followed by the implementations. Stri…
-
comment
Comment #40907217
I largely agree with you and share your sentiments. However, in software there’s plenty of standard bearers distracting us from the real issues by trying to push for things like ha…
-
comment
Comment #40699712
Pokatokaino is indeed not a Finnish word, but contains multiple: Pokat - slang for sunglasses, Kato - slang version of katso (look), Toka - slang version of toinen (ordinal second)…
-
comment
Comment #38210633
Yep, it can be done right. I’ve been in a team where we had more services than people yet most of the services were just chugging along with little to no maintenance (thanks to mos…