iPhone Upgrade Program
Article URL: https://www.apple.com/shop/iphone/iphone-upgrade-program Comments URL: https://news.ycombinator.com/item?id=49087306 Points: 4 # Comments: 0
After then nth time copying and tweaking boilerplate Go code to enable HTTP graceful shutdown, I decided to package it up in to a library which I've called rsvp (i.e, "please respond").Basic usage is to call rsvp.ListenAndServe which is a drop-in replacement for the standard library http.ListenAndServe function with graceful shutdown.The default behavior can be customized with options to configure trigger signals, shutdown timeout and context, TLS and logging.Full documentation with sample code
The Daily Drop
Article URL: https://www.apple.com/shop/iphone/iphone-upgrade-program Comments URL: https://news.ycombinator.com/item?id=49087306 Points: 4 # Comments: 0
A 15-year-old dream has come true today. I started a PhD with the dream of creating a system that chants any Sanskrit shloka perfectly.And here I am opening sourcing Vaghenu, a meter aware sloka-to-chant, TTS for Sanskrit . This is the world's first vrutta-aware, open-source TTS for Sanskrit Chanting. I am making the model weights, training scripts, and even data (that I meticulously collected) public - https://prathosh.in/vagdhenu/No large AI lab. No big engineering team. No venture-scale budge
This is a Chrome extension I created to use deepseek v4 flash (almost FREE) api to help me quickly summarize web page or reformat web page into a much more readable format (remove ads, noises, keep images if needed)Another cool thing is since it's based on LLM, so I could reformat the page into different language such as Chinese.Enjoy Comments URL: https://news.ycombinator.com/item?id=48728728 Points: 1 # Comments: 0