Live data from Hacker News

Viewing profile — randy909

randy909

HN member
Joined
Fri, Oct 21, 2011, 2:41 PM UTC
HN karma
40
Public activity
27 items

About randy909

No profile information was provided.

Recent public activity

  1. comment
    Comment #48327589

    This. Just because an llm can translate any language into a programming language doesn’t suddenly make all languages programming languages. Until I can ‘brew install englishc’ and …

  2. comment
    Comment #35159013

    The needle wiggles side-to-side and might collide with the groove next to it if two bass hits are poorly timed. I suppose the likelihood becomes greater with the more compact inner…

  3. comment
    Comment #35158792

    > The crappy CDs were a result of dumping a phono mastering onto a CD without realizing that a CD player was not going to apply the RIAA curve. I don't believe this is the case. Th…

  4. comment
    Comment #35145289

    100%. If you can find a quality rip of the vinyl I'll take that for convenience (I have ~1000 vinyl records so I have my fill of that magic) but especially something from long ago …

  5. comment
    Comment #35144613

    > Vinyl and casettes required pre-emphasis of highs to offset the limited high frequency response and noise of analog media. This is true of tape but not vinyl. High frequencies ar…

  6. comment
    Comment #35144484

    I'm not sure buying old vinyl helps all that much. The bass was cut from recordings so the needle would move less and not collide with the groove before it. Early CDs also lacked b…

  7. comment
    Comment #33605012

    Being respectful and just being straight forward and direct are the same thing as long as you're not being an asshole while being straight forward and direct. I do agree that it ca…

  8. comment
    Comment #33331977

    I've used both and Kotlin was a better overall experience for me. TypeScript has weird typing problems far more often due to the underlying runtime being dynamically typed.

  9. comment
    Comment #30335485

    > During high traffic times, this means you can literally never have a gap. It is legal to enter an intersection (i.e. cross the white line) when your light is not red. Therefore a…

  10. comment
    Comment #29638466

    Stop the head thumping or any physical punitive action no matter how light. You might have to restrain her at some point but that's different. The only thing you're teaching with t…

  11. comment
    Comment #27677036

    I prefer the criteria "would a prehistoric person eat this?". Our bodies evolved with food you could pick off a plant and put in your mouth sometimes after applying heat. Or meat. …

  12. comment
    Comment #27449529

    This is great advice. I've used Anki to memorize technical knowledge (not language) for ~10 years. Here are some additional points with some overlap: * Keep trying. If you're havin…

  13. comment
    Comment #27107504

    Same situation with my hobby, making electronic music. While there are a ton of amazing tutorials for how to write music there are way more gear review videos with orders of magnit…

  14. comment
  15. comment
    Comment #26988153

    Your reaction is akin to saying "all lives matter" in response to the Black Lives Matter movement. You can look up why it's wrong.

  16. comment
    Comment #14114827

    The downvote wasn't me but I'll agree that this doesn't seem much more related to the music than any visual synced to the tempo. Coltrane's drawing captures a system that could be …

  17. comment
    Comment #11976252

    While I can get behind some of the points made in the articles you reference, for tech articles the date provides very important context. Imaging the shift in your thinking if this…

  18. comment
    Comment #8342698

    See space.vim for another cool use for the spacebar. https://github.com/spiiph/vim-space

  19. comment
    Comment #6008333

    This is an absolutely fantastic plugin. The minor installation pain is paid back easily after a few hours of use. Fast, fuzzy matching autocomplete people!!

  20. comment
    Comment #5415625

    > Ok let’s get Command-T. Oh wait that’s incredibly slow and clunky and looks jenky Uh, what!? Command-T does much of its work in C to make it as fast as possible. I find it to be …

  21. comment
    Comment #5293759

    I've heard that one of the problem areas is that you can't make a perfect, colorless filter - one where 20KHz is allowed through but 20.001 is not. A filter has to slope down at le…

  22. comment
    Comment #5293712

    > I also don't completely understand about their being only one possible solution. It makes sense if you know that the signal is a single sine wave, but since in general the signal…

  23. comment
    Comment #5288357

    > Band limiting means that there's a maximum frequency. You can think of it as a limit on how fast the signal can change. There's only one possible way to draw a curve that goes th…

  24. comment
    Comment #5261381

    Totally with you up until the lost culture thing. More people know how to play the piano virtuostically than ever. Culture is expanding and being recorded permanently in the digita…

  25. comment
    Comment #5093331

    Looks like it also explains why caret (^) was chosen in regex and vi to mean "beginning of line".