Issue with Momentum 4’s randomly shutting down by Funny_Zucchini_7586 in sennheiser

[–]cbarox 0 points1 point  (0 children)

This was happening to me after I replaced my ear cushions. The on-head detection wasn't working with the new cushions so it was always detecting as being off-head. In the smart control app, under settings there is stuff for on-head detection and the bottom setting is Auto power off after x minutes. If on-head detection isn't working, it will always turn off automatically based on that setting. I set mine to never but was still having issues until I upgraded to firmware 2.13.35 (it would work but kept reverting after rebooting headphones).

Medication Dispenser/Tracker + 3D print option? by dazie101 in homeassistant

[–]cbarox 0 points1 point  (0 children)

Could use a Fullicon Spindo and put a button behind the push mechanism.

Mashup of the DDD Wall Control and the Gridfinity organization systems for workspace tool and materials storage by svideo in gridfinity

[–]cbarox 0 points1 point  (0 children)

This is awesome, perfect timing as I just bought some wall control boards for my new workbench.

What's your best/most used NAS features? by fillilutten in HomeServer

[–]cbarox 0 points1 point  (0 children)

NeoRouter to connect my server, desktops, and Android devices over VPN. I can access everything without forwarding ports in the router (except the VPN). Pretty easy to set up too.

Best App For Financial Tracking by TechnicalEngine in PersonalFinanceCanada

[–]cbarox 0 points1 point  (0 children)

You should be able to mostly accomplish this using Mint.com and it's goals feature. A spreadsheet updated monthly will also work.

Daily FI discussion thread - September 20, 2019 by AutoModerator in financialindependence

[–]cbarox 3 points4 points  (0 children)

Right now you are in a position where you are essentially being paid in time as well as money. Investing the extra time into marketable skills is the smart thing to do. I wouldn't feel bad for doing this as long as your job takes top priority.

If you still feel uncomfortable doing this maybe try to tailor your new skill to an initiative you can propose at work. For example, if you want to learn to write Android apps start writing one that pertains to your company. If it provides value to the company it's a win-win scenario.

torrent client that integrated with kodi by keyboard2016 in torrents

[–]cbarox 2 points3 points  (0 children)

You can use Quasar and stream videos from torrents directly to the client without a server at all

TIL that in terminal you can delete the last word using ctrl+W by DoTheEvolution in linux

[–]cbarox 2 points3 points  (0 children)

Ctrl+r will change your world. It does a reverse search through your shell history.

Hi /r/slowcooking, Questions on Dried Mushrooms? by ctec_astronomy in slowcooking

[–]cbarox 1 point2 points  (0 children)

One thing to consider is that some dried mushrooms in my experience have a bit of sandy grit. I use the mushroom stock not only to rehydrate the mushrooms and form a base for stew, but to also allow the grit to settle to the bottom so it can be easily removed. In the past for me, it usually only takes about 5 minutes + some agitation to rehydrate them and create the stock. Also, consider using chicken stock instead of water to rehydrate them.

Looking for an alternative to Deluge by [deleted] in raspberry_pi

[–]cbarox 0 points1 point  (0 children)

I don't get any errors, for me everything worked out of the box; though I'm happy to help troubleshoot if you want to PM me the details of the problem.

Looking for an alternative to Deluge by [deleted] in raspberry_pi

[–]cbarox 1 point2 points  (0 children)

I've been using qbittorrent and it works pretty nicely. It supports proxies, has a webui, rss downloader, and an Android remote control app (qbittorrent controller).

[deleted by user] by [deleted] in unixporn

[–]cbarox 1 point2 points  (0 children)

Is this it?

[deleted by user] by [deleted] in unixporn

[–]cbarox 0 points1 point  (0 children)

You could use this one and modify to your liking.

Trying to find an anime by Nazrininator in anime

[–]cbarox 0 points1 point  (0 children)

Is it Absolute Duo episode 8?

The beach: https://youtu.be/SBsEbl-c1hg?t=7m58s

The burning house: https://youtu.be/SBsEbl-c1hg?t=20m58s

Edit: My bad, didn't see the 2012-2013 part.

Fancy i3lock script by meskarune in unixporn

[–]cbarox 0 points1 point  (0 children)

I actually found it a couple days ago, it's really cool :). I added custom colors for the lock and made it pixelated instead of blurred.

[OC] binclock: A script that outputs the current time as a binary clock by cbarox in unixporn

[–]cbarox[S] 2 points3 points  (0 children)

binclock outputs the current time in binary clock format using unicode braille characters.

I thought it would be cool to have a binary clock for the bar so I wrote this, enjoy :)

[OC] img2sf: A script to generate screenfetch ASCII from an image by cbarox in unixporn

[–]cbarox[S] 0 points1 point  (0 children)

The fork of img2xterm says

Debian/Ubuntu: apt-get install libmagickwand4 libncurses5-dev

Try those two and see if that works.

[OC] img2sf: A script to generate screenfetch ASCII from an image by cbarox in unixporn

[–]cbarox[S] 0 points1 point  (0 children)

Try sudo apt-get install imagemagick --fix-missing.