So binary sizes are going to double?
>> So binary sizes are going to double? If you're already supporting 2 arch it will only increase by 50 percent to support a 3rd ;-)
Apple's M4 has reportedly adopted the ARMv9 architecture
111–120 of 250 posts
Re: Apple's M4 has reportedly adopted the ARMv9 architecture
#112Earlier quoted context omitted.
Every character you type results in some sort of hit to their telemetry server. It will include the actual letter you typed, if you or your org are not configured to be in EU. With their EU configuration option (pulled from server every launch) it will only report the fact that you typed _something_. Now if that's not fun enough, their telemetry also covers mouse movements. Go ahead and watch your CPU as you spin you…
Your description is so absurd that I can't tell if it's real or a satire. Please tell me this is a satire piece...
Re: Apple's M4 has reportedly adopted the ARMv9 architecture
#113Earlier quoted context omitted.
I’m in the EU and should have the EU configuration. The problem mainly occurs when I mention someone in a reply to a thread. Once I type @ the text input just slows down so much I can type much faster than it can render the text.
It's still going through the same telemetry action, it just omits the actual character you typed. And yes, it is character by character. That collection (eg, the timestamp you hit the character, channel/person it was to, etc) is the inefficiency causing your typing to slow. If it was a straight text box that they polled contents of _occasionally_ or after you hit 'send', it would be a much better user experience.
Re: Apple's M4 has reportedly adopted the ARMv9 architecture
#114Earlier quoted context omitted.
async is still difficult. There is no getting around data synchronization issues. either you need to spend a lot of time in design or will get constant problems with things like not having a mutex when you should, mutex deadlock, holding a mutex too long, locking/unlocking too often. I haven't done async JS, but I've done enough async elsewhere to know that language cannot work around bad design.
I thought this was mostly/fully solved with CRDTs?
Re: Apple's M4 has reportedly adopted the ARMv9 architecture
#115So binary sizes are going to double?
>> So binary sizes are going to double? If you're already supporting 2 arch it will only increase by 50 percent to support a 3rd ;-)
Re: Apple's M4 has reportedly adopted the ARMv9 architecture
#116The most incredible thing about the new iPads is that even with the crazy fast M4 chip MS Teams manages to crawl to a halt. Clearly it takes all the engineering skills of the largest and most valuable software company in the world to make text entry go at about 1 fps on a chip as powerful as the M4.
LOL, you wanna try it on my ~2 generations old Core i5 corporate laptop. Sometimes, the first steps of drawing the calendar view are roughly the same speed as me drawing it in Paint. Maybe someone should normalise giving developers crappy laptops to develop on. (Has anyone done a deep dive into Teams to explain what on earth is going on? I mean, if VSCode can be fast despite its underlying architecture, surely someth…
Some days it makes me extra motivated to make the code I write fast and efficient; other days I want to give up entirely.
Re: Apple's M4 has reportedly adopted the ARMv9 architecture
#117Earlier quoted context omitted.
LOL, you wanna try it on my ~2 generations old Core i5 corporate laptop. Sometimes, the first steps of drawing the calendar view are roughly the same speed as me drawing it in Paint. Maybe someone should normalise giving developers crappy laptops to develop on. (Has anyone done a deep dive into Teams to explain what on earth is going on? I mean, if VSCode can be fast despite its underlying architecture, surely someth…
Do companies using Teams have a choice of using something else or are their C*Os and IT departments married with Microsoft? If the latter, they'll use whatever Microsoft throws at them, even if it doesn't work.
Re: Apple's M4 has reportedly adopted the ARMv9 architecture
#118Hmm, I was thinking of buying an M3 Pro 16” this summer, but maybe I should wait then
Apple’s tempo is so regular that this has been a problem my entire adult life. I’ll buy a little later. I’ll buy a little later!
Re: Apple's M4 has reportedly adopted the ARMv9 architecture
#119Hmm, I was thinking of buying an M3 Pro 16” this summer, but maybe I should wait then
Actually probably the best thing to do is wait until the M4 machines launch then bag a good deal on a clearance M3.
Re: Apple's M4 has reportedly adopted the ARMv9 architecture
#120The most incredible thing about the new iPads is that even with the crazy fast M4 chip MS Teams manages to crawl to a halt. Clearly it takes all the engineering skills of the largest and most valuable software company in the world to make text entry go at about 1 fps on a chip as powerful as the M4.
Every character you type results in some sort of hit to their telemetry server. It will include the actual letter you typed, if you or your org are not configured to be in EU. With their EU configuration option (pulled from server every launch) it will only report the fact that you typed _something_. Now if that's not fun enough, their telemetry also covers mouse movements. Go ahead and watch your CPU as you spin you…