kijinbear's comments

kijinbear | 14 years ago | on: Metro

Haha, you're right. I have dry skin, so I make heavy use of hand cream... which doesn't play nicely with touchscreens at all. The smudges are especially annoying on glossy screens.

kijinbear | 14 years ago | on: Metro

That would make sense on laptops and other small devices, but not so much if you're sitting 2-3 ft away from 2-3 large screens. Which is not uncommon for programmers and designers these days.

Right now, from where I'm sitting, I can't touch my desktop monitor without leaning forward uncomfortably. Even if large touchscreens become cheaper over the next few years, my arms aren't going to get any longer, and my field of vision isn't going to get any wider (larger monitor = sit further away). In this situation, touch isn't simply imperfect, it's physiologically impossible. It'll be even more impossible if your "screen" is a 50" plasma TV on the opposite wall.

So it seems that @jonpaul does have a point.

kijinbear | 14 years ago | on: How I Think Posting HTML In Comments Should Work

Completely agreed. The method described in the article requires commenters to use HTML tags and even know how to balance them. In addition, it is supposed to detect code blocks automagically, which would be prone to errors. (How do you know whether a block of text is English or Python?)

Markdown is terse, easy to write, and readable even when rendered in plain text. There's a reason why so many web sites, from Reddit to Github to Stack Exchange, uses Markdown exclusively.

As for the alternatives: Wikitext ''seriously'' '''overloads''' the '''''apostrophe''''', often needs to be supplemented with <u>HTML</u> anyway, and contains [[wiki-specific syntax]] which is not relevant in most blog-commenting situations. BBCode is just a bastardized subset of HTML. It's popular in old-fashioned forum software, but I see no reason to use it in new applications.

kijinbear | 14 years ago | on: The desktop is not dead dammit

Your last point is really interesting.

I use a desktop at home and a small laptop on the go, and everything I need is always on both computers. Files, bookmarks, browsing history, you name it. I can just log into either computer and keep working. The advent of cloud-based synchronization tools makes it very easy for people to juggle 2 or more computers. So instead of fighting over the "Desktop of laptop?" question, one can get both and not suffer any inconvenience.

After all, what would the average North American middle-class family do if they needed a vehicle that was both large enough for the kids' hockey games and fuel-efficient enough for the dad's long commute? They wouldn't settle for one mid-sized car; they'd buy a minivan and a Prius.

The proportion of people who are "always on the go" is rather small.

kijinbear | 14 years ago | on: The desktop is not dead dammit

> some of them can be overcome: external peripherals for ergonomics, larger screens, and extra storage.

Once you've attached an external monitor, external keyboard and mouse, and an external hard drive to a laptop, you're using the laptop exactly as you would a desktop tower: something you only need to touch if you want to insert a piece of removable media.

In that case, you might as well fork out a few more dollars and put a real desktop tower in that space. Sync everything and enjoy the extra speed.

kijinbear | 14 years ago | on: Xkcd Password Generator

Actually, since you normally can't use anything but characters in the 0x20-0x7E range, the 8 char password has much less entropy: 95^8 ~= 6.63E15.

I love the backtick in my passwords. If a website accepts it and doesn't give me any issues, it's a decent indicator of basic security.

kijinbear | 14 years ago | on: Xkcd Password Generator

Some Koreans do this: they just type up some Korean words. Since most password fields only accept ASCII symbols, the password gets entered as a nonsensical string of alphabets. For example, the Korean word '비밀번호' (meaning 'password'), when typed on a standard Korean keyboard, becomes 'qlalfqjsgh'.

kijinbear | 14 years ago | on: I Like PHP

I'm not disputing any of that. I just get annoyed when people compare languages with frameworks. Ruby and Python have many advantages compared to PHP, but out-of-the-box XSS prevention is not one of them.

kijinbear | 14 years ago | on: I Like PHP

Rails is a framework. PHP is a language. If you use a framework with PHP, it's just as easy to avoid XSS. Likewise, if you use vanilla Ruby without any framework...

kijinbear | 14 years ago | on: DoD offers up tiny, secure Linux distro

Most LiveCDs don't mount hard drives unless you specifically tell it to do so, for example, by clicking on the drive icon. Perhaps this distro disables even that capability, so you can't leave any trace on the machine even if someone got you to run the latest Firefox exploit.

kijinbear | 14 years ago | on: Major ISPs agree to "six strikes" copyright enforcement plan

I have a couple of very small VPS's which cost $15-20 per year. That's less than the cost of a cup of coffee per month. There are plenty of similar offers on sites like LowEndBox.com. A few SSH tunnels on a minimal Debian install shouldn't take up more than 64MB of RAM, so you don't really need an expensive Linode for that.

Caveat: These low-cost "companies" go out of business all the time, so you'd better read the reviews. But since I consider them disposable anyway, I don't really care if the uptime isn't 99.9% or the company goes bankrupt after 9 months. If you plan to do anything other than tunneling with your VPS, I'd suggest that you pay at least $10 per month.

page 1