KoblentsBlog Photography
Contact About
Published Jul 26, 2014
Annoying feature, especially when the TV is being used as a monitor. To disable it, enter the menu with the remote control, type 0000, select Others, then scroll down (or up) to 4Hours Auto Stanby (sic) and turn it off.
 
Published Jul 16, 2014
Had the weirdest problem on Fedora 20. Any time I was in the terminal, if I used su to set user to root, once I exited back into my normal shell, any backspace would produce the ^? character.
123
$ ./commaf^?^?^?^C
$ ./command --opy^?^C
$ god damn it
This problem is solved thusly:
  1. Open your terminal.
  2. Edit → Profile Preferences → Compatibility
  3. Select Backspace key generates, and change it from ASCII DEL to Automatic
And you're done!
 
Published Jul 14, 2014
So here I was, about to finish mounting things, and all I had left to do was to mount the Corsair H110 radiator onto the top of the Corsair 500R case. (I use the brand names so that anyone googling the problem can find the solution easier.) Now, mounting it proved to be difficult, because bolts needed to go through the fans, thread into the case, then thread into the radiator. It was hard to tell when they were properly threaded through the case and into the radiator. It was even harder to tell that the mounting holes were misaligned!
The case has 8 holes, 4 on a side, as does the radiator. The problem was, the sides were about a millimeter or two off - you could mount on side, but not the other. The further problem was that since you need to thread the bolt through two threads, both of which fairly tough metal, there was no flex space or slight angle that could get these things aligned.
The solution was as obvious as it wasn't obvious to me. Thankfully, someone recommended it: Simply drill out the holes. But first, some notes after the jump.
 
Published Jul 13, 2014
Cool stuff I like my bashrc to do for me. The full code is viewable after the jump.
- Grab aliases
- Make it so I can run
program
instead of
./program

- Trim directory in bash prompt to the last level, meaning no directory info is shown.
- Erase duplicate commands from the history.
- Have my prompt look a certain way: CMD_NUM $> [input here].
- Have my history formatted so it displays date and time.
- And, if bashrc is being run in a visual shell, then do a silly little logo, that I stole from somewhere else on the internet. Why not?
 
Published Jul 13, 2014
Had a problem: The colors were all distorted when playing movies on my new R9 280. I was so hoping not to have to install AMD drivers, but sure enough, installing the new 14.6 beta for linux worked just fine. I followed the instructions HERE and everything works beautifully!
I didn't bother doing
sudo service lightdm stop
or anything fancy, I just ran the executable, chose the default options, rebooted, et voila. I hope this helps anyone having a similar issue.
 
Published Jul 5, 2014
Arduinos were always kind of expensive for their hardware; having an on-board programmer adds cost, and $30 for a board was a tough sell when an equivalent chip could be had for $2.
Of course, an Arduino is not a chip. It's not even really a development board. It's a learning tool. Arduinos are just about the best thing to happen to hobby electronics hacking since Intel invented the microcontroller; they allow a know-nothing like me five or six years ago to be able to control hardware with just a few lines of code. They're incredibly simple to use, and to get started with; the Arduino community is massive, and has so many educational materials that I often google for "Arduino [another piece of hardware]" when I want to learn about that piece of hardware, even when I'm not using an Arduino. Why? Because someone may have described its interfaces in simple terms, and I can use that knowledge for any other chip or development board.
But, thirty bucks is thirty bucks. I make little boards for $2.50 that are just as capable. Well, it turns out, so do other people - and theirs are fully Arduino-compatible, and pin-compatible with the Arduino Nano. Check it out - $2.50 for an Arduino. Well, I guess it's a little more considering shipping, but not by much.
At such a low cost, it might become convenient even for me to grab a couple and use them to bit-bang or excite some interface or rapidly prototype something. I absolutely love removing barriers to learning.
Relevant Joel On Software, in which Joel writes about barriers to entry and barriers to switching. He makes the following point: For every barrier of switching you eliminate, you will roughly double your sales. Similarly, for every barrier of entry we eliminate to hobby hacking, we can double the number of people who participate. One obvious barrier is that people don't know they can participate (thus limiting the number of potential entrants); another obvious barrier is that people don't know how to get started (thus limiting the number of potential entrants who transition to actual entrants.) This little device is in the latter category: a couple bucks, some free software, and you're blinking LEDs. I hope my writing is in the former.
 
 
« September 2014 June 2014 »
© Copyright Koblents.com, 2012-2024