Viewing profile — bergesenha
bergesenha
HN member- Joined
- Wed, Jan 10, 2018, 4:57 PM UTC
- HN karma
- 49
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About bergesenha
No profile information was provided.
Recent public activity
-
comment
Comment #46050529
Which is a good strategy, but do you think the afghans lost more than 2 trillion dollars?
-
comment
Comment #44442336
The json library 'glaze' has working compile time reflection for MSVC, Clang and GCC using some tricks with aggregate initializable structs. In addition to being a performant json …
-
comment
Comment #33827807
I’m happy every time I see c++20 in the wild
-
comment
Comment #30058315
Since C++17 I believe this is guaranteed.
-
comment
Comment #29070546
This is one of the few well written and enjoyable tutorials on the topic. There is a lot of older texts out there with inaccurate and inconsistent language, ascii-diagrams etc… but…
-
comment
Comment #28898291
We can store several years of surplus.
-
comment
Comment #28568545
I second this. I also wish the algorithm would throw a real curveball once in a while too, something completely different to what I have been caught in.
-
comment
Comment #26414091
I can vouch for this. I recently had a wonderful experience spanning a few months cultivating Psylocybe cubensis by salvaging spores from a bag of dried shrooms (spore prints are a…
-
comment
Comment #24939941
There are differing fatwah for those living above the arctic circle to follow the sunrise/sunset of cities and communities further south.
-
comment
Comment #20912113
I wonder if these geese might use some breathing technique similar to what high altitude fighter pilots use above 40 000ft where even 100% oxygen is not enough partial oxygen press…
-
comment
Comment #18981292
Around here the store has some cheap frames they use for advertizing. The problem is they look like something a crazy old aunt would wear, with wild coloring. If you want anything …
-
comment
Comment #18372583
And in C++, the type of a string literal expression is not const char* , but in fact const char (&)[], ie a reference to an array of chars. I was surprised to learn this as I alway…
-
comment
Comment #18040815
Do you have any examples of templates incurring a runtime cost at -O0 compared to a “no templates” approach?
-
comment
Comment #17925269
From what I can gather from the results, st is among the faster ones when tested on linux.
-
comment
Comment #17166839
I find that coffee in a thermos can stay good for almost a whole work day. Coffee on the machine in some sort of “keep warm” mode goes rancid within 30 mins or so. I have a suspici…
-
comment
Comment #16744991
C++17 has guaranteed RVO.
-
comment
Comment #16731077
Thanks for the example, I understand. I missunderstood the poster above. I've come across quite a few coworkers who believe that move is something that happens on the compilers whi…
-
comment
Comment #16725018
1. I thought the cast to an rvalue reference would make overloads taking rvalue references be chosen during overload resolution. Since this is deterministic I thought whether somet…
-
comment
Comment #16116705
My best guess is fuel efficiency at small size scales and is probably the same reason that make them economical in large buses, but not small cars. The usual intuition is explained…