IreneW
About
- Username
- IreneW
- Joined
- Visits
- 75
- Last Active
- Roles
- member
- Points
- 786
- Badges
- 1
- Posts
- 319
Reactions
-
Green texts in iMessages nudge teens to use iPhones
williamlondon said:"As long as Apple fails to recognize new messaging standards,"
I just tried to pint out that it is currently impossible to have a proper cross-platform group chat, without using third-party apps. -
Green texts in iMessages nudge teens to use iPhones
genovelle said:avon b7 said:I'd say the opposite is possibly true in the EU. For years Messages has been a rarely used option as far as I can tell while WhatsApp has been a must use for almost every person I know.
My wife has never ever used Messages for IM. I only know one person that still uses sms for regular messages and that's on Android.
I use WhatsApp, Telegram, Viber and Signal.
Every now and then I see waves of people appearing as new users on Telegram but I'd say WhatsApp is still the IM client that reigns supreme here. -
Reddit breaks down the math on how the new MacBook Pro saves them money
Detnator said:IreneW said:sflocal said:IreneW said:Well, let's just say that if their engineers are spending 45 minutes per day, just waiting far a compilation to finish, doing nothing else, they are doing it wrong.
Even if they cut that in half.Cutting down compile times like that is huge.
My IDE tells me in real time if there are any syntactical errors or obvious logical problems in my code. The build server under my desk continuously builds, lints and checks, including all unit tests, even before i even think about committing anything. The build farm in our server room does the heavy lifting of rebuilding Yocto and target images.
When a build, for some reason, breaks my workflow there are always closely related tasks to do, like adding unit tests, requirement linking or writing docs.
However your compiling is being done, each compile is still an event, even if it's 2700 one second compiles per day (one of many possible numerical interpretations of "continuous"). And you can't claim you don't spend any of those seconds either monitoring or assessing the result of the compiling.
Still... instead of using one computer (like these guys you're criticizing) to handle your development, you have two... plus a build farm. Got it.
But, please, do not claim a decent engineer waste time waiting for a compiler to do its work!
The original article sounds more like it is describing a code factory, measuring productivity in LoC per hour, and believing 75-80% of the time should be spent hacking away on the keyboard. While that has been a popular view, at least in some parts af the industry, the success rate has been low (and, when it has worked, mainly attributed to low cost offshoring, allowing a brute force approach).
The most valuable developer time is the time spent thinking. -
Reddit breaks down the math on how the new MacBook Pro saves them money
sflocal said:IreneW said:Well, let's just say that if their engineers are spending 45 minutes per day, just waiting far a compilation to finish, doing nothing else, they are doing it wrong.
Even if they cut that in half.Cutting down compile times like that is huge.
My IDE tells me in real time if there are any syntactical errors or obvious logical problems in my code. The build server under my desk continuously builds, lints and checks, including all unit tests, even before i even think about committing anything. The build farm in our server room does the heavy lifting of rebuilding Yocto and target images.
When a build, for some reason, breaks my workflow there are always closely related tasks to do, like adding unit tests, requirement linking or writing docs. -
Reddit breaks down the math on how the new MacBook Pro saves them money
muthuk_vanalingam said:IreneW said:willett said:A real-world example of 45 minutes waiting for builds cut in half, translated to a 3 month payback on buying a new M1 laptop. That’s powerful validation of the SoC and system engineering that went into this machine.
Even if they cut that in half.
Retention saves a lot of mone.Developers idling while compiling, not so much. Sounds more like code monkeys in a factory.