Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Small Programming Tricks(will-keleher.com ↗)
    62comments
  2. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
    31comments
  3. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    127comments
  4. Introducing System One Models and Jev(typesafe.ai ↗)
    461comments
  5. Tell the speakers that you liked their talks(ohhelloana.blog ↗)
    30comments
  6. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    223comments
  7. Claude Cowork and chat are now one Claude(claude.com ↗)
    69comments
  8. How big are factorials?(thegreenplace.net ↗)
    13comments
  9. Apple Reference Image: A New Approach for Verified Photography(security.apple.com ↗)
    292comments
  10. Hackers Got Inside a Flock Camera(wired.com ↗)
    140comments
  11. The Google Play app review process now regularly takes longer than a week(gultsch.social ↗)
    251comments
  12. Can we stop with the uptime percentages?(jim-nielsen.com ↗)
    56comments
  13. This Code Is CRAP (2011)(googleblog.com ↗)
    39comments
  14. Scaling Golang CI by Replacing actions/setup-go(cloudx.ai ↗)
    6comments
  15. Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models(stale.jock.pl ↗)
    25comments
  16. Prisma's pgbouncer=true on Supabase made every query 4 round-trips (postmortem)(simbastack.com ↗)
    2comments
  17. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
    discuss
  18. The DeepMind Institute(deepmind.com ↗)
    1comments
  19. Measuring Gauss-Seidel loop-carried dependency and fixing it via loop unrolling(loiseaujc.github.io ↗)
    3comments
  20. An update on Wayback Machine access(blog.archive.org ↗)
    339comments
  21. Original Sony PlayStation 2 security chip 'broken wide open' after 26 years(tomshardware.com ↗)
    53comments
  22. The Siberian Ice Maiden and the Scythian World(patrickwyman.substack.com ↗)
    discuss
  23. Salesforce Global Outage(salesforce.com ↗)
    135comments
  24. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
    189comments
  25. Anatomy of a Texture(agentlien.github.io ↗)
    4comments
  26. Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google ↗)
    314comments
  27. Doing Everyone Else's Job(yosefk.com ↗)
    84comments
  28. Why I'm still bearish on LLMs after Navier-Stokes(dank.systems ↗)
    505comments
  29. Intelligence per Watt: Measuring Intelligence Efficiency of Local AI(arxiv.org ↗)
    44comments
  30. DeepSeek v4.1 Flash Is Now Our Best Hacking Model(enclave.ai ↗)
    42comments

The Google Play app review process now regularly takes longer than a week

272 pointsby 6h agogultsch.social
243 comments
5h agoHN ↗

Same happened for CoMaps (which unfortunately does not have 12+ years of presence going for it)

5h agoHN ↗

The google review process is the best advertising for f-droid there could ever be.

2h agoHN ↗

I have three apps on the Play Store, they all take a couple hours to pass review and their auto-testing/review systems often catch little bugs I didn't almost immediately.

Getting a new app on the store is a bit cumbersome, but it should be.

5h agoHN ↗

Longer than an average App Store review (which is heavily criticized for being too long)? Hilarious

5h agoHN ↗

I believe the App Store has switched to automated reviews, at least for updates. I've had my app updates approved in <1h on a regular basis starting this summer.

4h agoHN ↗

From what I was able to see from the outside, App Store has had semi-automated reviews for updates in basically forever (+ some random spot checks), presumably based on some introspection that only triggers a human review if a new system API was used.

5h agoHN ↗

F-Droid's great but their build queue has had multi week waits too, difference is you can see exactly where your build is stuck instead of guessing.

5h agoHN ↗

You can also choose to host your own repositories like futo and new pipe do.

5h agoHN ↗

Hopefully the process is straight forward so others can easily pick it up.

5h agoHN ↗

Part of the value of F-Droid is the curated distribution model that hopefully catches the worst behaving developers that think they have a god given right to your data though.

5h agoHN ↗

It took the whole year before v21 was finally approved, so seems only fair they publish minor v21 revisions multiple times a day!

4h agoHN ↗

21.37.42-SECONDARY is an interesting version number, don't they like final-final2 in their version numbers?

5h agoHN ↗

I just updated 2 dormant apps for the first time in 10 years; It took 2 days, and the apps were approved on a sunday.

5h agoHN ↗

The Google Play review process has been slower and more painful than the App Store review process for 5+ years at this point. At least you get to communicate with real people at Apple; it’s all bot-driven with Google.

5h agoHN ↗

Huh.

On the flip side, googles release infra provides much more functionality for apps that already has scale. I wish apple were more production oriented too.

5h agoHN ↗

AnkiDroid (~17 years old) submitted our latest alpha on Sept 03, 2026, 4:40 am. Still pending review.

5h agoHN ↗

thanks for your app! using it for learning danish and finding it very useful.

5h agoHN ↗

Team effort, but thank you!! I've just taken the next month and a half off to work on things full time. I'm excited!

The next update won't be huge, (Google required us to make all screens 'edge to edge'[0], which took up most of my time last month). I'm hoping for some solid improvements now that's out the way, once the release pipeline has returned to normal.

Feel free to get in touch if you fancy contributing.

[0] https://developer.android.com/develop/ui/views/layout/edge-t...

5h agoHN ↗

If you can get your agent of choice to run up the app in an emulator and navigate the whole thing taking screenshots then tasks like edge-to-edge can be pretty hands off.

The way I did it was to firstly get accessibility identifiers on everything. Then have it record everything I do on an emulator to navigate the entire app. Then left it for a while to work out how to actually use the app via the emulator. Once you have this sort of baseline. A lot of changes are really quite pleasant. I often ask for an HTML gallery of screenshots covering a few device sizes as the step before I bother running it on a device myself.

4h agoHN ↗

We use Roborazzi[0], which is an excellent screenshot library, but:

* We target minSdk 24

* We're still using XML views

* We target a large variety of form factors

* We have a lot of screens, and these have a lot of configuration options.

I really wish it was "point an agent at it, and walk away", but many screens ended up being hours of iteration with Fable driving my phone/an emulator to produce an acceptable outcome.

Given that my Pixel 9 Pro has system screens which are still broken under edge to edge, it's not an easy change, and takes up time which could have been going towards feature development.

[0] https://github.com/takahirom/roborazzi/

3h agoHN ↗

Gotta love that Google enforces rules on developers that it won’t even enforce on itself. Such a great look.

5h agoHN ↗

