Viewing profile — chime
chime
HN member- Joined
- Wed, Apr 25, 2007, 9:37 PM UTC
- HN karma
- 9,083
- Public activity
- 1,604 items
- HN profile
- View on Hacker News ↗
About chime
Chirag Mehta, working on EMR software for the last 2 years.
Solo dev behind http://zetabee.com (a collection of web-apps) and in the past I co-founded http://sched.org and Chime.TV. I also made http://ktype.net which got acquired by http://myvoiceaac.com as RocketKeys. My projects: http://chir.ag/projects
Contact me: https://zetabee.com/contact
[ my public key: https://keybase.io/chime; my proof: https://keybase.io/chime/sigs/eCLupre1IrZYQPRLvSF2cJp7x4gQ6v6cRA6qZBiO7Y0 ]
meet.hn/city/us-Woodstock
Recent public activity
-
comment
Comment #49213369
You should still keep doing the bottom-up approach for the rest of the docs. Just update the README first paragraph or two as the gp says.
-
comment
Comment #49171746
Highly recommend `fd` for the sheer speed: fd -HI "^(setup\.mjs|Math_Symbol\.js|math_init\.js)$" 1. https://github.com/sharkdp/fd 2. `brew install fd`
-
comment
Comment #48255450
Yeah, I'm curious too because I've been following all 3d printer news lately and only news re: Snapmaker is that they officially hired Ratdoux who came up with the full spectrum pr…
-
comment
Comment #48255428
Depends on your budget but I am extremely happy with Snapmaker U1. I print with ASA, PETG, and TPU. It prints PLA very well by default. It runs klipper, gives you full SSH with roo…
-
comment
Comment #47604075
There was more than enough skepticism and cautious optimism too. While it sounded too soon to be real, it wasn't unlike carbon nanotubes, graphene, or solid state batteries — previ…
-
comment
Comment #46762936
> Sidenote: Flash's scripting language, ActionScript is also directly responsible for the generational design of Java-ahem-ECMAScript later on, also TypeScript too. I feel like I a…
-
comment
Comment #46062610
Could be from https://www.pcmag.com/news/netflix-is-telling-writers-to-dum... which mentioned https://www.nplusonemag.com/issue-49/essays/casual-viewing/
-
comment
Comment #46030023
I did and it is amazing for someone with just mild 40s hearing issues. Took a bit of effort and updates to run the hearing test for AirPods Pro 3. Turns out I connected over Blueto…
-
comment
Comment #45800384
You just reminded me that my app turned 18 a few months ago. Another dev, Daniel Flück, extended the app to help color blind users: https://www.color-blindness.com/color-name-hue/
-
comment
Comment #44466319
I've been using a QNAP TBS-464 [1] for 4 years now with excellent results. I have 4x 4TB NVMe drives and get about 11TB usable after RAID. It gets slightly warm but I have it in my…
-
comment
Comment #44374539
Augment Code ( https://www.augmentcode.com/ ) extension in VSCode. The remote agent feature is fantastic and the local agent is worth buying credits for. I've tried almost every AI…
-
comment
Comment #44369270
If the CLI tool does IO with the agentic CLI tool of choice over STDIO, then it's MCP by definition, with the only caveat being that it runs locally on each user's machine instead …
-
comment
Comment #44195239
Slightly related - Climate Town made a long video on the pallet-sized returns practice: https://youtu.be/WG8idKaX9KI?si=0ejDGzqT9w1zvCXN
-
comment
Comment #44171775
TL;DR: Move your .git folders out of ~/Code into ~/Git/[reponame]. Use ln -s or plain text .git file[1]. I have my code folders in Dropbox on OSX but I believe my process should wo…
-
comment
Comment #44107579
Same with Augment. Indexing makes a huge difference in a large monorepo and I can't imagine working in an editor that doesn't support an LLM with full indexing.
-
comment
Comment #43985784
1. Would you sign BAA (for HIPAA) for the Pay As You Go plan? Can't find that anywhere on your site except for that Lite is HIPAA compliant ( https://lite.xata.io/security ). 2. FY…
-
comment
Comment #43266479
I have alias s='source ~/.zshrc'.
-
comment
Comment #43044178
I haven’t tried Timefold but did try a ton of solvers (local and web) a few years ago when trying to optimize MRP schedule. One of the hardest parts was converting my business logi…
-
comment
Comment #42357097
I recently learned that there are two views: https://www.reddit.com/r/ParallelView/ vs https://www.reddit.com/r/CrossView/ And there is definitely a difference between them. If you…
-
comment
Comment #41880251
Not a non-profit but Ubisoft has been doing significant 3D scanning and sharing (unsure under what license) for their Assassins Creed franchise: https://mocapsolutions.com/blogs/ne…
-
comment
Comment #41549098
I learn on and off the job. Everyone benefitted including my past employers when I learned on the job. They weren’t paying me to perform based on my existing knowledge. They were p…
-
comment
Comment #41404615
I think it also has to do with how many devices you have on it and how often they update state. I have 300+ IP devices and have to run it on a mini PC because RPi was too slow. No …
-
comment
Comment #40842869
I can vouch for Lookeen (circa 2012-2015). I set it up for 200+ users on Citrix and it worked great. I had the index for each user saved to their network share and yet the search w…
-
comment
Comment #40828382
Long ago, I implemented that by pragma no-cache and checking the referrer. It wasn’t perfect but it worked for most users.
-
comment
Comment #40812370
Absolutely. Pallet arrangements are usually a required spec from the customer to the vendor. The arrangement order matters considerably for shipping and needs to be agreed upon bef…