Viewing profile — HanyouHottie
HanyouHottie
HN member- Joined
- Fri, Mar 29, 2013, 11:12 AM UTC
- HN karma
- 66
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About HanyouHottie
No profile information was provided.
Recent public activity
-
comment
Comment #47982931
At the time, the prevalence of goblins did not look especially alarming. A few months later, the goblins came back to haunt us in a much more specific and reproducible form. -OpenA…
-
comment
Comment #47786763
Slaughterbots (2017) https://www.youtube.com/watch?v=9CO6M2HsoIA
-
comment
Comment #47607457
The solution to this problem without needing to modify your message is to use a protocol that will sign, then encrypt, then sign again. See section 5 here [1] or section 15 here [2…
-
comment
Comment #47372230
Instead of using the reviver you can deserialize as a plain string, then later reassign the property as the type you want. E.g.: const myObject = JSON.parse(text); myObject.date = …
-
comment
Comment #42346049
I hate and love this idea simultaneously. Thank you.
-
comment
Comment #40327320
There is a standard, Sound Transmission Class [1]. STC-50 is generally considered to be a good level of sound isolation. I have no idea if houses are commonly constructed with a co…
-
comment
Comment #40230917
You might find SpacetimeDB interesting. https://spacetimedb.com/
-
comment
Comment #37440839
"[...] false information and conspiracy theories, whose prevalence may lead people to doubt the very existence of 'truth' or a shared reality." This is an insane modern take that I…
-
comment
Comment #33170878
Are they serious? VRChat is already better than this in every way. Graphics quality, frame rate, full body tracking, face tracking, legs... Not to mention being able to make your o…
-
comment
Comment #32829225
I'm from Buenos Aires and I say kill 'em all!
-
comment
Comment #32818495
I think the demand represented by this meme [1] is one such example of a market waiting for cheaper art. [1]: https://www.reddit.com/r/ProgrammerHumor/comments/u8j3lf/i_n...
-
comment
Comment #32771306
I can believe it. Accessing sequential data that's being prefetched into cache is astonishingly faster than following references.
-
comment
Comment #31359034
My go-to method to strip formatting was Win+R, Ctrl+V, Ctrl+A, Ctrl+X (or C), Esc. This opens the run box, pastes the text (without formatting, because it's the run box), selects i…
-
comment
Comment #30761188
Another approach is to never context switch by running all programs in kernel mode and vetting them with an interpreter/JIT compiler: https://www.destroyallsoftware.com/talks/the-b…
-
comment
Comment #30280257
> Does this mean 9/10ths of the power can be sold and the other 1/10th can be re-used to power the reactor endlessly? No: https://youtu.be/LJ4W1g-6JiY
-
comment
Comment #28293220
You can make a bookmark called "Kill Sticky" or something and put this in it [1]: javascript:(function()%7B(function%20()%20%7Bvar%20i%2C%20elements%20%3D%20document.querySelectorA…
-
comment
Comment #28293081
Twitch is a strong contender for this accolade too.
-
comment
Comment #27898593
MSVC has this[1]. .NET code analyzers are also versioned[2]. [1]: https://docs.microsoft.com/en-us/cpp/error-messages/compiler... [2]: https://docs.microsoft.com/en-us/dotnet/funda…
-
comment
Comment #25665904
It's not an ellipse if the axes have different periods: https://www.wolframalpha.com/input/?i=x%3Dsin%28t%29%2C+y%3D... (Is there a name for this kind of curve?)
- story
-
comment
Comment #15405289
I think this is the only sane way to deal with cookies: https://addons.mozilla.org/en-US/firefox/addon/cookie-autode... (or Self Destructing Cookies before Firefox 57)
-
comment
Comment #10429578
There's even worse now: Google Play For Work: https://support.google.com/googleplay/work/answer/6137711?hl...
-
comment
Comment #9855549
You pretty much just described data parallel Haskell to a T: https://wiki.haskell.org/GHC/Data_Parallel_Haskell
-
comment
Comment #9819918
No it didn't. It gave some constructive criticism: https://news.ycombinator.com/item?id=8863
-
comment
Comment #9814867
Why was this guy down voted? Everything he said is correct, if a bit hyperbolic at points. This is relevant: http://www.smashcompany.com/technology/object-oriented-progr...