Live data from Hacker News

Ask HN: Show me your half baked project

news.ycombinator.com

401–410 of 708 posts

Re: Ask HN: Show me your half baked project

#401
https://github.com/adamhl8/python-shellrunner

I write a lot of shell scripts, but hate how difficult it is to write things that are readable and not error-prone. I wrote a python library that allows you to add safety to any shell command while also letting you take advantage of a "real" programming language like python. Basically, this allows you to sprinkle as little (or as much) shell into your python scripts as you want.

Would love to hear any feedback on it :)

Re: Ask HN: Show me your half baked project

#403
https://ajuc.github.io/outdoorsBattlemapGenerator/

Generator of encounter maps for tabletop RPGs. You can export to .dd2vtt format which you can then import in Foundry VTT.

There's also a new version with programmable pipeline of generators, but it's even more unfinished:

https://ajuc.github.io/kartograf/

Re: Ask HN: Show me your half baked project

#404
https://sheetsinterview.com/

Lots of rough spots. Especially the UI is not great right now but I also could not find a lot of traction so far.

Also: https://chrome.google.com/webstore/detail/sheetshortcut/fnbb...

An extension to show shortcuts as a popup for google sheets or excel 365. Never really polished it or created a landing page around it.

Re: Ask HN: Show me your half baked project

#405
post #277

Sure: 1. https://nodesteaders.com/ (Community of Future-Forward Homesteaders) 2. https://typezebra.com/ (Simple google fonts tester) 3. https://atlasgeopolitica.com/ (poor man's CIA factbook)

I love the Atlas. The search is brokey for me -- I can search but can't click on any of the results. Win 10/Chrome.

Re: Ask HN: Show me your half baked project

#406

Trying to build the world's largest encyclopedia of magazines, fanzines, journals and newsletters. Most of the world's magazines are dead and buried, languishing as copyright orphans with no known owner. Yet, they contain far more knowledge than probably all the books combined? We should probably think about training the next LLM on all the world's magazines as well as all the books. It is less than half-baked. I ask…

PS: your certificate expired

That's crazy. That literally happened since I posted the link! Going to fix it now, thank you so much.

Re: Ask HN: Show me your half baked project

#407
post #348

I'm making an interactive garden designer to help plan a (mostly rose) garden in my front lawn that will be visible to the town. https://garden.simonsarris.com/ It all works (double click to place plants, undo/redo, copying, etc etc), but it needs more items. And saving and loading does not work yet. Actually, since this is HN, you could write go.Diagram.fromDiv(myDiagramDiv).model.toJson() To save and share. But I n…

You could simply encode the json to base64 and put it in the url fragment (hash). Then you can save by bookmarking the url and share by copy/pasting it, all without a server. I've seen some web games use this method but I can't remember which off the top of my head.

The Vega Lite plugin does this: https://vega.github.io/editor/#/custom/vega-lite

I think Google maps does this for manual bike routes too?

Re: Ask HN: Show me your half baked project

#408
80x25: https://github.com/gurushida/80x25

An unfinished ASCII art point-and-click adventure game to play in your terminal.

I wanted to build a Monkey Island style game engine, but my total lack of drawing abilities only allowed me monochrome text art as a way to get some graphics.

The game engine in itself is closed to done, but I got stuck on the scenario and graphics to finish it.

Re: Ask HN: Show me your half baked project

#409

Trying to build the world's largest encyclopedia of magazines, fanzines, journals and newsletters. Most of the world's magazines are dead and buried, languishing as copyright orphans with no known owner. Yet, they contain far more knowledge than probably all the books combined? We should probably think about training the next LLM on all the world's magazines as well as all the books. It is less than half-baked. I ask…

PS: your certificate expired

Fixed now! Thank you again.

This was the expiry date, so I'm not sure what's going on because that is in UTC and it is not that time yet: (of course I should have set up an alert for myself to do it a week ago)

Expiry Date: 2023-10-13 02:50:42+00:00 (INVALID: EXPIRED)

Re: Ask HN: Show me your half baked project

#410
post #130

Hah I never have a thing to show off.... yay unemployment? I made a little thing to count and track how many people are surfing on surfline's webcams to learn a bit about ml/ai, computer vision and deploying these things. I think its neat, and the data is fun in a nerdy way. Not sure what to do with it now. Its been cool, I had to get my own dataset together for it to work. Check it out at and click around dp52hy5y2z…

This is really cool. Maybe you could collect the data and make a predictor for how many surfers will show up at a given spot at any point of time during the day. You could record past numbers as well as other factors like weather, time of day, amount of sunlight, etc, and have the model adjust its predictions based on those factors automatically

Thanks for checking it out! I think with a lot of good data there is some cool stuff like that you could figure out. There is a pretty busy spot, that is fun but a bit of a trek. I wanted to find out for my self when the best time to go there might be. Turns out the camera might be to low res.
Post reply on HN