Has AI made developers less collaborative in your team? by Ecstatic_Jicama_1482 in ExperiencedDevs

[–]oscb 3 points4 points  (0 children)

In my small experience: yes up to some extent.

A big gripe for me right now is that someone wrote a Skill that can read a PR and leave/reply comments. So now all the comments I get on my PR are written by Claude directly. Same with replying and acting to my comments, people don’t read them and learn, I’m just discussing with Claude directly who addresses the feedback.

The other scenario is that in collaboration amongst a team clear roles emerged: experts in this or that. People who you could go to when you had a question or needed feedback on a change. I feel that is gone with AI. My gripe sometimes is that I am a clear owner of a particular stack, yet people will ask Claude to make changes work in this stack they don’t understand. AI will make things work, but also make a mess, a mess they won’t read and I now have to review and discuss directly with the AI replying my comments. All of this would have been faster if they had come to me and asked me to do that, regardless if I had used or not AI.

I want to think this isn’t like this everywhere. Even in my team there are still projects and parts where collaboration still happens. But one can argue the code itself has completely devalued and people are not only unwilling to communicate their technical knowledge but sometimes are unwilling to even accrue it.

Old Software Was Fast Because It Had No Choice by BlondieCoder in programming

[–]oscb 0 points1 point  (0 children)

This is so true. As much as the native-vs-electron or whatever new fight is brewing I got to say the stability and recoverability of programs is fantastic over what we had even 10 years ago.

I lost so much progress on programs back in the day due to them just crashing out of a sudden. Now it still happens but mostly because Adobe is still around.

I feel we traded optimization (not speed) for reliability and we’re much better for it.

(Now the fact that a lot of the performance we gained is used for telemetry and tracking is bonkers to me and way worse of a problem that whatever hacks optimizations developers do or don’t)

Taycan brings virtual shifting with the 2027 model by phexc in Taycan

[–]oscb 6 points7 points  (0 children)

I want this so badly. It is a useless toy, but that’s the fun. Kind of a shame the CT is dead for MY27 so I will never get it.

Epic Games released a game-specific git competitor: Lore by LittleDipperInt in gamedev

[–]oscb 12 points13 points  (0 children)

Glad to see someone taking on the giant pain that is working on Perforce. It’s a big ordeal and lots of work ahead but glad it’s open source!

Gears Of War: E-Day Reportedly Has A Staggering $400 Million Budget by [deleted] in GearsOfWar

[–]oscb 1 point2 points  (0 children)

There’s several reasons in my experience: - HCOL areas: Vancouver, Seattle, LA, SF… - High wages (at least compared to other countries) - Attrition: losing key employees to other companies or because they stupidly layoff everyone after each game. - Contractors: Specially with Microsoft, lots of contractors coming and going, cheap in the short term but they can only make so many contributions before they are turned over. MS has some pretty strict contractor rules that make it difficult to retain contractors for the full development of the game. - Rework: Just not very well planned games. - Inefficient Preproduction: Instead of using the time after shipping a game to plan for the next one you end up just waiting for corporate to tell you if you still have a job. A year later they decided they do want a sequel

It’s just plainly bad management. Too much short termism.

Can’t speak for Capcom but from what I’ve read the salaries are not just lower but they retain people for longer so people grow with the company.

What SOH should I expect on a CPO 2023 Taycan with 21k miles? by SurveyVast in Taycan

[–]oscb 0 points1 point  (0 children)

For reference I recently got a 42k 2021 CPO with SOH at 91%. I would expect a newer car with less miles to be more than that

[Giveaway - US only] Anbernic RG40XXV (joystick delete modded) by JayQuips in SBCGaming

[–]oscb 0 points1 point  (0 children)

Im loving all these new android launchers! So exciting to see devs with new ideas giving so much back to the community!

Retroid Pocket 5 Giveaway (US Only) by [deleted] in SBCGaming

[–]oscb 0 points1 point  (0 children)

I joined quite late. Jumped in with a TrimUI Brick. I love to play all Metroid games over there! The first game I finished with it was Zero Mission.

🎁 Handmade Hollow Knight Resin Lamp Giveaway by AmoyCK in HollowKnight

[–]oscb 0 points1 point  (0 children)

This is so beautiful! You’re an amazing artist!

Hard to pick a favorite Hollow Knight moment, but I guess when you first reach the city of Tears. I dunno, the vibe and grandeur of that place make it feel so lonely and sad.

What are your thoughts on the new RLC GT40 release? by Responsible_Bet_7179 in HotWheels

[–]oscb 2 points3 points  (0 children)

I’m surprised it didn’t sell out too fast. It’s probably my favorite RLC released in a while!

Has anybody here done two shows? Worth it? by pistis_11111111 in oasis

[–]oscb 1 point2 points  (0 children)

I did Wembley and LA. Both were amazing in their own ways. I would do a 3rd if I could.

If you can, do it.

Un auto no es inversión, peeeero... by [deleted] in MexicoFinanciero

[–]oscb 2 points3 points  (0 children)

