Live data from Hacker News

Viewing profile — stellartux

stellartux

HN member
Joined
Thu, Jun 17, 2021, 4:31 PM UTC
HN karma
14
Public activity
9 items

About stellartux

No profile information was provided.

Recent public activity

  1. comment
    Comment #48170359

    If this is your article, you have a typo in learns_priority/3, "move_priority #> 0" should be "P #> 0".

  2. comment
    Comment #46369937

    Sounds a bit like Clojure's "recur". https://clojuredocs.org/clojure.core/recur

  3. comment
    Comment #45049286

    Hung explicitly refers to every usage of the word but a hanging. Meat is hung, people are hanged.

  4. comment
    Comment #36072226

    This seems to work. table:has(> tbody > tr > td > div > span > a[href="user?id=USERNAME"])

  5. 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

  6. 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…

  7. 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…

  8. comment
    Comment #27541704

    Oh yeah, you're right, they've been added since I last looked into it. Nice!

  9. 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…