This isn't my experience. My updates usually get accepted within hours. Apple takes days usually.

5h agoHN ↗

For new accounts yes, for older accounts it's much faster in my experience.

Apple has it's own issues, they often just answer with a random question so they can kick the review down the line. "Are you sure this is your pricing?" "Can you confifrm you have not selected that country" and then you have to wait another 2 days.

5h agoHN ↗

TFA is a post from an established developer and showing a screenshot for the submission of an update to a longstanding app (Conversations XMPP chat client).

5h agoHN ↗

Some reviews are clearly automated, some get a light human review, and some involve a human really looking hard. New apps seem to get a more rigorous human review for their first 2-4 submissions. Or at least humans looking over automated test screenshots etc. One reviewer apparently only looked at screenshots because they missed something that would be blindingly obvious on the prior screen if they did it themselves.

The explosion in LLM app development has clearly created a bottleneck at the human review steps. Not only delays but much more “dumb” rejections from likely over-stressed humans.

5h agoHN ↗

MAYBE operating systems shouldn't have gatekeepers which can deny access to billions of customers for any and no reason at all. Apple and Google are WELL past due for regulation in this space. The fact that we cannot download and install software from the internet onto our phones JUST like we can do with our computers is a symbol of our inept and ineffective politicians.

And before someone says "well akshully you can technically do it on Android," Google has been working tirelessly to make it as onerous as possible for both developers and customers. For example, users need to separately authorise each app (browser, files manager, alternative store, etc) to install an APK from outside the Play Store. Google also does background scans using "Play Protect" which will periodically delete apps Google doesn't approve of. This happened to me with SmartTubeNext. I have a dozen other ways Google ensures users are discouraged from stepping outside the Play Store.

4h agoHN ↗

And what should we do about apps' getting hacked, sending out malicious updates that get auto-updated and thereby infecting tens of millions or billions of phones simultaneously?

I'm not saying we have the perfect system but anything that slants the system towards "easier downloads" or "less gatekeeping" brings large, obvious risks. I don't see how regulation would address them.

4h agoHN ↗

Regulation is already addressing that. I encourage you to read up on the Cyber Resilience Act.

4h agoHN ↗

How about treating people like adults for a start? How about starting public awareness campaigns about proper digital hygiene. Not everything has to be nanny state garbage.

4h agoHN ↗

Many of us have routinely cleaned computers from adults that installed several Ask Jeeves and Yahoo toolbars.

4h agoHN ↗

At some point computers need to stop being treated as magical boxes that no reasonable person can learn how to use safely. We expect people who use cars to learn how to use them safely, we expect people who use lawnmowers to not stick their fingers in them. Computers have been a part of daily life for normies for decades at this point, it's infantilizing to suggest that average, non-tech savvy people can't learn to use (not necessarily build, repair, etc.) them properly and need to be protected from them.

3h agoHN ↗

People have to successfully get through a state exam in order to drive cars in first place, can be jailed, get fined when not driving them safely, or forbidden for life to ever drive again.

People that accidentality cut their fingers in lawnmowers due to lack of safety features are allowed to sue the lawnmower company.

What I would agree is that it is about time computing gets the same liability laws that the rest of the world already has in place and no EULAs that work around local laws should be considered valid in any form or shape.

3h agoHN ↗

Do you hate open source and want only projects where their authors can afford liability insurance and are willing to put themselves in the firing line of a legal system that can be both arbitrary and capricious? Because that’s what you seem to want.

3h agoHN ↗

People that accidentality cut their fingers in lawnmowers due to lack of safety features are allowed to sue the lawnmower company.

Anyone is allowed to sue the lawnmower company. Did they win?

2h agoHN ↗

The amount of "Do not put hands here" labels I've seen on lawnmowers would suggest that, yes, someone did sue and win (or at the least got a settlement) and thus the lawyers forced the companies to put disclaimers and warnings on the lawnmower, directly on the top of the deck in plain sight.

3h agoHN ↗

On power tools, appliances, etc. the safety features are at the user's latitude to bypass. They are usually a hint (don't microwave your dog), not a hard barrier ("I'm sorry, Dave. I'm afraid I can't do that"). A spinning blade is covered by a grill you can trivially remove without permission from anyone.

I agree that the defaults should be secure, but you can't force security on people without creating parallel issues which are maybe worse. Centralizing this power in a single point can have orders of magnitude bigger blast radius than a security failure on an app.

At some point users have to take responsibility and be accountable for their actions. We can't just infantilize them forever as if a magical hand will always be over them protecting and having their best interest in mind. And we certainly shouldn't punish every user for the sake of some of them.

The worst part is that Google gets the benefit of putting itself as the central point of control over the ecosystem based on a promise to keep users safe, but without any of the liability from failing to keep that promise. When the app store is chock full of malware I'm really starting to suspect that their goal is actually only the control. And all those people defending it with "but people don't know better, they need a hand to guide them" were equally misled. What do you think?

2h agoHN ↗

Yes, and when they fail to do so, there are laws in place for liability of third party, or when their own irresponsible actions affects others.

3h agoHN ↗

Well, computers first stop being magical machines that no person can learn how to use safely, then.

And, honestly, if you think the endpoint safety problem doesn't apply to you, you are part of the problem.

3h agoHN ↗

Using a computer wrong doesn't kill people.

3h agoHN ↗

Yes and no.

The computer itself won't really do anything. But I'm sure suicides go up when people lose all their money, or get personal private details leaked, and so on.

3h agoHN ↗

Depends on what those computers are responsible for.

2h agoHN ↗

"One [software fault] was when the operator incorrectly selected X-ray mode then in 8 seconds quickly changing to electron mode, which allowed the electron beam to be set for X-ray mode without the X-ray target being in place"

Therac-25 is an important software-development case study but a torturous stretch of "Using a computer wrong"

2h agoHN ↗

I'm sure you can think of many examples where it does though.

2h agoHN ↗

And e.g. browsers cracked down on it, removed toolbar support and powerful add-on support AND enforced signing meaning everything goes through their gatekept extension store and these problems still persist (e.g. addons changing the search provider, new tab page or homepage). Locking everything down does not help.

2h agoHN ↗

More a problem of those stores still not being properly validated rather a dumping ground for extensions, than anything else.

2h agoHN ↗

does not help

Is that true - do you not see significantly fewer of those installs on random PCs now than you did years ago? And that's even with the current situation not being what I'd call fully locked down.

