Live data from Hacker News

Ask HN: Show me your half baked project

news.ycombinator.com

71–80 of 708 posts

Re: Ask HN: Show me your half baked project

#73
uPlaybook2: https://github.com/linsomniac/uplaybook2

This 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

#75
It's not my project, but I am the second person to contribute to it.

https://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

#77
LunaBrain: https://github.com/lunabrain-ai/lunabrain - Cross-platform bookmarks that get saved, sorted, and shared automatically.

I 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

#78

https://www.fillandflush.com really need to somehow get airlines to give this a code review and try this in real life somehow.

That is awesome! Deplaning is the worst. If you can convince airlines to adopt this you deserve to be hailed as a hero!

Re: Ask HN: Show me your half baked project

#79
https://RPAnytime.com — it's a site for play-by-post gaming, built for purpose instead of hacked together from forum software. Minimal JS. No users yet and it's running out of Activate credits in February, so... we'll see, I guess.

http://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

#80
Abound: https://abound.art

It'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.

Post reply on HN