Live data from Hacker News

Ask HN: Show me your half baked project

news.ycombinator.com

681–690 of 841 posts

Re: Ask HN: Show me your half baked project

#681
https://ulysses.sonnet.io -- It's a "text input" tool I built to develop a daily writing habit and reduce stress. It makes editing text really hard so you can focus on writing first: https://sonnet.io/posts/ulysses/

So far I'm doing 800-1000 words per day on average so I'm pretty happy with it! My fluency has improved drastically.

TODO:

- I need to change the name because Ulysses is a well known writing app. (I think I'll go for homer.sonnet.io--Homer was blind, I did like the stream of consciousness aspect as it describes the UX well...) - privacy-aware analytics (or a button you can tap if you enjoy the app). I have no idea how many people are using the app at the moment. - package as a Vercel app/docker image (so you can host your own instance easily)

I'm also working on a small indie game called Mannerbomb. It's the opposite of Bomberman--you're a bomb trying to exit the level before exploding.

Re: Ask HN: Show me your half baked project

#683
Tailor - Chrome Extension that give you direct access to style DevTools with your own fully custom vanilla CSS.

https://chrome.google.com/webstore/detail/tailor/cigchnpekef...

When I say fully custom, I mean it: https://twitter.com/ronvoluted/status/1344629519638937602

The idea came from the fact that when you zoom into DevTools, the entire thing gets enlarged including Panel tabs, setting icons, etc. It would be great if you could just zoom the source code under Elements or the input under Console. Well now you can!

It's obviously out there for people to use already but it's half-baked because I want to improve the UI+UX, and I suppose this counts as DX too haha.

Re: Ask HN: Show me your half baked project

#686

I bought a paid of Wahl Senior hair clippers from the US and I figured all I'd need was a step down transformer (240v to 110v) for it to work and boy was I mistaken! Apparently you need to also take into account the frequency of the current. To cut the long story short, all my early search for a solution was leading me to overpriced "kits" on ebay and the likes. All you have to do is type "frequency 60hz clippers" to…

Curious if you know the potential efficiency loss of converting back and forth from AC to DC and back to AC again? I assume a lot of energy is wasted in heat? Do clippers use so much energy that it may be cheaper in a short time to simply buy new clippers? $40 for conversion hardware already, it's only a few more bucks to get a decent set of clippers that match your new country's grid.

Re: Ask HN: Show me your half baked project

#687

Earlier quoted context omitted.

Could you elaborate a bit? Would the file be a set of instructions that generates the data (this is how postscript works), or something else?

I was thinking some some subset of a stack-based language, enough to define different data types, eg. arr_name 1 2 3 4 5 array; float_name 5.75 float Sort of like how Clojure or KiCad uses S-expressions to store data. The idea was that like Forth, the parser for such a data structure would be minimal and suitable for even a crappy programmer to implement. I'd thought this would be useful for minimal systems like micr…

Interesting - if you had a parsing language defined, you could combine raw data with transformations, e.g.

float_name 5.75 DUP MUL float

so the transformed data gets loaded in. Could be cool for arrays or more complex data where you want to save the raw data and a record of how it gets transformed.

And I understand you are targeting a minimal implementation, but the concept could also apply to bigger datasets and higher level languages, e.g.

array_name 1 2 3 4 5 "x if x%2 ==0" array

Re: Ask HN: Show me your half baked project

#688

A massively multiplayer game with a fresh start every time, that's easy to learn and easy to start having fun, doesn't guilt you into playing (healthy long-term relationship with the player), and has lots of replay value: http://vnav.io Currently there are multiple major bugs with damage.

I really like this. Wish it had a little bit of a tutorial. In about 10 lives I haven't figured out what all the shapes/colors do, or how to use them, or why I'm getting almost insta-killed by guys who I seemingly can't hurt (maybe the damage bug).

Either way, very cool!

Re: Ask HN: Show me your half baked project

#689

I've been working on a super simple Goodreads alternative off and on for the past year or two since I frankly can't stand the Goodreads UI. There's not much to it yet other than personal library management, but it's good enough that I already use it myself to track books I've read or want to read. https://rooseve.lt

Nice. I like GoodReads but it’s slow and unloved. Have you seen http://www.librarything.com/

I have! Although to be honest I haven't given either of them a very fair shot since the UI and complexity are a pretty quick turn-off for me personally. It's hard to compete with the established community of either site though — maybe I'll figure out a way to integrate with one or both of them eventually so people have the option of keeping things in sync between Roosevelt and elsewhere.

Another nice-looking solution I've been trying out is Readng: https://beta.readng.co

Re: Ask HN: Show me your half baked project

#690

I built a small voice communication portal I'm calling Rally Call [0] that will be submitted to the Digital Ocean/Dev hackathon tomorrow [1]. Rally Call is intended to be a backup group communication portal that can be used in emergencies and situations where use of cell phones is lost. It is essentially a group voicemail-box that runs on Twilio. If you and your group had the foresight to sign up for an account, you…

This is really great. I had thought of building something similar a few years ago, just never got around to it. Great work!
Post reply on HN