Show HN: Eyes Mail – Bulk email in one page after our "too-much-AI" pivotoutreach.geteyes.ai2 points·by ryohey·l’année dernière·0 comments
The Rise of Cohesive Programming – Copy-Paste Might Be the Future of Front Endcodingcafe.jp4 points·by ryohey·l’année dernière·1 comments
Ask HN: How do you share and update the app specifications with your team?7 points·by ryohey·il y a 4 ans·2 comments
Show HN: Fully Open-Sourced Online MIDI Editorsignal.vercel.app93 points·by ryohey·il y a 6 ans·19 comments
ryohey·l’année dernière·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·il y a 6 ans·discussThank you! Timer related behavior may be a problem. I will investigate more.
ryohey·il y a 6 ans·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·il y a 6 ans·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·il y a 7 ans·discussHere’s my wasm parser/runtime written in TypeScript, for instance. https://github.com/ryohey/ts-wasm-runtime