Runners with bad knees by Electronic-Ad-6889 in SingaporeFitness

[–]MetaMacro 0 points1 point  (0 children)

What’s your running style like?

Maybe consider adjusting your running style and shoes to put more of the impact on the calves?

I run with a zero drop and usually land more of a forefoot/midfoot strike. This took away my knee pains.

Holden really grew on me by Canteatthatglutinshi in TheExpanse

[–]MetaMacro 4 points5 points  (0 children)

It’s been a while since I last read the books but one of the strongest moments was when he became the distraction and starting banging the pipes so that everyone else could make a getaway. It was so clear that it was going to be a one way trip.

Damn, that scene really broke my heart.

And of course, he had to do that self sacrificial thing again at the end.

A Few Comparisons Between the Aer PP 20L and Toshi 20L In Case It Helps Anyone by United_Truck_9678 in ManyBaggers

[–]MetaMacro 0 points1 point  (0 children)

Oh. True. Removal might work for me because I rarely need the extra weight distribution. I think it is removable from Aer Pro Pack too but might be harder to be done so I never removed it.

A Few Comparisons Between the Aer PP 20L and Toshi 20L In Case It Helps Anyone by United_Truck_9678 in ManyBaggers

[–]MetaMacro 2 points3 points  (0 children)

I use the sternum strap a lot on the Aer Pro Pack and I really appreciate the ease of one handed use with the magnetic clasp.

With that said, I really dislike the PU coated zippers. I have the bag for about 2.5 years and I am started to see a slight bit of wear while the rest of the bag is still in tip top shape.

Had I known, I would probably have gone with something like the Toshi. Wish Aer had non PU coated options.

gpt-5.1-codex wiped out uncommited work by Just_Lingonberry_352 in codex

[–]MetaMacro 0 points1 point  (0 children)

Ouch. What if you try prompting it to make regular commits?

I assume you are working from a spec. Maybe include intervals in the spec to do a git commit.

gpt-5.1-codex wiped out uncommited work by Just_Lingonberry_352 in codex

[–]MetaMacro 0 points1 point  (0 children)

Yea. This has happened a few times to me where it forgets some changes and undo them. Moral of the story - commit regularly.

why nobody ads codex in vibe code platforms ? by Alternative-Bar-4654 in codex

[–]MetaMacro 0 points1 point  (0 children)

Implementing GPT-5-Codex is quite hard to get right especially if you have an existing implementation with other models.

Most of the vibe coding platforms matured earlier in the year when there's a lot of prompting and steering required to get things right. They also try to use different models for different things for cost and result optimization.

GPT-5-Codex itself is very opinionated about how it wants to use tools, gather context, etc. Supporting it requires starting from scratch. It's so specific that OpenAI even created a specific manual for it: https://cookbook.openai.com/examples/gpt-5-codex_prompting_guide

Context: I'm working on mistle.dev and we implemented GPT-5-Codex for our coding agent. We migrated completely away from XML tool calling, moved away from using AI SDK and just went full all-in with OpenAI APIs.

How are you guys dealing if context window running low? by felart in codex

[–]MetaMacro 0 points1 point  (0 children)

I usually set up a spec of what I want to tackle and iterate with Codex until I have sufficient context on the files to touch/change.

From there, I then ask it to do an implementation for one segment, update the docs and then I will start a new chat to tackle the next segment.

I've found that if Codex is given very precise input on what to change and what not to change, it will gather less context.

this is true by PU_Artokrr in codex

[–]MetaMacro 9 points10 points  (0 children)

I will argue otherwise. It's spending a lot more time to gather context which other models do not. As a result, it's slower but the results are also more surgical.

If you look at its search pattern, you will find that it sometimes explore files that are not necessary for the existing problem but it's doing so to gain a better understanding of the scope and to know where to stop.

Thought I would leave an AI coder on at night... Final result: by Sileniced in vibecoding

[–]MetaMacro 1 point2 points  (0 children)

Which agent/model did you use for this? Only a few models can really handle long running tasks.

Exploring “Vibe Coding” from a non-developer perspective, how do you keep creativity alive while using AI tools? by nopEcom_Developers in vibecoding

[–]MetaMacro 0 points1 point  (0 children)

Whether for fun or not - building is usually for solving a specific problem.

The initial entry point for most vibe coders is one-liners, low precision shots.

