Viewing profile — hofstee
hofstee
HN member- Joined
- Tue, Apr 15, 2014, 1:22 AM UTC
- HN karma
- 11
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About hofstee
No profile information was provided.
Recent public activity
-
comment
Comment #37731233
You’re practically describing Kim Jung Gi: https://youtu.be/MGbvhyTZXfs
-
comment
Comment #37710799
They are talking about an art project from students at a dutch university and are misinformed. https://youtu.be/D1Thmz61sho
-
comment
Comment #37501126
https://github.com/google/deepdream
-
comment
Comment #37118970
data Exp = Num Int | Bool Bool | Var Var | If Exp Exp Exp | Lambda Var Exp | App Exp Exp An Expression is either: - a Number literal, with an Integer value - a Boolean literal, wit…
-
comment
Comment #23505315
I can't even get WiFi working on my Pi 4. I can only resolve IPv6, anything IPv4 fails. I suspect it's a router issue but I have no control over that, so I simply can't use the Pi.…
-
comment
Comment #23232535
Other useful tools include mosh or EternalTerminal to handle either low bandwidth or spotty network when you need to remote into a server, as well as VNC for when you need a GUI on…
-
comment
Comment #22198801
I don't have images but I can easily play back a song in my head so I think I have sound.
-
comment
Comment #21513106
If you're streaming in a language like Python, its IO will be doing some degree of chunking behind the scenes. It might be beneficial to do more manually.
-
comment
Comment #13084663
http://www.clash-lang.org/
-
comment
Comment #12862138
Actually you can find similar versions here. http://csapp.cs.cmu.edu/3e/labs.html
-
comment
Comment #10934904
Agree completely. I like my mouse. This doesn't work with a mouse because its design ideals say mice shouldn't exist. Hmm.
-
comment
Comment #9900129
There is a sorting network called AKS which has O(log(n)) depth. Batcher's Odd-Even Mergesort has a depth of O(log^2(n)). Which is better? In all cases where you can fit n in the t…
-
comment
Comment #9888903
You absolutely can. The FFT is one cycle of a Discrete Fourier Transform, and since this data is both discrete and in regular intervals, it should behave identical to just sampling…
-
comment
Comment #9861418
The article assumes the use of a signed integer, by passing in values that can't be represented with a signed integer you can't assume the same solutions hold.
-
comment
Comment #9861398
Yep. They cover this in intro CS classes at CMU to this day.
-
comment
Comment #9801992
I remember seeing a chrome extension a while ago that I hoped would be like this, but instead was a plaintext list of guidines and reminders that didn't react to your site at all.
-
comment
Comment #9072122
I feel like I've seen this video many years ago...
-
comment
Comment #7743607
Hasn't this been on Greenlight for a while now?
-
comment
Comment #7717833
Isn't this just bottom up DP?
-
comment
Comment #7712589
Came here to say this. It's entertaining to watch everyone commenting burst into laughter as the screen fills with w's.
-
comment
Comment #7600339
Lytro does something similar, but with light fields instead of depth maps. https://www.lytro.com/camera/
-
comment
Comment #7589833
Is it possible to have it such that changing theme doesn't stop the audio? Also buffering issues result in the last tone being held until playback can continue, might be more pleas…