Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
emadda
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
A4list: Two weeks, folded small (A4 paper plan designer)
(a4list.enzom.dev)
2 points
by
emadda
8h ago
|
1 comments
2.
▲
list55.com – Now 2x faster with MAI 2 transcription
(list55.enzom.dev)
1 points
by
emadda
7d ago
|
1 comments
3.
▲
by
emadda
7d 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.
4.
▲
Show HN: list55.com: Transcribe a list into plain text
(list55.enzom.dev)
1 points
by
emadda
2mo ago
|
0 comments
5.
▲
Perfect Transcribe (macOS)
(apps.apple.com)
2 points
by
emadda
2mo ago
|
1 comments
6.
▲
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
7.
▲
list55.com: Simple transcription: Microsoft's MAI 1.5 model as a web app
(list55.enzom.dev)
2 points
by
emadda
2mo ago
|
1 comments
8.
▲
by
emadda
2mo 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
9.
▲
Show HN: list55: PWA to transcribe into a plain text list
(list55.enzom.dev)
3 points
by
emadda
2mo ago
|
0 comments
10.
▲
by
emadda
3mo 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
11.
▲
by
emadda
3mo 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
12.
▲
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
13.
▲
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,
14.
▲
by
emadda
6mo 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.
15.
▲
Show HN: kg Food Log: Don't Track Calories; Track Molecules
(kg.enzom.dev)
2 points
by
emadda
6mo ago
|
0 comments
16.
▲
Show HN: kg Food Log: Reveal the molecules in your foods
(kg.enzom.dev)
3 points
by
emadda
7mo ago
|
0 comments
17.
▲
Show HN: kg Food Log (Google Gemini powered nutrition tracker)
(kg.enzom.dev)
2 points
by
emadda
7mo ago
|
0 comments
18.
▲
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
19.
▲
by
emadda
9mo ago
I just watched this, it is very good.
20.
▲
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
21.
▲
Things I learnt about passkeys when building passkeybot
(enzom.dev)
173 points
by
emadda
9mo ago
|
146 comments
22.
▲
Show HN: Passkeybot.com – add passkey auth with a few server side HTTP handlers
(github.com)
3 points
by
emadda
9mo ago
|
0 comments
23.
▲
by
emadda
9mo ago
Related: I released a hosted sign in page for passkey auth today. Take a look: https://passkeybot.com
24.
▲
Show HN: passkeybot.com - add passkey auth with a few server side HTTP handlers
(github.com)
4 points
by
emadda
9mo ago
|
0 comments
25.
▲
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/
26.
▲
by
emadda
11mo ago
Maybe JS directly?
27.
▲
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...
28.
▲
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
29.
▲
by
emadda
1y ago
The local html file can read local resources via src=file_path attributes on html tags (img, audio, video, script etc). But the src-included files must be in the same directory as the root html file (or a descendant directory) I used this i
30.
▲
by
emadda
1y ago
> Instead you should focus on creating notes that you are likely to revisit or likely to share. One interesting thing I have discovered: the interface matters just as much as the content. The faster you can recall notes, the more useful
More ›