Live data from Hacker News

Ask HN: What are you working on? (October 2024)

news.ycombinator.com

41–50 of 1001 posts

Re: Ask HN: What are you working on? (October 2024)

#42
For a fun weekend project, I built Boardle - a daily wordle-like game where you guess popular boardgames using stats from Board Game Geek. The games are from BGG's top 150 games as voted by the community, so fair warning if you aren't already someone who plays a lot of modern boardgames this will be very hard as all the games are very nerdy

https://boardle.org/

Re: Ask HN: What are you working on? (October 2024)

#43
post #39

https://lingostories.org (not a business, just a side-project, entirely free) I'm building a website with interactive stories (or story-based games), intended for language learners. The idea is to make stories with choices (using Ink script), including features you may expect from adventure games (e.g. inventory, choices that matter). The text is written in simple language, it is then translated in many languages, an…

Heads up: your link is blank when I opened it in Firefox Uncaught TypeError: SpeechRecognition is not a constructor

Thanks a lot! This should be fixed now.

I started experimenting with the speech recognition browser API yesterday (so that the user can listen and repeat sentences), but it's not supported everywhere.

Re: Ask HN: What are you working on? (October 2024)

#45

Knitting hats. The fall/winter is when I bury myself in knitting projects to fight seasonal depression and cabin fever. Audiobook + knitting == bliss. The work most of us do isn't tangible. You have nothing to "prove" that you made something. Creating something in meat space is really rewarding.

[deleted]

Re: Ask HN: What are you working on? (October 2024)

#46
A kind of a configuration management tool, helping me manually "reconcile" between three concurrent aspects of the state of a machine (and then apply the result):

- what is "out there" on the machine ("queried"),

- vs. what was the state last recorded in (git) history,

- vs. what I want there to be on the machine (described in Nickel language https://nickel-lang.org/, a statically-typed successor to the Nix language).

https://github.com/akavel/mana

Re: Ask HN: What are you working on? (October 2024)

#47
i like to bounce between projects week to week and am in a huge phase of just trying to build services i pay money for.

the first fun thing i'm working on a roguelite(?) type of petsim in dragonruby for my wife and i to play.

then i'll go back to working on my mtg collection / deck builder app. instead of rewriting in nextjs i decided to just go modern rails with it and i am honestly having a lot of fun. a redesign helps too, but once you get the hang of turbo/hotwire and stuff it really isn't that bad.

another thing i've got kicking is writing up a portfolio site for my old photography since that current hosted plan is about to renew. this is more of a stability and performance issue as i really liked using Format, but every single time i go to show my port to someone irl i would either not load or take forever or have images missing. extremely frustrating.

i'm very tired of SaaS pricing going up (with unwanted features) and user experience and value going down. reallllllly fighting the urge to just build a clone and try to take a cut of the overall business.

Re: Ask HN: What are you working on? (October 2024)

#48

Knitting hats. The fall/winter is when I bury myself in knitting projects to fight seasonal depression and cabin fever. Audiobook + knitting == bliss. The work most of us do isn't tangible. You have nothing to "prove" that you made something. Creating something in meat space is really rewarding.

I'm also knitting! Working on my very first cardigan.

Re: Ask HN: What are you working on? (October 2024)

#49
I'm building a collator robot [0] to help me pack items I sell for building your own open source split-flap mechanical display [1].

I get custom character flaps printed and die-cut in bulk and then sell them in smaller sets. A full set of flaps for one module has 52 distinct designs (letters, numbers, symbols, etc) and I get them from the manufacturer grouped by design, so they need to be collated to sell as packs of 52 with 1 of each design.

My WIP robot will take a stack of one design and distribute them to a bunch of cubbies, then I'll swap in the next design, and so on, so each cubby ends up with a full set.

It's based on a cheap ~$110 CNC gantry frame from AliExpress and a ~$35 BTT SKR Pico 3d printer main board running GrblHAL. To detect whether the flaps feed successfully I use a visible light break-beam sensor (the typical IR sensors don't work because the PVC flaps happen to be IR transparent!) which acts as the "z probe" - the flap is fed via a G38.3 probe action which returns whether the probe was successful or not, and the "z" coordinate it was first detected.

I have a python script running on a computer to send the gcode to the machine.

[0] https://bsky.app/profile/scottbez1.bsky.social/post/3l737hme...

[1] https://github.com/scottbez1/splitflap

Re: Ask HN: What are you working on? (October 2024)

#50
post #3

This is an ongoing experiment that david927 has been helping with (thanks!). The two previous in the sequence were: Ask HN: What are you working on (September 2024)? - https://news.ycombinator.com/item?id=41690087 - Sept 2024 (1041 comments) Ask HN: What are you working on (August 2024)? - https://news.ycombinator.com/item?id=41342017 - Aug 2024 (1424 comments) One thing I'd like to hone in on is that these threads a…

Thanks, Dan, for that clarification. The question each month is actually two-fold: what have you been tinkering around with and what new ideas are thinking about. It's an invitation to dialogue.

We know our history and the role collaboration has played in it. Whether at Xerox PARC or Bell Labs, bouncing ideas off of other colleagues has spurred incredible innovation.

I submit that HN is a giant Xerox PARC. We have all of the ingredients for this recipe here on HN. We have the brilliant minds; we have the joy of creation. I submit that what we lack is mixing those ingredients. We lack dialogue and collaboration, and it's all completely unnecessary. It's here. Please use it.

Post reply on HN