3h agoHN ↗

20 years of being tech support for countless family members and acquaintances says that nothing can possibly make people care about "digital hygiene". An iPad, Chromebook, or similar inflexible device is perfect for most people, and marketing more flexible devices to them has been a mistake since the beginning.

2h agoHN ↗

I don't know. Literally every single person I help with tech support makes me doubt this is possible. People do not care in the slightest and treat suggestions to learn basic digital hygiene as if you've asked them to a computer science degree in its entirety.

Even super basic stuff like remembering a single secure password instead of reusing the same 2 or 3 basic initials-dob-symbol permutations that were probably pwned 10 years ago seems insurmountable.

2h agoHN ↗

IMO in that case its their own fault. After all they have free will and can use it against their own good if they so choose. Let them get pwned a few times and see if they learn.

1h agoHN ↗

that's so dumb on so many levels... should we strip cars from active safety measures and let drivers who are not super good at driving just kill themselves on the road?

1h agoHN ↗

Maybe a drivers license should be needed to have a phone.

1h agoHN ↗

Well cars kill people, granny using the password “password” does not. We can’t prevent all levels of stupidity and carelessness.

If people want to have dumb passwords and download malware, then so be it. You think they can’t do that today with the google play store? Of course they can. Most malware on android comes from the Google play store.

6m agoHN ↗

I agree, but what I disagree with is the idea that everyone must be prevented from freely installing software on their own devices to make sure unskilled people cannot be tricked into doing it.

I don't really understand why a well designed sandbox and permissions system doesn't solve the problem.

2h agoHN ↗

A shocking number of people have passwords like "shovel"

2h agoHN ↗

You expect people to treat devices with respect and responsibility? The VAST majority of people use their phones to stream an infinite sequence of clickbait, ai slop, and conspiracies for 6 to 8 hours a day.

2h agoHN ↗

I've worked with dozens of businesses over the years and you can't even get businesses with real money and consequences on the line to follow basic security practices. My current project is updating dozens of windows domain controllers that are still on 2012 R2. Aka critical infrastructure that hasn't been getting updates for years.

4h agoHN ↗

We could force Google to operate its app review service independently. Users could use it and pay for it, or alternatives. Currently Google forces everyone to use their own mediocre service and pay for it without knowing exactly where and how much you pay.

4h agoHN ↗

And what do windows / linux / macos do about apps getting hacked to billions of pc's simultaneously? How is that a new problem?

4h agoHN ↗

If libraries didn't exist could not be created today. People tend to say that "it is impossible" when it actually only needs to be well organized.

Splitting git tech-monopolies it is a survival need. Or we do it, or we will end up with a collapsed society. Entities that spy on all citizens and gatekeep access to news and services are contrary to basic human rights and democracy.

2h agoHN ↗

macos

MacOS has been moving to a more locked down model over the years - increasingly difficult to install unsigned applications, SIP, etc.

Windows

I think Windows is incredibly impressive for its ability to run binaries from many years ago, but I don't think there's much people would point to as a positive regarding Windows’ approach to app security.

4h agoHN ↗

I wonder if people would be happy replacing the "Google approves developers" system with a "government requires your ID and address on file so you can be held liable for your apps" system. I suspect not.

4h agoHN ↗

What for? Malicious actors have no shortage of stolen identities.

4h agoHN ↗

That is already a requirement in any civilized country. You cannot run a business without a registered ID, address, etc. for tax purposes.

For free (like for real no microtransactions) that is different. For the rest, they already have that.

4h agoHN ↗

It's virtually the case, google and apple accounts require ID verification, which in turn can be requested by the gov in case of an investigation.

3h agoHN ↗

If you don't agree with a decision made by your government, you can vote for someone else next time. If you don't agree with a decision made by Google, what do you do?

3h agoHN ↗

The people I vote for never win. Am I really any more empowered with the government than I am with Google? At least with Google I can de-google my life (with some significant losses of convenience, but it is doable)

3h agoHN ↗

Personally, I find it easier to live with a decision I don't support if I was simply out-numbered in a fair vote, rather than out-powered by some random company on some random continent.

As for doing without Google, I'm kinda doing that myself (using a Linux phone even). But tbh, I think that nowadays moving to another country to escape a government you fundamentally disagree with is easier than moving away from Google.

1h agoHN ↗

You probably have some sort of legal rights and ability to challenge decisions made by your government.

If you're banned from Google? Good luck, you're fucked.

2h agoHN ↗

The only part that would really be novel is the liability.

I would be shocked if you could publish an iOS app without Apple being able to tell the government who you are. Less because Apple cares and more because Apple requires you to pay, which is very hard to do anonymously for something like this (I’d bet the options they offer are effectively “credit card only”).

3h agoHN ↗

That's a tangential issue.

1. don't force auto-updates

2. still review apps uploaded to Google Play, but don't force users to use Google Play

If the concern is what if users use an alternate source for apps and those have viruses, then.... okay. If the user wants to stay with strictly Google-vetted apps, they can. If desired, you could have an option on setup that users could choose to select that would put the device in a restricted mode that can only use apps installed from Google Play.

But the motivation here isn't just security, it's control. Google doesn't want anyone to have an Android device that is independent of Google services.

3h agoHN ↗

If the concern is what if users use an alternate source for apps and those have viruses, then.... okay. If the user wants to stay with strictly Google-vetted apps, they can. If desired, you could have an option on setup that users could choose to select that would put the device in a restricted mode that can only use apps installed from Google Play.

So this doesn't solve the issue pointed in the OP.

don't force auto-updates

I'm sure everyone would love non-technical people to stay behind dozens of security patches for apps they may use everyday because they forgot to press update.

3h agoHN ↗

So this doesn't solve the issue pointed in the OP.

Yes it does. This is their point:

The fact that we cannot download and install software from the internet onto our phones JUST like we can do with our computers is a symbol of our inept and ineffective politicians.

It should be as easy for me to use an alternate storefront - or download directly from a site - straight to my phone. The googleplay store, which is (somewhat) curated and (generally) "safer" can also exist. I, as a user, get to decide which path I want to take. This is literally no different from my desktop and laptop, we already live this life. MacOS allows me to download .dmg files and install (though they are admittedly getting increasingly annoying/friction-y about it) at my own risk. Why should my phone be any different? It’s a small computer. That’s it.

It’s about user choice. It’s my hardware, so I can do with it what I want so long as I’m not using it to inflict harm on others.

