Viewing profile — stinos
stinos
HN member- Joined
- Thu, Jul 26, 2012, 3:59 PM UTC
- HN karma
- 5,951
- Public activity
- 2,455 items
- HN profile
- View on Hacker News ↗
About stinos
No profile information was provided.
Recent public activity
-
comment
Comment #49195916
one thing that comes always to my mind is the possible reason of reaction to shitty work and work related stress that makes us crave for nature and nature contact I'm sure that's a…
-
comment
Comment #49194350
How does it compare to iNaturalist or observation.org which are like the 'standard' ones?
-
comment
Comment #49194337
does anybody relate to this grown interest to plants and bird distinction with age? I do, and I've seen it in others, but from the limited data points I've seen there's no causal r…
-
comment
Comment #49153065
If your goal is eating mostly tofu, sure. But one could also eat 'normal' meals (think food pyramid) from a varied diet including tofu and there'd be no need for nutrient-infused t…
-
comment
Comment #49071254
> They certainly can use many types of flowers Note there are various species who're oligolectic meaning they only collect pollen and nectar - and hence pollinate only - a single f…
-
comment
Comment #48898019
I was talking message logs for example; is that trivial? I.e. what do you mean exactly? Do you notice the difference between 1 line of text being added every 16.6ms vs 3 lines ever…
-
comment
Comment #48889069
Even without this performance hit, an often used way for implementing 'auto scroll to top/bottom' is to first check if there's no other stuff coming in before starting to actually …
-
comment
Comment #48527277
If you haven't been thinking deeply about memory management and concurrency, you won't be able to understand, no offense meant I do think about that, when needed . My point is that…
-
comment
Comment #48520549
and even std::map, std::unordered_map, even std::vector (!) suck It's really hard to take your comment serious because of generalization like this. Maybe they're not usable for you…
-
comment
Comment #48460604
> Arguably, the void* does that as well? Sort of (I mean: seeing void* and a size probably means 'arbitrary sequence of bytes' or something like that, but well it's void* so it can…
-
comment
Comment #48459260
> Why should people complexify and uglify their C++ code with the uint8_t pointer (or std::byte), when void* works just fine?? Fair point (although to be honest: 'complexify' feels…
-
comment
Comment #48436300
Is 'frame drop' a common term for latency? Dropping frames means something else entirely to me. Anyway: you can calculate things for your particular rendering framework all you wan…
-
comment
Comment #48348008
I get that completely. I hardly ever just listen to any EDM. Technical death metal on the other hand I probably enjoy more listening to at home than going to shows because often th…
-
comment
Comment #48310381
There's a huge variety of electronic music styles. I'd really recommend trying some without the substances. Maybe the extremes are your thing? Or the highly melodic euphoric ones? …
-
comment
Comment #48137746
Amongst the money and power seeking it definitely is but I'm not sure how prevailing that really is among the general population. I think for starters many don't even realize there…
-
comment
Comment #48120121
both times absolutely amazing. Highly recommended. Saw them last year in Brussels. And while I agree with this and would go again and would recommend it to others, the side note fo…
-
comment
Comment #48019859
Surprisingly, The Netherlands is missing on this map too. Very strange indeed. It's agricultural output is insane for a country with its surface area. Isn't that, just like in Belg…
-
comment
Comment #47959977
And Soulseek is still known as the P2P source where you can find all kinds of obscure music. Wow, TIL. Do you happen to know if IRC file sharing of obscure music is still a thing?
-
comment
Comment #47919163
So you supplement with non natives that provide something I get the sentiment but tend to I disagree. Maybe some very specific species might benefit somewhat, but in general the pr…
-
comment
Comment #47919096
Pesticides form the backbone of crop protection. Without them, we're looking at at least a 40% reduction in global yield Such numbers might be ballpark correct, but I think the "wi…
-
comment
Comment #47876742
This one: https://www.youtube.com/watch?v=VPSm9gJkPxU Imo the explanation is also done better than in the article.
- story
-
comment
Comment #47561476
So people without children never become adults? Strange rule. Also not quite what the article is about.
-
comment
Comment #47413676
Vegans are constantly using dog meat in a xenophobic way You apparently have never heard or seen the fairly widespread 'the only difference is your perception' line of vegan mercha…
-
comment
Comment #47397566
> If it is really, really safety critical Your suggestions should be fine for hardware failure but I'd be more concerned about software failure: what if a bug in your software make…