Viewing profile — nicebyte
nicebyte
HN member- Joined
- Thu, Dec 18, 2014, 7:55 AM UTC
- HN karma
- 178
- Public activity
- 72 items
- HN profile
- View on Hacker News ↗
About nicebyte
Recent public activity
-
comment
Comment #48807560
2015 called
-
comment
Comment #48754245
No, that is exactly the reason I am bringing up physics. There used to be a time when a singular person could make an outsized impact. In the recent past though, this has not been …
-
comment
Comment #48753887
now, if you said "don't get into it because your primary employment prospects would be games or film industry, which are known to be less than stellar towards their workers" - that…
-
comment
Comment #48753776
My only additions to the article would be to study your probability/statistics (can't do efficient path tracing without it) and get comfortable with integrals, especially integrals…
-
comment
Comment #48753722
Ridiculous justification. "Where is todays Jon Carmack?" Where is the "John Carmack" of ML? Where is the John Carmack of physics? This hero worship crap needs to be left in the pas…
-
comment
Comment #48574217
"Github Repo" "Find Us on GitHub" ????
-
comment
Comment #48547800
general rule of thumb is that you never want gamma-corrected values if you intend to be doing any sort of math with them. the only exception is when you want to match the behavior …
-
comment
Comment #48547764
there isn't much that is "arcane" about gamma correction itself (as in, the math itself is really simple). at the fundamental level, if a surface is illuminated with one lightbulb …
-
comment
Comment #48546788
that just sounds like DNS but more centralized and not super human-friendly...
-
comment
Comment #48546768
but dynamic DNS is a thing. I've had setups for it since god knows how long, though admittedly not on my phone.
-
comment
Comment #48544447
I am confused why this is needed. > IP addresses can break, without warning, and it's outside of your device's control. We have DNS? > Keys, however, are created & controlled by yo…
-
comment
Comment #48493217
If done right, this is more like a monthly bus pass
-
comment
Comment #48450605
when you re-crop a photo or use the perspective tool, you are literally distorting the image. not to mention, all of the processing that happens in modern cameras before you even s…
-
comment
Comment #48418950
they're technically not wrong. C is literally an "abstraction" of the machine. As we know, the whole point of an abstraction is to ignore the multitude of details :-)
-
comment
Comment #48402452
250k for base pay is about in line with median I'd say. If 250k was the total comp (taking into account bonus/stocks/what have you) then yeah, you definitely should have negotiated…
-
comment
Comment #48312982
"outgroup"? what outgroup? we're talking about inanimate objects here. by your own logic, you treat your home appliances as an outgroup so you must be secretly a dangerous psychopa…
-
comment
Comment #47927688
it's a neat experiment but I think it's ultimately flawed because color is usually perceived in context, and depending on context I could easily see anyone reinterpreting the hues …
-
comment
Comment #47914483
> There is no consequence for choosing blue there are consequences in both cases.
- comment
- story
-
comment
Comment #47161592
I've found Trellis specifically to be very "over-promise and under-deliver". Nothing i tried with it got even close to th level of quality that they were advertising - felt like a …
-
comment
Comment #46967447
jumps is another one. jmp can have many encodings depending on where the target offset you're jumping to is. but often times, the offset is not yet known when you first encounter t…
-
comment
Comment #46967411
> I want a single-line malloc with zero care about usage flags and which only produces one single pointer value That's not realistic on non-UMA systems. I doubt you want to go over…
-
comment
Comment #46967181
> Not sure if this is an "oh, no" event. it's not. descriptor sets are realistically never getting deprecated. old code doesn't have to be rewritten if it works. there's no point. …
-
comment
Comment #46967101
just use the vma library. the low level memory allocation interface is for those who care to have precise control over allocations. vma has shipped in production software and is a …