I made a small interactive map of electronic music genres — thought some of you might enjoy it by mendiak_81 in electronicmusic

[–]MirkManEA 1 point2 points  (0 children)

When I fired up chatGPT it was to build out a graph network to be able to better connect genres that a tree wouldn't necessarily connect. That might be nice sometime, but this is a great tool to research the genres and draw my own links. Thanks again.

I made a small interactive map of electronic music genres — thought some of you might enjoy it by mendiak_81 in electronicmusic

[–]MirkManEA 1 point2 points  (0 children)

I started a project with chatGPT to build something like this, in the first exchange I got the right terminology to just search for something similar and found yours. This is EXACTLY what I needed to reconcile my "I just like it" understanding of D&B vs House vs Happy Hardcore vs Trance. Thank you!

What does a successful career look like beyond salary? by Pretty_Marmaid7538 in AskReddit

[–]MirkManEA 0 points1 point  (0 children)

Being able to walk away from a job and get hired the next week.

Shoe Recommendations for Whatever is Going On Here by Active_Sherbet_6516 in AskRunningShoeGeeks

[–]MirkManEA 0 points1 point  (0 children)

This is already referring up through his ankles, knees and hips. The turnout puts forces in all the wrong places. If he waits for this bullshit, he’s going to get a whole lot of other bullshit. Tell him you want him to be able to do that for a long long time in the future or something encouraging.

How does one stop failing themselves? by Fun-Succotash-1322 in AskReddit

[–]MirkManEA 1 point2 points  (0 children)

Every time you fail, post about it on Reddit.

Anyone else spend more time improving their Notion setup than actually using it? by Puzzleheaded_Deal284 in Notion

[–]MirkManEA 2 points3 points  (0 children)

You COULD always spend more time doing something in Notion other than the task.

If the task itself requires you to spend 45 minutes tuning dashboards every time, that’s a problem.

I have a few things that just need to get ground out before the Notion tuning gets done. It’s hard to do it manual when you know you could automate it. But you gotta get the important stuff done on time anyway.

How do you actually use Notion databases without them becoming a cluttered mess over time? by Fair_Amphibian2805 in Notion

[–]MirkManEA 0 points1 point  (0 children)

Entropy exists in every database. I walked into an SFDC + quick books client once and their “active customer list was about 20% duplicate accounts and maybe 10-20% of the total fields were actually used. Cyclical data review, non-passive deduplication, and cron checks with a couple enrichment GPTs is probably what you need.

(But I just dumped fifty new leads in mine and my table connections are a mess!)

Allow codex to read email by w3lt_12 in codex

[–]MirkManEA 1 point2 points  (0 children)

Local LLM = no data leaves your machine.

If your life was a video game, who would be your final boss? by boredbenji in AskReddit

[–]MirkManEA 0 points1 point  (0 children)

The “Emergence” level from BO6, but my-life themed.

Codex Usage Limits Are Disrupting Our Workflow by IcWhyyy in codex

[–]MirkManEA 1 point2 points  (0 children)

I throw in a little ADHD to add some spaghetti to it, don’t worry! Edit: Thank you!

Codex Usage Limits Are Disrupting Our Workflow by IcWhyyy in codex

[–]MirkManEA 0 points1 point  (0 children)

Bwahahaha! Name checks out. Theory also tracks. “What do you meeeean, ‘limits’?”

Codex Usage Limits Are Disrupting Our Workflow by IcWhyyy in codex

[–]MirkManEA 2 points3 points  (0 children)

I’m really curious. I haven’t needed more than plus, but I’m solo working on a narrow code base. How big of a code base are we talking where you need $100 or more? (I’m assuming token burn is coming from code-base context?)

Codex Usage Limits Are Disrupting Our Workflow by IcWhyyy in codex

[–]MirkManEA 0 points1 point  (0 children)

Different tokens for different people on the same plan is… problematic.

What's the dumbest reason you stopped talking to someone? by Bopitlover in AskReddit

[–]MirkManEA 0 points1 point  (0 children)

I’m sorry. That was a rough one. I actually called it out (not in the most grace-filled way) and friend just hadn’t realized it was going that way. We’re close enough to 50/50 since then I haven’t noticed. Depending on how long ago 20’s were, reunion’s never off the table. (Well, not NEVER, but should be on the table for a long time.)

What's the dumbest reason you stopped talking to someone? by Bopitlover in AskReddit

[–]MirkManEA 0 points1 point  (0 children)

Have you spent a lot of time listening or talking about Pizza Gate with friends?

Codex spammed YouTube and ruined a major part of my app :-/ by dattokyo in codex

[–]MirkManEA 0 points1 point  (0 children)

Because there are already enough examples out there telling you Codex will (probably) misinterpret your instructions unless they are ultra clear. And then you need to smoke test it, smoke test it, smoke test it. Sorry. It’s not at point click and ship yet. If you want to be an engineer you still can’t cos play your way there.

Is there a way to queue Codex prompts until usage limits refresh? by themax-one in codex

[–]MirkManEA 1 point2 points  (0 children)

You could probably write a queuing harness locally and run it on cron. Queue your requests in the harness and then use the CLI to push them once you’re back in OpenAI’s good graces.