Open workspaces foster noise and distraction

I really hate it when companies tell you that open workspaces foster collaboration.  This insults my intelligence, even more than saying that employee satisfaction is a high priority in the Information Technology field.  It’s not.  Stop telling us a 3×3 ft. cube is better than a 4×6 ft. cube because you are closer to your colleagues and can see EVERYTHING now.  It isn’t.  Open workspaces foster nothing except higher employee density per square foot, lower costs, noise, and distraction.  More lipstick on this pig will not make it less of a pig.

Continue reading

Moved hosts

Hi-ho! I’ve just moved my WordPress blog from one host to another more reliable host (manually). Since I DIY’ed it, there may be some weirdness I still haven’t flushed out, so if you see anything weird going on with this blog, let me know.

Thanks!

SLF4J Library Names

Another tidbit that can help with understanding the SLF4J libraries you need to include in your Java project:

– If the logging framework name comes before slf4j, then it is used to create log messages (e.g. log4j-over-slf4j.jar)
– If the logging framework name comes after slf4j, then it is used to route log messages to that framework (e.g. slf4j-jdk1.4.jar)

The slf4j-api.jar works with both of these libraries to accept log messages in the format that one logging framework accepts and actually log it in the format that another logging framework expects.

ZeroWater

Interesting…I bought a ZeroWater pitcher today and tried out the little TDS (Total Dissolved Solids) meter that comes with it. Our tap water is 235 PPM. So I hoped my fridge filter would reduce that down significantly. Nope, only went down to 200 PPM. The ZeroWater water measured 000 PPM (+003 PPM). ZeroWater is the real deal.

Of course, they do say that when the water from the ZeroWater filter starts reading 006 PPM to change it out. We’ll see how long that takes.

A more visual way to understand SLF4J

Simple Logging Facade for Java (SLF4J) is a Java abstraction library used to allow the selection of a logging framework at deployment time, rather than at compile time. SLF4J allows the developer to use the logging framework of the deployment environment even if the developer’s code is written for a different logging framework.

Continue reading

Menu-Driven Engineering

I can’t count the amount of times I have heard this at work: “I can’t determine the requirements because the customer doesn’t know what they want!”  Also, “how can I determine the requirements if they don’t tell me what they need?”  If the customer is reluctant to provide hard requirements, then they are essentially telling the technical team that they don’t know what they want.  They don’t know what the technical team can do for them.
Continue reading

Iron Man 3

Cheap movie review: Iron Man 3 was fun. It was a lot like The Iron Knight Rises.

Update on my Standing Desk

After nearly a year with my standing desk, I decided to update every one on how it’s going.

It took me about three to four months to get used to standing all the time, but now I actually prefer it. I do still use a chair when I work, but I purposefully us a barstool so that I wouldn’t get too comfortable while sitting down. I mostly use the chair for when I eat lunch at my desk or when my back hurts. But for the most part I stand while I code.

I also bought an anti-fatigue mat to stand on, which helps with shifting weight around on my feet.

If I get busy enough, I forget that I am standing up. But I must admit: I have a better time coming up with ideas if I’m sitting down. So I have come up with a compromise: I sit (and frequently stand up and move around) while I am designing something, and when it comes time to just lay down code, I remain standing. This arrangement has worked well so far. Also — for some reason — I speak better when I stand up. This helps during conference calls.

I didn’t mention in my original post that I set the height for the monitor shelf too high and had to adjust it. Luckily, the posts that the shelf sits on are made of PVC and painted to look like metal. So all I had to do was cut them down to size and the problem was solved. Since the monitors are not that heavy, the shelf they sit on doesn’t need to be that strong. And as a result, if you shake the desk, the monitors tend to shake a lot. But that’s okay; I make sure not to jostle the desk around too much.

I had one person ask me if the desk could be made without the swaging wire and turnbuckles (the metal cable ‘X’ at the back the desk). Yes, it could, and it is fairly square without them, but the wires help keep the whole desk from twisting. Plus, the wire is much lighter than the wood it would take to accomplish the same task.

So all in all, I am really liking the desk, and I am really liking standing up while working.

Money

I’ve always been fascinated by people’s reaction to money, especially when they don’t truly understand money. They say it’s the root of all evil, it’s not about the money, money isn’t everything, money can’t buy you love. It’s funny to me that they always attach money to emotions and feelings, as if money had a mind if its own. I suppose to those who don’t understand it, it probably does have a mind of its own. But this association of money with emotion is not unlike that of associating guns with emotion: somehow it’s the gun that kills people, not the person wielding it. Since they do not possess a true understanding of what a gun is, they can’t fathom its true purpose. The same goes for money. Somehow it’s the money that corrupts people, or oppresses people. Like guns — which save lives — money’s true purpose is widely misunderstood. Money facilitates lives. It greases the wheels of industry. It does not have a mind of its own.

Continue reading

WebRoot Identity Shield stops Breevy from working

I decided to post this, since I couldn’t find any information about it on the intertubes.  If you have both  WebRoot SecureAnywhere and Breevy installed on your PC, WebRoot’s Identity Shield can get in the way of Breevy’s operation.  It doesn’t do this on all version of Windows, as I have Windows 7 Professional on my PC at work, and I have WIndows 7 Ultimate on my PC at home, and Breevy refuses to work on my Win 7 Ultimate PC with the Identity Shield on.

I have tried all manner of different WebRoot Identity Shield settings and configurations and the only way I can get Breevy to work on my Win 7 Ultimate box is by turning Identity Shield off completely.  As far as I can tell, there is no good combination of checkboxes being set or unset, or applications protected, allowed, or denied that allows Identity Shield to keep working and still allow Breevy to work.

If the Breevy guys or the WebRoot guys could figure this one out, I would appreciate it.  My home PC is an Intel Core 2 Q6600 with Win 7 Ultimate 64-bit, and my work PC is an Intel Core i5 M430 with WIn 7 Professional 64-bit.

© 2024 Rodgenet

Theme by Anders NorénUp ↑