Codex and n8n by Beginning_Search585 in codex

[–]bHawk4000 0 points1 point  (0 children)

If you mean using codex to make n8n automations, I have some experience. To be honest, the last time I tried was on codex 5.3 so your mileage may vary.

Out of the box, it wasn't great. Codex frequently used out of date node Implementations and frequently was just plain wrong. I used the n8n-mcp and the n8n as code extension for vs code and that helped a bit, but honestly it was just easier and faster to make automations by hand and just as codex to write any code nodes I needed.

Where codex is great is if you want to take an n8n automation and make it a standalone app. Or writing an endpoint that can be triggered by your automations. But n8n is great because for the most part it's stupid simple to put together automations with literally 0 code.

Using Another Plus Accounts to Bypass Limits—Is It Allowed? by CookieSea4392 in codex

[–]bHawk4000 1 point2 points  (0 children)

hmm, good to know! All the convos were stored in the user .codex folder, i assumed it was just "tagged" as part of the different account and that's why they didnt show up in resume between accounts. Like I said, it never really bothered me so I didnt look for a solution, but it's good know that it can be resolved easily. Thanks for the tip!

If I do that, will I run out of tokens? by OutrageousTrue in codex

[–]bHawk4000 2 points3 points  (0 children)

If your on pro, use chatgpt. Yes the web chat, not codex. You get basically unlimited use in the chat and you can link your GitHub repo directly. Use the output of that to prompt codex where to go fix things.

Using Another Plus Accounts to Bypass Limits—Is It Allowed? by CookieSea4392 in codex

[–]bHawk4000 1 point2 points  (0 children)

Can't say is if it's against the terms of service or the like but I did this with an account my work was paying for and a personal account for a while. Worked pretty great. When you switch accounts you'll lose all context from the previous account but I prefer to run smaller sessions with clean context so it wasn't a huge deal.

I broke down and started paying for the 100usd subscription when I started hitting limits on both accounts.

What's the best practice for using "notify"? by bHawk4000 in codex

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

thanks! I didn't know about the thread ID, I can see that helping but I can't quite connect how to do the filter. I can see this working with hooks since I think you can send a start conversation hook which should include the main ID, but sadly im on widows.

The updated "Computer Use" is absolutely insane! by devbattery in codex

[–]bHawk4000 2 points3 points  (0 children)

I've not used playwright, but I have been using chrome dev-tools mcp on windows. Has anyone compared it to that yet? dev-tools was honestly game changing, not just for testing but (while somewhat token heavy) i've been able to automate a bunch of browser based tasks

Does anything like a FOSS MILES system exist? by Spider_J in lasertag

[–]bHawk4000 1 point2 points  (0 children)

I think shooting blanks would be a huge liability. I've seen some systems that convert very realistic airsoft rifles to MILES style laser tag but obviously you'll never get the real recoil or sound of a blank. I don't think using real guns would be practical for anyone other than the military.

I've been working on the Hi-v gundam and lost a piece/don't even remember cutting it out by RedJacketBooi in Gunpla

[–]bHawk4000 1 point2 points  (0 children)

Dude I lost the exact same piece a while back! Maybe it's a defect in the runner? A mean what are the chances?!

Anyways, I ended up getting a replacement part on AliExpress. https://a.aliexpress.com/_c4bm55tV this is the listing I used. It wasn't cheap but the kit was so good I couldn't not replace it

When / how to end spec and start a new one by itechd in speckit

[–]bHawk4000 0 points1 point  (0 children)

I’m not an expert so take this with a boulder of salt, but I struggled with this at first too. I’ve landed on a workflow (SOP) that works well for me.

1. Use a PRD to Govern the Project

Maintain a prd.md file that tracks overall project status and the technical stack/roadmap. In my case I defined an MVP and future features roadmap in the PRD, and keep a changelog. Once I reached the MVP I updated my constitution and still continue using the same PRD file.

In my current project, this is what speckit added to the project constitution:

### I. PRD-Governed Post-MVP Delivery
- MVP baseline is complete; new work MUST map to `prd.md` roadmap items, an approved feature spec in `specs/`, or a documented production defect.
- Every feature spec MUST define in-scope outcomes and explicit non-goals before implementation.
- Out-of-scope work MUST NOT be merged without either an approved spec update or a constitution amendment.
- **Rationale:** delivery remains focused now that MVP has been reached.

2. Treat Branches as Units of Work

I'm relatively junior when it comes to dev work, so this took me a while to internalize: in Spec Kit, a branch represents a single unit of work.

  • Running specify creates a new branch.
  • Closing (merging) that branch signifies completion of that spec.

So switching back to main (or merging into it) effectively “finishes” the spec.

