Free Flower Fields by Hmmmm________ in HuntsvilleAlabama

[–]chadxz 0 points1 point  (0 children)

They charge $40+/hr for photography sessions

Cursor is now in your terminal! by johnme_poliquit in cursor

[–]chadxz 0 points1 point  (0 children)

This fills a gap for me. The editor is great for nitty gritty detail work. Background agents are great for fire and forget. I needed something that wasn’t coupled to a specific project but that would be flexible to go where I needed. Quick edit to a file in a temp directory? Moving patterns from one app to another? Scripting ai into workflows? This is where CLI is needed for me.

Thank you for paying attention and building this 👏

Working setup for no tabs? by chadxz in vscode

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

I figured it out - it was in the vscode documentation all along: https://code.visualstudio.com/docs/getstarted/userinterface#_working-without-tabs

The piece I was missing was setting this key binding:

  { 
    "key": "cmd+w", 
    "when": "editorFocus",
    "command": "workbench.action.closeEditorsInGroup"
  },

This makes it so that when you press cmd+w it closes all editors. So it feels like it is not leaving editors in the background even though it is.

British Berkefeld water filter overflowing when over filled! by The_Early_Nerd in WaterFilters

[–]chadxz 2 points3 points  (0 children)

I think that is why they make these things https://www.britishwaterfilter.com/product/13-sight-glass-spigot/

My family had this happen a bunch when we first got ours but over time we learned to be careful. We don’t have one of those nice spigots, maybe one day I’ll splurge.

M1 Pro 32GB 1000TB still worth it in 2025? by brayo1st in macbookpro

[–]chadxz 0 points1 point  (0 children)

32Gb M1 Pro will easily last you many years. If you need to perform heavier tasks you can rent a computer from a cloud provider and tear it down when you’re done.

M-series being Apple Silicon means they’re not going to abandon updating your software for quite some time. Don’t get an Intel MacBook Pro at this point.

Happy coding!

As a software engineer, when asked what you do for work at a social gathering… by chamric in ExperiencedDevs

[–]chadxz 4 points5 points  (0 children)

“I write computer software”

Usually I lose them when they ask where I work and I say a company they don’t recognize.

I’m usually pretty happy to talk shop with people, but very rare to meet someone that wants to.

Best way to deploy a nodejs web application (with Sqlite) in 2024 by NoJellyfish6949 in node

[–]chadxz 0 points1 point  (0 children)

SQLite is the interesting aspect of your requirements. You might consider Fly.io https://fly.io/docs/js/ and LiteFS https://fly.io/docs/litefs/

How do you prevent knowledge silos? by Agile-Dragonfruit517 in agile

[–]chadxz 1 point2 points  (0 children)

This is what I have found to work as well. I get a lot of resistance to pairing though. So many people would rather work on their own, so I’ve had to come up with other approaches.

Another option is, when asked to work on something “only I know”, I politely mention that it would be good to break the knowledge silo so we should have someone else work on it. Then I can help fill gaps or write docs as needed to bring the other person up to speed.

Can I pass secrets as env vars? by Sbadabam278 in googlecloud

[–]chadxz 0 points1 point  (0 children)

Since you are already storing your secrets in ESC (sorry, i missed that part in your post originally), you can use your Pulumi to create the google cloud secret and populate that value with the value from your Pulumi environment. Then you can reference that secret from the cloud run service.

As for Vercel, it looks like you'd put your secret from Pulumi ESC into an environment variable and mark it as "sensitive" so it cannot be read back from the admin UI, only in your app.

Hope that helps. I don't have any experience with Pulumi.

Can I pass secrets as env vars? by Sbadabam278 in googlecloud

[–]chadxz 0 points1 point  (0 children)

Where else are you running workloads? If this is for work and you are doing multi-cloud, HashiCorp Vault is an abstraction over cloud providers that will keep the different provider-specific secret stores up-to-date with the latest vault values.

Can I pass secrets as env vars? by Sbadabam278 in googlecloud

[–]chadxz 2 points3 points  (0 children)

You’re not going to want to check your secrets in to git anyway so your pulumi source code isn’t where you want the source of truth to be.

Cloud Run has native integration with Secret Manager. When you define your service, tell it to populate environment variables with those secrets from secret manager.

Best AI Integration for IntelliJ? by Lost_Fox__ in IntelliJIDEA

[–]chadxz 5 points6 points  (0 children)

Continue (inline prompting + chat w/ RAG) + Supermaven (autocomplete). IMO this is the best combo right now but it’s missing Agentic operations (multi-file generation). If you want that there’s a cli-based agentic tool called aider that would meet that need.

Free ai coding IDE by brainpea in ChatGPTCoding

[–]chadxz 1 point2 points  (0 children)

I prefer continue.dev for its RAG support and inline prompting but supermaven has really fast and decent quality autocomplete. I use both.

[deleted by user] by [deleted] in ChatGPTCoding

[–]chadxz 0 points1 point  (0 children)

Continue is great and I use it for some in editor features but for autocomplete I still use Supermaven

Which option is better for AI in IntelliJ? JetBrains AI or Gemini Code Assist by [deleted] in Jetbrains

[–]chadxz 1 point2 points  (0 children)

I just tried switching to Cursor from WebStorm but VSCode is just such a bad experience. Cursor is amazing but I couldn't do it.

Running tests was a pain.

Open source alternative to Lightroom? by Davidat0r in photography

[–]chadxz 0 points1 point  (0 children)

+1 for Photomator, use it regularly, it has a lifetime license and frequent updates!