Search

Items tagged with: apple


I should have stayed om 17. In my case anyway, probably because I’m using an older iPhone SE, the typing on this has decreased dramatically. There’s a very noticeable delay from when I type the keys to it actually transmitting. Not sure if anyone else is having this issue, but it’s prevented me from using my phone without a Bluetooth keyboard, and I can’t express how frustrating this is. #Apple


I read the latest #Apple event news with extreme, well, just boredom. Partially because I kept thinking, where's the small phone? I don't need a giant screen. Give me a small phone, a phone that will actually fit in my tiny pocket. I'm blind. I don't need a large screen. I am somewhat excited for the update today though. I might just send in my old SE for a battery replacement and a possible screen repair and call it another 5 years.


Do you want to build apps for Apple platforms?
Do you want to see your own app published in the App Store?
We are offering an Apple App Development Class where you will learn step by step how to create apps for Apple devices. Recordings will be available for those who cannot attend live.
Can we get 100 students to join?
The class starts on September 25 at 7:00 PM Central.
Join here: classroom.google.com/c/Nzg3MTA…
#AppDevelopment #Apple #iOSDevelopment #Swift #LearnToCode #OnlineClass #AppStore


🤯 Instagram is testing new iOS push notifications that include a profile photo. Each time the notification is shown on your screen, it triggers a GET request to fetch that image, letting Meta track every on-screen impression.

The app still misuses push notifications to send detailed device analytics about the device (uptime, battery, volume, locale, timezone, memory, CPU, etc.)

#privacy #infosec #privacymatters #Apple #iOS #meta
More 👇🧵



I can’t believe how easy it is to switch to @Tutanota and its excellent apps. I’ve been frustrated by how most alternatives to Apple Mail and Apple Calendar fall short. But Tuta Mail and Calendar work so well — including with my own domains. ⭐️⭐️⭐️⭐️⭐️ #email #calendar #ios #macos #apple #EUAlternatives


Live Translation with AirPods is not going to be available in the EU. This means that it doesn't use on-device AI model and the microphones forward everything to remote servers 🤯

UPDATE: Before this post goes out of control. The DMA can also be a reason why this feature is not available in the EU:

infosec.exchange/@hacksilon/11…

#Apple #privacy #infosec


Poll: How many screens do you work with? 🖥️

Vote + Boost 🔁 = ❤️

(Feel free to reply with how this setup helps you 👇)

#Linux #Arch #LinuxMint #Fedora #Debian #Ubuntu #Desktop #FOSS #Privacy #Security #OpenSource #Microsoft #Windows #TechNews #CyberSecurity #Tech #Technology #Apple #OS #iOS #MacOS #OperatingSystem #Monitor #Monitors #Screen #Screens #TV #OLED #2k #4k #HD #Job #Work #Productivity #Multitasking #Dev #DevOps #Development #Developers #DevLife #SysAdmin #TechCommunity

  • 🧍 Just 1 screen (0 votes)
  • 🧑‍💻 Dual setup (2) (0 votes)
  • 🧠 Triple or more (0 votes)
Poll end: 1 week ago


New #Apple #Mac bug! Headphones are not recognised and you have to restart the Mac if you encountered the issue. My M1 doesn't seem to have this issue, but the work one does. Work around is to use USB C headphones. They're a different device altogether.


Re last: I absolutely agree, but doesn't #Apple do the same all this time? #Google #Android


To elaborate on my hostility against WebKit: WebKit does nothing but get in my way whenever I work on literally any website.

When I rewrote nouveau's website in late 2023, it worked perfectly fine on Firefox (Gecko) and Chromium (Blink), but was broken on Epiphany/Safari (WebKit). The logo, which is an SVG, would not adapt to dark style, because, to this day, WebKit still does not support prefers-color-scheme in SVGs. So, as a workaround, instead of having one SVG file for both color schemes, we have one SVG file for light style, and one for dark style. Edit: This feature is currently considered nonstandard and is only written as a draft. WebKit behaves appropriately, see: estradiol.city/@ity/1150068605…

