Local-first personal task management with estimation.
Ask HN: Show me your half baked project
71–80 of 708 posts
Re: Ask HN: Show me your half baked project
#72https://maedia.page/84b4dcec/4961380-rapper-tom-macdonald-ca...
https://maedia.page/84b4dcec/8023848-confessions-of-the-prof...
I'd say I'm about 80% done with the project, but is taking longer than expected for certain specifications I wanted to include.
Re: Ask HN: Show me your half baked project
#73This is a python-syntax re-imagining of Ansible / Cookiecutter: declarative IT automation and project templating. It's fairly early, but the heart of it is there: I'm able to create files/directories and render templates, running it displays status, I have most of the "magic" implemented that makes it less like Python and more like Ansible. The CLI entry-point is minimal, I need to basically forklift over the uPlaybook1 argument handling code and playbook search/selection.
Would love feedback from someone who is familiar with Python and Ansible about the direction of the YAML -> Python for playbook syntax, but I worry that it's too early to even give that.
Basically it's uPlaybook (v1) but with the Ansible-inspired YAML playbooks reimagined as Python: https://github.com/linsomniac/uplaybook
Re: Ask HN: Show me your half baked project
#74https://github.com/arilotter/vaportrade https://vaportrade.net/
Re: Ask HN: Show me your half baked project
#75https://github.com/ballsteve/xrust
It's two of us trying to improve Rusts XML offering, by implementing an XSLT processor and all that entails. I'm working on the parser at the moment, I have DTD entity expansion working but still need to figure out UTF-16 support and validation of DTDs. I'm probably going to focus on XML ID support next.
Any help, feedback, suggestions would be appreciated!
Re: Ask HN: Show me your half baked project
#76Re: Ask HN: Show me your half baked project
#77I find that most of what I do, on any given day, is finding interesting stuff and sending it to people to see what they have to say about it. Hackernews is pretty effective at doing this, so it feels like i’m more or less building hackernews but with power-user features for collecting and sharing stuff.
I imagine in the future being able to group content and then synthesize it with AI to get a draft of something you have been wanting to write.
Re: Ask HN: Show me your half baked project
#78https://www.fillandflush.com really need to somehow get airlines to give this a code review and try this in real life somehow.
Re: Ask HN: Show me your half baked project
#79http://www.Earsmith.com is a "completed" (but unpublicized and probably only used by me) project I'm proud of — it's for training your pitch sense.
(Edit to fix Earsmith URL.)
Re: Ask HN: Show me your half baked project
#80It's a generative art platform/marketplace. You write an algo that generates art according to some number of parameters, upload it as a Docker image, and let other people tinker and generate things they like the aesthetics of. Basically remote code execution as a service, but I spent a lot of time on the sandboxing side of things and feel pretty good about it.
The infra is tuned for "saving money" and not "scale", so there's a chance it falls over under even modest load. If folks are interested I can tweak it a bit to make it more scale-y.
It's also my HN name, because all the other (one word) ones I could think of were taken.