Earlier quoted context omitted.
Yes, the web was a mistake; as a distributed document reading platform it's a decent first attempt, but as an application platform it is miserable. I'm working on a colleague's vibe-coded app right now and it's just piles and piles of code to do something fairly simple; long builds and hundreds of dependencies... most of which are because HTML is shitty, doesn't have the GUI controls that people need built in, and al…
> Isn't it time to throw the browser away, stop abusing HTML to make applications, and design something fit for purpose? Not going to happen until gui frameworks are as comfortable and easy to set up and use as html. Entry barrier and ergonomics are among the biggest deciding factors of winning technologies.
Smartphone market forecast to decline this year due to memory shortage
221–230 of 341 posts
Re: Smartphone market forecast to decline this year due to memory shortage
#222Somehow, with 12GB of RAM, I can't get my iPhone 17 Pro to keep more than a few safari tabs open without having them refresh when I come back from an app or two, and it makes me want to throw my phone across the train (Where the internet often cuts out!). A lot of software has been squandering the massive hardware gains that have been made. I hope this changes when it becomes a lot harder to throw hardware at the pro…
That's almost a decade ago.
Phones RAM progression has stagnated for a LONG time, during that time I doubt that webpages have become lighter, so yeah I'm not surprised by what you are saying.
Re: Smartphone market forecast to decline this year due to memory shortage
#223Earlier quoted context omitted.
> The latest phone reviews have been eyebrow raising. It's eyebrow raising for me in other ways. I have a Pixel 9a and it's been quite good with really solid battery life. It's barely 6 months old and I got it new straight from Google. A few days ago I noticed the battery started to drain much faster than usual. I also noticed at the same time Google is pushing the 10a. Nothing changed on my end. I barely use the pho…
Probably just some broken code that got shipped. Battery life, RAM usage, Performance, all suffer immensely from being leaky abstractions instead of creating hard faults.
The entire point of his statement, is that the broken code is on purpose.
Re: Smartphone market forecast to decline this year due to memory shortage
#224Earlier quoted context omitted.
Upcoming Apple display mounted to wall or robot arm is rumored to have audio interface and new OS without 3rd-party apps, only "AI". Jony Ive at OpenAI is rumored to have smart speaker, pendant, pen and bone-conducting headset in the launch pipeline. Audio interfaces, no screens, Meta is selling millions of smart glasses, with Apple and others following. If the memory market was not distorted, home AI + agents + open…
I'd love a working bone conduction headset. Also a subvocalization to agent thingy that worked.
Re: Smartphone market forecast to decline this year due to memory shortage
#225Re: Smartphone market forecast to decline this year due to memory shortage
#226Earlier quoted context omitted.
> Isn't it time to throw the browser away, stop abusing HTML to make applications, and design something fit for purpose? Not going to happen until gui frameworks are as comfortable and easy to set up and use as html. Entry barrier and ergonomics are among the biggest deciding factors of winning technologies.
There are cross platform concerns as well. If the option is to build 3-4 separate apps in different languages and with different UI toolkits to support all the major devices and operating systems, or use the web and be 80% there in terms of basic functionality, and also have better branding, I think the choice is not surprising.
Re: Smartphone market forecast to decline this year due to memory shortage
#227Earlier quoted context omitted.
> Some AI audio pendants are always on. The Apple device is rumored to adapt its interface to the user based on facial recognition. Hmmm, so they traded always-on audio recording for always-on video recording. Not sure this is an improvement.
FaceID (3D) facial recognition would not need video recording.
Re: Smartphone market forecast to decline this year due to memory shortage
#228Earlier quoted context omitted.
YouTube will literally resume back to exactly where I was, then seemingly noticing that I switched back to it, go ahead and close the video I was watching . With all sorts of animations too, it's not just a case of having showed a cached screenshot. YouTube seems to intentionally forget where in a video I was, often after having been paused in the background for only a minute or two. Why??
See if turning off your ad blocker makes a difference. I've noticed that sometimes YouTube has parts of the site the apparently can look to ad blockers like they are part of an ad (maybe intentionally to annoy people with ad blockers?).
Re: Smartphone market forecast to decline this year due to memory shortage
#229Earlier quoted context omitted.
> You can remove 3rd party spyware/bloat in 15 minutes with Shizuka/canto These techniques seem not to be widely known. A kagi search turned up only information about some singer.
Shizuku not shuzuka https://github.com/RikkaApps/Shizuku And canto not canta (search the play store). My apologies, I got both last letters wrong!
Seems far easier to just use ADB. Especially rather than trusting a codebase you don't know, and an app you don't know.
I also find it better to use ADB, list all apps installed, remove what I personally choose, instead of a list by others.
It's fairly easy:
adb shell pm uninstall --user 0 com.google.android.youtube # Youtube
adb shell pm uninstall --user 0 com.google.android.partnersetup # Google Partner Setup (Some kind of inter-app sync service)
(I have a list of about 100 apps I do this with, on mainline android phones)It's the best you'll typically get. It's deactivated, but still in the ROM of course.
Re: Smartphone market forecast to decline this year due to memory shortage
#230Somehow, with 12GB of RAM, I can't get my iPhone 17 Pro to keep more than a few safari tabs open without having them refresh when I come back from an app or two, and it makes me want to throw my phone across the train (Where the internet often cuts out!). A lot of software has been squandering the massive hardware gains that have been made. I hope this changes when it becomes a lot harder to throw hardware at the pro…