Another example: On my website, some elements are intentionally made to be unselectable using user-select: none;, such as the command-line decoration and the “Table of Contents” text, but on WebKit, these elements continue to be selectable because it does not properly support the user-select property. And no, using the vendor prefix is completely unacceptable, especially considering that it behaves differently.

Lastly, WebKit does not yet fully support the ::marker pseudo-element. This means, in my articles, numbered list items in the table of contents are completely wrong and don't represent the same numbers as headings.

Apple has consistently proved that they don't care about WebKit, because otherwise browsers like Safari and Epiphany would have worked as well as they do on Firefox and Chromium. There's absolutely no reason to force WebKit onto iOS and iPadOS if they're not even willing to invest in WebKit. Likewise, Apple employees working on WebKit should really stop calling themselves “WebKit evangelists” if their inferior engine regularly gets in developers’ way. So yes, WebKit sucks, and this is 100% on Apple. I don't care about being harsh. Apple is a multi-trillion dollar company, most of which came from exploiting people. The least they can do is invest in their projects.

For clarity, my hostility towards WebKit is purely targeted at Apple's lack of involvement with WebKit, not the browsers using it.

#WebKit #Apple #iOS #iPadOS #WebDev #Web #Safari


That's not normative, that's descriptive of Firefox & Chromium behavior (the purpose of mdn is to be descriptive rather than normative, unlike the specifications themselves)

MDN even warns that "Respects color-scheme inherited from parent" is "non-standard" and to "Expect poor cross-browser support"

The feature itself is listed as "Full support" for Safari/WebKit on that site.

The feature is also considered "unfinished" by W3C, and W3C in the specification warns that

Information about a user can be used as an active fingerprinting vector. Analysis of impact pending, more information to be provided before spec is published.
User agents and developers implementing this specification need to be aware of this vector and take it into consideration when deciding whether to use the feature. Specifically prefers-reduced-motion, prefers-color-scheme and prefers-reduced-data are currently of concern for exploitation.


W3C further comments on the specific feature that

[css-mediaqueries] Should prefers-color-scheme in SVG images be context-dependent?
RESOLVED: Have prefered-color-scheme reflect 'color-scheme' on the embedding element in the embedding document, to the extent acceptable from security standpoint (pending security review)


There seems to be a draft asking for it in "Secure Animated mode" -> github.com/w3c/csswg-drafts/co…

Which has not made it to the current latest Working Draft of MQ5 (w3.org/TR/mediaqueries-5/), and is only available in the Editor's Draft (drafts.csswg.org/mediaqueries-…)

MQ5 itself is not finalized and is very much experimental.

This has been okayed into being merged into WebKit at 2022 by one of the WebKit maintainers github.com/w3c/csswg-drafts/is…

I have no idea what policy WebKit has for standards, but the only standard it seems to violate is one that begins with this statement:

This is a public copy of the editors’ draft. It is provided for discussion only and may change at any moment. Its publication here does not imply endorsement of its contents by W3C. Don’t cite this document other than as work in progress.


So while it is certainly dumb that it has not been fixed yet, it feels a bit of a stretch to call it a violation of web standards, imo.

I wonder how difficult it is to fix, I've been meaning to try to get into WebKit stuff :neobot_think:



#Apple created a 24k gold and glass statue for Donald Trump, featuring a unique piece of glass crafted by iPhone glass manufacturer Corning. Tim Cook personally presented it as a gift to Trump.
The piece is a large glass disc with the Apple logo cut into it. Trump’s name is printed on the top, while the bottom bears what appears to be Cook’s signature, along with the inscription “Made in USA” and the year 2025.

theverge.com/news/737757/apple…


If I recall my last business ethics and compliance training at #Apple correctly there was something about corruption and not giving gifts to government officials, not even in countries where it’s „customary“ or „necessary“ to do so to do business…

theverge.com/news/737757/apple…



Dear apple.
Please comply with the EU so I can continue to use your amazing products and serveces, and not be forced to switch to inferior products and services from companies like google and microsoft.
#accessibility #apple #android #blind #google #microsoft #windows


