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.
Ask HN: Show me your half baked project
581–590 of 841 posts
Re: Ask HN: Show me your half baked project
#582https://github.com/mourner/tinyjam — a bare-bones, zero-configuration static site generator that deliberately has no features, an experiment in radical simplicity.
Essentially a tiny, elegant glue between EJS templates and Markdown with freeform structure (enabling incremental adoption) and convenient defaults, written in under 120 lines of JavaScript.
I also made a modern EJS implementation specifically for this: https://github.com/mourner/yeahjs And planning to implement a strict, minimal subset of YAML to switch over to: https://github.com/mourner/yeahml
Will be happy to hear any feedback :)
Re: Ask HN: Show me your half baked project
#583Still early, here's a few animations I made while playing with the tool: https://imgur.com/a/3ww4ql1
Inspiration: http://worrydream.com/DrawingDynamicVisualizationsTalkAddend...
Re: Ask HN: Show me your half baked project
#584"Stop Starting and Start Finishing"
(but honestly I'm happier the other way)
Re: Ask HN: Show me your half baked project
#585https://errozero-metronic-studio-718699.netlify.app/
Click on the button with the piano icon at the top to test out the piano roll. You can play notes with the typing keyboard.
I got much further than this previously but decided to throw a lot of the code away and start again. I spent a load of time building a custom UI library before starting with things like draggable windows, linked scroll containers, dropdown menus etc.
Re: Ask HN: Show me your half baked project
#586Been spending the last 2 years or so working on putting together a data processing and exploration tool. Primarily allowing for the importing of csv files, though handle excel files to a degree (need to improve that). The data exploration side basically allows the user to put together a stack of transformations which then get applied to the data which the user can then view the result of. The data processing side all…
Heard of Trifacta? Something similar?
Re: Ask HN: Show me your half baked project
#587Re: Ask HN: Show me your half baked project
#588I built Running Level https://runninglevel.com/ recently along the same lines as my other site Strength Level https://strengthlevel.com/ but have only done a soft launch. Gyms are closed here in the UK so a lot of us are out running instead. Running Level has running standards for your age/gender over many distances like 10k/marathon/mile. The calculator on the homepage helps you rate your running performance against…
Re: Ask HN: Show me your half baked project
#589Re: Ask HN: Show me your half baked project
#590https://www.debt-dash.io Plug in some basic information about your debt accounts. Choose your payoff order and how much extra you can pay towards debt each month. I provide a month by month guide on how your payments will snowball until your debt-free. I’m the only user currently and I have a lot of work to do on branding/homepage before I share it with others but it fits the bill of unfinished but slightly useful.
I've often wonder how the gamification of debt / saving could work.
Have you considered that at all?