Forgot your password?

typodupeerror

Comment: Stealing? (Score 1) 199

by mothlos (#38760924) Attached to: Man Charged With Stealing Code From Federal Reserve Bank

So, the DOJ used to have code and no longer does? How much effort is it going to take to recreate this stolen code?

Seriously, folks. We need to start using more descriptive vocabulary to differentiate between 'taking something away from somebody' and 'duplicating something'. These have very different outcomes and should have different name space. 'Copy' is the term that I prefer.

Comment: wmii (Score 1) 357

by mothlos (#38460852) Attached to: Ask Slashdot: Assembling a Linux Desktop Environment From Parts?

Since I don't mind fiddling with things to get my environment working the way I like, I have had great success with wmii, a tiling window manager which uses a very accessible runtime interface to allow for all sorts of scripting in a variety of languages. The normal usage of this sort of window manager is to use key commands to launch your apps. When windows get created they are automatically arranged either using scripted setups (like to arrange all of the sub-windows in GIMP) or to a default space where you can move them around, once again, using your keyboard. Development versions of wmii have a built-in dock which integrates into the information bar.

Comment: Why did this story get promoted for all to see? (Score 2) 1003

by mothlos (#38387610) Attached to: Why the NTSB Is Wrong About Cellphones

Do people honestly have doubt that distracted driving such as operating cell phones is not a risk to traffic safety? Seriously? Sure, every accident has a multitude of factors involved and how they count the number of accidents where something is 'a factor' is shameful (if you get in an accident and a bottle of wine in your trunk breaks, suddenly your accident was 'alcohol related'), but come on people, having a conversation with someone not in the vehicle is not something a significant proportion of the population should be attempting to do. Trying to type and read off of a screen is a liability to yourself and others in your vicinity. I know we are all above average drivers, but they aren't and we sure as hell don't trust them.

Adobe Discontinues Development of Flash Player on ->

Submitted by PNutts
PNutts writes "ZDNet is reporting that Adobe has announced to its partners that the company has discontinued development on Flash Player for mobile browsers. The news comes roughly a year and a half after the publication of Steve Jobs' "Thoughts on Flash" open letter, laying out his thoughts on the use of Flash in mobile devices and explaining why Apple would not support Flash on their mobile devices.
 "

Link to Original Source

Comment: Re:It's change for the sake of change (Score 1) 1040

The problem that I have with all the new GUIs that are coming out it seems like it's all just change for the sake of change.

For this to be correct would suggest that what we already had was just fine and having to help people interact with previous-gen UIs on a regular basis tells me that it very seriously isn't. Windows XP, OSX, and Gnome 2 (not to exclude others I have less experience supporting) all have a slew of bizarre behaviors and ungrokable configuration layouts. If you want a very solid example of why these systems all fail your average user, take file management and the number of icons which exist on most peoples desktops. There is seemingly no end of problems for HCI designers to tackle.

Another issue which has changed a lot is a fundamental change in input method which has finally become prominent for many users: touch-screens. One of the great challenges of a touch screen is that even though people complained about Macs only having a single mouse button, touch-screens have to fake mouse buttons using tricks of touch duration and force, which are very poor. This makes several paradigms in design more difficult, and in particular it is difficult to do the click-drag which is at the center of a great many activities performed previously. When you see the changes in UIs such as Unity, Gnome 3, and the various mobile GUIs you can see efforts in this area.

So, while I think I have a bit of a handle on some of the problems trying to be fixed, I do have gripes about how they are trying to fix them:

Sorted grids of icons are a terrible way of organizing data so that it can be found. Yes, I understand that you can fit more icons on the screen if you do a grid, but it means that I have to do far more mental acrobatics to find anything once I have more than a few icons, so the only real usage case (wanting to display many elements) is the worst when actually using it. I have found a very strong correlation between people who are effective computer users and those that change their file browser settings to a proper list view (proper meaning not what Windows calls 'list', but what Windows calls 'details').

Unsearchable, fixed categorization is just maddening. Helping people override Gnome 2's program menu is something I have done far too many times to be reasonable. If I am someone's Windows computer and go into Control Panel and the user hasn't switched to 'classic view' tells me that the person using the computer doesn't come in here much. Recently I wanted to disable the Windows 7 edge of screen window docking feature and found it in the 'Ease of Access' control panel under 'Make My Mouse Easier to Use' and to top it off, to disable a feature I had to add a check to a box, which is totally out of paradigm. Making a series of choices among fewer options may seem like a good idea to reduce confusion, but it all falls apart if users can't relate to the organizational structure you have invented and if a user wants to invent his or her own structure it should be easy to do.

Automatically generated lists of 'recent' or 'frequently used' resources (like applications and documents) are unreliable and highly problematic. I frequently hear the cries of users who become accustomed to accessing a resource via these lists and then freak out when they don't know any other way of finding that resource if it disappears from the list for some reason. If people aren't accessing resources from a reliable source which only changes when they intend it to, then this will be a problem.

The OSX dock is a terrible idea and it is creeping into other UIs where it is even worse. The idea is definitely engaging in that a user who wants to open a frequently used application should just click the launcher for that application whether it is open or not, so just 'pin' a reference to the application manager. The problem comes when we want to then separate the act of initiating a new instance of an application or selecting a currently running instance. Now we have to have hovering sub-windows or alternate clicks.

I could go on, but I hope you see that there is a lot to complain about classic UI design which really should be addressed, so it isn't simply for the sake of change that these people are proposing changes even if I think that the changes they are proposing are ill-informed and sometimes are trying to solve problems which they have invented without a personally explainable cause.

Comment: Why all of the panic about caps? (Score 2, Insightful) 530

by mothlos (#36491686) Attached to: Will Capped Data Plans Kill the Cloud?
Bandwidth capping is NOT the problem. There is a marginal cost curve associated with increased bandwidth use and it is only appropriate that this cost be reflected in the price we pay for our services. Without usage based fees, those who underutilize the service are subsidizing those who overutilize it (which I guess the latter would be highly overrepresented here at /.). The problem is lack of competition and effective regulation perpetuated by political overrepresentation of service providers. Please be willing to give up your internet subsidy and get in touch with your elected officials, friends, and family to let them know that their ISPs are screwed up and we could have faster, cheaper internet if we take back the reins.

Comment: More Bitcoin? Seriously? (Score 3, Insightful) 411

Three Bitcoin articles on the front page in as many weeks? Sure, this one is a bit sideways, but seriously, the number of people involved with Bitcoin is insignificantly small and should remain that way. Stop hyping this project which is either an ill-fated experiment or a scam.

Comment: Why more grids?!? (Score 1) 317

by mothlos (#36182422) Attached to: Imagining the CLI For the Modern Machine

I don't understand why there is such a push to use grids to display sorted lists. Unity, Gnome 3, Android, Windows Explorer, iOS, MacOSX, etc. (even posix CLI commands such as ls): all of them have default settings to take a list of elements and then break the list up into meaningless rows and display a grid. I find it far too easy to miss important elements in these grids and I observe this behavior in others. Why are grids so damn popular?

Note that in this instance I am not complaining about grids where the user can create an arbitrary organization (such as a desktop not set to auto-arrange), but when the computer is taking a list of items and organizing it for you in a grid.

Comment: Bitcoin is a Fad for Libertarians who are Ignorant (Score 5, Insightful) 858

by mothlos (#36140396) Attached to: BitCoin, the Most Dangerous Project Ever?
This is not to say that all Libertarians are ignorant, but that Bitcoin appeals to Libertarian ideals and requires ignorance of how money works to be sold. Bitcoin has no in-built velocity. Taxing authorities won't accept them and having a fixed amount of them means that they don't have a debt-based life-cycle as does the money most of us claim ownership to. Also, even if Bitcoin were to take off, as demand for it increased, it would create its own valuation bubble where it becomes more valuable to hold the money than it does to invest it. Nobody would be able to borrow in Bitcoins at a reasonable rate of interest, real demand drops, then speculators are left holding a bunch of worthless digital currency. If you think that Bitcoin is a good idea, you are likely in need of an education in economics and accounting and need to lay off of the conspiracy theories.

Comment: A step in the right direction! (Score 1) 863

by mothlos (#29168127) Attached to: "Smart" Parking Meters Considered Dumb

It's a problem that you don't have to carry around pockets full of change and pay a sizable portion of it just in the servicing of thousands of machines all over town? Too bad all of the profits and savings are now going to a private profit making entity instead of your tax coffers.

I hope that the inconvenience finally gets people to start parking outside of the city center and cities will invest more heavily in public transit. Maybe we can turn to digging up some of these streets and putting in useable space for people instead.

Human beings were created by water to transport it uphill.

Working...