Started my masters at Georgia Tech [1] this summer. Still in the first semester, but really enjoying so far. Just not much spare time on nights and weekends, but it helped me cut down the time spent on social/news/etc. [1] https://omscs.gatech.edu/
Ask HN: What are you working on (September 2024)?
281–290 of 1001 posts
Re: Ask HN: What are you working on (September 2024)?
#282Re: Ask HN: What are you working on (September 2024)?
#283Re: Ask HN: What are you working on (September 2024)?
#284It is about SEO: https://github.com/jaronilan/stories/blob/main/Duplicitous.p...
Re: Ask HN: What are you working on (September 2024)?
#285A non-toxic, intelligent, trustworthy successor to the web that works offline, called The World Wide Scroll. https://wws.scroll.pub/readme.html
Re: Ask HN: What are you working on (September 2024)?
#286My next idea is to use SSML to better control some of the speech and add delays where needed.
[1] https://www.excsn.com/apps/unlearn_stress
[2] https://apps.apple.com/us/app/unlearn-stress-with-stories/id...
[3] https://play.google.com/store/apps/details?id=com.excsn.andr...
Re: Ask HN: What are you working on (September 2024)?
#287Re: Ask HN: What are you working on (September 2024)?
#288https://github.com/zzyzek/PunchOutModelSynthesis
Here's a gallery of sample outputs from the algorithm:
https://github.com/zzyzek/PunchOutModelSynthesis/blob/main/r...
I have an online demo of the algorithm in action for different tilesets (it's a little rough, so be warned):
https://zzyzek.github.io/PunchOutModelSynthesis/
The idea is you take an example image, chop it into little segments and infer tile rules depending on the overlap. It's very much old fashioned "machine learning/artificial intelligence" (that is, without any neural networks involved). There's also a demo of tile rule inference idea here:
https://zzyzek.github.io/TileRuleHighlighter/
Re: Ask HN: What are you working on (September 2024)?
#289I've been working on drone fleet control software from scratch, could definitely use some help. Right now I'm looking for algos that optimizes for long straightaways for pathfinding.
Depending on fleet size, you'd get some useful emergent properties from a mesh-net.
Re: Ask HN: What are you working on (September 2024)?
#290I'm working on https://nuenki.app/ , a language learning tool. It teaches you a language while you procrastinate by inserting translations of appropriate-difficulty sentences into webpages as you browse HN etc. Currently trying to reduce costs by switching from using DeepL (high quality, low latency, high cost) everywhere to a hybrid that also uses Claude (high quality, high latency, low cost) for text that is far fr…