2h agoHN ↗

It’s my hardware

I mean, probably not technically due to some EULA you were forced to sign which says the hardware is actually Google/samsung/etc and not yours. Giving them the right to brick your phone the moment you step out of the bounds they define.

We really need some sort of open firmware legislation that mandates manufacturers of computer components need to opensource their drivers and firmware. There's no "special sauce" in that software that warrants a company being able to keep it secret. It's literally just so they can force you to purchase new devices when they get bored of supporting their old devices.

2m agoHN ↗

Agree, what I'm saying is "it is mine and we should treat it as mine, same as my laptop/desktop." We both agree the current status quo is not that, I'm saying what it should be.

1h agoHN ↗

I'm sure everyone would love non-technical people to stay behind dozens of security patches for apps they may use everyday because they forgot to press update.

this is identifying the tension yeah, but if a review process regularly takes weeks or months, then the security patches are still missing

3h agoHN ↗

People accidentally hurt themselves with kitchen knives every day. They are also very often used for violent crimes.

Clearly we need to regulate the kitchen knife industry more. There should be a central authority that sells authorized kitchen knives with at max 6cm length and all other knives should only be available to certified chefs.

Once we have outlawed the longer knives and strong restrictions on ordinary kitchen tools become normal we should just outlaw knives altogether. You can still hurt yourself with a short knife. Only chefs should ever be allowed to own such a dangerous tool. Just buy or order readily prepared food. Why would you do this weird nerd thing called cooking anyway? Just choose from the official list of allowed foods.

The idea that we have to prevent people from being in control of their own computers — that's what a smartphone is — is deeply dystopian and authoritarian.

2h agoHN ↗

People accidentally hurt themselves with kitchen knives every day. They are also very often used for violent crimes

People are rightfully nervous when they see someone walking down the street swinging a knife i.e openly misusing it or treating it casually

People don't realize how much software is being misused or treated too casually. They might be similarly bothered by lax security on databases and data leaks if they realized that it represented a threat to them

3h agoHN ↗

How about the same thing we do when companies leak half-the-nation's personal data twice a month. Nothing.

When companies get hacked and millions lose their personal data, nobody cares. When individuals get hacked, it's a major issue that justifies locking down consumer's hardware to protect them from the burden of controlling their own devices. See how that works?

3h agoHN ↗

And what should we do about apps' getting hacked, sending out malicious updates that get auto-updated and thereby infecting tens of millions or billions of phones simultaneously?

"Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety."

2h agoHN ↗

We already had enough proof of vulnerabilities in the OS code and Manufacturers (eg. Samsung/Lenovo/etc privileged apps), there were enough reviewed apps that were used for fraud or access as bad actors.

My banking works in my 'unprotected' computer browser. So I'd expect giving anyone equivalent freedom. I don't mind if there's a default for gate-keepers as long as they allow competition. but I would expect to have same freedom on my mobile devices as on my laptop.

2h agoHN ↗

Do people not remember the days of viruses destroying computers?

They were a massive issue before, and now they're barely a thought for most people.

These review processes have been good for the general population.

1h agoHN ↗

I didn’t write the previous comment, but I think the point here is that there is a long-running trend aiming to protect users both from malicious intent and to a certain extent from themselves. In the past, viruses had it easy to infect and spread computers because of both inattentive users clicking on mails claiming someone loved them, and the default access mode for any user granting them admin access.

Even though review processeses generally do not exist for computers, they are part of that same trend.

1h agoHN ↗

And outside stores we have Windows’ UAC and Mac’s annoying-but-understandable “this dmg is sus” dialogues. Granted they are review processes but they’re often what keeps common users from wrecking their devices.

1h agoHN ↗

I believe people in HN also remember the days before we had MMUs.

And I'm sure everyone remembers ransomware.

No one is saying OS shouldn't have security measures, permissions/entitlements and app sandboxing, user land, etc.

I still don't understand why my desktop/laptop is allowed to be 'owned' by me. but my iPhone is a closed-gardened where I'm just a guest in a device I own. and that's nearly what Google is now doing.

1h agoHN ↗

Sandbox, ACL, scan, sign, revoke bad actors.

We should have web installs by now. The only reason we don't is because Google and Apple like cash and their little monopolies are easy money.

Big tech loves to "protect us". See Anthropic and OpenAI worried about intelligence.

Google doesn't care that its AdSense ads marketplace is flooded with malware. Or that YouTube is rife with scams. Wonder why not. The blatant policy contradiction couldn't be because money, right?

56m agoHN ↗

We already had enough proof of vulnerabilities in the OS code and Manufacturers (eg. Samsung/Lenovo/etc privileged apps)

Vulnerabilities aren't intentional.

reviewed apps that were used for fraud or access as bad actors

The App Developer Verification program, Android Advanced Protection Mode, and Play Protect are all systems put in place in response to "bad actors".

2h agoHN ↗

The app stores are neither necessary nor sufficient to curb malicious software. Conflating the centralized app stores with safety is a mistake that only serves the gatekeepers.

1h agoHN ↗

Just because something is not perfect that does not mean it's worthless. Most things security things operate this way where it's impossible to stop all malware or attacks.

4h agoHN ↗

Security at its core comes down to trusting the supply chain that provides the software that runs on your hardware. There are many alternative secure supply chain models, but ultimately users often are incapable of making great choices on what is trustworthy. It does generally make sense that the OS vendor needs to play a key part in helping ensure trusted parties are involved in the supply chain.

Comparing phones to PCs isn't a great comparison because PCs don't have a great track record and the amount of personal data and ease of installing lots of apps is quite different. Of course the current arrangement is far from perfect, but acknowledging the problems it's trying to solve is an important step towards trying to find a solution that is better.

4h agoHN ↗

I'm not sure how much manual review in these stores is for security rather than content and enforcement of business rules.

I imagine nearly all the security review is automated scans, and not the source of the delays.

4h agoHN ↗

It does generally make sense that the OS vendor needs to play a key part in helping ensure trusted parties are involved in the supply chain.

this position of privilege is what the OS vendor (google in this case) wants, because it spells profit.

I dont trust it.

The only trust i have is community trust. Piracy works on this trust, and it has worked for very long.

4h agoHN ↗

Hard to find better solutions when we have no agency to enact them. The “arrangement” was one-sided from the start.

4h agoHN ↗

… should also be open, but that’s irrelevant to the discussion.

