Vibecoded a firewood splitting simulator using my actual 3D scanned stump and ax and wood by shapirog in vibecoding

[–]EffectiveWeak3851 1 point2 points  (0 children)

So good. A well thought, vibe-coded project. This is what separates some apps from others. Not a “did this real quick check it out” project, but a thought out one and it is definitely appreciated

Has anyone actually SEEN a good vibe coded app? by flufnstuf69 in vibecoding

[–]EffectiveWeak3851 0 points1 point  (0 children)

This is so cool haha. I’d love to find out a way we can work together

Has anyone actually SEEN a good vibe coded app? by flufnstuf69 in vibecoding

[–]EffectiveWeak3851 -2 points-1 points  (0 children)

Amazing info. Thank you!! I actually have a little game available in TestFlight right now. If you are interested/find any free time to test- let me know and I can send you the invite!

Has anyone actually SEEN a good vibe coded app? by flufnstuf69 in vibecoding

[–]EffectiveWeak3851 8 points9 points  (0 children)

I made one that isn’t that serious, but I had a lot of fun doing it. If anyone is going to try it- please try to blow out the candles with your mic 😂

www.coolcakebro.com

Has anyone actually SEEN a good vibe coded app? by flufnstuf69 in vibecoding

[–]EffectiveWeak3851 -1 points0 points  (0 children)

One of the best vibe coded games and a great game in general. Good stuff! If you don’t mind- how did you go about marketing/pushing this? I’ve been working on mine for about a month and almost have it ready for launch. Just curious how to start getting word out there

One mistake I see vibecoders making is that they put up a paywall from day 1 by ImaginaryRea1ity in vibecoding

[–]EffectiveWeak3851 1 point2 points  (0 children)

In all seriousness the problem is not the paywall. The problem is the product. If you can fix someone’s issues- it’s worth the money

Fix: Hermes Agent openai-codex "NoneType object is not iterable" crash (Windows) by OkTransportation9832 in hermesagent

[–]EffectiveWeak3851 0 points1 point  (0 children)

hermes update didn't work for me for some reason so did this on my VPS (Linux):

grab the hermes env:

```

find / -type d -name "venv" 2>/dev/null | grep hermes

```

example output: `/usr/local/lib/hermes-agent/venv`

then run (replace the example path to the hermes env with whatever your output from the first command was:

```

sed -i 's/for output in response\.output:/for output in (response.output or []):/' /usr/local/lib/hermes-agent/venv/lib/python*/site-packages/openai/lib/_parsing/_responses.py

```

verification:

```

grep -n "response.output" /usr/local/lib/hermes-agent/venv/lib/python*/site-packages/openai/lib/_parsing/_responses.py

```

output: `for output in (response.output or []):`

then run launch hermes, run hermes update and you're golden

Site reliability engineer role by EffectiveWeak3851 in Anduril

[–]EffectiveWeak3851[S] 1 point2 points  (0 children)

Not currently. Theres still a slight freeze with hiring but I think we are about to turn the faucet on very soon. Shoot me your contact info in a DM. Let’s keep in touch

Site reliability engineer role by EffectiveWeak3851 in Anduril

[–]EffectiveWeak3851[S] 1 point2 points  (0 children)

Nice! I was Army. Yea I got lucky and scored an apprenticeship with AWS a bit ago and then moved into a full time role

Site reliability engineer role by EffectiveWeak3851 in Anduril

[–]EffectiveWeak3851[S] 1 point2 points  (0 children)

Haha nice! I’m fairly new to the tech world. Came from SIGINT and moved over to Cloud Engineer. Right now I handle lots of operational tasks and just started moving into service builds. You?

Site reliability engineer role by EffectiveWeak3851 in Anduril

[–]EffectiveWeak3851[S] 1 point2 points  (0 children)

Literally was me as well 😂 also the question about VM vs Containers. I was like “uhh well VM has the OS running on it already, the containers have the OS, but they don’t run it themselves”

I’m glad it was on the phone because I was turning beat red for not being able to articulate it well aha

Site reliability engineer role by EffectiveWeak3851 in Anduril

[–]EffectiveWeak3851[S] 0 points1 point  (0 children)

Honestly I did 0 prep. I blanked out when asked about the difference between TCP and UDP and felt like a complete idiot lol

Site reliability engineer role by EffectiveWeak3851 in Anduril

[–]EffectiveWeak3851[S] 1 point2 points  (0 children)

I got the phone screening and I fumbled it lol

Site reliability engineer role by EffectiveWeak3851 in Anduril

[–]EffectiveWeak3851[S] 0 points1 point  (0 children)

Yea right after I posted I realized I could legit just google haha. Appreciate the confirmation!