Good to know. Although a lookbehind for `\d+` doesn't really gain anything over a lookbehind for `\d` anyway; they match in the same circumstances, just with different results.
Need is definitely too strong a word, but I think we can agree that uv has so far been the best solution to a problem that plagued python development for a really long time.
2°) Android followed UX/UI 101 about where to put frequently used buttons: where you can reach them with your thumb. Basic design, right ?
Apple iOS: the close/back button is usually on the top left corner, unreachable by right-handed users that only constitutes 90% of people, number about the same in all countries and cultures. That's only one example, but that bag where it comes from is deep.
You should take a few steps back before displaying publicly polarizing opinions and maybe nuance your words a bit.
1) that’s like saying good UX is entirely optional - sure it is but users will still complain
2) disregarding another blatant discrimination of left-handed users: I switch a couple times per week between android and iOS devices for various reasons and the android UX is so janky and unintuitive it hurts - it might just be my particular device and it’s much better in other cases.
This might be extremely polarising but I agree with GP.
It is the default on all modern Android flavors and the overwhelming majority (>90%) of users sticks with defaults. It is likely Google is going to deprecate the navigation bar within a couple of Android versions.
> Apple iOS: the close/back button is usually on the top left corner, unreachable
You clearly never used iOS, because you just backswipe. You rarely if ever touch back buttons.
Not that I disagree although you're fighting the wrong fight. The big problem is controls being on the top instead of the bottom. Neither Apple nor Google has attempted to fix this, only Samsung partially has with OneUI. And they can't force developers to adhere to "content top, controls bottom". Ironically enough Apple had this fixed until iOS.. 12? From 7-12, the control center was at the bottom. All they had to was move the notification centre there and figure out a way to make it compatible with a gesture bar.
> right-handed users that only constitutes 90% of people
People tend to one-hand their phone with their non-dominant hand to keep their dominant hand usable.
> You should take a few steps back before displaying publicly polarizing opinions and maybe nuance your words a bit.
I use and develop for both platforms. You just sound like an angry, unknowledgeable fanboy.
Perhaps take heed to your own advice :+)
Edit: if you want an example of something that Android does way better: notification management via notification categories. I get to disable stupid promotional or "typing.." notification categories from an app, whilst maintaining functional ones. iOS should take a page from Android there.
Extracting log entries from large files for troubleshooting, mass editing, mass formatting...
This missing feature is the only reason I wasn't able to get far with the vim family: I didn't find a close enough way to do the same tasks as efficiently.
I'm so happy to read this, I've been thinking about this question for a while now, and I think it would help a lot:
Big companies where revenues are based on marketing would collapse, the market fragments (which is good), smaller companies are created instead, better diversity of local products and services. Better wealth distribution. More money for the government, hopefully better public services.
With less flashy products and services, people have a better purchasing power, even considering they'll have to pay for services they use, like reviews.
Review companies would need strict controls to be put in place against corruption.
It would probably also change a lot of nonsensical landscapes (ex: sports)
just tested it against the 10000 first prime numbers in Sublime Text : 2462 prime numbers have a direct neighbour with the same last digit. That's nearly a quarter of them...
Edit: by taking into account sequences with 3 identical digits (110 occurrences), it's even more.
Just a small note: some regex engines support "variable length lookbehind", check the last column on this wikipedia article : https://en.wikipedia.org/wiki/Comparison_of_regular_expressi...
reply