Viewing profile — stellartux
stellartux
HN member- Joined
- Thu, Jun 17, 2021, 4:31 PM UTC
- HN karma
- 14
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About stellartux
No profile information was provided.
Recent public activity
-
comment
Comment #48170359
If this is your article, you have a typo in learns_priority/3, "move_priority #> 0" should be "P #> 0".
-
comment
Comment #46369937
Sounds a bit like Clojure's "recur". https://clojuredocs.org/clojure.core/recur
-
comment
Comment #45049286
Hung explicitly refers to every usage of the word but a hanging. Meat is hung, people are hanged.
-
comment
Comment #36072226
This seems to work. table:has(> tbody > tr > td > div > span > a[href="user?id=USERNAME"])
-
comment
Comment #30925912
TwilioQuest is quite good. It teaches JavaScript and Python, including setting up the runtimes and some basic git stuff. https://www.twilio.com/quest
-
comment
Comment #29925556
There are few easier ways built in to do some of the file functions you've made, instead of `open(f -> read(f, String), "input")` you can use `readchomp("input")`. There's also `re…
-
comment
Comment #28562635
I made a synth a few years back that lets you use a bytebeat formula as a signal generator. The `t` variable which represents the 8kHz sample rate of the audio in a typical bytebea…
-
comment
Comment #27541704
Oh yeah, you're right, they've been added since I last looked into it. Nice!
-
comment
Comment #27541549
Most of the Web Audio stuff has already been present in all major browsers for a little while, this mostly standardises what's already there. The main thing that this brings in tha…