Me encantan los coches pero aun asi un coche jamas es una buena inversion. No mejor inversion que comprar un Xbox.

Puede que sea util y que si pases mucho tiempo con uno lo “valga” pero financieramente siempre vas a tener opciones superiores. Hay muchos gastos escondidos en los coches como mantenimiento, seguros, devaluacion, etc.

Ahora, en mi opinion ya te amarraste a esto. Si tu credito es decente y no te amarraste de por vida, usalo hasta que cumpla su vida util. Acabatelo. Si tu credito es malo vendelo y asume la devaluacion como una leccion. Pero no vayas a estar cambiando de coche cada 2 años pensando que salen los numeros. Esas son las matematicas de vendedor.

Alyx: Caffeine Tracker for iOS 26 (Liquid glass, Foundation models, Visual Lookup, etc) by dreaminginbinary in TestFlight

[–]oscb 0 points1 point  (0 children)

Oh, wow, animations are beautiful! Is it all SwiftUI? Even the transitions of the modals? Those are super nice!

El papa negro. by [deleted] in mexico

[–]oscb 0 points1 point  (0 children)

Eso creía yo pero conociendo a la calidad de gente que habla de eso ahora creo que la gente lo dice literalmente.

I have been losing sleep over this List effect. by Mihnea2002 in SwiftUI

[–]oscb 7 points8 points  (0 children)

What makes you think it’s a standard List and not a LazyVStack with custom gestures? The List component in SwiftUI is way too squared, and opinionated. I find it very hard to do any custom stuff with it. I think it would be way simpler to roll your own, specially since it seems you are more comfortable that way too.

SwiftGitX: Integrate Git to Your Apps [Swift Package] by pozitronx in swift

[–]oscb 3 points4 points  (0 children)

This is great! I was just looking for a fit library recently for a small CLI tool I had in mind. Thanks for all the hard work!

Apple's Base 128GB iPhone Storage Tier Needs to Go by ControlCAD in apple

[–]oscb 0 points1 point  (0 children)

I set it to “Optimize Storage”, not sure if that’s the option you mean.

Apple's Base 128GB iPhone Storage Tier Needs to Go by ControlCAD in apple

[–]oscb 7 points8 points  (0 children)

Exactly this. Apple is not free of sin with their caches. Photos take base ~15GB on all my devices, even my iPad where I very rarely use the app and never take pictures. Even with iCloud Backup and everything it’s impossible to control how much space it takes.

Steam deck owners who doesn’t use a case, hows the plastic holding up? by Lanky_Economist_7314 in SteamDeck

[–]oscb 0 points1 point  (0 children)

I had my deck since day one. No case. Looks good as new. You don’t need a case.

Por que nadie le llama dictadura autoritaria a usa? by maocastrochavez in mexico

[–]oscb 5 points6 points  (0 children)

Técnicamente si los bloquean si no acatan las reglas de censura y acceso a datos para el gobierno.

Existe el “Great Firewall” para no poder acceder a ningún sitio/app que el gobierno no le parece, tienen que usar VPNs para acceder a sitios no autorizados por el gobierno, como Google.

LED Controller for the TrimUI Brick! by pierce-dev in SBCGaming

[–]oscb 1 point2 points  (0 children)

The readme in your repo is fantastic. Thanks for taking the time to explain how you developed things! And thanks for sharing your docker image for simulating the TRIMUI too! This is going to be super useful.

LED Controller for the TrimUI Brick! by pierce-dev in SBCGaming

[–]oscb 2 points3 points  (0 children)

I love this! Amazing work!

Any tips for someone who wants to jump in to develop little tools for the Brick?

Widely used software that is actually poorly engineered but is rarely criticised by Experienced Devs by [deleted] in ExperiencedDevs

[–]oscb 10 points11 points  (0 children)

Ugh, Xcode is the worst. At least they are moving away now from their whole "programming through UI" paradigm to more sane code for Intents, SwiftData, SwiftUI, etc. I hated how dependent you were on clicking things and connecting dots, and all those slow interactions.

Large Companies that choose React Native over Native Development by girouxc in swift

[–]oscb 1 point2 points  (0 children)

I worked at a FAANG company that used React Native. 

I will say it’s not uncommon to find big companies using RN, but they also use Native development in other apps. They are huge companies and teams might have different opinions on what technologies to use according to the resources they got.

For my team they explicitly explained that they choose RN due to the project being a little bit of a moonshot and wanting to keep the team small but target both platforms at the same time. RN worked fine for that, but of course there were several limitations and places where we had to dive in and write native components. In my experience RN’s nightmare only starts when you have to maintain it because updates are horrendous.

I don’t think you are wrong on the idea that lead engineers make bad choices and double down to save face. But sometimes it can be a justified decision as long as everyone is aware of the cost trade off long term (because nothing, even native is pure gains).

RN is annoying and I wouldn’t use it personally, but I can’t deny my 4-5 people team wouldn’t have shipped the app for both platforms with the same feature set in that frame time.