What I see is an inexperienced developer who instead of systematically debugging the issue keeps trying random stuff hoping that it will somehow work.
What I see is an inexperienced developer who instead of systematically debugging the issue keeps trying random stuff hoping that it will somehow work.
If you have an email workflow that you like then something like rss2email might be an option. You simply feed your incoming rss into your email. You’ll want to auto-tag (or otherwise organize) these emails to keep them separate from regular emails. Then you use your usual email tools to organize them further.
I’ve been using such a setup for the past 15 years.
I’ve done many hours of phonecalls on mine. Mic quality is acceptable, slightly mushy. Wind is an issue for example when riding a bike at higher speeds. Wearing a hoodie over them can block the mic too.
I’ve been using various Aftershokz/Shokz models for many years and well over a thousand hours. They are a great option for speech-focused contents like podcasts, audiobooks and that’s what I use them for. I almost never use them for music, the lack of bass (even with earplugs) just doesn’t do it for me. But I don’t find any earbuds satisfactory for music either so maybe I am more picky than most.
I agree with OP about the controls. They are workable but could be much better even considering the limited inputs. I particularly hate the choice of triple-click for backwards-seek and I mess up the timing half the time. Another pet-peeve is the loud beep on play/pause that cannot be turned off. Using the phone/computer controls instead of the on-device ones avoid these issues.
As far as models I originally got the Aeropex and later on “downgraded” to the OpenMove. The audio quality is comparable between the two, the only thing you are missing with the lower end model is comfort - but that is highly subjective! I actually prefer the way the OpenMove feels.
I really wish that there was more competition in this space. The Shokz products are a bit overpriced and slow to evolve and the rest of the options I’ve seen seems lower quality and worse form factor. Would love to hear if anybody has found a different brand that they prefer over the Shokz models.
SearXNG is great at what it does but it falls into the Bing/Google/etc-frontend category since it just forwards your query to one of the search engines it has modules for. It doesn’t have its own crawl and index.
I wish that was the case but sadly most of them are basically Bing or Google frontends or belong to entities that I trust even less. As far as I can tell there are very few independent crawls out there.
They federate because it’s the most efficient way to scrape fediverse instances and build profiles on fediverse users.
That’s not true. Quiet scraping is much easier to implement than integrating AP into your platform.
And keeping the v2 (or v3+WebRequest) support in the browser is not enough, they’d also have to start running their own extension store since presumably the Chrome one will no longer carry such extensions.
Autotype is already solved - ydotool, wtype and dotool exists (and possibly others as well).
These tools work by creating a virtual keyboard so they don’t let you send input to a specific window. The input goes to whatever happens to be focused at the moment. This makes them less reliable than the X11 equivalents and unusable for tasks where you need to guarantee that the right window gets the input.
Those of us who use the autocd feature of shells “execute” directories all the time. For example I’d type just /usr/bin RET
if I wanted to cd to /usr/bin.
not having kludges 42 levels deep
There are already almost a hundred extension protocols and you need dozens of them to implement just barebones desktop functionality. If you look under the surface the Wayland ecosystem is arguably already more complex than X11 ever was and it’s only going to get worse.
There is a fairly compact Thinkpad USB keyboard which would be much easier to connect if you can make it fit somehow. It has the trackpoint but no trackpad.
Yeah, I ended up doing something similar but using my own Dockerfile where I specified ebook-convert
as the entry point.
Yep, I realized that as soon as I posted and tried to ninja-delete but too late :)
If I sum up the numbers from March 2022 it’s 26% AMD and 38% NVIDIA.
I would like the ability to do a CLI-only build since I only really use the ebook-convert
command. Never felt the need to “manage” my ebooks.
deleted by creator
It’s a very useful tool too, I use it semi-regularly. Besides being RPN it’s also arbitrary precision so for example 2 10000 ^ p
gives the right result.
Maybe other tools support this too but one thing I like about xdiskusage is that you can pipe regular du output into it. That means that I can run du on some remote host that doesn’t have anything fancy installed, scp it back to my desktop and analyze it there. I can also pre-process the du output before feeding it into xdiskusage.
I also often work with textual du output directly, just sorting it by size is very often all I need to see.
Any naming convention is fine as long as it’s meaningful to you. But it’s a good idea to keep your own repos separate from the random ones you clone from the internet.