Ask HN: What's your proudest hack?
1–10 of 414 posts
Re: Ask HN: What's your proudest hack?
#2Re: Ask HN: What's your proudest hack?
#3https://blog.jgc.org/2011/02/hacking-toshiba-t4800ct-love-st...
Re: Ask HN: What's your proudest hack?
#4Re: Ask HN: What's your proudest hack?
#5After we hit a certain number of frames/second, RabbitMQ became a bottleneck. My solution was to write the JPEG frame in the shared memory, then pass around shared memory ID, offset and frame length, instead of the whole frame. Only services that actually needed the frame would read it, others would just pass around a small JSON object. After that was implemented, the bottleneck disappeared.
I don't know if this qualifies as a "hack", but it certainly felt that way in the moment.
Re: Ask HN: What's your proudest hack?
#6Re: Ask HN: What's your proudest hack?
#7https://blog.jgc.org/2011/02/hacking-toshiba-t4800ct-love-st...
Did something similar with a Windows help file that spawned a copy of File Manager. Very cool.
Once machine boot and login started Windows want to be activated. There you press Win-U and on popup you can click web link to open default browser.
Re: Ask HN: What's your proudest hack?
#8I wrote my own browser automation scripts to create our own internal patient API. Ended up reducing claim billing errors by a ton and resulted in 6 figures a month in additional revenue.
Re: Ask HN: What's your proudest hack?
#9Re: Ask HN: What's your proudest hack?
#10I worked for a healthcare startup that interfaced with a lot of large insurance companies. They had no API access for their patient information and would just give us credentials to ancient web portals instead. I wrote my own browser automation scripts to create our own internal patient API. Ended up reducing claim billing errors by a ton and resulted in 6 figures a month in additional revenue.