Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
emadda
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
Show HN: A4 list. Two weeks, folded small
(a4list.enzom.dev)
4 points
by
emadda
8d ago
|
0 comments
2.
▲
A4list: Two weeks, folded small (A4 paper plan designer)
(a4list.enzom.dev)
2 points
by
emadda
10d ago
|
1 comments
3.
▲
by
emadda
10d ago
Hello HN, This is a simple web app for creating basic paper based plans using A4 paper. A short write up: https://madebyenzo.com/#a4list
4.
▲
list55.com – Now 2x faster with MAI 2 transcription
(list55.enzom.dev)
1 points
by
emadda
16d ago
|
1 comments
5.
▲
by
emadda
16d ago
Hello HN, This is a simple web app to test the Microsoft AI 2 transcription model. It is quite interesting because it is both fast and highly accurate.
6.
▲
Show HN: list55.com: Transcribe a list into plain text
(list55.enzom.dev)
1 points
by
emadda
2mo ago
|
0 comments
7.
▲
Perfect Transcribe (macOS)
(apps.apple.com)
2 points
by
emadda
2mo ago
|
1 comments
8.
▲
by
emadda
2mo ago
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, including external drives. It is completely sandboxed in the App
9.
▲
list55.com: Simple transcription: Microsoft's MAI 1.5 model as a web app
(list55.enzom.dev)
2 points
by
emadda
3mo ago
|
1 comments
10.
▲
by
emadda
3mo ago
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 features of the MAI model are accuracy and speed. The app con
11.
▲
Show HN: list55: PWA to transcribe into a plain text list
(list55.enzom.dev)
3 points
by
emadda
3mo ago
|
0 comments
12.
▲
by
emadda
4mo ago
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 WASM you no longer have the C FFI and the ability to call the
13.
▲
by
emadda
4mo ago
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 are custom “no ball games” signs in many neighbourhoods due t
14.
▲
by
emadda
5mo ago
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 supposed to be better). Al-dente cooked pasta is also slower di
15.
▲
by
emadda
5mo ago
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 picture to measure calories" approach,
16.
▲
by
emadda
7mo ago
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.
17.
▲
Show HN: kg Food Log: Don't Track Calories; Track Molecules
(kg.enzom.dev)
2 points
by
emadda
7mo ago
|
0 comments
18.
▲
Show HN: kg Food Log: Reveal the molecules in your foods
(kg.enzom.dev)
3 points
by
emadda
7mo ago
|
0 comments
19.
▲
Show HN: kg Food Log (Google Gemini powered nutrition tracker)
(kg.enzom.dev)
2 points
by
emadda
7mo ago
|
0 comments
20.
▲
by
emadda
9mo ago
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_token() call. The code_challenge == sha256(code_verifier). Yo
21.
▲
by
emadda
9mo ago
I just watched this, it is very good.
22.
▲
by
emadda
9mo ago
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 the example server is still present". The LLM is on
23.
▲
Things I learnt about passkeys when building passkeybot
(enzom.dev)
173 points
by
emadda
9mo ago
|
146 comments
24.
▲
Show HN: Passkeybot.com – add passkey auth with a few server side HTTP handlers
(github.com)
3 points
by
emadda
9mo ago
|
0 comments
25.
▲
by
emadda
9mo ago
Related: I released a hosted sign in page for passkey auth today. Take a look: https://passkeybot.com
26.
▲
Show HN: passkeybot.com - add passkey auth with a few server side HTTP handlers
(github.com)
4 points
by
emadda
9mo ago
|
0 comments
27.
▲
by
emadda
10mo ago
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/
28.
▲
by
emadda
11mo ago
Maybe JS directly?
29.
▲
by
emadda
1y ago
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...
30.
▲
by
emadda
1y ago
I built a macOS app [1] (to fuzzy search Apple Notes) using Ghostty as a base so that I could use its fast rendering for large lists. I think there is space for an Electron-like framework but for standalone terminal apps. Looking forward to
More ›