oddgodd | 11 years ago | on: Anthem Breach May Have Started in April 2014
oddgodd's comments
oddgodd | 11 years ago | on: “Anthem was the target of a very sophisticated external cyber attack”
Kind of like how troll now means 'person who is an asshole on the internet' instead of 'post designed to rile up and elicit frivolous responses'. The meaning has changed over time for better or worse.
oddgodd | 11 years ago | on: Apple 1 Motherboard Sold for $905,000
Sourcing all the required components is likely to be difficult.
oddgodd | 16 years ago | on: 99 USD micro notebook gets Debian support
oddgodd | 16 years ago | on: PNG vs JPG: 6 simple lessons you can learn from our mistakes
oddgodd | 16 years ago | on: FatELF is no more. Linux developer community owned Ryan Gordon.
Regarding point two, the developer is stuck with the packaging hassle regardless. The binary goes one place, config files and man pages in others, maybe you want a launcher in the gnome and kde menus... You are stuck with writing an install script anyway.
oddgodd | 16 years ago | on: FatELF is no more. Linux developer community owned Ryan Gordon.
Universal/fat binaries made sense on the Macintosh because there is no concept of program installation on these systems. While I think that eschewing installation is generally a better design, one drawback is that if you want to be able to support multiple architectures in one application you have to do the architecture check when the program is loaded.
Central to Linux and Windows is the idea of program installation, either through packages or installer programs. No one is interested in making it so that you can drag and drop items in Program Files or /usr/bin between systems and expect them to run, which is the only thing that using fat binaries really gets you over other solutions.
Nearly all of the commercial binary-only software I have seen in Linux (and other Unixes) uses an installer program, just like windows. There is no technical reason why such an installer couldn’t determine the architecture to install.
oddgodd | 16 years ago | on: Stop Password Masking
I have. This is stupid and untenable.
Problem one: Right now if I encountered a login form that didn't mask the password I would probably attribute this to incompetence, not usability. I don't think I'm the only one.
Problem two: Right now all login forms work the same. The top field is the username and under that is the password field. This would break that consistency by adding the "show (or hide) password" behavior. In his description he even suggests that some sites default to a different behavior based on some notion of degree of security. Now logging in with someone looking on becomes quite a bit more nerve-wracking because you need to figure out if the password field will disclose your password. This is less usable.
Now, where I think this may be useful is if it is added as part of the "invalid password" behavior. Offer to give the user help only if they need it. Provide them a button to show the password they entered, and allow them to try again underneath it to fix any typos or verify that they correctly entered the password they were thinking of. This helps the user without changing the way the login form operates in the default case where a correct password is entered (a password that's probably in the user's muscle memory because they use it for everything). I know I've actually seen this done somewhere, although I can't remember where.
Mobile is a bit different. I’m completely behind the times in using a mobile device to access the web, but I know that my terribly slow phone running its gimped browser (netfront, I think?) on its tiny screen quite a few years ago provided the option to display masked fields in the editor window it would switch to whenever filling out an input field. This seems like a better solution to this problem to me (and was almost a necessity on that device since it didn’t have a proper keyboard).
oddgodd | 17 years ago | on: Oracle to buy Sun
oddgodd | 17 years ago | on: Detecting twitter users with JavaScript - handy or evil?
oddgodd | 18 years ago | on: Stallman doesn't use a web browser