HN user

mb720

81 karma
Posts1
Comments14
View on HN

The extension withExEditor[1] can open the editor of your choice in its own window, optionally with a different editor config file. Your editor writes to a file in /tmp and on each write, the text in the input field or area in your browser is updated with the contents of the file. This is an advantage over Tridactyl, by the way, since in Tridactyl you have to close the editor in order to update the text inside the browser.

[1] https://github.com/asamuzaK/withExEditor

I used to like Windows 7 when it came out and Windows was the only OS I'd used.

It's hard for me now to love an OS that

* blatantly spies on its users[0]

* has an update mechanism that takes way too much time and CPU

* and an antivirus software that scans those updates, making the machine even slower

* shows ads, even though users paid for the OS[1]

* in its "professional" edition comes preinstalled with all kinds of cruft like Candy Crush[2][3]

* in its home edition blocking users to install a different browser, patronizingly claiming that Edge is the best[4]

Switching to Linux made me feel like I actually own my machine again.

[0]https://www.privacytools.io/operating-systems/#win10

[1]https://www.pcmag.com/how-to/how-to-remove-the-most-annoying...

[2]https://i.imgur.com/qhoV17Q.png

[3]https://www.pcmag.com/news/windows-10-will-come-with-candy-c...

[4]https://i.imgur.com/CBOqNmE.jpg

cURL is one of the greatest pieces of software I ever used.

Thank you, Daniel, for creating it and all the volunteers who maintain and improve it.

I donated some time ago to the project here: https://curl.haxx.se/donation.html

I encourage everyone who used it to do the same.

Don't let the crazies get to you.

Similar to 'gf' there's 'gx' that opens a URL in your browser. I use this every day.

https://github.com/tyru/open-browser.vim

Here's my config from the vimrc:

" Disable netrw's gx mapping

let g:netrw_nogx = 1

" If the current word is a URL, open it in the browser. Else, pass it to a search engine

nmap gx <Plug>(openbrowser-smart-search)

vmap gx <Plug>(openbrowser-smart-search)

let g:openbrowser_default_search="duckduckgo"

The title is misleading. The class was there all along, the NoClassDefFoundError was thrown because the class loader was closed when trying to load a class.

When I provide code for free I want to be treated with respect. There's evidence that this is not always the case when working on the Linux Kernel.

Of course, when somebody introduces bugs, that's a problem and should be talked about. But you can do that respectfully without sugarcoating the affair.