4h agoHN ↗

It is quite relevant as computing systems.

And yes, they also have apps besides games on their stores, and support external keyboards and mices.

4h agoHN ↗

Sorry, I think I misunderstood your argument as whataboutism.

4h agoHN ↗

Your complaint about Android .apk install is... similar to unsigned software installs on Windows in some cases (not a great argument, I know, but the same as the vast majority of users would be used to).

As for SmartTube, their keys were compromised. Inconvenient, but it wasn't about hostility to self-installed applications.

4h agoHN ↗

The main difference is that signing a Windows binary doesn't require any third party review of the app content.

3h agoHN ↗

Signing an APK also doesn't require third party review of the app content.

3h agoHN ↗

But the context of this discussion is the difficulty of installing an APK from outside the Play Store.

2h agoHN ↗

This is the first time I've seen a complaint about giving permission to an app to install another app. The SmartTubeNext issue was due to the developer's keys being stolen. If you want to keep an app signed with stolen keys, you can disable Play Protect. If Play Protect uninstalled apps that Google disliked instead of apps with known vulnerabilities, people would mass disable Play Protect, which would defeat its purpose.

3h agoHN ↗

"Apple and Google are WELL past due for regulation in this space."

There is major regulation in place already. EU's Digital Markets Act forces these OS gatekeepers to allow alternative app stores and external payment methods. It also prevents Apple from playing anti-competitive games with App Store rules, like banning hyperlinks within apps that could be used to allow the user to make a payment elsewhere.

The current US government won't do anything to follow suit, but hopefully a future one might.

3h agoHN ↗

There is major regulation in place already. EU's Digital Markets Act forces these OS gatekeepers to allow alternative app stores

So does that mean:

1. People in the EU can continue to use F-Droid etc. exactly as they have in the past, permanently? No Google verification of developers needed? 2. People are free to install apps from any APK they choose?

2h agoHN ↗

Yes. Even beyond that, people outside the EU are free to install apps from any APK they choose.

3h agoHN ↗

Yea, but apple and google keep finding out loopholes and unfaithful compliance, it is time for EU to have some backbone.

3h agoHN ↗

The US government acts here in favour of a monopoly market. Trump violates free market principles; quite interesting how Trump works against core capitalistic means, in favour of personal corruption.

2h agoHN ↗

The EU is not interested in liberating phone operating systems because it goes against their digital wallet push which forces everyone to use an attested, Google/Apple sanctioned device and operating system.

2h agoHN ↗

The push to involve the legal system and the government is ironic.

It's partly lawsuits that are pushing Google to do this in the first place - because people download shady apps and get scammed or hacked.

The more regulation we get, the more it's going to push towards central app stores that are inaccessible to small devs.

1h agoHN ↗

Haha, oh the poor mega tech companies?! As if. Google sees a market, it wants to capture it. Same as Apple did.

1h agoHN ↗

This case has nothing to do with "gatekeepers". It is about the Play Store, operated by Google.

1h agoHN ↗

Back in early 2000s, pretty much all Windows machines were infested with malware.

Do you want to bring back those glorious days?

Back in the day users didn't really have much valuable and sensitive stuff on their machines and malware was rather benign - just sending spam, not trying to fuck up that specific user. Could be a bit different when it's a smartphone user depends on.

49m agoHN ↗

People still can install/run whatever they like on their PCs, so why further restrictions needed or am I missing something? Also, further restrictions doesn't seem to work on the mobile/TV market where actual malware still infects iOS/Android/TV devices despite all the "hops" that it has too go through.

Code signing with warnings about non-signed apps is enough

26m agoHN ↗

operating systems shouldn't have gatekeepers which can deny access to billions of customers for any and no reason at all

This is exactly why I use a GNU/Linux phone that runs a desktop operating system with no artificial restrictions. Debian repositories are good enough to save me from malware, aren't they?

26m agoHN ↗

I am on an Android 10 system... gate keeping wasn't this bad during the Android 10 times...so i fairly use software stores like f-droid... simpmusic is one app I use frequently from f droid....no application so far has been deleted automatically. I guess Google has been upping the gatekeeping with newer systems as they come out

5h agoHN ↗

yeah my 'promptly AI' alarm clock almost always spends 7 days, as soon as the binary changes, even descriptions changes take several days

5h agoHN ↗

Sounds like a clear "find another store" message to me.

5h agoHN ↗

I've noticed this

Google Play is regularly slower now than App Store Connect, which never used to be the case

5h agoHN ↗

Not sure how it works behind the scene, but our app (present on the store since 2018) is taking a couple hours at best with Google, and usually less than 24h with Apple.

Very much likely an automated triage based on code change or complexity.

5h agoHN ↗

Why can't you wait for a week? That doesn't sound like a long time.

5h agoHN ↗

For a critical bug fix, a week can be a very long time.

3h agoHN ↗

with ai agents and everything even hours can be a long time. I think google playstore should be responsible for all the damages...

4h agoHN ↗

Because? People wait far longer for much more important things in real life.

4h agoHN ↗

Speed is money. Yes people wait for 9 months for having a baby, doesn't mean you should wait 9 months for an app release. That is not a sound logic.

3h agoHN ↗

Yes, but one week to wait for your app is nothing to complain about.

3h agoHN ↗

Sometime there are 0 days etc.. So, maybe you should have broader view on things instead of simple assumption.

3h agoHN ↗

let's say you have a bug that makes your app unusable. If you can't get an update our for a week - people are going to just stop using your app.

3h agoHN ↗

You shouldn't have shipped that bug in the first place, I would say. If the bug comes from an Android update, I assume that developers have had access to betas long before the system update is rolled out.

2h agoHN ↗

And you know 100% all the bugs are visible at all times.

3h agoHN ↗

You should want higher speed and quality of service from your vendors. In this case, apple is paid wonderfully for it.

2h agoHN ↗

Apple has some “trust” for vetting things, and with the wave of slop-apps it fine with a slight delay so the App Store doesn’t become riddled with slop like the android store.

55m agoHN ↗

Review speed and slopness are related but not exclusive to each other.

5h agoHN ↗

For all the complaining about Apple's store, the Play Store has always been worse imo. You can't even release an app without first doing a beta test with at least a dozen people.

4h agoHN ↗

You can't even release an app without first doing a beta test with at least a dozen people.

Perhaps I'm misunderstanding what you are saying here but less than a month ago I released a brand new app with no beta period, direct to production (white labeled app, which is why I didn't need a beta)

