Directory Opus paid version (central to pretty much everything I do on PC).
Separate software, most used:
ShareX (most productive one imho)
Agent Ransack for indexed searches
Also dnGrep to find stuff more specific in local html pages, on the spot
Logtech software for mouse gestures (I swear by Logitech)
Winxvideo AI for large downloads (excellent control over wanted filesize etc).
Smaller downloads via yt-dlp tool (standalone version for windows), launched via a Opus dialog and Powershell script.
Some of the most productive tools used from within Opus:
yt-dlp (see above)
Long series of shortcuts on a small Opus toolbar (appearance:no frame) fixed to the top of my screen, making windows start laucher mostly obsolete, as this bar can easily host over 50 small icons.
All sorts of specific column setups for visualizing lists of video's, ebooks, word documents, html files, text files.
One button for starting the right editor for anything I throw at it
One button for viewing anything I trow at it (detects video size before opening the Opus viewer, shows html files in a specific size, etc).
Massive use of Opus icon labels (but thinking of replacing it with sets of flags in the filenames - still managed within Opus).
Opus Sync for backups
Browsers:
Edge for most stuff (love its vertical tabs and its performance, and for me it has now âthe edgeâ over Chrome)
Chrome with different profiles (and plugins) for specific tasks/ sites
Firefox: now only used for its cache (yt-dlp makes the best use of it)
Browser plugins:
Browser plugin Tampermonkey (e.g. for reading reddit with automatically opening sub-conversations)
As simple browser plugin to copy Url + Page title (separated by â|â) to the clipboard - both then immediately being picked up by aforementioned DOpus control (when it's open) in order to start a download.
Raindrop.io for bookmark management (+ next to Edge bookmarks)
SingleFile for saving interesting long-read pages to disk in a single html file (+ highlights)
The zillionth Youtube Ad Auto-skipper (only working partially: starts sound again automatically after ad)
Youtube Playlist alphabetical A-Z sorting
Following world & political news:
Ground news for most news (its assessment of left/right bias seems excellent)
Feedly Pro for its excellent AI-supported compilation of important feeds
I love dngrep. It gets a 97 out of 100 it loses a few points for being an electron app. Which makes the UI a pain to automate and navigate. Otherwise I can't believe it free! It's epic.
Ive tried 5ish grep apps but everything pales next to all the bells and whistles in dngrep!
Inr the settings you can create custom open with cmds to include line numbers details in text editors.
I've even put my own open with dopusrt cmds in there.
I grabbed their theme editor and made my own theme. I love dark mode, but note cold blue dark modes. I also like separation between elements. I get way so many gui are flat these day but yeah. It's to easy to get lost in or focus on single tone GUI
Could you share this button? Or how you have it set up? I use a few editor for different extensions. I'm curious of the syntax and logic in it.
I be made a few hotkeys via autohotkey that checks the ext. It's kinda of simple but also tricky with setting up the programs to match the input it's sending.
I canât tell, because I donât pay for this extension. During the test period it did skip ads as promised. Without paying it just re-activates the sound that you dim once the ad is done.
I have uBlock Origin but it didnât seem to block ads on youtube when I tried it. But thatâs a while ago, Iâll give it another try, thx.
PS. It would be more practical to put multiple extensions on the same line, to open with the same application, but I did not yet find a way to do that (without switching to jscript or so).
But this is also about the pleasure of âthrowing thingsâ at one of those âbig buttonsâ (on my special âbig buttons toolbarâ). I am a huge fan of file-throwing sports.
Why do you think it is an Electron application? I would say it is written in .NET / WPF. It seems to bring all the .NET libraries with it, that's why it is so huge. I wonder if this is really necessary though, I would think having the correct .NET framework installed should be enough, but who knows. o)
I would think having the correct .NET framework installed should be enough, but who knows. o)
Installing .Net Core runtime requires admin rights. Also, they wouldn't be able to make a portable version.
Bundling the entire runtime with your app is more convenient. It just takes more space, but functionally it is the same.
However, there are options to reduce size, like trimming. I think they could reduce the deployment size several times without losing anything.
Interesting idea. Clever application of AI to make something unique. However, I lost hope in finding a good news site. The 24/7 news cycle is evil. It is all Amusing Ourselves to Death and Manufacturing Consent and Kayfabe.
Haha - well, I think I have to reply in the same way I did a while ago to @jfour18 : as much as I love to âamuse myself to deathâ debating all things politics and its philosophical, religious, ideological & socio-cultural implications, this is not exactly the forum to start such a debate. Few would appreciate a diatribe about why Chomsky (and his friend, Edward Said etc.) are in my view amongst the most âkeyfabeâ folks Iâve ever read (ref. Christopher Hitchens for someone who has laid bare the flaws in Chomskyâs thinking many years ago - or just take Susie Linfieldâs book âThe Lionâs Den: Zionism & The Left from Hannah Arendt to Noam Chomskyâ). Iâm certainly no supporter of wokeism and leftism (but hey, I can respect opposite views).
In any case: weâre talking about productivity here - so let me just say this: I found Ground News really helpful in differentiating between articles that are more centrist and others that have a Left or Right bias, while also indicating - along another axis of analysis - the level of accurracy of the data these media are presenting. And of course, their short summaries of topics, focused on data-centric objectivity, are helpful too. Itâs an aggregate application: it uses analysis done by other organisations such as Ad Fontes Media.
But no one can do the thinking for us, of course (not even AI). And real thinking isnât really âamusingâ at all: it hurts, when you find out some of your cherished ideas could be entirely false. (I changed my world view twice - it wasnât a pretty experience). Still, thatâs not a reason for being too pessimistic about the whole life experience: avoiding an overdose of social media craze has helped me to be more relax about the world. Ground News has almost certain âsavior qualitiesâ in this regard: it mostly looks at what official media outlets are saying - you know, those outlets who are still bound to some form of public accountability.
In any case, I would recommend adding this to the @ifsel:type documentation. The separator between parameter values is usually a comma. But Iâll be happy to simplify my buttons setup now.
Thanks Leo. Again, my sloppy (or âeconomicâ) reading shows up - and also my Windows-oriĂ«ntation: when I see the word âwildcardâ I donât even pay attention - I think I never even had a glimpse at that page at all, because in the Windows & DOS world, wildcards are usually this very simple thing with ? and * (this changed a bit with Powershell though). And who wants even a slighly extended version of wildcarding if you have access to RegEx - I do most things in jscript, even in my Opus buttons. The few buttons using âstandard functionsâ are a leftover from the past. But yeah I should have paid more attention.