I absolutely love the videos on this channel, this one being one of the best published yet. I’m literally blown away by the level of detail and clarity. I think I’m going to watch it more one time…
I absolutely love the videos on this channel, this one being one of the best published yet. I’m literally blown away by the level of detail and clarity. I think I’m going to watch it more one time…
You are only starting to think that NOW?
Hey, I’ve been really careful with my words to NOT say that. I was just wondering and I acknowledge that it might be nonsense.
US has a huge influence on the entire world. Could it be that it started (or got amplified) in the US due to poor healthcare and then spread out to the rest of the world? I’m not trying to put all the blame on US of course, but it doesn’t sound that unreasonable that it could be partially responsible.
I don’t have any answers unfortunately. It looks like the implementation is just half-assed because making it good isn’t actually in Google’s interest.
If you install one of the supported apps (e.g. Ecosia) it appears as an option in the menu. I didn’t find a way to use FF yet.
Yeah, I’m using Niagara currently. Here are my thoughts about Lawnchair: https://lemmy.ml/comment/10231968
You’ve hit the nail on the head - they are forced to do it by the EU.
Thanks!
Yup, it’s part of the home screen and can’t be disabled or replaced. Until today it could only search Google so it’s a big step in the right direction anyway.
I know it and I tested it but there are some problems:
It’s not as smooth as Pixel launcher. In fact, no other launcher is. AFAIK at least a part of that smoothness (particularly switching to multitasking view) is impossible to achieve for non-system apps. I’m very happy using Niagara right now but if not for this search situation I would consider switching to Pixel launcher just for this smoothness. Niagara is amazing but I miss normal widgets.
DDG doesn’t work correctly in Lawnchair either. It opens up the DDG webpage when you tap the search bar. What I want is to let me enter the phrase in the bar and only after I submit open the webpage with search results.
Pixel Search looks like a very cool app which would be even better search provider in Lawnchair, but currently it’s not really working as well. Instead of opening the Pixel Search app, it opens the app page in the Play Store, even though I have it installed.
If you don’t care about the smoothness, Lawnchair is probably the best option though. The two issues I mentioned probably will be fixed eventually, I’m even considering trying to fix that myself.
This is specifically about the search bar in the Pixel launcher. It’s just how they implemented the feature - it requires the app.
Then I can’t set it as a search provider. It requires the app.
This is exactly what I thought about too. My knowledge about Android development is pretty limited but I might try to research that later.
They could literally add a text field allowing you to enter the search URL to be opened in the default browser… But I guess making this feature actually good isn’t really in their interest.
I can (and do) use DDG in FF but if I chose DDG as a search provider for the launcher searchbar it opens the app.
This is me. I still can’t believe how much a few hours of sun can boost my mood.
It’s not. Particularly the switch to a multitasking view and some animations cannot be as smooth for any third party launcher due to the fact that the required API is not available to them. I don’t remember the details but I think it’s only available to system apps? I know it can be achieved with root but I don’t want that.
Wow, that’s perfect. I’m actually really used to Niagara Launcher right now but I might consider Pixel Launcher. It’s just sooo smooth on a Pixel, no other launcher quite gets there, even Niagara.
I think OP is worried about keeping their charged phone on the charger just for this feature. I also heard that keeping devices with batteries connected to a charger for a long time is not good because it generates a lot of small charging cycles pushing the battery to 100% repeatedly. I’m actually curious whether that’s true for the modern smartphones or not.
FWIW my Pixel has an “adaptive charging” feature that slowly charges the phone to 90% overnight and then tops it to 100% just before an alarm. It seems to be aimed at reducing this exact effect so I wouldn’t be surprised if there is something to it.
I was sure I’m getting baited when I clicked the link but it’s one of the rare cases when it actually turned out not to be a clickbait.
This feature literally found and isolated “important files” and now they are deleting those files. Just because it was never available in the US doesn’t mean it’s irrelevant.
So I’m going to say what I always say when people complain about semantic whitespace: Your code should be properly indented anyway. If it’s not, it’s a bad code.
I’m not saying semantic whitespace is superior to brackets or parentheses. It’s clearly not. But it’s not terrible either.
As someone who codes in Python pretty much everyday for years, I NEVER see indentation errors. I didn’t see them back when I started either. Code without indentation is impossible to read for me anyway so it makes zero difference whether the whitespace has semantic meaning or not. It will be there either way.