Live data from Hacker News

Viewing profile — tommyjepsen

tommyjepsen

HN member
Joined
Mon, Sep 05, 2016, 12:05 PM UTC
HN karma
51
Public activity
41 items

About tommyjepsen

Design Engineer at https://tommyjepsen.com

Recent public activity

  1. story
  2. story
  3. story
  4. story
    Show HN: My Collection of UX / AI Design Claude Code Skills

    Hi, I've returned to Nielsen, Shape of AI, and many others tons of times to read up again and again on how to do stuff; therefore, I created skills to help me going forward. Hope o…

  5. story
    Show HN: Cybersecurity Phishing Guard for Chrome using local LLMs for privacy

    Hi, I've been experimenting a lot with applications for local LLMs. This one makes a ton of sense, and might even be native in Chrome at some point. It's a Chrome Extension, that t…

  6. story
    Show HN: UX Agent Mac app running continuously locally using Gemma 4

    Created an app that uses the Gemma 4 26B(only 18gb) model locally on my Mac, to support me as a UX Agent continuously evaluating my work and giving me feedback and pointers on wher…

  7. story
    Ask HN: What experience do you have with 'specs –> design –> code' orchestration

    Hi, We are currently researching automating a lot of the 'specs -> design -> code' pipeline with AI cloud agents. Basically, we make new tasks in Notion that are shaped by a human …

  8. comment
    Comment #47296228

    I ran the Qwen3 Coder 30B through LM Studio and with OpenCode(Instead of Claude code). Did decent on M4 Max 32GB. https://www.tommyjepsen.com/blog/run-llm-locally-for-coding

  9. comment
    Comment #46875445

    I got the Qwen3 Coder 30B running locally on mac Mac M4 Max 36GB. It was slow, but it worked and did do some decent stuff: https://www.youtube.com/watch?v=7mAPaRbsjTU Video is spee…

  10. story
    Show HN: I tried beating the stock market with Gemini 2.5 for 2025

    Hi, I ran a fun experiment trying to beat the danish C25 index with just Gemini 2.5 in simulation. I fed Gemini 2.5 with stock data, danish news articles, Wikipedia & Google trends…

  11. story
  12. story
  13. comment
    Comment #42682349

    Hello, I didn't find a decent priced solution to add subtitles to my videos, so I ended up exploring how to use Whisper and FFMpeg to do it and found a pretty decent solution, that…

  14. story
  15. comment
    Comment #41233784

    Hi, To advance my Tailwind CSS skills, I made a little quiz game to help me remember e.g. the height of h-48, how add line height etc. Thought maybe others would find it funny as w…

  16. story
  17. story
    Show HN: I made a Bento Grid animation tool

    Hi HN, I've developed a simple tool to animate and design Bento Grids from scratch to final mp4 file. I was as a product designer struggling in my job to create these Bento Grids u…

  18. comment
    Comment #40996062

    Yea, it is using https://ffmpegwasm.netlify.app/ :)

  19. comment
    Comment #40995965

    Hey! Yea, for mp4 its just ffmpeg -i and nothing else .. Good idea to optimize this. In general ffmpeg-wasm is a lot slower than FFmpeg run on your desktop, but let me see if I can…

  20. comment
    Comment #40995638

    Hey, thanks for the feedback. Yea makes sense with file naming and button. Let me try to iterate on that. The mp4 to webm was actually the hardest to get working. Seemed like FFmpe…

  21. story
  22. comment
    Comment #39978477

    Thanks! Had to move them, so they can be found in https://github.com/tommyjepsen/twblocks/tree/main/blocks now, but the website is also available to directly copy the code and insp…

  23. comment
    Comment #39978466

    Not 100% sure what you mean, but maybe it is what https://ui.shadcn.com/blocks is doing?

  24. comment
    Comment #39978456

    Hi, thanks! I've tried updating it to make it more user-friendly, so ppl don't have to go to Github to copy the blocks, but can do it directly on the website :) Makes more sense th…

  25. comment
    Comment #39976904

    Hi, thanks! Yes, I've gotten this feedback from different places now - will definitely iterate on this. Right now you go to the Github repository: https://github.com/tommyjepsen/tw…