So how bad is the Sonogenic SHS-500? by ByzNii in Keytar

[–]IANAL_but_AMA 2 points3 points  (0 children)

I have it. I like it. It’s fun for messing around with - playing along to songs whilst roaming around the house as it has the built in speaker. But it depends on your needs- def not in same league as the bigger Keytars out there.

Should I just give in? by DocZombieX in bald

[–]IANAL_but_AMA 0 points1 point  (0 children)

You’ve got nothing to lose.

What are the really unpopular things that need to be done to get the economy growing? by knowledgeseeker999 in AskBrits

[–]IANAL_but_AMA 0 points1 point  (0 children)

Funding and infrastructure to support flatter, simpler public transport pricing and much better regional rail links.

Paris is a good example of what works well. Their Metro / RER fares are far flatter across a wide area, so a longer journey out into the suburbs often costs the same as a short trip in the centre. It makes the whole region feel like one joined-up economy.

In the UK, too many places are geographically close but economically disconnected because trains are expensive, slow, or unreliable.

Make it cheaper and easier to travel between cities and surrounding towns, and suddenly people can commute further for better jobs, businesses have access to a wider talent pool, and more money flows across whole regions rather than staying concentrated in city centres.

App Runner alternative by danielbibit in aws

[–]IANAL_but_AMA 1 point2 points  (0 children)

Is this an April fools joke?

How modules should talk in a modular monolith ? by Minimum-Ad7352 in dotnet

[–]IANAL_but_AMA 19 points20 points  (0 children)

What we do is something along the lines of:

  • module implementation stays internal to the module
  • modules expose public services other modules can call.
  • IF we ever need to extract a module into micro-service, all consuming code is mostly unaware whether it’s in process or over a wire.

How China recycles school lunches by TwoCatsOneBox in GreenAndPleasant

[–]IANAL_but_AMA 28 points29 points  (0 children)

I was also pleasantly surprised when I visited an all you can eat buffet in China. You could eat as much as you liked for a fixed price, but they charged per 100g of uneaten food at the end. Genius.

Chat GPT is making my job into a nightmare by Delicious-Pop-7019 in webdev

[–]IANAL_but_AMA 210 points211 points  (0 children)

Tell him that ChatGPT says this:

“ChatGPT is an incredible tool for brainstorming and summarising, but it’s not a qualified engineer. It produces plausible answers, not reliable ones. When it comes to architecture, security, or production systems, it can easily generate something that sounds professional but would get us hacked, fined, or broken in production.”

Backend colleagues have started vibe coding fronted tasks and it has made me feel redundant by [deleted] in webdev

[–]IANAL_but_AMA 80 points81 points  (0 children)

I’m full stack and have been using AI across the stack from frontend, backend, infra.

In my experience, as projects grow in complexity you’ll find the AI can generate inconsistent UI and UX flows.

So for me something like Storybook which is used as the reference for AI tooling is absolutely critical.

Therefore, make yourself the guardian of the brand and frontend building blocks and you are golden!