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

 



Forgot your password?
typodupeerror
×

Comment Neo900.org (Score 5, Informative) 303

It's a niche project, but looks like getting a good techie phone is niche these days. Uses N900 displays and casing, so resolution is not getting any better, but has lots more processing power.

Jolla might be an option once they get the QWERTY "other half" available.

Comment Re:Answering an old chestnut (Score 1) 692

Happened to me for my first real job interview. I answered "I'm really uncomfortable with lying. So if I'm working on a project where it's starting look like the product will be crap, you don't want to put me to a meeting with a customer or I'll tell him that too".

And I got the job.

Note that it was early 2000 and dotcom bubble was still going, so maybe they took me in despite of that answer, not because...

Comment Re:Alternatives... (Score 1) 119

We are currently monitoring six distributed sites using http://mathias-kettner.com/checkmk.html. It still relies on Nagios 3.x core, but they are going to replace that soon ("micro-core"). From what I've heard, Nagios development started really going downhill at Nagios 4.0, and this plugin issue is yet one more such symptom.

Comment Re:My own experience. (Score 1) 209

As the others have said, tailor your resume to emphasize that you are jack-of-all-trades.

I'm a CCIE and have a doctorate in computer networks, have authored an RFC, and now approaching 20 years of experience in the field, which supposedly puts me into the camp of network expert.

Expect, in reality, my work in last six months has consisted of e.g.:
    - Database design, operations and reporting (MSSQL and Mysql)
    - AJAX programming (Javascript), and all the intricasies that bunch of different Internet Explorer versions mean in practice
    - Suddendly familiarizing myself with using hardware load balancers with Microsoft Lync (well, at least somewhat related to networking...)
    - Writing a Python-based software for black-box testing microcontrollers
    - Deployment, integration and other support work for an Asterisk-based Contact Center/PBX system ...yeah, of course there's been the other bits that I'm supposedly better suited for (firewall experties, some dimensioning for network devices, and so on), but the position is pretty officially jack-of-all-trades.

    So if you are one, just proudly wear that badge. Of course, it's hard to tailor a resume for buzzword-searching headhunters, but as far as positions are concerned, one of the good signs I've seen for a true "JoaT" job ad is one where there are very few *specific* requirements (only something like "experienced in the field") is listed, and then in the "this counts as an advantage" column they have every acronym under the sun...means they don't really have a specialist position in mind, and might mean that they don't actually know what the job is. They are going to go over the resumes and actually tailor the position *for* you.

Comment I'd like to skip Win8, but I apparently can't (Score 1) 470

My wife is interested in getting a new laptop, as her old one is running XP and starting to be a bit slow for the indented purpose (video editing). They use Windows 7 at work with corporate desktop, and she'd like to have that at home too. Only problem: If I take a look at any laptop available it pretty much comes bundled with Windows 8.

Technically I have "downgrade" rights if the computer comes bundled with Win 8 pro, but I have heard that there are a ton of problems with getting proper drivers and so on (laptop manufacturer might not even provide drivers for Win 7).

Also, I'd still like to wait a bit, since I'm going to upgrade the house's wireless to 802.11ac and laptops are just now starting to arrive with the gigabit wireless bundled. So if it's troublesome getting Win 7 working with new machines right now, I wonder how next-to-impossible it will be by the end of the year.

Comment Re:Regulations a bit premature (Score 1) 1146

Try Viva-lite's full spectrum CFLs. (http://www.viva-lite.us/). We have our whole house fitted with them. They come on immediately with full power (apart from the E14-based 11W models, "candle lamp" need a bit of warm-up time), give really nice light especially for working and have a really long life (and 6 month warranty).

Quality-wise, there have been a few occasional bad batches where I have had to call in that warranty, but of all my bulbs that didn't fail in the first 6 months, they ALL have lasted thus far. I got my first ones just for testing like 6 or 7 years ago, and they are still working just fine. Now have about 20+ of such bulbs in the house. They also have fluorescent light tubes (not compact) and full-spectrum LEDs in the product line and they work just as well.

Only drawback: Price. I have paid 20-30 EUR for a bulb, and when you are outfitting your entire apartment it can be a rather big one-time cost. However, like I said, these can last for 10 years...myself, I switched to these one room at a time when the existing bulbs burned out to spread the cost over a longer period.

Comment Re:Genuinely Interested (Score 1) 308

I don't know about OpenVPN, but for example Cisco Anyconnect is pretty flexible for this kind of stuff. It uses IKEv2+IPSec if possible, then scales down to DTLS, and finally just https (even through proxy if necessary), and as such, can pretty much punch through any firewall. In addition, you get endpoint assessment so you can for example enforce that any updates and such things are installed to the employee's device (whatever that might be).

Comment I thought this was allowed regardless. (Score 3, Insightful) 259

I have published a paper through Elsevier when I was working on my PhD. At least the contract I signed with them states that I retain the right to distribute the papers if I so choose, for example, on my own website.

Of course, if the distrubution happens through a third party...that might be a different matter.

Comment All the time (though not for personal use) (Score 1) 410

One of my customers uses good old PSTN (or circuit-switched GSM data) to contact their automation devices around the world. They dial in once a day and report status (or in emergencies), and software updates and such are pushed by dialing out towards them. And yes, that platform is *still* being actively developed...(The installed base is huge).

Submission + - While Others Comply, HP Says It Would Fight PRISM Requests (techweekeurope.co.uk) 4

judgecorp writes: Web giants are handing the NSA access to data, but Hewlett-Packard has apparently not yet had any PRISM demands — and says it would fight any that it does get. The strongly-worded statement came from HP's European privacy head, and contrasts with evidence from other vendors (most recently Microsoft apparently give access to encrypted Outlook.com messages) Is it just that HP doesn't hold the sort of customer data that NSA wants?

Comment Re:start with kicking out Ballmer (Score 1) 387

Xbox should have been a hard lesson that MS management did not know anything about shipping physical units instead of software.

They shipped Sidewinder game controllers before XBox. And they are *still* one of the best available. I still have my Sidewinder Precision Pro, and it's over 10 years old, and still works like a charm.

So they definitely knew their hardware, however, apparently it only applied to the controllers...

Comment Re:IE still doesn't support modern web technologie (Score 1) 104

I ran into the same problem. Web development is not exactly my typical line of work, but a customer asked for a small project. I couldn't get it (basically a simple webpage that fetches stuff from a database with AJAX) to work with IE no matter what - until I added the meta tags into the HTML:

<meta http-equiv="X-UA-Compatible" content="IE=9">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

After these, things started to work with same code that worked with Firefox and Chrome. I haven't bothered since, but most of the issues apparently stemmed from IE wrongly deciding when to go into compatibility mode.

Slashdot Top Deals

Ya'll hear about the geometer who went to the beach to catch some rays and became a tangent ?

Working...