Live data from Hacker News

Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

macrumors.com

451–460 of 467 posts

Re: Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

#451

Earlier quoted context omitted.

Similar for me, caved in and bought a M2. It's great and all, gotta say though, not entirely happy with how unbearable the 2019 intel mbp has become. Yeah, it struggles with YouTube videos and fans are spinning in vacuum cleaner mode. But it didn't in 2019. I feel OS and software updates ruined it. Not what I expect after only about 3 years of use. (obviously it wasn't cheap either) Oh well, still gave Apple my money…

What browser are you running? My 2017 Mac runs 4k YouTube videos without a glitch in Safari.

I should have articulated that differently. What I meant to say was that the mac I had prior to my first Retina MBP (2013) couldn't run 1080p YT videos well. That model was a 2009 13", if memory serves. So I was just comparing the two transitional periods, whereby my Intel mac feels almost as limited as that 2009 machine did.

Re: Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

#452
post #240

Earlier quoted context omitted.

> Apple's iTunes prices were low enough that it became simpler just to buy stuff legally than pirate it. I think this is why Spotify/Netflix are so successful. Streaming a good amount of content for a reasonable price is more convenient + less time wasted (+ less stress and moral implications) compared to pirating. I used to pirate music/videos all the time and the moment those services were available I stopped becau…

100%. I stopped pirating altogether for a few years because everything I needed was conveniently available, at a low price. I've told multiple people that if anime had a netflix equivalent with nice UX, I would happily pay for it. Sadly now I feel like the UX and recommendation system of netflix/disney/hulu/etc. is genuinely worse than just pirating. I still pay for spotify though, its feature full, fairly cheap, and…

>delivers all the songs in the world

If only it were so.

Re: Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

#453

Earlier quoted context omitted.

100%. I stopped pirating altogether for a few years because everything I needed was conveniently available, at a low price. I've told multiple people that if anime had a netflix equivalent with nice UX, I would happily pay for it. Sadly now I feel like the UX and recommendation system of netflix/disney/hulu/etc. is genuinely worse than just pirating. I still pay for spotify though, its feature full, fairly cheap, and…

>delivers all the songs in the world If only it were so.

Anything you have thats missing on spotify? For me one of the killer features of spotify is the ability to view and integrate songs on local/NAS storage into playlists, the few foreign tracks I had ripped worked just fine

Re: Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

#454

Earlier quoted context omitted.

Can we stop the hyperboling? The amount of multitasking we can do on consumer computers today is nowhere close what is what possible only 10 years ago. About text editors... you can use blazing fast editors if you want like cli-base ones, notepad++ or sublimetext... If devs are not using those to code anymore there may be reasons, right?

The new Notepad on Windows struggles to open files just a few hundred MB in size and visibly stutters and freezes when doing not much on a high end gaming PC. It is apparently an iron law of the Universe that all available computing power must be wasted .

I'd say that's _because_ it's an old app that hasn't been rewritten ground up to take advantage of modern hardware resources.

Re: Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

#455

Earlier quoted context omitted.

For the first year or so, the experience of using these 3nm machines will be unparalleled. Then after most devs switched to using M3 Macs, app performance will regress back to the baseline, making everything slow on M1/M2 machines, and basically unusable on Intel Macs. Paraphrasing the old saying: "What TSMC giveth, Electron taketh"

I know this is a joke but I’ve heard many variations and - how does Electron taketh? Is the codebase getting de-optimized with time? Is it badly architectures extensions? Is the JS runtime becoming slower?

I think it's proliferation as well. If I look at what I'm using day to day: VSCode, Postman, Slack, Teams, Spotify are usually all open; they're all Electron.

People definitely don't optimise their Electron apps as well as they could for time reasons, normally not too bad if you're running 1 Electron app, but if you're running several then it becomes more obvious.

Tbh it's a old/new software design principle I guess. We all hear the stories of some 386 machine in the basement running some fortran program that hasn't been touched in years; whereas modern JS-based codebases are expected to be constantly updated. I've worked in JS my whole career & it's very rare to see a project that's one & done like software used to be.

Maybe old software did get updated, but in long release cycles, version 1, 1.1 etc. Now JS-based software is updated (sometimes) every day!

Re: Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

#456
post #450
post #407

Earlier quoted context omitted.

> most people just don’t care about at all as long as it’s fast enough People care about speed. Even non-technical people. Every non-technical person I know that has bought a new computer even though they already had one was because of performance. People care about performance so much that they are replacing their whole device! That costs a significant amount of money and comes with a real hassle of transferring the…

What can’t you get Sublime to do that VSCode can? I’m intrigued because I went the other way from VSCode to Sublime

An example of a feature I use very frequently would be find in files. Sublime does sort of have this, but the ergonomics are worlds apart.

In VSCode the search gets refined as I type, the results are in a sidepanel and clicking on a result will change the main editor's view to that location in that file.

In Sublime I have to first define which files are even subject to the search. There are options to add folders or to search all currently open files, however a bizarre omission of searching all the files in the currently open project, which is what I almost always want and how VSCode works by default.

Then I have to type out the search term, which is sometimes needlessly precise - because in VSCode thanks to the incremental search I sometimes already see that there are no results or just a few results when I've typed in only a small prefix of what I was going to.

Once the search is done, in Sublime the results are opened as a pseudo-file in a new tab and clicking on a result switches away to a different file tab. It works, sure, but it's very inconvenient for cases where I want to quickly click through a bunch of resulting files to see which is the one I actually wanted. Lots of switching back-and-forth between file tabs, as opposed to VSCode where it's all done in a single view context with the results always visible in the sidepanel. This is especially annoying in Sublime when a search result is in a file that I already have open but is very far from the search result pseudo-file tab. This means that to get back to the search results I can't even just switch the file tab, I need to first scroll through the open files tabs to even find the pseudo-file.

So in short, I guess I would describe Sublime's search as a sort of middle point between using grep and VSCode. It's serviceable, but annoying and wastes my time.

Re: Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

#457

Earlier quoted context omitted.

As an embedded developer I'm always surprised that physicists and engineers spend decades pushing the limits of physics, for software devs to come along and make text editors no faster than they were on Windows 3.1

Can we stop the hyperboling? The amount of multitasking we can do on consumer computers today is nowhere close what is what possible only 10 years ago. About text editors... you can use blazing fast editors if you want like cli-base ones, notepad++ or sublimetext... If devs are not using those to code anymore there may be reasons, right?

Typing in Obsidian is often excruciatingly slow. It is an electron app.

Typing in Sublime Text is always fast. Except for the first line which is the title of the tab. After that, it is fast.

I often switch to ST to type, then copy and paste to the slow app.

It's kinda nuts.

Re: Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

#458

Earlier quoted context omitted.

For the first year or so, the experience of using these 3nm machines will be unparalleled. Then after most devs switched to using M3 Macs, app performance will regress back to the baseline, making everything slow on M1/M2 machines, and basically unusable on Intel Macs. Paraphrasing the old saying: "What TSMC giveth, Electron taketh"

> Then after most devs switched to using M3 Macs, app performance will regress back to the baseline, making everything slow on M1/M2 machines, and basically unusable on Intel Macs. This is one of those HN comments that has me feeling like I live in a different world than the commenter. What Electron apps are you using that are really that slow? I use several of the popular Electron and CEF apps on a daily basis and e…

Obsidian.

Re: Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

#459
post #366

Earlier quoted context omitted.

It's not just about the resolution, it's about physical area. My plan is to buy a 65" or 75" 8k TV and use it as computer monitor. I'll have a screen that is as big as my desk. A display of that size will allow me to have my IDE, source control, terminals, log files, the app that I'm developing, my email, the CI dashboard all visible at the same time. Of course I'll mainly use the bottom center of the huge display, b…

What you want is a curved ultrawide monitor like the Samsung Odyssey G9. I have one of them (49"). The curve is critical, because it allows the entire surface of the monitor to be basically the same distance from your eyes... meaning you can just glance to the side to use that app you placed in the corner. I have good vision but even for me a non-curved 49" ultrawide is unpleasant to use because the edges and corners…

Ultrawide 1440p unbearable font rendering. No thank you.

Re: Apple orders entire supply of TSMC's 3nm chips for iPhone 15 Pro and M3 Macs

#460
post #456
post #450

Earlier quoted context omitted.

What can’t you get Sublime to do that VSCode can? I’m intrigued because I went the other way from VSCode to Sublime

An example of a feature I use very frequently would be find in files . Sublime does sort of have this, but the ergonomics are worlds apart. In VSCode the search gets refined as I type, the results are in a sidepanel and clicking on a result will change the main editor's view to that location in that file. In Sublime I have to first define which files are even subject to the search. There are options to add folders or…

> In Sublime I have to first define which files are even subject to the search. There are options to add folders or to search all currently open files, however a bizarre omission of searching all the files in the currently open project, which is what I almost always want and how VSCode works by default.

Sublime 100% does this because I use it everyday. You just have to use command + shift + f, type whatever you want and hit enter and it will search all files in the open project by default. Only time it won't do this is if there's something in the "where" input from a previous search.

I find the VSCode search results packed in like sardines and like the greater amount of context you with Sublime tab which generally means I get to find what I'm looking for without having to click through to check. I've got a keyboard shortcut set to jump between the entries which makes it feel a bit snappier to cycle through results as well. All personal preference at the end of the day though.

Post reply on HN