Live data from Hacker News

Ask HN: Most interesting tech you built for just yourself?

news.ycombinator.com

381–390 of 1001 posts

Re: Ask HN: Most interesting tech you built for just yourself?

#381

I built carefulwords.com simply because I wanted to type a word into the address bar and get a large list of synonyms and some historical quotes using the word quickly. For example: https://carefulwords.com/solitude https://carefulwords.com/think etc. Also unlike thesaurus.com, the search bar actually focuses so you can just start typing! It's not perfect, I need to do a lot of editing, but nonetheless I use it almos…

This is awesome! I'll definitely use it.

It'd be a one time stop for me if it supported definitions (similar to Collins Dictionary) but beggars can't be choosers.

Re: Ask HN: Most interesting tech you built for just yourself?

#383
A door sensor, for when my kid was sleep walking. There are various door sensors out there on the market, but they all set off a siren. I just wanted something that would alert my phone and wake me up, in case she did it in the middle of the night. Your not supposed to wake up a sleep walker, and I sure as hell didn't want a siren going off in the middle of the night.

Kinda sorta worked ok...just in time for her to stop sleep walking.

Re: Ask HN: Most interesting tech you built for just yourself?

#384
It's probably not as cool as some of the other projects in here, but I've been working on a sound change applier, which is a hobbyist tool for applying sound change rules to a lexicon. You could use this to generate pronunciations for a language with particularly regular spelling, but these tools are mainly used for evolving constructed languages.

The way it works is it generates an NFA for a rule. You can define sets of sounds, some of which can be multiple characters long, and also define distinctive features, which allows you to define how sounds change by adding or removing them, but also allows you to match groups of sounds based on combinations of distinctive features. It builds up these ad-hoc sets of sounds and produces a prefix tree, which it uses as a template to build the NFA. Finally, the NFA is converted to a DFA for performance. It takes a while (the console app is much faster than the browser demo), but the rules run many, many times, so they need to be fast. It's essentially a special purpose regex engine. I'm working on bug fixes and some enhancements for now, but it basically works.

Demo: https://marriola.github.io/transmute-demo

Re: Ask HN: Most interesting tech you built for just yourself?

#385
post #80

Not sure if this counts: A lighting desk for my hobby of lighting live music. For reasons I like doing live control along with the music (known as busking). Existing things are either limited and can't control moving lights, or don't have the flexibility to busk the way I want. so, having worked a long time ago for a crowd that built what were at the time the best lighting desks in the world, I built my own It has 36…

Cool stuff. I've got the same hobby / part-time job (mostly on GrandMA consoles). I have done two-three experiments on custom software to emit DMX which I used for something like four events. For the physical interface I'm relying on MIDI controllers; I first want a software stack I can trust before going into hardware design.

Would love to discuss the topic some more! I don't often meet people with that same interest in lighting that want to build their own tools.

Re: Ask HN: Most interesting tech you built for just yourself?

#386
I have a "TV channel" app running on a Raspberry Pi serving up local video content to a schedule I create.

The Pi has a 5TB hard drive attached with perhaps 1000 videos or so. The app has a schedule and plays the videos according to the schedule. It starts up in the morning, plays tele-courses, moves on to old TV shows, an afternoon movie, after school shows begin around 3:00 PM, a comedy show around dinner time, an evening movie, some late-night content, then the Indian head and "We Will Resume Broadcasting Tomorrow Morning...."

It fills dead airtime by choosing randomly among (literally) thousands of YouTube short clips I have on the drive — or showing a title card indicating when the next show begins.

Partly it's a fantasy — to have my own "channel" with my own scheduled content — my fantasy station.

Partly it serves to put on content I would otherwise not be inclined to pull up, double click and watch. It adds the serendipitous element to TV watching that I miss before streaming. The movie "Charly" (1968) just came on last night and I am sure I have not seen it since I was a teenager — had to stop what I was doing and watch a few scenes I recall vividly.

Today's lineup here: https://engineersneedart.com/UHF/

(Since the schedule is in JSON format, it was easy enough to make a web front end to display today's schedule.)

Re: Ask HN: Most interesting tech you built for just yourself?

#387
I don't like mobile games, mostly because of IAP and ads. There's also an oversaturation of chess apps, but none where an AI can play your own variants, so I made www.chesscraft.ca

For years now it's the only mobile game I play, just about. The game took off a bit, but the core is still for me.

Re: Ask HN: Most interesting tech you built for just yourself?

#388
I have a liquid bi-prop rocket engine on the table next to me that is almost ready for a static fire and then a launch later this year likely at FAR or Spaceport America.

It has improved pretty much all my skills. Fabrication, embedded software/controls, system integration, operations processes, research and learning and so on. So far it’s been my most challenging personal hobby project.

Re: Ask HN: Most interesting tech you built for just yourself?

#390

I have a "TV channel" app running on a Raspberry Pi serving up local video content to a schedule I create. The Pi has a 5TB hard drive attached with perhaps 1000 videos or so. The app has a schedule and plays the videos according to the schedule. It starts up in the morning, plays tele-courses, moves on to old TV shows, an afternoon movie, after school shows begin around 3:00 PM, a comedy show around dinner time, an…

Engineer Sneed Art?
Post reply on HN