emadda

↗ HN profile [ 84.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hello HN, This is a very simple utility. My aim is to reduce the number of taps needed on iPhone to transcribe my speech into a plaintext list on my clipboard. I use it for my workouts, but it works for any kind of…

  2. Hello HN, This is my molecule tracking web app. It tracks calories like traditional apps, but goes into much higher detail on micronutrients (vitamins, minerals) and amino acids. It is powered by Google Gemini, so you…

  3. Hello HN, This is a food log web app powered by Google Gemini. You can use it from any of your devices. Thanks, Enzo

  4. Hello HN, It's pretty simple: Type in the foods you consumed in your meal and get a table and charts of nutrients in return! The trial has limited tokens, but email me if you would like an extended trial. Feedback…

  5. Hello HN, Passkeybot is a hosted sign in page that only supports passkeys. Add email verification and user auth to your app with only a few server side HTTP handlers. Feedback appreciated, Thanks, Enzo

  6. Hello HN, This is a macOS app to open your Apple Notes using fuzzy search over your folders and titles. There is a demo video on the homepage. Let me know what you think. Thanks, Enzo

  7. Pocket Log is a macOS app that transcribes audio files from a USB dictaphone or Apple Voice Memos into a visual timeline.

  8. This is a macOS app that transcribes audio notes from any directory or from the Voice Memos app. See the video for more details, Thanks!

  9. Hello HN, This is a macOS app that allows you to see all your open windows on each monitor and select the one you want. It also lets you view the current state of things like email or chat windows, terminal processes,…

  10. Hello HN, Robata is a macOS window switcher app that I have created. There is a quick demo video on the site. Thanks, Enzo

  11. Hello, This is an interactive CSS Grid guide covering the basics. Best viewed on a monitor or tablet. The minmax example (https://cssprinciples.com/3/#e3_4) is probably most interesting - it shows how space is…

  12. This is a JS lib, CLI, Web UI and HTTP API to convert between JSON, SQLite and Excel formats. I built this partially as a challenge to see if I could reuse the JS code in each environment. I also move between these…

  13. https://github.com/emadda/lilo

  14. Hello, I released this recently, take a look: https://bigwav.app

  15. Tabserve gives you a https url for localhost using only the browser (tabserve.dev). Take a look: https://tabserve.dev

  16. Hello, This is Tabserve, a web-based reverse proxy that gives you a HTTPS URL that forwards requests to localhost. It uses a Cloudflare Worker for the HTTPS certificate, but other than that runs entirely in the browser.…

  17. Hello, I have recently released a web based transcription and annotation app. It is powered by Whipser.cpp (https://github.com/ggerganov/whisper.cpp) compiled to WASM. It is a PWA, so can be installed via desktop…

  18. Hey, Stay 100 is a web app that shows you 100% of the stays for a given date range and location. It is optimized for large screens by using all of the available space to show images. At the moment AirBnB paginates…

  19. Hello, I built this web UI to merge multiple tree based e-commerce categories into one "super tree". You can export the super tree as JSON, and import it into another system such as a search engine. Users can then…