Viewing profile — emadda
emadda
HN member- Joined
- Wed, Nov 27, 2019, 2:09 PM UTC
- HN karma
- 340
- Public activity
- 203 items
- HN profile
- View on Hacker News ↗
About emadda
Recent public activity
-
story
Show HN: list55.com: Transcribe a list into plain text
Hello HN, This is my simple utility app to transcribe lists into plain text. I use it for my workout log and for fast ChatGPT queries. It should be more accurate than others as it …
-
comment
Comment #49034846
Hello HN, This is a macOS app for offline transcribing. You can use the new Apple Speech APIs or Whisper. It has a batch queue interface, so you can watch many input sources, inclu…
- story
-
comment
Comment #48810764
Hello HN. This is an experiment of creating a simple progressive web app (can be installed as a mobile app) to test Microsoft's new MAI 1.5 transcription model. The standout featur…
- story
-
story
Show HN: list55: PWA to transcribe into a plain text list
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 work…
-
comment
Comment #48487156
I like the technical design of WASM, but I feel that better OS sandboxes for regular native code will be the common approach to running untrusted code. As soon as you compile to WA…
-
comment
Comment #48442591
I think this comes down to higher competition and practice in Europe. A football is the default “toy” given to young lads, and you can play anywhere with anyone. So much so there a…
-
comment
Comment #47953710
Thanks. It is using Gemini Flash 3 at the moment. There is a lot to learn in nutrition. The glycemic load metric is quite revealing for pizza vs pasta (slow digesting carbs are sup…
-
comment
Comment #47947899
Related: I created an app to track the molecules in your foods: https://kg.enzom.dev/ You specify your foods in grams with plaintext (no pictures). I never liked the "take a pictur…
-
comment
Comment #47363750
esbuild has been very stable for my projects too. I think it is the only tool in the JS ecosystem that has not broken after a few years.
-
story
Show HN: kg Food Log: Don't Track Calories; Track Molecules
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. I…
-
story
Show HN: kg Food Log: Reveal the molecules in your foods
Hello HN, This is a food log web app powered by Google Gemini. You can use it from any of your devices. Thanks, Enzo
-
story
Show HN: kg Food Log (Google Gemini powered nutrition tracker)
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…
-
comment
Comment #46366404
PKCE protects the auth token from interception by making it so that only your code that started the flow can redeem it by proving they have the secret code_verifier on the redeem_t…
-
comment
Comment #46364769
I just watched this, it is very good.
-
comment
Comment #46364524
Yes, that is true, I was assuming that any LLM code was going to be checked by the developer. Step 7 in the guide is "review your code and ensure the important logic commented in t…
- story
- story
-
comment
Comment #46306981
Related: I released a hosted sign in page for passkey auth today. Take a look: https://passkeybot.com
- comment
-
story
Show HN: passkeybot.com - add passkey auth with a few server side HTTP handlers
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 appr…
-
comment
Comment #46120770
I built a macOS app that uses Ghostty and fzy to fuzzy search over Apple Note titles. It is working quite well for me. https://github.com/emadda/hot-notes/
-
comment
Comment #45726817
Maybe JS directly?
-
comment
Comment #45471457
Cloudflare D1 has this, although you are limited to using JS workers to read/write it. https://developers.cloudflare.com/d1/best-practices/read-rep...