Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:MythFrontend can do many things but (Score 1) 3

Let me know if you get that bluetooth remote working. It's funky at best last I tried. I was even at the point where I started dabbling in bluetooth socket programming but realized it wasn't worth it after spending countless hours getting it to work. I ended up buying a microsoft mceusb2 remote with a usb receiver (and room to plugin to irblasters) and have been happy ever since.

Comment MythFrontend can do many things but (Score 1) 3

controlling your TV might not be one of them. It typically uses your TV as an output device and that's the extent of control it has on it. You could look into using an irblaster in conjunction with your frontend to exert more control via scripts that can be tied to your remote control using lirc but that's something you'll have to build yourself. It's more common to use an irblaster for channel changing a cable box for which mythbackend already has support.

I'd say pick whatever TV works for you and ensure your frontend can handle decoding and playing full HD content. Add a universal remote to the mix and you have the makings of a killer mythfrontend. If you'll have a separate backend (which is what it seems like based on your description) you won't have to touch the backend at all.

Comment Re:Best way to learn: (Score 0) 293

And by code commenting skills AC doesn't mean add a comment for each line of code. In my experience good commenting would be to add a brief comment for each block of code. If you've written a particularly obscure one-liner or something that might also deserve a quote and perhaps a reference of where you picked it up but that should be rare: I hope you're writing functional and legible code before you start optimizing it.

Comment Will these be all public too? (Score 0) 186

Google's last foray into all-inclusive communications (Voice) resulted in lots of voicemails being made publicly searchable. I wonder if the same fate awaits all your documents. It hasn't happened for the documents that exist already on Google docs but what of the ones that are not created by Google docs and don't have the same rights data associated with them?

Comment Re:To the toolboxes... (Score 1) 251

As an actual lazy slacker even I put in a little bit of work before asking my peers for help. That way I can maximize the benefit I get from asking my peers by making sure they don't give me the same answer I could get frmo Google. That just makes good sense. It also helps me determine who else is a lazy slacker :)

Comment Re:The Dangers of averaging (Score 1) 342

Damnit... I want to keep information on my peaks for capacity planning!

AVERAGE isn't the only archiving function you can use with rrdtool. For your purposes, you should create an additional RRA with an archiving function of MAX. http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html#IRRA_CF_cf_arguments

Programming

What Do You Call People Who "Do HTML"? 586

gilgongo writes "It's more than 10 years since people started making a living writing web page markup, yet the job title (and role) has yet to settle down. Not only that, but there are different types of people who write markup: those that approach the craft as essentially an integration task, and those that see it as part of UI design overall. The situation is further complicated by the existence of other roles in the workplace such as graphic designer and information architect. This is making recruitment for this role a real headache. So, how do you describe people who 'do HTML' (and CSS and maybe a bit of JavaScript and graphics manipulation)? Some job titles I've seen include: Design Technologist, Web Developer, Front-end Developer, HTML/CSS Developer, Client-side Developer and UI Engineer. Do you have any favourite job titles for this role?"

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...