

The apple third party App Store solution should be in a list under the title: Notable Examples in Malicious Compliance
The apple third party App Store solution should be in a list under the title: Notable Examples in Malicious Compliance
When has that stopped any tech or fake-tech company from making their IPO?
The IPO is where the Venture Capitalist get their paychecks. Is that or being acquired by some big tech like Google or Microsoft.
The current vc investments can not really be recouped with profits. They exist to make company valuation as big as possible before the IPO, so they can as much money as possible selling as much as the company as they can without losing control of the board.
The company will pump REVENUE just before the IPO to increase valuation, but the PROFIT right now is inconsequential in comparación with the total addressable market. It’s all pure speculation and a terrible way to make a sustainable business, but it’s the best way to get a lot of money for the VC and the founders.
Yeah, writing prompts it’s the long term goal, programming will be obsolete.
Nobody that can write a problem in a structured language, taking edge cases into account, will be able to write a prompt for a LLM.
Prompt writers will be the useful professionals, because NO big tech company is trying to make it obsolete making AI ubiquitous and transparent, aiming it to work for natural language requests made by normal users or simply from context clues. /s
Prompt engineering it’s the griftiest side of the latest AI summer. Look a who is selling the courses. The same people that sold crypto courses, metaverse courses, Amazon dropship store courses…
Vivaldi is a chrome derived browser. Using it entrenches Google power over the web.
The manifest v3 debacle, weird “standards” like the recent Web Environment Integrity and more are only posible because Google controls most of the web clients through Blink and V8. They can make or break standards thanks to the massive amount of Chrome and Chromium related browsers, like Vivaldi, Brave, Opera, Edge, etc.
So, glad you like Vivaldi, but you are not that far from google and are in fact an asset for their goals.
We need Firefox alive and well. If we lose it, Google will be THE web and will control it’s foreseeable future.
It’s not that huge of a userbase. Pinterest is bigger. Twitter just have a disproportionate amount of celebrities, politicians and journalists addicted to the instant feedback and drama.
Elon is hooked and high on his own supply, so he seems incapable of understand what Twitter actually IS for most users and that “ego boosting machine for the rich and famous” is not a business plan.
Enshitification implies a degree of planning and success that he seems incapable of right now. And you can’t jump to step three without achieving steps one and two. Never good for (most of) the users, never good for the advertisers. Nothing to squeeze.
I mean, it has gone to shit, but it doesn’t seem intentional. Even in the best of circumstances these changes would not be better for the bottom line than just doing nothing.
“Prompt Engenieer” is one of the funniest thinks that have happened in the recent history of the world.
“Learn to ask questions to a prediction algorithm and get rich! Is the work of the future! Software engineers and writers will lose their jobs, but asking questions is an evergreen field!”
Dude, if the algorithm only understand correctly formatted input is a parser. We have those.
This looks more like trining to make it run in a stolen raspberry pi in Elon’s basement than trining to extract value.
Let’s be real, there is no value left to extract.
I had a problem with my family account on Spotify and my options for asking for support were twitter dms or some meta stuff (Facebook dms?)
I was 🤏🏻 this close to cancel my account right there, but my partner still has social media accounts, so they solved it in my name.
Get a freaking email inbox…
I’m sorry but framework and library in this post are going to be used loosely, because even React, Vue, Angular, Svelte, etc devs use the terms loosely.
React is mostly a UI library like you would find in most native app development. Of them all them JS frameworks/libraries is one of the less opinionated and with less batteries included. By design it does not does everything. Most other frameworks do way more.
It lets you define custom components. The components can have properties that their parent component defines and internal state. If the state or the properties change the component gets redrawn (magically). There are some lifetime functionalities (things to do on first render for example) and performance improving stuff (memoization) but mostly that’s it.
All the other features you talk about are third party libraries or frameworks that can operate with react or are build on top of and cover the bases, like routing, fetching, caches, server side rendering, styling utility libraries, component libraries, animation libraries, global state management, etc.
The big difference with the vanilla way is that the approach is mostly declarative. The runtime takes charge of updating the DOM when your components state or properties change.
You take a big performance hit, and an even bigger bundle size one, but the speed of development and huge ecosystem of readymade solutions can be really important for some use cases.
Other frameworks take different approaches to solve the same problems:
Real time video and audio are a different beast to text. The only way forward for these is P2P, not federation.
Maybe some Matrix like protocol for chat rooms (call them Channels, Communities, Club Houses or something trendy if you want) that also setups a P2P audio room, and a P2P video sharing system.
No one can independently host and transfer the insane amounts of data discord moves, but P2P networks resources for serving data grow linearly with the amount of devices consuming data. And audio/video streaming can be ephemeral, no need to save 80tb of a streamer sleeping.
The thing is how are they going to use the piracy bogie man to make all this ilegal hahaha.
New favorite way to use lemmy.
Great design, feels responsive, works everywhere…
PWAs are great, and for 99% of use cases are more than enough. We need a fake App Store that “installs” PWAs in people devices in a transparent way.
Also let’s hope Apple is forced to open iOS to alternative rendering engines and complete full features browsers.
And for a final irony boost, the PWA thing is the “”””original”””” vision for smartphones, at least according to Steve Jobs during the original iPhone keynote. Full circle and stuff.
It’s super funny, but if you don’t try to use things as what they are not, the type coercion can’t hurt you.
But if you make a tradition of trying to add empty objects and numbers…
The great sin of JavaScript is gracefully (silently) failing when coders do silly things.
Not being intended as a joke makes it even funnier. I mean, the lack of awareness is amazing.