0 Followers
0 Following
2 Posts
I tried it, I like it!
It’s not all his fault - the script and plot were dire. Nobody came out of this looking good except for the music, visuals, Jeff Bridges and Depeche Mode.
Does it say ‘Tengo ond Cash’?
I see some commenters on other posts saying they will buy linux phones due to this, could be good for the ecosystem.

Reporting Google to the Competition & Markets Authority (UK): Android Developer Verification

https://lemmy.world/post/37195729

Reporting Google to the Competition & Markets Authority (UK): Android Developer Verification - Lemmy.World

Dan is a UK based full stack web developer who is working on Bookstack, a self-hostable wiki platform (MIT license). On Google’s recent announcement about developer verification he writes: > This is a massive leap in control, further centralising approval power to Google across the entire Android ecosystem while cementing themselves as the ultimate gatekeeper of what users can run on their own devices, all under the guise of security. This is a further step away from an open ecosystem, while being harmful to any platform competition & innovation. > …as a UK resident I feel my best bet to counter this is via the Competition & Markets Authority (CMA). He includes his report as a basis for others to use perhaps.

Castopod looks interesting

doesn’t he weasel out of the responsibility to give clear, logical, verifyable reasons for his position?

Absolutely, if I remember right he leans back on having experienced bad comments more often than helpful ones. John questions this. I think it is close to dogma with Bob on this.

Can you explain that more?

And doesn’t the example with the prime number generation algorithm show clearly that omitting context just does not work for code?

Quote from en.wikipedia.org/…/High-context_and_low-context_c…

High-context cultures often exhibit less-direct verbal and nonverbal communication, utilizing small communication gestures and reading more meaning into these less-direct messages. Low-context cultures do the opposite; direct verbal communication is needed to properly understand a message being communicated…

Now I’m not making a strong claim that Bob and John are from different ends of the context spectrum. However it seems to me that Bob believes there is enough ‘context’ available in code and in coders themselves to communicate all meaning without comments.

Even Bob’s diagram, to help explain the primes algorithm, assumes high context in the reader. It’s lacking any labels or key - we are just supposed to see what he means if we stare hard enough at it. If we are already immersed in the problem space then this might work but its so inefficient for anyone else.

And once we step away from our code for even a short time we are that someone else. We are going to waste a lot of time rediscovering how the algorithm works. A case John makes convincingly I think.

Code cannot replace comments. The primes algorithm avoids division I believe but this is not clear from the code alone. A reader might work this out eventually but a comment saves so much time. Could the code be refactored to clearly express the avoidance of division? Yes there’s probably a way, but imagine how bad that code would read and what a waste of time just to avoid a comment.

High-context and low-context cultures - Wikipedia

Perfect Days, 2023

Really love this. It lures you in and casts a spell with its mindful observation of a few days in one man’s life. Feels timeless, the film seems to do little but so much is said. Director and star use the lightest touches to invoke something deep. The scenes with his sister are just beautiful in how they show us so much with so little. It’s just an exquisite film.

One Battle After Another, 2025

So good - how it’s told, the soundtrack, acting, just everything. Yes it’s characters are somewhat cartoonish and it covers a lot of ground without much depth but it’s a great ride so for me its forgiveable. Can’t wait to see it again on streaming.

On an unrelated note, Google’s blog post also is soliciting feedback from the public on these changes.

“Please let us know if you have any feedback or questions about the verification requirements.”

goo.gle/Android-verification-feedback

Android developer verification requirements

Use this form to submit questions or feedback about the new Android developer verification requirements announced in August 2025. You can learn more about the requirements in the Android developer verification guide. Sign up for early access here.

Google Docs

Another thank you for posting this, made my day.

I have read and followed a fair amount of Uncle Bob’s work but was not aware of Ousterhout till now. Bob says during the time the Clean Code book was written there was an anti-comment sentiment about and this matches my own experience. I agree with Ousterhout that it’s taken too far in his book though.

I wonder if there is another factor at play - some people/cultures prefer high context communication and some less. Bob seems clearly to prefer low context i.e. the burden is on the (code) reader to educate themselves. Whereas John makes it a matter of professional behaviour that we make the next reader’s work as simple as possible by commenting code as appropriate.

Surely it’s better to assume high context is needed and provide it (within reason) versus only catering for low context. As Bob discovered he became a low context person when he returned to his own code after some time had passed.