HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stagas

no profile record

Submissions

Show HN: Techno Kick

technokick.com
7 points·by stagas·10 дней назад·0 comments

Show HN: 2 Weeks of Hallucinate – The Photo Gallery

hallucinate.site
73 points·by stagas·29 дней назад·24 comments

Rave HN: Private HN rave at a loft in Manhattan

hallucinate.site
1 points·by stagas·в прошлом месяце·0 comments

Rave HN: Saturdays Raves at Hallucinate

2 points·by stagas·в прошлом месяце·1 comments

Show HN: Hallucinate – Massively Multiplayer Online Rave

hallucinate.site
442 points·by stagas·2 месяца назад·201 comments

Show HN: The Front Page – Newspaper-style front page for Hacker News

thefrontpage.dev
29 points·by stagas·2 месяца назад·9 comments

Show HN: Logo Fonts

logofonts.surge.sh
3 points·by stagas·2 месяца назад·0 comments

Show HN: Panorama – Review Code, Faster

panorama.stagas.deno.net
2 points·by stagas·2 месяца назад·0 comments

Show HN: Fruitsy, a slot machine game

fruitsy.surge.sh
5 points·by stagas·2 месяца назад·0 comments

Panorama – Review Code, Faster

panorama.stagas.deno.net
2 points·by stagas·2 месяца назад·0 comments

TB-303 emulator that runs in the browser and in the DAW

ya3.surge.sh
3 points·by stagas·2 месяца назад·0 comments

[untitled]

2 points·by stagas·2 месяца назад·0 comments

Show HN: npmfind – Alternative NPM package search

npmfind.com
2 points·by stagas·2 месяца назад·0 comments

micnik – 10s voice message anonymous microblogging

micnik.stagas.deno.net
3 points·by stagas·2 месяца назад·0 comments

Loopmaster – Livecoding Music IDE

loopmaster.xyz
133 points·by stagas·2 месяца назад·32 comments

Realtime Stocks Prices that you can put Fullscreen

stocks.stagas.deno.net
2 points·by stagas·2 месяца назад·0 comments

OnlyCats – TikTok for Cats

onlycats.cc
28 points·by stagas·2 месяца назад·6 comments

YA3 – Yet Another TB-303 clone, that runs in the browser and as a DAW plugin

ya3.surge.sh
2 points·by stagas·2 месяца назад·0 comments

YA3 – Yet Another 303 clone, that runs in the browser and as a DAW plugin

ya3.surge.sh
4 points·by stagas·2 месяца назад·0 comments

Riviera – A Reverb plugin for DAWs that you can demo in the browser

riviera-demo.surge.sh
5 points·by stagas·2 месяца назад·0 comments

comments

stagas
·27 дней назад·discuss
I'm working on https://hallucinate.site - an MMO Rave - doing little things every day and trying to improve experience for everyone. We've had some spikes of users over the past two weeks but it's still very low. Thinking of ways to make it more engaging so that people return for more things other than the music.
stagas
·29 дней назад·discuss
They can! Through AI and a PR :)
stagas
·29 дней назад·discuss
In a sense, this whole game has been hallucinated by an AI since it's vibe-coded entirely with GPT 5.5.
stagas
·29 дней назад·discuss
Thanks! I'm open to suggestions, right now I'm improving the experience every day a little. It's also open-source[0] so contributions are welcome.

[0]: https://github.com/stagas/hallucinate
stagas
·29 дней назад·discuss
Why not? It is open-source[0] so this can be added by anyone interested in this.

But IMO a major component of the experience is seeing a DJ playing on the stage, which is why all of the videos are from HÖR Berlin[1] where this is their format.

[0]: https://github.com/stagas/hallucinate

[1]: https://www.youtube.com/@hoer.berlin https://hoer.live/
stagas
·29 дней назад·discuss
We are selling T-shirts if you saw and there is a donation pill bottom right :)
stagas
·29 дней назад·discuss
It's inspired by Berlin spaces and raves yeah! The music is also from HÖR Berlin.
stagas
·29 дней назад·discuss
And photos allowed! :)
stagas
·29 дней назад·discuss
It's a VR world recreation of a rave party. There is no signup, just a nickname.
stagas
·в прошлом месяце·discuss
Clickable: https://hallucinate.site
stagas
·в прошлом месяце·discuss
Ya I predicted it will go on the front page and everybody will like it. Aside from that, getting to this point required hundreds of *correct* design decisions that require skill. The AI isn't going to produce this on its own. Go ahead and try.
stagas
·в прошлом месяце·discuss
Thanks! All contributions/ideas are welcome. Maybe open an issue on the GitHub repository where it can be discussed with some suggestions?
stagas
·в прошлом месяце·discuss
Thanks! Your points are fair. I work very differently solo than when I am in a team, I can produce very detailed, fine-grained and scoped commits/PRs and I do so when I am in that situation. Doing it while I am working on a solo prototype would simply slow me down and my concern at that point is velocity, not code quality.

This repo specifically has been vibe-coded in its entirety. The LLM put those magic numbers there and I agree it's not an ideal situation, but I'm not the one reading them/making changes to the code so it doesn't matter that much. Initially it had produced a giant main.ts file and then I told it split it to files and that's what it did. Managing an LLM-based-repository and managing a human-friendly repository are two very different things.

I have another ~500 repos on GitHub, you should taken a look at a few humanly-written as well for the feedback to be accurate of my situation.
stagas
·в прошлом месяце·discuss
1) It's not an FPS though, you don't need aiming and you need to rotate without having to touch a mouse.

2) Maybe

3) Maybe

4) Everybody dancing forever is crucial for the feeling. You don't stop dancing in a rave. If you want that you sit down or change to standing motion.
stagas
·в прошлом месяце·discuss
Very interesting! Thank you.
stagas
·в прошлом месяце·discuss
Now that I have your attention, I've made this and I've been unemployed for a very long time -due to health issues- but now I'm fine and I'm looking for a job, creative frontend development in TypeScript is my specialization. Remote preferrably - European timezones. My email is in my HN profile if anyone's got any offer it would be amazing. Tysm everyone!
stagas
·в прошлом месяце·discuss
The animation player is made by the AI and there have been many optimization passes but the AI did them so I can't help you really with that question. I'm using GPT 5.5. I initially tried Three.js but it was way too slow, so I went building shaders directly. I figured the fastest paths will need to be tailored to the use-cases and a framework is good for humans at the expense of performance but since now we can just write the specific code directly that's better.
stagas
·в прошлом месяце·discuss
Thanks! For the dance moves I can only take credit that I selected them, but other people have made them, I got them from Mixamo[0]. Kudos to them!

[0]: https://www.mixamo.com/
stagas
·в прошлом месяце·discuss
You have a point, on the other hand, jumping in a set where I missed the intro and build-up, kills some of the vibe for me. This way everyone gets the same experience. That said, the plan is eventually to sync the rooms if that turns out to be a better experience.
stagas
·в прошлом месяце·discuss
It's YouTube videos from Hot Situations and HÖR Berlin.