HN user

oliwary

807 karma

For inquiries regarding squareword, you can reach me at squareword.org@gmail.com

Posts17
Comments241
View on HN
squareword.org 3d ago

Show HN: My word game inspired by Wordle, Sudoku and crosswords

oliwary
1pts1
changeword.org 5mo ago

Show HN: ChangeWord, transformative word game in 6 languages

oliwary
1pts0
motionparty.net 6mo ago

Show HN: Motion controlled party games on the web

oliwary
3pts0
explainle.org 11mo ago

Show HN: Explainle – explain words, AI tries to guess

oliwary
1pts1
spaceword.org 1y ago

Show HN: SpaceWord – word game, build crosswords while minimizing space

oliwary
5pts6
videopuzzle.org 1y ago

Show HN: VideoPuzzle - a satisfying puzzle game where you unscramble videos

oliwary
2pts2
aichatstories.com 2y ago

Show HN: AI-generated YA chat stories

oliwary
2pts1
squareword.org 3y ago

Show HN: My word game now has GPT-4 generated poetry

oliwary
2pts0
clickword.org 3y ago

Show HN: I made a new word game. Build words to score

oliwary
1pts1
deriveapp.com 4y ago

Dérive App – Urban Exploration App

oliwary
7pts0
www.nytimes.com 4y ago

The Death of the Cyberflâneur

oliwary
3pts1
www.nathalielawhead.com 4y ago

The wonderful world of tools made by small teams, solo-devs and shareware (2020)

oliwary
1pts0
squareword.org 4y ago

Show HN: Squareword - a Wordle-like game with an added dimension

oliwary
4pts0
www.ustream.tv 11y ago

SpaceX DSCOVR mission launching in less than an hour

oliwary
9pts3
www.theverge.com 12y ago

Watch Stephen Colbert lambast the NSA and Snowden at security conference

oliwary
3pts0
www.breathingearth.net 12y ago

Breathing earth – location-based frequency of life, death and emissions

oliwary
1pts0
garry.tv 12y ago

Valve VR Demo

oliwary
4pts0

Wow thanks for the heads up, will have to look into that Firefox issue.

Thank you, much appreciated! :) And great ideas as well! Whack a mole would fit perfectly

https://motionparty.net/ - A collection of games you control by waving in front of your camera, similar to playstation eyetoy back in the day. It supports 1-4 players.

I think it works quite well so far, but need to tweak the camera algorithm a bit to make the buttons work better. Thinking about more games to add as well.

Another game that I find has very impressive draw distance is Just Cause 2. You can see objects very far away when flying etc, but they look very detailed and do not change when moving closer. Definitely blew me away the first time playing it.

GPT-5.4 5 months ago

Impressive! Do you include puzzles released before the training data cutoff date?

GPT-5.4 5 months ago

I think it's akin to self driving cars prioritizing nornal roads rather than implementing new infrastructure. Tricky, but if you get it right the whole world opens up, since you don't depend on others to adapt your system.

This is super cool! Ran into an issue though, the first time it boots perfectly, after the first refresh it loads for a bit (downloads the image again instead of from cache) and then a cachebuster URL is added and loading starts over, without ever finishing. Ideally it would just load from cache on refresh.

I have found them to work quite well for frontend (most recently on https://changeword.org), although it sometimes gets stuff wrong. Overall, LLMs have definitely improved my frontend designs, it's much better than me at wrangling CSS. Two things that have helped me:

1) Using the prompt provided by anthropic here to avoid the typical AI look: https://platform.claude.com/cookbook/coding-prompting-for-fr...

2) If I don't like something, I will copy paste a screenshot and then ask it to change things in a specific way. I think the screenshot helps it calibrate how to adjust stuff, as it usually can't "see" the results of the UI changes.

I am working on my first multilingual word game: https://changeword.org

My previous games have all been exclusively in English, but this one also has Spanish, French, German, Dutch and Swedish. It's a take on the classic word ladder game, with golf scoring mechanics.

Still needs a bit of fine-tuning for the word lists and puzzle generation, but I think it's already pretty playable. :)

In https://squareword.org (2D variant) I was also running into this problem. It's a bit different though, since I need to find valid 5x5 squares, with 5 words down and 5 across. Surprisingly, there is quite a limited number of such squares.

Ive been able to solve it by slowly injecting more challenging words over time, which has the side effect of also introducing a difficulty gradient. Players seem happy so far :)

Fun idea! I am glad there seems to be a community of people enjoying word games on HN, it tends to be the first place I post my games. https://squareword.org (wordle meets sudoku) and https://clickword.org (scrabble meets tetris... ish) are the largest so far.

I think https://videopuzzle.org has a lot of potential also, but it targets an audience that's a bit different as it is more visual, focused on reassembling videos like a puzzle.

Will post these to the arcade! :)

IMO it really came into its own after the first season. S1 felt like mad men but with computers, whereas in the latter seasons it focused more on the characters - quite beautiful and sad at times.

"Computers aren't the thing. They're the thing that gets you to the thing."

My favorite quote from the excellent show halt and catch fire. Maybe applicable to AI too?

This is a fun article and approach.

Subscription apps often have to target a wide userbase. However, most users only need a small subset of the entire feature set, and would be better served by a tailored version. This means that vibecoded apps can get away with being much less complex (specific featureset, no login etc), while still being more useful.

I have also created tools with LLMs that are exactly tailored to what I need, and still much more polished than what I could do without LLMs. Will have to think about if there is anything else I can do this with.

Uncrossy 6 months ago

Nicely done! This is an excellent experience, both visually and gameplay wise.

The only thing that felt a bit weird was being able to change the word to the same word, if the slid word had the same letter twice.

Fun! Well done.

I created a loop in the drum mode, and then wanted to add a melodic track to it, so I clicked the melodic button. This erased my drum pattern instead - would be good if they could play over each other, and would not be erased by switching.

enclose.horse 7 months ago

Thank you! :) If you click the three dots on the left top side of the letters area, you can shift all tiles in a direction.

enclose.horse 7 months ago

Another thing to try could be to rank people in realtime instead of the one-off submission approach. I do this in https://spaceword.org (create tight crosswords using 21 letters), and I think it's quite motivating to see how you compare to others as you improve your solution. On the other hand, its a bit more taxing on the server, and then you also could not show the optimal solution.