3h agoHN ↗

Same happened to me yesterday, I published a new app and it was reviewed and published within a few hours without any beta testing. but I think this is why I see people ready to buy old playstore accounts for real money, maybe this only affects new accounts

3h agoHN ↗

I'm just working on my first app (thanks to AI...) and if you have a new dev account created sometime after 2023 they are making you do a 12 person, 14 day beta run before anything else occurs, apparently.

5h agoHN ↗

Our app includes Android Auto, which I think is what causes it for us. Submitted 4 Sept, still in review.

Was only 48-72 hours until this year, where it randomly jumped to 2 weeks or longer like it still is.

It's really frustrating, and makes it very difficult to develop with, let alone reliably release features across platforms.

1h agoHN ↗

I suspect the same issue; I added Android Auto to my application on the latest release and the version I pushed on Sept 3th is still under review.

5h agoHN ↗

Yeap latest CoMaps update took ~16 days to review (the longest wait for us so far) and two support tickets (submitted first after ~9 days and got "we have expedited it", 5 days later still in review, so submitted one more ticket).

Before that we had a hotfix update (a very small change) and still it took longer than a week and a support ticket (after which it had been approved in a day)...

4h agoHN ↗

I think inconsistency is really annoying. Hard to rely on it. Most of our reviews clear with a couple hours, but sometimes it gets stuck for days.

4h agoHN ↗

This is why goverments have appeal processes and layers of tribunals. To be judged and found guilty by a corporation takes away all your rights.

31m agoHN ↗

