Viewing profile — vesterde
vesterde
HN member- Joined
- Tue, Apr 06, 2021, 3:06 PM UTC
- HN karma
- 21
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About vesterde
Recent public activity
-
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…
-
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.
-
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…
- story
-
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?
-
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…
-
comment
Comment #46969255
I would imagine it is, yes. That's even true of my own repos.
-
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…
- story
-
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…
-
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 …
-
comment
Comment #44766768
Really interesting company, good luck!
- comment
- story
-
comment
Comment #44580915
I have this toy I’ve enjoyed building immensely, for composing video effects. https://vester.si/motion/
-
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…
- story
-
comment
Comment #32700277
Try to put `sys.path.insert(0, os.getcwd())` after `import sys` in dream.py. That fixed it for me.