I'm rewriting Age of Empires II (multiplayer only) in C: github.com/glouw/openempires I just enjoy pain
Ask HN: What projects are you working on now?
611–620 of 1001 posts
Re: Ask HN: What projects are you working on now?
#612Ghosbusters ref: https://www.youtube.com/watch?v=FXMcbhn6Np0
More info on my YouTube channel (in French): https://youtu.be/pkoNW3ifuYE
Re: Ask HN: What projects are you working on now?
#613It is meant to be a native Github app. Feedback greatly appreciated https://giveshoutout.com/ (Landing page still in work)
Re: Ask HN: What projects are you working on now?
#614I'm working on static analyzer for SQL: https://holistic.dev It's a useful tool for DBA to identify issues in SQL queries automatically. Only 50 rules for now, but more than 1000 described in backlog :) Funny, but initially this tool aimed at developers' needs. I've made a lot of microservices, which only started the database queries. I came up with the idea of making a tool that would automatically generate all the…
I too have been diving into writing raw SQL some while ago and I liked it.
Re: Ask HN: What projects are you working on now?
#615Re: Ask HN: What projects are you working on now?
#616A couple of days ago, I launched a major feature for my website monitoring service ( https://tryhexadecimal.com ), and that is status pages. I have been meaning to do it for a long time since some customers were asking for it, and it will help to differentiate from competition in a major way. I had to migrate my Rails app from Heroku to EC2 to accommodate this change (I need to obtain both a wildcard TLS certificate…
I’m especially focused on the UI for the posting of a status page update. As our business offers multiple services and some can go down while others stay up. It can be cumbersome to deal with multiple data centers and services.
Re: Ask HN: What projects are you working on now?
#617Android : https://play.google.com/store/apps/details?id=io.dipla.app iOS : https://apps.apple.com/us/app/dipla/id1501533164
Enjoy !
Re: Ask HN: What projects are you working on now?
#618I'm working on a morse code iOS app that can optionally use Force (3D) Touch. My dad had a stroke recently and is quarantined in a care facility. He can't talk but remembers morse code like a boss. He can't lift his finger off the screen to "tap" and there were no other morse apps out there for people with physical impairment. With this he's able to communicate... I've been coding for 15 years but this was life chang…
Re: Ask HN: What projects are you working on now?
#619Log storage and search system for structured logging data in Rust. i.e a database optimised for logs and log-like data and nothing else. Existing solutions are too inefficient for the use case of logs (TB+/day), suffer under high field cardinality, are based on costly and unnecessary full-text-search systems that aren't well optimised for logs data or just plain and simply can't handle structured data and degrade to…
Once you have your feature that works, then you will add all the other needed that you didn't though about and you're going to be is in the same spot as other solutions on the market.
Re: Ask HN: What projects are you working on now?
#620Writing console applications with cool text UIs : https://asciinema.org/a/VUKWZM70PxRCHueyPFXy9smU8