Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Raspberry Pi & OSMC (Score 1) 226

There are a couple of remote options-

-there are remote apps for phones and tablets
-the TV's remote may work using HDMI-CEC
-some have hooked up an IR receiver and remote

I have used the official remote app on an Android tablet, and am pretty happy with it. Overall, I'm happy with using a raspberry pi and OSMC, especially with the latest bump in processing power and built-in wifi.

Comment Re:Just do it (Score 1) 293

Agreed. Setting up something like sharepoint is a good exercise, and is something that a lot of places use (and suffer with...).

The express versions are free to download. Also look at dreamspark.com- if you have a .edu email, you can register an account and download full copies of most of the products. You wouldn't be licensed for production use, but the purpose of that program is for people to download and learn for free.

Comment Re:Same region as the storm in June (Score 1) 176

FWIW, I'm running a free-tier-for-now micro instance in us-east (luckily not using RDS, I'll run my own databases thankyouverymuch), and everything has been normal today.

During the episode with the storms over the summer, I saw my steal% in sar spike considerably- I assume some reddit nodes were moved on to our quiet little hypervisor, and the sheer volume of cat pictures was probably affecting everybody.

Comment Re:USE BIND VARIABLES (Score 1) 288

This is more from an application error log- it has a good bit of javascript on the web front end that make it very hard for humans to generate exceptions, it's usually only when somebody is trying something (e.g. manually changing the querystring passed) or a bot that exceptions are generated.

The case that comes to mind is "cz32ts" (or that's at least how it identified itself in its user-agent header). It sends requests like this, looking for raw exceptions back:

person=xxxx%2cyyyy%2czzzz%2c%20And%20char(124)%2b(Select%20Cast(Count(1)%20as%20varchar(8000))%2Bchar(124)%20From%20[sysobjects]%20Where%201=1)>0

Comment Re:USE BIND VARIABLES (Score 2) 288

Tom Kyte of Oracle/"Ask Tom" fame blogged about this recently:

[speaking about HBGary] And all because of - SQL Injection... If you don't use bind variables - you are susceptible to it. If you accept input from an end user and concatenate it into your SQL, you are subject to SQL Injection. If you use bind variables - if you do not dynamically construct your SQL at runtime - you are not subject to it. It is that simple.,

http://tkyte.blogspot.com/2011/02/interesting-read.html

He continues, "it is much harder to write code that doesn't use binds than it is to write code that uses binds". I agree- I feel... dirty... not taking the minute or two to add a parameter. Looking at our error logs, I see bots searching for parameters in web forms and testing vulnerabilities.

Comment Re:HF / CW (Score 1) 376

I spend a good bit of time in Colorado hiking and biking in places where there is no hope of cell coverage. If I'm going somewhere off the beaten path, I toss my HT into my pack- the extra weight isn't noticeable, and while I have no illusions about being able to hit repeaters from a remote valley somewhere, it sure doesn't hurt to bring it.

http://www.arrl.org/news/injured-colorado-skier-uses-amateur-radio-to-summon-help

Comment Re:Ask for it. (Score 1) 495

I agree with the need for an escape plan. The 2001 recession taught me that the emergency fund isn't an abstract concept, it's as important as paying your electric bill (I have used it to pay the electric bill).

I also agree with asking for better compensation.

Also, consider that, even if no extra compensation for added responsibilities is given, that there may be a huge value in new responsibilities. You might not get money now, but when you are looking for future jobs making more money, more doors may open because of the skills and experience you bring to the table. Somebody making a hiring decision might view a content producer with proven sysadmin skills as more valuable than a content producer who has always worked with a sysadmin.

Looking back, I'm hugely grateful to the younger me for not saying "that's not my job" and quietly building skills and experience.

Comment Re:They won't go for it? (Score 1) 880

A few reasons why it may be better to board sooner come to mind:

-If you have a standard 22x14x9 suitcase for carry on, you need to be able to stow it overhead- these bins fill up quickly (and some people have the obnoxious habit of stowing their suitcase near the front of the plane even if they are seated in the rear), and if you board last you may be required to check it.
-If you are in first, they will generally serve you some coffee or a drink while the plane fills.

Slashdot Top Deals

* UNIX is a Trademark of Bell Laboratories.

Working...