Actually that might not have been done to deliberately disrupt your flow. Culling elements that are outside of the viewport is a technique used to reduce the amount of memory the browser consumes.
Professional C# .NET developer, React and TypeScript hobbyist, proud Linux user, Godot enthusiast!
Actually that might not have been done to deliberately disrupt your flow. Culling elements that are outside of the viewport is a technique used to reduce the amount of memory the browser consumes.
I would recommend checking out LosslessCut. Behind the curtain it runs ffmpeg, so you should be able to find the perfect command.
In the features list:
View ffmpeg last command log so you can modify and re-run modify recent commands on the command line
We do have a federated GitHub alternative. Perhaps not too mature yet, but it does indeed exist. Forgejo
Let’s not forget Forgejo, a fork of Gitea. Self-hosted. It’s CodeBerg’s backend.
1099$, seriously? 😅
Do you happen to own one? If yes, how do you feel about it?
For example, in the PineTime there is a heart rate monitor, but it’s too slow and imprecise. Notifications work great, and the battery lasts 20 days or more. How about the Bangle.js 2?
https://pine64.org/devices/pinetime/
Be warned though, the hearth rate monitor doesn’t work particularly well. And there is no sleep tracking afaik.
If you’d prefer something more reliable (but less open), GadgetBridge is an Android app to interface with commercial smart watches through reverse-engineered protocols.
In my experience, a great portion of competitive multiplayer games work. Although I have to admit that I mostly play games meant to be played among friends rather than against strangers.
If you are not talking about Steam, which comes with Proton out of the box, I’d recommend to give Legendary a try. It’s basically the same thing, but with non-Steam games. And it’s very user-friendly, like Steam.
I use DDG for the privacy as well, but personally I think it works better than Google in my field (software development). The only issue I personally have with DDG is that it lags behind Google in terms of updates, I notice when searching for something that came out or happened only recently.
This is a screenshot from uBlock Origin, an ad-blocker for browsers. Red means that something is in a block list. There is a lot of red, which means this website uses a lot of stuff that tracks the user or serves ads.
That being said, I’ve seen much worse.
Are you sure about that? That would be surprising for me, as I had never before heard about Electron running on mobile.
A quick dive in Element Android’s dependencies didn’t reveal any mentions of Electron, but perhaps it’s referenced in some other way.
Signal desktop client is actually Electron based. And AFAIK, Electron doesn’t run on Android, only on the desktop.
As an Italian, I would say that’s not the case, not “a lot of Italians are racist”. I’ve had interactions with a few racist people of older generations, but I would say that they are the exception, thankfully.
A less salty way to put it would be that the chart is missing two labels: “Original prompt” and “Poisoned prompt”.
I have one. It does the bare minimum (show time, count steps, show notifications), everything else doesn’t work very well, including the heart monitor. But the battery lasts for almost a month. And it’s completely offline, no cloud services. I would still recommend it.
I synchronized with my laptop to save a copy of all my messages. Would this be a viable solution for you?
Ah, that makes sense. Thanks!
Well… that would make sense. But it’s much much easier to just do it preemptively. The browser API to check how much memory is available are quite limited afaik. Also if there are too many elements the browser will have to do more work when interacting with the page (i.e. on every rendered frame), thus wasting slightly more power and in a extreme cases even lagging.
For what it’s worth, I, as a web developer, have done it too in a couple occasions (in my case it was absolutely necessary when working with a 10K × 10K table, way above what a browser is designed to handle).