welder

↗ HN profile [ 64.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, I built WakaTime 13 years ago before AI. Things have changed a lot since then, and the time you spend typing in your IDE isn't as valuable as it used to be... That's why I built a new WakaTime dashboard…

  2. Hey HN, I'm Alan Founder of wonderful.dev (https://wonderful.dev/) We're building a community for programmers, with a goal to make it easier to network with other devs and connect with companies you’re interested in.…

  3. Bots, so many Bots (wonderful.dev)
  4. Bots, so many bots (wakatime.com)
  5. Hello there, One year ago I posted[0] on HN[1] a replacement for Celery, a background task queue for Python. WakaQ has been running in production[2] for over a year, and it's performed flawlessly. I've even been able to…

  6. I needed to collect votes in a GitHub issue recently, so I created this tool for collecting votes and generating an image of the results. How it works: Embed the markdown in your GH issue, people click the image, vote,…

  7. It's 2021 and we have extremely fast key-value lookups using LevelDB/RocksDB, but we're still using RAM-based caching tools [1] [2] [3]. It's time to consider RAM-based caching harmful, and start caching with SSDs for…