Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment MythTV / Input Dev (Score 1) 697

I installed MythTV because the interface is designed to be used with just a few keyboard commands. At first, the goal was to replace a dead TiVo with it, but we quickly realized that we had plenty to watch without capturing TV. So now we just use the streaming features of it, and access DVD images and downloads from a closet server.

Streaming in MythTV is a bit weak on this slightly older setup (about a year old) - the flash player loves to steal input focus, so I have to go over and click to get the remote working again. I'm hoping that irritation is fixed now. Browsing for streaming content isn't so great in the MythTV interface, might as well launch a browser really, you need to use a keyboard to accomplish anything - and the OSK is slow and clumsy. Hulu isn't working on this slightly older Ubuntu, though it is fine in my desktop's 11.04 (probably will update the TV box soon). Netflix actively refuses to work in Linux.

Input devices seem to be a weak point to me if you just want to plug in a random PC. Get yourself a remote that works like a keyboard. Personally, being a nerd, I used a micro-controller (Atmel USB capable AVR) and an IR receiver to fake a USB PC keyboard with my Sony TV remote - so everything (volume, TV power, full MythTV control) is available with one simple remote.

So, fair warning, you'll probably have an all around easier experience by buying a PC remote control and installing Windows Media Center on it, if you can stomach running such a thing.

Comment Missing option (Score 1) 266

All my files are under version control, you insensitive clod!

For a while now, I've been using a private git repository on a VPS (~$20 month). The only things I could possibly lose are only a few days old - the latest revisions. Worst possible case: I have to reinstall OS and a few free programs and lose ~2-3 days work. Since it's a private repo I can be sloppy and commit half-working branches, which I do when a patch is growing unwieldy.

Comment Re:HTML compliance is for wankers (Score 0) 298

Hah yeah except for the huge stupid hack you have to use for IE ;-)

http://www.w3.org/MarkUp/2004/xhtml-faq#ie

Not long ago (within the past year) I've seen people *strongly* recommend targeting HTML 4.01, the most widely set of tags currently supported.

XHTML never really seemed to live up to the hype for me. Sure, it's easier to parse XHTML than HTML. But who cares? You should not be parsing web pages, it's the road to madness ;-) Always look for an API or a feed first.

Comment What's with all the hate? (Score 3, Informative) 298

Last I checked, anyone could submit ideas, corrections, feature requests *RIGHT THERE ON THE HTML5 WORKING DRAFT*. "Feedback Comments" right at the top of http://www.w3.org/TR/html5/

Now, if they ignore your idea, that's almost certainly because it sucks and is badly written. No really, it does suck. Follow the instructions there *carefully*, really think about this feature or tag or whatever you're requesting, and your ideas will get consideration.

Comment Consanguinity (Score 1) 326

"So a newer Doctor is marrying an older Doctor's daughter, who is a clone of the newer doctor, but only has half the DNA of the older Doctor."

Dear god, someone please think of the 12 toed children! Actually, we've already seen the doctor's granddaughter, Susan. They forgot to mention the plot point about the Doctor being her father and her grandfather ;-) OMG Susan has 12 toes!

Graphics

Company Seeks To Boost Linux Game Development With 3D Engine Giveaway 140

binstream writes "To support Linux game development, Unigine Corp. announced a competition: it will give a free license for its Unigine engine to a seasoned team willing to work on a native Linux game. The company has been Linux-friendly from the very start; it released advanced GPU benchmarks (Heaven, Tropics, Sanctuary) for Linux before and is working on the OilRush strategy game that supports Linux as well."

Comment Re:Useability decline, rise of frustated rage! (Score 4, Insightful) 341

Must have played through HL2 about six times, got 90% of the achievements. Also played through the episodes a few times. LOVE it.

What makes HL so much more replayable than other games? I think it comes down to: (a) story (b) environment (c) decent AI, in that order. I was bored instantly with the L4D series because it had no plot. Environment plays a big factor but missing a good story (Fallout 3 I'm looking at you) is crucial too. And even if you have both of those things and it's no fun to play the single player game because the enemies are stupid, that's a quick game killer too.

It also probably helps that I identify with the nerdy protagonist :)

BTW, Valve, you listening? Thanks alot for leaving me with the biggest cliffhanger ever and then not finishing it. It's like the end of Red Dwarf. Exciting at the time but turning into more and more of a letdown. I'm getting the feeling that I'll never know what happens after the forest strider buster battle. GAH =)

Comment Re:It's Hindsight (Score 3, Informative) 676

I hear this idiocy all the time on IRC. When it happens, I ask if the person if they actually know how to use autotools. The answer is *always* no. Usually with a justification like "why would I want to learn a system that sucks?"

You gave zero reasons for bashing autotools, so I put you in this same camp. Back up your assertions or GTFO.

It is actually a handy piece of software. When used properly, most projects need just one or two macros - AC_CHECK_LIB and AC_CHECK_HEADERS and then just list out your sources and flags in a Makefile.am.

There's really very little to complain about. It does it's job, does it fairly well. The only catch is that you have to RTFM.

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...