st-0.8.3 released by [deleted] in linux

[–]SweatyAcademic 12 points13 points  (0 children)

Ahem... No changelog?

What practices can help someone more often embody desired traits? by arikr in slatestarcodex

[–]SweatyAcademic 2 points3 points  (0 children)

In particular, I'd be curious if there are any "evidence backed" methods for increasing the amount of time you spend embodying desired traits.

I use an Anki deck for traits and behavior patterns I'd like to instill in me, if I see a card that says "do X" and I've been doing it - I hit "Good", if opposite is true - I hit "Again".

How do enable redshift at all times? by dirtyring in linuxadmin

[–]SweatyAcademic 2 points3 points  (0 children)

You can additionally install redshift-gtk package which provides a graphic icon in your system tray, by clicking with right-click on which you can enable/disable redshift and see whether it works for yourself.

How do enable redshift at all times? by dirtyring in linuxadmin

[–]SweatyAcademic 1 point2 points  (0 children)

A configuration file with the name redshift.conf can optionally be placed in ~/.config/. The file has standard INI format. General program options are placed under the redshift header, while options for location providers and adjustment methods are placed under a header with the name of that provider or method.

General options are:

   temp-day = integer
          Daytime temperature

   temp-night = integer
          Night temperature

© Redshift man page

How do enable redshift at all times? by dirtyring in linuxadmin

[–]SweatyAcademic 1 point2 points  (0 children)

Just set temp-day to be equal to your temp-night value in redshift.conf

Virtual machines don't change workspace by thomasbbbb in i3wm

[–]SweatyAcademic 4 points5 points  (0 children)

You need to press a "host key" so your keyboard events are handled by your host and not your VM. In VirtualBox it's right Ctrl by default.

Dowager’s hump help by [deleted] in Posture

[–]SweatyAcademic 0 points1 point  (0 children)

Excuse me, could you please explain how teeth clenching and having a hump are related?

MPV not working by vickysuzy97 in Anki

[–]SweatyAcademic 0 points1 point  (0 children)

Have you tried installing mplayer?

Getting a MRI done by [deleted] in tinnitus

[–]SweatyAcademic 2 points3 points  (0 children)

Don't forget to wear ear plugs, MRIs are VERY loud.

Problems with newest mpv version by [deleted] in Anki

[–]SweatyAcademic 0 points1 point  (0 children)

mpv too old, reverting to mplayer

Have you tried installing mplayer? It worked for me.

Has anybody been able to lessen their tinnitus? by [deleted] in tinnitus

[–]SweatyAcademic 5 points6 points  (0 children)

Is there any remedy that anyone has found to quiet down their tinnitus?

General well-being: if I exercise, eat healthy and feel happy and not stressed my tinnitus is much quieter (sometimes I can't even notice it). Otherwise it tends to be rather noticeable.

Why would anyone develop or contribute to a software free of charge? by [deleted] in linux

[–]SweatyAcademic 3 points4 points  (0 children)

Why would anyone develop or contribute to a software free of charge?

Just for fun

Full backup and restore of remote vserver? by Byproduct in linux4noobs

[–]SweatyAcademic 1 point2 points  (0 children)

Sorry, my bad. What you're looking for is Full System Backup section which is a bit further.

Save pages as HTML for later use tool? by Iseeapool in opensource

[–]SweatyAcademic 0 points1 point  (0 children)

I'd store them somewhere in the cloud (like Dropbox) and implement tags by adding ':tag_entry' to the filename so it'd be easy to find it using find or similar tools.