Ask HN: What's your quarantine side project?
951–960 of 1001 posts
Re: Ask HN: What's your quarantine side project?
#952It's essentially a 2D rigid body simulation reskinned to look like a text editor. At the moment it supports basic commands like copy, paste, save, etc. Also, there are cheatcodes.
Re: Ask HN: What's your quarantine side project?
#953Mainly to gain more first-hand GPGPU programming experience.
Re: Ask HN: What's your quarantine side project?
#954I'm a CPA working as an external auditor for public companies filing 10-K financial statements. Looking for a job in public accounting is hard because audit firms do not have many differing characteristics. The one thing that is different is their clients. Clients are required to disclose their auditor, but obtaining a list of clients by firm/location is very hard.
My app uses public government data to plot US public companies on a map, and includes details on the firm that most recently audited their annual financial statements.
The data sources are: 1. a listing of all Form APs filed to the PCAOB (auditor-client relationship data), 2. SEC company data from the Corpwatch API database 3. Google search API for company locations
Re: Ask HN: What's your quarantine side project?
#955Re: Ask HN: What's your quarantine side project?
#956https://github.com/jddunn/restless
Right now I'm trying to figure out how to speed things up with multiprocessing (Keras doesn't play nicely with that). It's definitely a proof-of-concept project as opposed to something that's a enterprise-level tool (otherwise probably wouldn't write it in Python heh). Mostly I just wanted to make a sick-looking CLI for once.
Re: Ask HN: What's your quarantine side project?
#957Also made some bagels.
Re: Ask HN: What's your quarantine side project?
#958I've been performing intermittent upgrades over the years as I wanted to retain the simplicity, ease of use with a focus on providing the most accurate and clearest Ayat text in any app.
The latest update has incorporated word by word audio timings and advanced play back controls for a completely hands-free operation, even serves as a teleprompter for the Qur'an.
Re: Ask HN: What's your quarantine side project?
#959Re: Ask HN: What's your quarantine side project?
#960I've looked online for resources and I've found a bunch of Youtube videos that go over the high level concepts:
1. https://www.youtube.com/watch?v=GwIo3gDZCVQ
2. https://www.youtube.com/watch?v=njKP3FqW3Sk
3. https://www.youtube.com/watch?v=tPYj3fFJGjk
For reference, I have 0 AI/ML/DL experience but I having been coding for awhile and I'm familiar with Python. These videos are quite long but I plan to start building a small toy app to validate my understanding. I'm just not sure if I'm taking the best approach to learning these concepts. I want to start working with the various tools ASAP because I believe that I learn better by doing.