Live data from Hacker News

Ask HN: Show me your half baked project

news.ycombinator.com

501–510 of 841 posts

Re: Ask HN: Show me your half baked project

#501
I've had an in-browser animated meme editor in the freezer for a few years now:

https://www.ultime.me/

The idea came when I wanted to make a simple animated meme, but found it exceedingly frustrating to caption a simple animated gif with nice text options (like outlines). Over time, it's grown to have full keyframe animation for all text and image/video clip attributes, so it is actually pretty capable short of using a desktop video editing/fx package.

That said, the UX is bad and I should feel bad :) . I made the deliberate choice up front to focus on the underlying data model and internal APIs rather than polishing the UI - as such, it is very much an engineer interface. It would be more usable with some demo videos or call-to-action helpers for new users, but really the UX just needs reworked. Especially around animation/keyframing.

On the bright side, the clean data model and content addressable assets leave the path clear to add things like collaborative multi-user meme editing, git like meme-forking(and diffing?), and so forth.

Started it about 3 years ago when I had a period of mostly free time to play. It's been idle for a long time due to starting a family and getting consulting momentum, but I'm intending to make the time this year to polish the UX to the point of general usability and experiment with promotion/monetization. Failing that, I'll probably just open source it and write a couple of blog posts about the internals.

It is more or less a static web app, with no server side function short of some optional stats collection. It's written in Clojurescript/Clojure and uses https://github.com/tonsky/rum as a React wrapper and https://github.com/Kagami/ffmpeg.js/ to import most animation formats and export gifs/webm fully in browser (I don't want to pay real server costs to encode animation).

Re: Ask HN: Show me your half baked project

#502

Reachoutt.com It's an app that texts you reminders to reach out to friends/family/contacts you create on a regular basis. You set up the frequency of the reminders. There are a few API's that send along idea that to talk to them about as well. It doesnt really work in production right now because it uses ruby cronish jobs that don't work correctly on heroku servers. Just need more time to spend on it.

I use https://www.monicahq.com/ mostly for this. Interesting, tracking.

Re: Ask HN: Show me your half baked project

#504
I've got a couple.

https://spv.spirofloropoulos.com Send positive vibes into the world!

https://spirofloropoulos.com/machikoro/ Web based hotseat version of machi Koro. Multi-player might work. I don't even remember, haha. You can do local hotseat though.

Both use no frameworks. Yes one is a subdomain and another a subfolder. I haven't got around to fixing it.

Re: Ask HN: Show me your half baked project

#505

https://cinetrii.com analyses reviews to infer possible inspirations behind a film. There are a bunch of things that could be improved with the text processing applied here. The wrong movie title is resolved occasionally, like failing to distinguish between an original and a remake, or a book. Sometimes the wrong part of an article is parsed, resulting in wrong connections. But I think it works overall, for the right…

You should really run with that idea, it's simply brilliant ! (I am a tad jealous )

Thanks, I will. It’s been my side project for a long time, but I only find time to work on it every so often. This past year saw some major updates, though.

Re: Ask HN: Show me your half baked project

#506

Concise Encoding: https://concise-encoding.org The friendly data format for human and machine. Think JSON, but with 1:1 compatible twin binary and text formats and rich type support. * Edit text, transmit binary. Humans love text. Machines love binary. With Concise Encoding, conversion is 1:1 and seamless. * Rich type support. Boolean, integer, float, string, bytes, time, URI, UUID, list, map, markup, metadata, comme…

Somewhat OT, but one of my pet crazy ideas is a Forth-like data file format based on a stack. I've never thought about it enough to say if it's completely stupid or not.

Re: Ask HN: Show me your half baked project

#507

Code Reading Club: https://codereading.club The idea of this project is to make a small, cozy kind of “book club for code” that enables club members to study and discuss the architecture/structure of open source code. I wanted it to be both a way to study others’ work as a means of developing more intuition about how to structure software, as well as a creative exploration and discussion of code as art. I know the UI…

I like this idea. As a still learning developer I have occasionally stumbled across code reviews on youtube, and they've been enlightening. I rarely find them on purpose (If anyone knows or runs a channel that does this i would sub). Reading source code with some guidance from more experienced developers sounds similarly useful.

Yeah, I think it could be quite useful as well!

I will make sure I post a Show HN once the project is in a more polished state.

Re: Ask HN: Show me your half baked project

#508

I was tired of the limited/awkward search structure of trying to find parts for surface mount device (SMD) assembly for printed circuit boards (PCBs), a process generally referred to as PCBA. Thus, I slapped together Google Apps Script utility which runs via a ~cron job~ time based trigger and keeps the _same URL_ updated with the daily updates to the JLCPCB inventory (a subset of LCSC). Check it out here via the "ea…

100% going to use this. Was trying to pick out SMD parts from the JLCPCB inventory just a couple weeks ago, and it was definitely a giant pain. This looks great!
Post reply on HN