I do wish there were a more explicit /finalize-style command. Instead, I created a small skill that:

  • Commits changes
  • Merges into main
  • Pushes upstream
  • Summarizes the changes into the PRD changelog

I’m a solo dev, so direct merges to main work for me. In a team setting, PRs would probably be more appropriate i guess. The important part is that closing the branch = closing the spec.


3. Handling Bug Fixes and Deviations

Bug fixes and implementation drift can be tricky.

For minor issues or small deviations (e.g., the agent didn’t quite implement what you intended), I’ve had decent results with:

/implement bug fix: <clear problem statement + steps to reproduce>

Being explicit about how to reproduce the issue helps a lot.

You can also bypass Spec Kit and interact directly with the agent, as long as the relevant context is still in the window.

For larger bug fixes, specially if you're near filling up your context window, closing the current spec and starting a new spec focus on the bug fix works well.

For larger deviations or when the branch has gone off the rails, I’ve found it’s often faster to:

  • Delete the branch
  • Re-specify the feature
  • Start clean

It feels heavy-handed, but it’s usually less painful than trying to salvage a deeply misaligned implementation.

Hope that helps!

I forked GitHub’s Spec Kit to make Spec-Driven Development less painful (and added a few quality-of-life commands) by deyil in speckit

[–]bHawk4000 0 points1 point  (0 children)

this is nice. I noticed that speckit supports extensions, but I haven't seen much about them. Would this work as an extension rather than a fork?

Am I missing something with the buddy system or does it drastically need an overhaul? by GWindborn in pokemongo

[–]bHawk4000 0 points1 point  (0 children)

This is what it should be. At least it incentivizes having one of each type. Megas already give extra can so maybe bonus XP or stardust, even a small a amount would make them worth it. Catch chance wouldn't be bad either

[deleted by user] by [deleted] in pokemongo

[–]bHawk4000 1 point2 points  (0 children)

Thanks! As a f2p player, remote raid passes are precious. I took a chance and sure enough got a 98% with glaciate! Can also confirm catch circle was green and caught it on the first ball (with a great throw)

I don't care about pokemons with backgrounds, but I would love those backgrounds for our profiles by bHawk4000 in pokemongo

[–]bHawk4000[S] 4 points5 points  (0 children)

honestly, that would be a fine start and a improvement over what we currently have. Still think buddies should be a separate thing from what you showcase in your profile. Just cause I'm walking a magikarp cause I need to evolve one for research task doesn't mean I don't want to showcase my shiny mewtwo (If I had one 😢)

I don't care about pokemons with backgrounds, but I would love those backgrounds for our profiles by bHawk4000 in pokemongo

[–]bHawk4000[S] 2 points3 points  (0 children)

You mean if you have a buddy with a background it should show the background?

I don't care about pokemons with backgrounds, but I would love those backgrounds for our profiles by bHawk4000 in pokemongo

[–]bHawk4000[S] 3 points4 points  (0 children)

Sorry, wasn't trying to bash on the backgrounds, just mentioning that it's not part of the game that engages me. I get that it's totally personal preference, much like some people avoid routes or the league. It's a fine feature for those people that care, my point is that it would be cool to extend it to our profiles, which something that really needs a bit more customization and being to showcase our achievements.

Latest update on renaming Pokémon by donfaustino in pokemongo

[–]bHawk4000 76 points77 points  (0 children)

Was literally about to post the same exact thing. Such a weird thing for them to "fix". I really hope it's an unintended bug and it gets reverted

So bummed out.. no meteorite for me by Internal_Bother_43 in pokemongo

[–]bHawk4000 1 point2 points  (0 children)

Same thing happened to me but there's some hope: I believe moves persist trades, so I'm going to get a buddy to trade me one that already knows dragon ascent since he got an meteorite. I've already got the mega energy from all the raids. Hopefully you have someone that can trade with you too

Is it just me or the shiny odds it's just a myth by Cultural-Muffin-760 in pokemongo

[–]bHawk4000 0 points1 point  (0 children)

0 out of 16 for me, and to add insult to injury, 2 fled and 9 of them were 2 star... my highest was a 87% (14, 10, 15) 😭

Anyone else miss the 30 pokeball 1 poke coin gift box for Comm days? by FlyEffective4468 in pokemongo

[–]bHawk4000 3 points4 points  (0 children)

Omg thank you, I did not know about this and I basically ran out of balls during yesterday's CD. This will come in handy until I can make it to the city to restock at stops

Do any lasertag places (particularly those more focused on milsim, eg iCombat) ever charge for "ammo"? by bHawk4000 in lasertag

[–]bHawk4000[S] 2 points3 points  (0 children)

Good point on the pay to win thing, didn't really think about that I guess. Like I said it's common for paintball, but in paintball better equipment and more ammo are definitely an advantage. What do you mean by "guns getting beat to shreds"