Live data from Hacker News

Ask HN: What Are You Working On? (August 2022)

news.ycombinator.com

11–20 of 52 posts

Re: Ask HN: What Are You Working On? (August 2022)

#13
A lots of fun things, feel free to connect with me on Github if anyone would like to chip in and help:

- An Electron template with built-in secure features. I regularly maintain and update the template so it's supported with newer versions of packages. - A collection of free, public-domain recipes. I've wanted to do some version of this for _years_, but am finally getting around to do it again. This time, I'm paying chefs to create recipes for me that will be licensed as public domain.

[0] - https://github.com/reZach/secure-electron-template [1] - https://github.com/reZach/open-recipe-project

Re: Ask HN: What Are You Working On? (August 2022)

#14
post #9

I'm still working on Fresh Cards[1], a flashcard app I've written for iOS and Mac. I'll admit that it started out as "yet another spaced repetition flashcard app" but over the past few months, with constant UX refinement, I've forged a unique approach (IMHO) to how you review your cards and browse your deck. I've received a lot of good feedback from users in my Discord, so I'm constantly changing things up to improve…

Looks nice, but could not find a way to import my anki deck?

Re: Ask HN: What Are You Working On? (August 2022)

#16
I'm really interested in exploring some AI ideas related to emobidment. To that end, I needed a "body" to put an "AI" in. So I started out by gutting out an old boombox, and putting a Raspberry Pi, a USB powerbank, and a USB charger in there. I also built a power supply multiplexer board that can allow switching from the battery to the charger, and back, without causing the Pi to reboot. And that stage is pretty much where I am. Getting that multiplexer thing built proved more challenging that I expected, but that's a story for another day.

Next steps are to start adding sensors to allow the "AI" to experience the physical world. Plans include:

1. GPS module, so it can experience motion and sense its velocity and location in space, etc. The same board also happens to be a cellular data board that will allow the device to upload data to the cloud.

2. One or more accelerometers for more localized perception of motion / orientation in space.

3. One or more cameras for vision. Ideally two so it can do stereo vision and have depth perception, etc.

4. One or more microphones to receive audio.

5. Anything beyond that is getting into pretty speculative area, but I can imagine adding sensors for temperature, barometric pressure, and other environmental factors, and even get into "senses" that humans don't really have, like sensing IR, ultraviolet light, electromagnetic radiation, magnetic flux density, etc.

Now obviously a Raspberry Pi doesn't have enough computing power to do a whole lot from an AI perspective, so the basic concept is to have the data being received by the box pushed to a remote server, where complex training and reasoning stuff will happen. Modules can then be pushed back down to the box so that some operations can be executed locally. That's where both Wifi and cellular data come into play. One of my "next steps" right now is to get the cellular data board configured, and figure out how to get NetworkManager to seamlessly switch between that and the various Wifi AP's that will be available depending on where I take this thing.

Anyway... there's a lot of speculation to all of this, and a lot of it is still very fuzzy in my mind. But the basic concept is simply to focus on the idea of how an AI can learn from physically experiencing the world in a way that's loosely analogous to the way a human does. If you've read any of Ben Goertzel's stuff and are familiar with his whole "baby AI" notion, then you may recognize some spiritual kinship in terms of thinking. I've been heavily influenced by Ben's work, and by OpenCog[1]. In fact, OpenCog (or some parts of it) may become part of this project before all is said and done.

[1]: https://opencog.org/

Re: Ask HN: What Are You Working On? (August 2022)

#17
I just finished grinding to meet the submission deadline for a contest Webtoons is running. The chance at 50k and a development deal sure made it worth pretending I had a work ethic for a couple weeks when my Patron campaign was gonna pay me for it regardless.

https://www.webtoons.com/en/challenge/the-sins-of-chloe-fran... if you would like to read a story about a witch and her demon girlfriend punching a rich white asshole.

I'm gonna take a break for a few days, maybe draw some self-indulgent porn, then clear out my commission queue and start working on the second half of that story.

Re: Ask HN: What Are You Working On? (August 2022)

#19

I'm really interested in exploring some AI ideas related to emobidment. To that end, I needed a "body" to put an "AI" in. So I started out by gutting out an old boombox, and putting a Raspberry Pi, a USB powerbank, and a USB charger in there. I also built a power supply multiplexer board that can allow switching from the battery to the charger, and back, without causing the Pi to reboot. And that stage is pretty much…

This sounds like a really fun project!

rasp pi cluster could add more computing power for cheaper.

Re: Ask HN: What Are You Working On? (August 2022)

#20

I just restored some backups from 1995, and am digging through that archive to see if I can pull out the multi-tasking libraries I wrote for Turbo Pascal under MS-DOS. No practical use, mostly nostalgia. I didn't document things as well is I should have, of course I was the only user, and had no thought that future me would be looking at it 27 years later.

Coincidentally, I was just looking at backups from my BBS from the same era.

I wish I had a way to retrieve the data, assuming it's even still good.

I remember using a parallel port driven magnetic tape drive to record them. Probably a device that tar(1) was originally designed for :)

What medium did you use?

Post reply on HN