Show HN: Eyes Mail – Bulk email in one page after our "too-much-AI" pivotoutreach.geteyes.ai2 points·by ryohey·năm ngoái·0 comments
The Rise of Cohesive Programming – Copy-Paste Might Be the Future of Front Endcodingcafe.jp4 points·by ryohey·năm ngoái·1 comments
Ask HN: How do you share and update the app specifications with your team?7 points·by ryohey·4 năm trước·2 comments
Show HN: Fully Open-Sourced Online MIDI Editorsignal.vercel.app93 points·by ryohey·6 năm trước·19 comments
ryohey·năm ngoái·discussI wrote this post after noticing a growing shift toward "cohesive" programming patterns — placing related code (UI, data, styles) together rather than separating concerns. Think useQuery, Tailwind, shadcn/ui, Are there other examples you've seen?
ryohey·6 năm trước·discussThank you! Timer related behavior may be a problem. I will investigate more.
ryohey·6 năm trước·discussThank you.For your referenceLanguage: TypeScript UI: React State management: MobX Deploy/Hosting: VercelAnd it uses some browser features. WebAudio is used for audio output. WebGL is used in react-pixi to render many notes faster.
ryohey·6 năm trước·discussThank you. I would like to support MIDI input / output in the future. Can you tell me about the equipment you want to use?
ryohey·7 năm trước·discussHere’s my wasm parser/runtime written in TypeScript, for instance. https://github.com/ryohey/ts-wasm-runtime