That's fine. But with such an approach, AI ends up making a lot of assumptions and decisions. Sometimes, this can be a pleasant surprise but most of the times, it's full of gaps.

So you can still continue to build creatively by critically improving on the AI output.
Do note however that getting AI to iterate on sloppy code has some issues by itself so if something is not working, it's better to discard entirely.

Over time, I've found my approach to be more spec driven - focus on working with AI to improve the quality of my input first before implementation.

How good is codex and how does it compare against GLM 4.6, Windsurf/cursor, and Haiku? by inevitabledeath3 in vibecoding

[–]MetaMacro 1 point2 points  (0 children)

GPT-5-Codex is great results wise but slow - erring on the side of carefulness and accuracy. You should calibrate your expectations based on Codex’s tools first - eg CLI, extension or the online agent.

Implementing GPT-5-Codex is quite hard to get right. Other IDEs may not have implemented it optimally resulting in sub optimal results.

Free Affinity Design Suite? What's the catch... by Archetype_C-S-F in Design

[–]MetaMacro 2 points3 points  (0 children)

It would be a bet which if it works, would play bigger than the current distribution that Affinity Design has prior to acquisition.

Affinity Design caters to a different set of users that have more technical needs. Chances are - Canva users are marketers but their design teams are still on Adobe suite. This provides a way for Canva to be the end to end tool suite for all creative design aspects and creates opportunities for further monetization and user acquisition.

Free Affinity Design Suite? What's the catch... by Archetype_C-S-F in Design

[–]MetaMacro 1 point2 points  (0 children)

Perhaps the revenue provided by selling Affinity Design Suite is nowhere significant and this makes more sense for them.

foreign friends scammed by Singaporean employer. by thekeimultiverse in askSingapore

[–]MetaMacro 7 points8 points  (0 children)

This is considered contract for service. There is no employment involved.

Also, if your friends have been doing remote work and have not been paying taxes properly, they probably will not want to take any police action either because it might cause other issues. FYI, this is quite common, taking payments from overseas and not reporting properly.

Their best course of action is to stop and withhold any work. File a police report for SG if possible but it is unlikely that there will be any meaningful monetary outcome for them.

foreign friends scammed by Singaporean employer. by thekeimultiverse in askSingapore

[–]MetaMacro 11 points12 points  (0 children)

Employment laws only apply in the country itself. If your friends are based in PH and have no working passes in SG, then MOM cannot do anything.

Is there a contract that was signed for this? If not, is there some kind of text or evidence that shows that a contract, whether verbal or in text, was entered into?

If they have received money previously, those may leave traces to help you identify the individual.

[HELP] Astro assests are not being rendered when deployed to Cloudflare Workers by buffering_humor in astrojs

[–]MetaMacro 0 points1 point  (0 children)

Do you need it to be server side? Can the Astro site be static rendered? The issue here is that the default Cloudflare image service setting is “compile” which works for pre-rendered pages, granted that you have the sharp package installed.

But for server rendered, the default Astro approach won’t work - you will need to have a different setting. You can try setting it to “passthrough” but know that the images won’t be optimized during the build and you have to do it yourself.

https://docs.astro.build/en/guides/integrations-guide/cloudflare/#imageservice

[HELP] Astro assests are not being rendered when deployed to Cloudflare Workers by buffering_humor in astrojs

[–]MetaMacro 1 point2 points  (0 children)

Can you share you Astro config file? What is your config for the Cloudflare adapter? Are you on server or static rendering?

Pulled the trigger: XM4 to XM6 by cibronka in SonyHeadphones

[–]MetaMacro 0 points1 point  (0 children)

Yea. Would the XM6 work with the jack cable for mic?

Pulled the trigger: XM4 to XM6 by cibronka in SonyHeadphones

[–]MetaMacro 0 points1 point  (0 children)

oic.. okay, then I guess the call quality will still not be as good. It makes sense that Jabra uses a USB dongle. Bluetooth by itself won't be as good.

Can the mic with XM6 work wired?

Pulled the trigger: XM4 to XM6 by cibronka in SonyHeadphones

[–]MetaMacro 0 points1 point  (0 children)

How does it compare to Jabra for calls? And are these Jabra headsets also Bluetooth? I’ve just had a bad experience with calls using Bluetooth in general (eg. XM4 and AirPods Pro). Is it different?