artenax

Results 47 comments of artenax

There are also shadowsocks-electron https://github.com/nojsja/shadowsocks-electron/releases But keep in mind that electron contains a chromium browser, i.e. the application is quite heavy.

> It seems Instagram doesn't really care about us Instagram takes care of the children who have taken a fancy to this social network. So I would advise avoid Instagram,...

When compiling to /usr/local, don't forget to run sudo ldconfig /usr/local/lib is in the PATH and LD_LIBRARY_PATH is not needed.

Your application is incredibly difficult to set up. I tried many times and always gave up. You should seriously improve the documentation and especially the examples. For example, ordinary cases:...

> you can export the available history to plain text, if you right click on the friend, an view friend settings Without dates.

In general, if you reduce the fps to a minimum in the settings (10 fps), press F10 (Simulation) and hover the mouse over the wire, it will show the current...

I have tried this before. Only at first I didn't use a resistor and connected the capacitor directly as in real voltage rectifier circuits and the voltmeter readings were unstable....

You can compile in static: ``` ./bootstrap ./configure --prefix=/usr/local --enable-silent-rules --disable-drm --enable-static --disable-shared make sudo make install ```

Hello. I'm using User Script in Greasemonkey in Firefox to redirect from YouTube to Invidious. Here is the code: ``` // ==UserScript== // @name YouTube Redirect to Invidious // @namespace...

I set up a redirect in Firefox using the [Redirector](https://addons.mozilla.org/en-US/firefox/addon/redirector/) extension. Following the example of Palemoon. And it's even better than User Script in Greasemonkey, because it works instantly. Here...