Viewing profile — HellzStormer
HellzStormer
HN member- Joined
- Mon, Aug 06, 2018, 2:38 PM UTC
- HN karma
- 54
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About HellzStormer
No profile information was provided.
Recent public activity
-
comment
Comment #44058891
I disagree that it's just there to handle edge cases. It's a useful generalization. I think the "Building an intuition" section of my blog post[1] makes a good case for that. When …
-
comment
Comment #44058810
I don't understand what problem you are referring to? A different keyword for what? for the return? for the break? Care to share an example problem?
-
comment
Comment #44058782
Yes you can, you use a finally clause around your call to yield, as you would already do to handle possible exceptions happening in the block. So no extra consideration is needed.
-
comment
Comment #44054105
For those unaware, Ruby blocks (and procs) are more flexible than anonymous functions as most language implement them. The article briefly goes over that, mentioning that lambda (r…
-
comment
Comment #43626912
That keyboard is seriously bad. If you start pressing the next letter before you release the previous letter, you get neither!
-
comment
Comment #42928599
I don't think that's a fair comparison. In Ruby, you always use the global name (with caps) that normally matches the library with possibly some nesting. (exceptions exists, but it…
-
comment
Comment #41870514
I'm no expert here. You mention "either side" as if the light came from both the left and the right. But I think the light would be coming along a circle all around the sun dependi…
-
comment
Comment #41730652
The article argues that most source available licenses also provide more freedom than only reading the code, such as using it and modifying with some limits. But "source available"…
-
comment
Comment #41473790
> You may have noticed that Google Search, Bing, etc. don't require login or captcha to do a search. Are you saying you want adds in GitHub search's results? Google, Bing, etc. mak…
-
comment
Comment #41467437
Personally, I don't think this is a valid case of enshittifying. Products that you pay for that loses features or break or become more painful to use are enshittifying. A free feat…
-
comment
Comment #41141660
> Any code calling a function that can return a Null should know that being handed a Null is a possibility and handle it, right? Well right now, the only way to know is to read com…
-
comment
Comment #40267253
I didn't use try Traefik's documentation, but the complains appear to be somewhat structural. Meaning a PR would need to possibly restructure at least part of the documentation, or…
-
comment
Comment #39649269
Exactly! If the rules are clear from the start that youcwill offer the switch, then it's useless, so dont bother. If the rules are not clear that you will do it, then maybe you onl…
-
comment
Comment #38337528
When talking about placebo effect, it's the idea that the same thing could have happened taking a fake pill, just because the mind knows you are taking something that should have a…
-
comment
Comment #38264847
Unless you are in a very hot path and know with absolute certainty that n will remain very low, I'd say you are doing clear premature optimization by comparing and choosing the O(n…
-
comment
Comment #37848277
> and collected seven millilitres of my tears. Can you really collect half a table spoon of tears from tear ducts? How much tears are in there?
-
comment
Comment #37544607
You can try drinking more water too to stop that before noon hunher signal.
-
comment
Comment #36297809
From what I remember last time I checked on this. % of money goes to a pot. Money is then globally distributed based on time listened globally (nothing is specific to you for the d…
-
comment
Comment #35014212
Lagrange L1 is basically the only place you can place something between Earth and the Sun without heavy maintenance costs to maintain the position. L1 is at 1% of the distance from…
-
comment
Comment #34625502
Side note about that: people doing amateur porn where their face doesn't show at all still get recognized because of particular marks on their skins. So this might help this very s…
-
comment
Comment #34407211
Logically (and ideally), the incoming air and outgoing air would exchange heat until they are at the same temp, which would be in the middle. So I would not expect an efficiency hi…
-
comment
Comment #34306405
The analogy isn't the same, the lock could copy the actual key to make a replica in the future. ssh is only flashing the "name" printed on each key and asking if it should try one …
-
comment
Comment #32931085
Yep, and if you cash it in less than 5 years, you lose the last 3 months of interests.
-
comment
Comment #31726568
This is dated "October 12, 2021", 8 months ago. This doesn't appear to be related much to what is currently going on with Celsius.
- story