People continue to think about #AI in terms of #2010s computing, which is part of the reason everyone gets it wrong whether they're #antiAI or #tech bros.

Look, we had 8GB of #ram as the standard for a decade. The standard was set in 2014, and in 2015 #AlphaGo beat a human at #Go.

Why? Because, #hardware lags #software - in #economic terms: supply follows demand, but demand can not create its own supply.

It takes 3 years for a new chip to go through the #technological readiness levels and be released.

It takes 5 years for a new #chip architecture. E.g. the #Zen architecture was conceived in 2012, and released in 2017.

It takes 10 years for a new type of technology, like a #GPU.

Now, AlphaGo needed a lot of RAM, so how did it stagnate for a decade after doubling every two years before that?

In 2007 the #Iphone was released. #Computers were all becoming smaller, #energy #efficiency was becoming paramount, and everything was moving to the #cloud.

In 2017, most people used their computer for a few applications and a web browser. But also in 2017, companies were starting to build #technology for AI, as it was becoming increasingly important.

Five years after that, we're in the #pandemic lockdowns, and people are buying more powerful computers, we have #LLM, and companies are beginning to jack up the const of cloud services.

#Apple releases chips with large amounts of unified #memory, #ChatGPT starts to break the internet, and in 2025, GPU growth continues to outpace CPU growth, and in 2025 you have a competitor to Apple's unified memory.

The era of cloud computing and surfing the #web is dead.

The hype of multi-trillion parameter #LLMs making #AGI is a fantasy. There isn't enough power to do that, there aren't enough chips, it's already too expensive.

What _is_ coming is AI tech performing well and running locally without the cloud. AI Tech is _not_ just chatbots and #aiart. It's going to change what you can do with your #computer.


Want to hear how my Apple Watch didn’t call emergency services when I cracked my nose on the concrete? Maybe you’d like to hear how we cracked the code on recording the Remote Incident Manager, or learn about Guided Hands for those with fine motor control issues, or learn the latest in Security Bits from @bart. We’ve got it all!

podfeet.com/blog/2025/06/nc-10…

#Apple


Eagle-eyed product developer @parkerortolani spotted something in Apple's WWDC 2025 presentation: Mastodon. During designer Billy Sorrentino's section on visual intelligence, there's a clear shot of @ivory. "It was clearly both a way to subtly show developers what they can do with their own apps, but also read as a sort of endorsement of Mastodon as a social platform," Ortolani writes on his blog. "Apple didn’t show Bluesky, Threads, or X. They chose to show a third-party Mastodon client."

flip.it/WaNDJK

#Tech #Technology #Mastodon #Ivory #ActivityPub #Fediverse #Apple #WWDC


Just discovered I can't delete siri voices on Mac. WTF, Apple? Come on, ducking audio while in calls, now not being able to delete siri voices? Fix your stuff. #Apple



🚨BREAKING: #Fortnite is coming to US App Store any day now!

US judge said #Apple “outright lied” to steal from app developers & increase prices for users - all to uphold its greedy #monopoly.

But the days for FEES on web transactions are finally gone.

Fortnite was submitted to the US App Store yesterday - so it now lies with Apple to publish it quickly: x.com/TutaPrivacy/status/19212…

Read the whole story: 👉 tuta.com/blog/apple-us-antitru…


Uncover the untold story of Apple VoiceOver! Join us as we reveal fascinating insights and genius ideas behind this groundbreaking technology. Despite valid criticisms, we acknowledge Apple's transformative impact on the industry. Discover the real story today! youtube.com/watch?v=5tLSycbey6…

#AppleVoiceOver #Accessibility #TechHistory #Innovation #BehindTheScenes #TechInterview #Apple #Technology #Inspiration #DesignThinking



My recommendation would be to not withdraw your #DMA complaint until after #Apple has actually implemented this.


Update: Within hours after a #Reuters journalist got in touch with Apple, the Apple team got back to us.

Good news: You will soon be able to select #Tuta Mail as your default email app on #iOS.

Bad news: #Apple will get away with ignoring our request for weeks without any consequence.

mastodon.social/@Tutanota/1142…