Do you happen to live in a country where your government departments are known for rapid processing? (not weeks of delay like we're talking about here).

I generally see my legal system create severe delays (regardless of how much that victimises or costs everyone involved)

8m agoHN ↗

I generally see my legal system create severe delays

Better a delay that getting your account closed without recourse. But you are right, years of conservative governments have starved the government and its services are slower than they should around the west world.

4h agoHN ↗

We push updates for our app pretty frequently and they've been passing review in an average time of 1 hour (around 7 updates in the last 60 days). Hope it stays that way.

4h agoHN ↗

Apple's App Review has also been slipping over the past few months. I have multiple apps that have taken days, up to a week to be approved.

What's most galling is that if you use CapacitorJS or similar you can ship app updates instantly to your users but if you write native first-class OS citizen apps you are penalized.

There is nothing quite so annoying as having a fix for a bug people are running into and have zero control over when it will get out to them.

4h agoHN ↗

You would think that with the AGI that these companies are hyping the review happens in minutes. Weird.

4h agoHN ↗

Guess both are excused for not having up to the par approaches available.

4h agoHN ↗

By the way, the same is happening for the Apple Store.

Their review process is advocated as usually within 24 hours (and heavily advertised by Apple as such, see https://developer.apple.com/distribute/app-review/) and it is taking now much longer.

In the last month, I had to go through the review process twice, and twice I needed to contact them personally after waiting for 1 week of waiting. It did however helped, after every human contact I was reviewed within a few hours.

I got this explanation from them...

We are currently experiencing a higher-than-normal amount of inquiries and have been unable to respond in the time frame that we would prefer. During these periods of high volume, the app review time will take longer than average, and we cannot currently provide a concrete timeline for when your specific app(s) will be finished with the process

I'm guessing, AI slots invading the store.

4h agoHN ↗

I've had same experience. Brand new iOS apps are taking weeks. My latest all took 3 weeks to get reviewed and approved. Updates to existing apps are fast though (1-2 days).

Also, sometimes, apps will go in review and then just stay in that state for 3-4 days before approval. No idea why.

3h agoHN ↗

theres's hordes of sloppycats in every vertical. Check out how many birding apps have come out in the last 12 months for example

2h agoHN ↗

I'm sure submissions have absolutely skyrocketed with model advancements since the beginning of the year. I'd be curious to see the numbers.

I know Github's commit numbers have been pretty staggering YoY.

4h agoHN ↗

I know this is quite the controversial idea. But I'd personally love a fee per app, just to counter spam, say 100usd/app.

4h agoHN ↗

Everyone that ingests code is seeing an order of magnitude more of it thanks to LLMs, even existing apps are producing more updates. It's the same sort of thing github keeps failing to keep up with.

4h agoHN ↗

Strong argument in favor of web vs native apps. If you need bluetooth on iOS checkout the web bluetooth iOS safari extension i've been working on recently: https://beacio.com

2h agoHN ↗

Note that Alex Russell is a Blink partisan, currently supporting Blink at Microsoft and formerly having done so at Google. Folks like that don't take kindly to the idea that a Blink monoculture might not be a great thing, and definitely do not share the opinion that it's critical to the open web that Apple not cede the open web to Blink.

Remember, Blink began as Google's 2013 fork of WebKit. They've embraced and extended it, but thankfully the "extinguish" step is taking longer than they thought. This makes the "open web, as long as it's my engine" people upset.

Safari's PWA support is not as complete as Chrome's today, but it's as good as Firefox's support and perfectly capable of supporting rich, standards-based apps. https://pwascore.com/

2h agoHN ↗

The fact that your "argument" rests upon baseless ad hominem, I'm mostly inclined to not even respond.

I'll simply say that if you bothered reading anything (let alone objectively), you'd clearly see that no one is arguing for a blink monoculture. They're arguing for allowing everyone to choose whichever browser and browser engine that you want. Safari included.

The math isnt mathing on that site... And, no, safari is NOT capable of PWAs - which is the primary point of contention (not obscure APIs, though safari generally lags in all of that as well). They deliberately hobble PWAs and make them very difficult to install.

edit: also, your site is just obviously biased/poorly done, because there exist many better comparisons of web features, which show how vastly far behind Safari is, often even of Firefox. This is unsurprising given your chosen style of rhetoric

https://wpt.fyi/

https://webstatus.dev/

2h agoHN ↗

True that. Apple has strong economic incentives to nerf PWAs, and I don't share their privacy concerns about web bluetooth. If anything, forcing users who need bluetooth to install shady third-party browsers creates way more risk. Based on beacio's download numbers, quite a few people would rather have web bluetooth available in their default browser.

1h agoHN ↗

It's not ad hominem since I'm critiquing their position, not their character. Their positions are public and well-documented, which is why it's important to point out the bias of what you linked to.

And, no, safari is NOT capable of PWAs…

Incorrect, see my link. PWA installation on iOS is simple and idiomatic, and the same as it is for all websites: Share > Add to Home Screen.

1h agoHN ↗

It is rare that someone voluntarily exposes their lack of insight and integrity so thoroughly... Kudos..?

your argument amounts to "this person is incapable of being objective, let alone decent, because they work at xyz". Moreover, you literally didn't address a single thing presented in either link that i shared - which directly refute your nonsense. Pure ad hominem, and worse.

You are not a serious person if you think that PWA installation is "simple and idiomatic on iOS". It is buried multiple menus, taps, drags etc... deep. Most chromium browsers present a button right in the address bar or at least conspicuously in the main menu. Moreover, they allow developers to ask for the ability to prompt users to install the app.

https://adactio.com/journal/18252

https://adactio.com/journal/22757

Apple forces their employees to debase themselves in order to defend this status quo. eg:

https://github.com/w3ctag/design-reviews/issues/1245

https://github.com/WebKit/standards-positions/issues/619

Take care. And keep that math not mathing!

59m agoHN ↗

safari is NOT capable of PWAs... > They deliberately hobble PWAs and make them very difficult to install.

Hit the share button, "Add to Home Screen" is very difficult to install?

47m agoHN ↗

edit: also, your site is just obviously biased/poorly done

If you can offer recommendations for data-based improvements, I'd sincerely appreciate it! It was made without any concern for Safari "winning", as is probably obvious since it has the lowest score. Methodology described here: https://pwascore.com/about

29m agoHN ↗

lol, not after you behaved so disgracefully here. at the very least, fix the math as i said more than once

21m agoHN ↗

The math is correct, see /about for methodology and this summary from the "How Scores Work" panel.

   About PWA Scores:

   • The main score shown is weighted for feature importance
   • Only stable (non-experimental) features are counted
   • Tap or hover any score to see:
      – Raw scores (simple % of supported features)
      – Experimental feature scores
4h agoHN ↗

With Signal, the biggest issue we have is that review times are extremely inconsistent. Sometimes it's 4 hours, sometimes it's 5 days, and there's no visibility as to why. Our working theory is that there's automated and manual queues, and occasionally, for whatever reason, we fall into the manual queue. But when you work on an app that has weekly updates, randomly getting hit with a review time of several days really throws off your groove. And it can obviously be terrible for moments where you're fixing a critical issue.

3h agoHN ↗

Has it ever happened where your submission goes to review and then just sits in the "In Review" state for many days? I am talking 4-5 days? or sometimes longer than a week? And then it gets approved?

That's been happening randomly to me.

3h agoHN ↗

I can imagine Apple probably has an automated review of a diff, and probably makes a manual review anytime a system API call changes

4h agoHN ↗

I'm partly to blame. I accidentally ran an illegal unregulated money transference service over Google Play.

It let users cash out their Google Play Credits for real cash, which I automatically wired them.

Someone then hacked in to a major bookstore chain, stole piles of Google Play Gift cards, activated them using their access, and used my app to get cash for them.

Luckily, the whole thing blew up on me before I got in serious trouble, rightfully so, and the app was removed by Google, then an investigation followed. A ton of copycat apps popped up immediately after, then a few months months later Google announced their app review process.

3h agoHN ↗

I love how casually you're dropping this incredible piece of internet lore as if somebody asked you how's the weather.

3h agoHN ↗

Haha. I used to have some blog posts detailing things a bit more, but I let it die when Heroku cancelled their original free tier years ago.

3h agoHN ↗

If you're inspired to rehash it here or another blog you'll have at least this additional reader.

1h agoHN ↗

A domain is only ~$12/year if you don't buy it through a scammy site like godaddy that adds fake fees or quadruples the cost after a year. WordPress is easy for blogs, or you can just vibe code something in an afternoon if you don't care to have comments. Even embedding forms or an emailing tool can be done statically. Heck, there's probably a free option out there for simple posting that I don't know about.

3h agoHN ↗

What did you do with all the Google Play Credits?

3h agoHN ↗

When you "spend" Google Play Credits in an app, Google Play treats those credits the same as if you paid with real money: they took 30% (their take isn't so steep today), I took 10%, and then I sent the user/buyer the remaining 60% directly from my bank account (I used Dwolla back then).

It was risky because I didn't actually receive any money from Google until about a month later.

4h agoHN ↗

A week-plus review queue basically kills any chance of a quick hotfix for a free app.

4h agoHN ↗

Our app rarely takes longer than a day, but it doesn't have Android Auto support so maybe that's the difference?

3h agoHN ↗

Yea I noticed that as well. Even longer than Apple's.

FYI Samsung's is even worse.. 6-8 weeks. Hope you get it right the first time you submit your app.

I submitted Signage Sync (https://signagesync.app) last year, still on my third review. Fingers crossed:)

1h agoHN ↗

Yep, I always expect 2-3 months to get an app onto Samsung TVs and those are just variants of a white-label base which already passed their QA multiple times. LG is even worse for the initial review but they accept redirects to hosted apps so at least there's no need to ever deal with them again after launch.

3h agoHN ↗

That's quick. The Slack App review takes 10+ weeks.

3h agoHN ↗

I haven't pushed an update since June, but this has not been my recent experience...

3h agoHN ↗

I'm not familiar with this space (new to Android), could someone explain why there hasn't been additional "app stores" appear that people can use?

3h agoHN ↗

There have been, but most non-technical users don't care or don't go through the hassle of using them.

3h agoHN ↗

Is there any that I should be looking into?

3h agoHN ↗

Check out droidify or neo store for a better front end to f-droid

2h agoHN ↗

I use Foxy Droid.

It's unfortunate the official f-droid client is an unusable mess. (I stopped using it years ago, maybe they fixed it.)

There's also f-droid classic, can't remember why I use foxy droid over it.

1h agoHN ↗

The Huawei AppGallery is hundreds of times bigger.

3h agoHN ↗

Why do people still want to make Google more powerful? I don't get it. Legislation must allow for break up of monopolies such as google play.

3h agoHN ↗

Sometimes several weeks in my recent submissions.

3h agoHN ↗

IMO/IME (as former mobile developer) mobile app development is obliterated.

This is fight for big dogs now.

3h agoHN ↗

FWIW, this has not been my experience. Google Play usually approves within 24 hours for me still. Apple has been taking over a week though.

When Shopify announced their shift from React Native, this is actually what was on top of mind for me. Week+ delays for critical bugfixes is insane. Being able to patch things with OTA updates is tablestakes at this point.

3h agoHN ↗

Interestingly, I published a completely new app yesterday, and it was reviewed and published in less than 2 hours.

3h agoHN ↗

We should write more web apps, more PWAs and have some sort of a way to distribute those without proprietary app stores. It's true not every mobile app can be a web app, but for a lot of cases web apps work great.

3h agoHN ↗

If you know how many get rich quick guru online are teaching people vibes code and submit apps and faceshift to other apps later, you won’t be surprised the App Store model is no longer sustainable.

3h agoHN ↗

Maybe I'm just incredibly lucky, but my reviews on Google Play take roughly an hour and appear to be entirely automated. My initial review was about a week, but everything after that has been 1hr. My Apple reviews are still around a day and my initial review was one month. The Google process is painless and is almost as easy as a web deploy, the Apple process feels much less certain that it will go smoothly and Apple actually regularly opens the app even months after release. This is presumably to check for problematic UGC, but feels rather unnerving.

3h agoHN ↗

This is one part where it should really just be done by AI for 99% of the cases. Just have a security focused AI model that is biased towards flagging things a bit more conservatively.

Only apps that get flagged by the AI reviewer then have to go through a separate, slower human review process.

3h agoHN ↗

I hope someone will sue the ever-loving shit out of Apple when their foot dragging prevents a critical update from going out in time to prevent a 0-day from being widely exploited.

2h agoHN ↗

Interesting. And all the history of Kafkaesque review interactions that various developers have had could be subpoenaed, as evidence of a pattern: that delays aren't necessarily due to excellence and good faith.

2h agoHN ↗

Given the sibling reply, I can imagine them claiming national security prevents them from releasing those records. But that’s okay; I am fairly certain we can find enough developers willing to tell their tales.

2h agoHN ↗

You can request an expedite review from Apple. We already did this, and our app was up in the next 1-2 hours.

3h agoHN ↗

I just released a game [1] on both iOS and Android.

The Google Play process is more thorough. There are a lot of steps and you need to clear them one by one. This means waiting several days between each step. The Play Console dashboard is quite well documented to be honest but can be overwhelming. The main obstacle is that you need to find at least 12 testers to play your game for 2 weeks straight. I ended up paying a service to test my app.

On iOS, the process is a bit more obscure. It's fairly easy to submit an app, but then you don't really know what's happening. You can only see a status like "Pending review". And then one day, you are approved.

Overall, the iOS process felt easier for me. As long as your build succeeds and you provide the correct information, your game can be live within a week. The Android process took more than a month in total.

[1] https://jgthms.com/hopera/

2h agoHN ↗

Finding 12 testers was a struggle for my app [1]. Had to use a mix of LinkedIn begging, work colleagues, friends, and people from random Whatsapp groups I was in.

Once you get over that hurdle for your first release, at least you don't have to do it for every update.

The Play Console is a bit fiddly and I'm always getting random warnings that I need to comply with some new rule by an arbitrary date or my app will get delisted.

[1] https://play.google.com/store/apps/details?id=com.gads.hamil...

2h agoHN ↗

but can be overwhelming

That's an understatement and a half. It's massively over engineered and complicated, especially when compared with (say) the dashboard on Itch.

3h agoHN ↗

This will only change once a new player rises. We live in a world full of blind consumers that won't look out of the Google and Apple walled gardens.

3h agoHN ↗

In fact, I'd support Google with this policies if they'd also take full accountability if my phone gets hacked. Do they? No, so it's unfair and a bad authoritarian way to create another walled garden.

3h agoHN ↗

I just pulled a PWA app off the app store and I am going to keep it a pure PWA. It's installable, offline-first. I know I feel like I'm swimming against the current but I would love people to try to push for awareness of PWA installs more.

1h agoHN ↗

I personally have a TrustedWebActivity. Most update doesn't need a review because I only need to update server-side. Behave like a PWA while being an Android App. (And you can implement Android Auto, other native stuff)

It allows the users to discover my web app through the Google Play Store. My app was also available as a PWA but I mostly push the TWA currently.

3h agoHN ↗

Anecdata: I've pushed out dozens of small code fixes to My PlayHome Plus over the past month and none of them took more than a few hours to be reviewed.

2h agoHN ↗

Can confirm. Took about 8 days for my last app update, and about 5 or 6 for the Play Store listing update.

As someone new to the app publishing world I am surprised at how strict the requirements are, given the absolute dross you can find published.

2h agoHN ↗

Meanwhile, the Web is ever more powerful. But now Android and iOS users expect to find things in the App store only.

2h agoHN ↗

I think that the app targeting Android Auto should be pointed out. Google Play reviews are mostly automated and it shouldn't take more than a few hours. Android Auto is heavily curated for good reasons.

2h agoHN ↗

My tool is used by 1 million people a day https://www.photopea.com

This is the reason I never made a mobile version and all mobile users use it in a browser.

The biggest problem (bug) with this approach is that iOS limits the RAM usage to 2 GB per website. I have to tell many of my users to ditch their $1000 iPads and get a used $150 Macbook for better experience.

I think Apple does it on purpose https://bugs.webkit.org/show_bug.cgi?id=268816

1h agoHN ↗

If you are the photopea developer, you are a true hero. Thank you for your work!

1h agoHN ↗

This is a big part of why React Native (and especially EAS) is still my preferred native development platform. The ability to ship OTA updates directly without depending on platform reviews & rollout schedules is a killer feature I'm not sure I could live without.

1h agoHN ↗

AI is becoming part of how people experience the web every day. We want to make sure that doesn’t mean people are chained to one company’s self-serving pipeline.

Ah yes, the extremely diverse offering of OpenAI, Google, Anthropic, Microsoft, and Mistral (a fake "euro" chatbot). Mozilla is truly a "people's" company.

1h agoHN ↗

Depends on how trusted account/apps are. I have some old apps that are reviewed in 2-3 hours every time

1h agoHN ↗

Making Android apps was my introduction to publishing software. I remember in ~2011-2012 you could upload an APK and it would be published immediately and the Android Market had a "New" page which was just a chronological feed of recently published or updated apps. Just uploading your app update was an easy way to get ~500 free downloads which I found very exciting.

At the time I couldn't imagine paying $99 for an Apple Developer account and waiting a week to publish my app...

47m agoHN ↗

not my experience... I have most updates go through in <24h.