Readit News logoReadit News
ozim commented on Teenagers no longer answer the phone: Is it a lack of manners or a new trend?   phys.org/news/2025-08-tee... · Posted by u/PaulHoule
blinded · 19 hours ago
I don't think its just teenagers. Unless I know the number or am expecting a call, I don't pickup either. Too many scam calls or sales calls.
ozim · 17 hours ago
Have the same, unless I am expecting a call or it is known number I am not picking up.

It kind of extends to my house as well, like I have intercom disconnected most of times and I connect it back when I expect visitors or delivery.

I was a teenager like 20 years ago.

ozim commented on Florida lawmaker floats ban on HOAs amid growing backlash   tampabay28.com/news/state... · Posted by u/bilsbie
afavour · 2 days ago
Agreed. The logical answer here is to limit the things HOAs can and cannot do rather than ban them outright. But that doesn't make for a good headline.
ozim · 2 days ago
Logical answer is to get reasonable people to vote when HOA is having vote.

Don’t let Karen and her buddies run the meetings.

People nagging about HOA seems like are not owners or not knowing how HOA works o r supposed to work.

ozim commented on Code review can be better   tigerbeetle.com/blog/2025... · Posted by u/sealeck
gabrielpoca118 · 3 days ago
ok you lost me then xD I was trying to understand what you meant by it not being engineering most of the time.
ozim · 3 days ago
I will add this link once more.

This is the talk on real software engineering: https://www.youtube.com/watch?v=RhdlBHHimeM

ozim commented on Code review can be better   tigerbeetle.com/blog/2025... · Posted by u/sealeck
closewith · 3 days ago
In fact, every definition of engineering used by professionals includes explicitly taking responsibility, including in law in many countries.
ozim · 3 days ago
I will add this link once more.

This is the talk on real software engineering: https://www.youtube.com/watch?v=RhdlBHHimeM

ozim commented on Code review can be better   tigerbeetle.com/blog/2025... · Posted by u/sealeck
motorest · 3 days ago
> Writing code is the design phase.

No, it really isn't. I don't know which amateur operation you've been involved with, but that is really not how things work in the real world.

In companies that are not entirely dysfunctional, each significant change to the system's involve a design phase, which often includes reviews from stakeholders and involved parties such as security reviews and data protection reviews. These tend to happen before any code is even written. This doesn't rule out spikes, but their role is to verify and validate requirements and approaches, and allow new requirements to emerge to provide feedback to the actual design process.

The only place where cowboy coding has a place is in small refactoring, features and code fixes.

ozim · 3 days ago
Operation that uses software developers not as code monkeys but actual business problem solvers that have also business knowledge.

Operation that delivers features instead of burning budget on discussions.

Operation that uses test/acceptance environments where you deploy and validate the design so people actually see the outcome.

Obviously you have to write down the requirements - but writing down requirements is not design phase.

Design starts with idea, is written down to couple sentences or paragraphs then turned into code and while it is still on test/acceptance it still is design phase. Once feature goes to production in a release "design phase" is done, implementation and changes are part of design and finding out issues, limitations.

ozim commented on Code review can be better   tigerbeetle.com/blog/2025... · Posted by u/sealeck
marcyb5st · 3 days ago
Googler, but opinions are my own.

I disagree. The design phase of a substantial change should be done beforehand with the help of a design doc. That forces you to put in writing (and in a way that is understandable by others) what you are envisioning. This exercise is really helpful in forcing you to think about alternatives, pitfalls, pros & cons, ... . This way, once stakeholders (your TL, other team members) agreed then the reviews related to that change become only code related (style, use this standard library function that does it, ... ) but the core idea is there.

ozim · 3 days ago
This is the talk I mentioned in my original comment:

https://www.youtube.com/watch?v=RhdlBHHimeM

ozim commented on Code review can be better   tigerbeetle.com/blog/2025... · Posted by u/sealeck
ozim · 3 days ago
It still is engineering you only mistake design phase.

Writing code is the design phase.

You don’t need design phase for doing design.

Will drop link to relevant video later.

ozim · 3 days ago
This is the talk on real software engineering:

https://www.youtube.com/watch?v=RhdlBHHimeM

ozim commented on Code review can be better   tigerbeetle.com/blog/2025... · Posted by u/sealeck
epolanski · 3 days ago
> and that isn't something I ever encountered in the wild (in any formal sense)

Because in the software engineering world there is very little engineering involved.

That being said, I also think that the industry is unwilling to accept the slowliness of the proper engineering process for various reasons, including non criticality of most software and the possibility to amend bugs and errors on the fly.

Other engineering fields enjoy no such luxuries, the bridge either holds the train or it doesn't, you either nailed the manufacturing plant or there's little room for fixing, the plane's engine either works or not

Different stakes and patching opportunities lend to different practices.

ozim · 3 days ago
It still is engineering you only mistake design phase.

Writing code is the design phase.

You don’t need design phase for doing design.

Will drop link to relevant video later.

ozim commented on 'Safety Today Is a Luxury,' Giorgetto Giugiaro Says After His Crash   jalopnik.com/1930930/gior... · Posted by u/rntn
byw · 6 days ago
Open Pilot essentially created an aftermarket advanced adaptive cruise control that works better than most brands outside of Tesla. They just can't sell it legally as a whole package, so you buy the hardware, but the software is open source.

The difficulty of modifying the body, is mostly a financial decision I think. The body is by-and-large optimized for assembly rather than repair and modifications - that's why body shops charge an arm and a leg.

> Crumple zones are model specific you can’t just change those without making new car.

Yep, and I think that's the problem. Cars should be designed in a way that you can make this kind of safety upgrades. There's little technical reason why with a more modular body and platform, the manufacturer can't design a new crumple zone for retrofit, run finite element analysis, and crash test it.

They may need to rethink fundamentally how mass-market cars are made, like using more fasteners instead of welding in the body and frame, or using plastic instead of sheet metal when they are not necessary, like for the body panels.

That old malfunctioning airbags should be able to be replaced easily.

But then it would incentivize the customers to keep their old cars instead of buying new ones.

ozim · 4 days ago
You either know a lot about designing cars or you know nothing about it.

My guess is you know nothing about it based on malfunctioning airbags that should be possible to be replaced easily.

Airbags are one action components so until they fire up you don’t have certainty. You might check electrical connections or replace them „just in case”. Yes airbags might not be good after 15 years and I don’t think anyone who is driving 15yo car has money or is willing to spend money on replacing them.

ozim commented on Copilot broke audit logs, but Microsoft won't tell customers   pistachioapp.com/blog/cop... · Posted by u/Sayrus
AdieuToLogic · 4 days ago
> In my opinion, using AI tools for programming at the moment, unless in a sandboxed environment and on a toy project, is just ludicrous.

Well put.

The fundamental flaw is in trying to employ nondeterministic content generation based on statistical relevance defined by an unknown training data set, which is what commercial LLM offerings are, in an effort to repeatably produce content satisfying a strict mathematical model (program source code).

ozim · 4 days ago
Sounds like we are in the end game for „move fast and break things”. Doesn’t feel like we can invent something that moves even faster and breaks more.

u/ozim

KarmaCake day6202June 13, 2012
About
You didn’t want to make things perfect. You just hated things the way they are.
View Original