🚨 Breaking: Tuta has submitted a DMA complaint against Apple

All we want is that our users can choose Tuta Mail as their default mail app on iOS.

Dear #Apple please get in touch!

👉 Full story: tuta.com/blog/dma-complaint-ap…





"Google refuses to deny it received encryption order from UK government"

The UK’s encryption-breaking order for a backdoor into iCloud isn’t a one-off.

The secret hearing happening RIGHT NOW is bigger than just Apple. If the government wins, our right to privacy and security falls.

Other services will be hit.

therecord.media/google-refuses…

Sign our petition ➡️ you.38degrees.org.uk/petitions…

#e2ee #encryption #apple #google #privacy #security #cybersecurity #ukpol #ukpolitics #tech


📣 Break the silence: Save encryption!

The UK government wants to be able to access anything, anywhere, any time — from your pics to your docs.

It begins with Apple. Other services will be next. That's why we must take a stand NOW!

Sign and share our petition ⬇️

you.38degrees.org.uk/petitions…

#encryption #e2ee #Apple #privacy #security #cybersecurity #ukpolitics #ukpol #icloud #tech


The message is clear across the political divide: let's hear it!

The UK government should argue in open court why they want to make us less secure by ordering a backdoor into Apple encryption.

A secret Tribunal would be an affront to the privacy and security issues at stake. It must be held in public.

Read the joint letter from ORG, Big Brother Watch and Index on Censorship ⬇️

openrightsgroup.org/press-rele…

#Apple #encryption #e2ee #privacy #security #cybersecurity #ukpol #ukpolitics #tech


Bipartisan US Congress Members want the secrecy around the UK's encryption-breaking order to be lifted.

"It is imperative that the UK's technical demands of Apple - and of any other US companies - be subjected to robust, public analysis and debate."

“Secret court hearings featuring intelligence agencies and a handful of individuals approved by them do not enable robust challenges on highly technical matters.”

wyden.senate.gov/news/press-re…

#encryption #e2ee #Apple #privacy #security #cybersecurity


UK MPs have joined the chorus of voices wanting the Apple case to be held in public.

"If the Home Office wants to have effectively unfettered access to the private data of the (innocent) general public, they should explain their case in front of the public."

🗣️ David Davis MP.

"People deserve to know what's happening to their private personal information."

🗣️ Victoria Collins MP.

news.sky.com/story/apple-vs-ho…

#encryption #e2ee #Apple #privacy #security #cybersecurity #ukpolitics #ukpol


📣 Make it public!

The call is getting louder for a public hearing of the appeal over the UK's order to break Apple encryption.

Alongside the joint letter from ORG, Big Brother Watch and Index on Censorship, UK MPs, US Congress Members and the BBC want the secrecy to end.

bbc.co.uk/news/articles/c4g0rr…

#encryption #e2ee #privacy #security #cybersecurity #ukpol #ukpolitics #Apple #tech


Just like Linus (LTT) said, Apple could have just stopped working in UK territory, people would fight back against UK's government, pushing them to revert back the law and get Apple back. But Apple has no backbone and cares only about money, unlike Tuta.

#Apple #Tuta #Privacy


TIL your iPhone has a built-in QR code for your WiFi network:

- Fire up your iPhone's "Passwords" app
- Tap "Wi-Fi" (on the front page)
- Tap your WiFi network
- Tap "Show Network QR Code"

Have someone scan the QR code to instantly log on to your network. No password required.

Cool beans.

9to5mac.com/2025/02/06/this-pa…
#Apple


BREAKING: It's been only ten days since we warned about this...

#Apple has removed its end-to-end #encryption (Advanced Data Protection) in the #UK after the government demanded a #backdoor.

📢 Fight for privacy! #PrivacyMatters #NoBackdoors

🔗 bloomberg.com/news/articles/20…

mastodon.social/@Tutanota/1139…


🚨🚨🚨 Apple to backdoor encryption? Round 2 - and this time the UK is trying to get your data.

Let's fight back against any attempt to #backdoor #encryption! 💪 🔒

More info ➡️ tuta.com/blog/uk-demands-apple…