Live data from Hacker News

Viewing profile — strajk

strajk

HN member
Joined
Thu, Feb 19, 2015, 3:50 PM UTC
HN karma
4
Public activity
6 items

About strajk

No profile information was provided.

Recent public activity

  1. comment
    Comment #42610271

    Nice! I'm glad I was not the only one frustrated by these and I actually made sth similar just this weekend, also using Groq cause it's super fast as u said. (but haven't published…

  2. comment
    Comment #35187484

    Heya, any plans for context based suggestions – e.g. when in psql, gdb, vim, ...?

  3. comment
    Comment #33031819

    How did you instruct Copilot to do the conversion? I've always used it just as a smart auto-complete.

  4. comment
    Comment #29623594

    How much is a deposit compared to the full price of a drink? Here in Czechia it's 3czk deposit for ~20czk full drink price and I've never noticed anybody even asking for the bottle…

  5. comment
    Comment #24238247

    My favourite rss reader NewsBlur (no affil, just very happy user) allows subscribing to YouTube channels just by entering its URL - no need to digging for RSS feed :)

  6. comment
    Comment #11839954

    I prefer importing whole modules too. One of the benefit is much easier code reviews: Imagine this diff in the middle of a file (in Javascript) if (includes(users, userId)) { open(…