Live data from Hacker News

Viewing profile — vesterde

vesterde

HN member
Joined
Tue, Apr 06, 2021, 3:06 PM UTC
HN karma
21
Public activity
18 items

About vesterde

https://vester.si/blog

Recent public activity

  1. comment
    Comment #49013059

    I'm sorry this seems terribly HN of me to not answer your question and go on a tangent, but consider a retreat. If you want to give it a serious try, it's night and day compared to…

  2. comment
    Comment #49012863

    And I know not all of these are going up because of AI. I have some controls, and some maybe don't deserve to be there at all.

  3. comment
    Comment #49012844

    I while back I made a page that showed the impact of AI just on GitHub stats (PRs, commits, etc...) which I liked because it showed that they are getting absolutely hammered. Since…

  4. story
  5. comment
    Comment #48632080

    Gemini models return a thinking signature that you, I think, must send back when invoking further, so they seem to keep them?

  6. comment
    Comment #47041532

    Since many are asking about apps with simillar capabilities I’m very happy with MacWhisper. Has Parakeet, near instant transcription of my lengthy monologues. All local. Edit: Ah b…

  7. comment
    Comment #46969255

    I would imagine it is, yes. That's even true of my own repos.

  8. comment
    Comment #46969127

    I saw twice recently that if everyone is so productive, where are all the new Github repos, but never bothered to check the data. Seems like the uptick is plausibly visible from Gi…

  9. story
  10. comment
    Comment #46789982

    Hah this is the 3rd fun app like this I've seen lately. I really like yours! I also built one! In mine you can compose effects using a graph, I've gotten carried away and now I kee…

  11. comment
    Comment #45544863

    Oh you brought back fond memories of using the very first education product Replit had. It was so good. I was teaching GCSE CS and having a blast giving kids python with turtle to …

  12. comment
    Comment #44766768

    Really interesting company, good luck!

  13. comment
  14. story
  15. comment
    Comment #44580915

    I have this toy I’ve enjoyed building immensely, for composing video effects. https://vester.si/motion/

  16. story
    Show HN: Motion – play with video effects in the browser (WebGPU)

    This began as a very simple experiment to learn webgpu, but now has a node based UI inspired by touch designer to combine video effects in a simple way. I'm mainly searching for ne…

  17. story
  18. comment
    Comment #32700277

    Try to put `sys.path.insert(0, os.getcwd())` after `import sys` in dream.py. That fixed it for me.