Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:And you should be, because we must tell lies (Score 1) 207

Beautiful comment. And sometimes you have to lie as much as they do, especially if they're asking for 5 years experience with a technology that was invented 2 years ago. Those bastards are often as guilty at buzzword bingo as we have to be.

Twice recently I've noticed something offering hope. Jobs were posted to two email lists I subscribe to, LILUG and the NY Alt.NET. In both cases the requirements were ripped apart by people not in the job market. in the case of the Alt.NET job, an "updated" posting was soon added to the list. Nothing makes me happier than when people are forced to be brutally honest.

Comment Re:All the A/V firms. (Score 1) 377

Their not necessarily in cahoots, they just were educated by the same system and cut their teeth on the same hardware.

These are the people that gave us WinRar, 7zip, and Farmanager. They know how to do this kind of low level programming, and a lack of capitalism probably means they did not spend a lot of time learning how to make things pretty.

Comment Re:Move the cargo traffic to rail! (Score 1) 198

The irony being that the interstate highway system was designed for commercial traffic and for civil defense (moving military supplies easier across the country in the event of an invasion).

I'm also not sure the "commerce clause" would apply to nationally funded highways that didn't allow commercial traffic. Not that anyone follows that silly little constitution any more.

Comment Re:And... (Score 1) 342

I've used RDBMS, I've used Mongo, I've used the file system, and I've LDAP. ... Each has their own purpose, and I use them all for different things.

Out of curiosity, is there any project that actually requires almost all of these technologies? If so, how many libraries do this project have to import, to make these technologies work?

Well its certainly conceivable. I've built a .NET web service that talked to Microsoft SQL server, Active Directory (via LDAP) and OpenLDAP. This was before MongoDB.

.NET has built in support for SQL server and Microsoft Access. It also has LDAP support, but in my calse I used the Novell library. You need to use NoRM or mongodb-csharp. I'm sure I did some sort of filesystem access a well.

The number of libraries for such an app is probably not a problem. A large app will end up using several external libraries, or internally developed shared libraries.

Of course, if you are building an application big enough to need all these, it should use Service Oriented Architecture (SOA) So different modules that need to store data in different ways will be different services (separate programs).

Comment Re:And... (Score 1) 342

No-SQL is not a database, it's a file store. Calling them a database is an insult to databasses the world over. Yes, there are times when a "no-sql" solution is better than SQL, and the vector is pretty much that point where you realize that storing files in databases makes sense like hauling bales of hay in sports cars does.

Full disclosure, I am not a 10gen employee, but I've contributed some improvements to windows support in MongoDB.

Mongo is not a relational database. However, its a "real database" and different from the filesystem. They do got that GridFS thing for storing BLOBs that I've not tried. The DB is schemaless, but there are indexes, and you can even do some primitive GeoLocation.

I've used RDBMS, I've used Mongo, I've used the file system, and I've LDAP. I've even toyed enough with xml documents and XSD schemas to call that a special data store (both filesystem backed adn stored in SQL server). Each has theor own purpose, and I use them all for different things.

Comment Re:"I hope you have the time of your life"- Green (Score 2, Insightful) 161

It's an American controlled company, so yes it would be more accurate to say a subset of Americans should deny a subset of Chinese their service.

Semantics aside, google would be better off threatening the Chinese to remove their search access than to actualyl do it. Nothing is stopping the Chinese from building their own search engine.

Graphics

How To Play HD Video On a Netbook 205

Barence writes with some news to interest those with netbooks running Windows: "Netbooks aren't famed for their high-definition video playing prowess, but if you've got about $10 and a few minutes going spare, there is a way to enjoy high-definition trailers and videos on your Atom-powered portable. You need three things: a copy of Media Player Classic Home Cinema, CoreCodec's CoreAVC codec, and some HD videos encoded in AVC or h.264 formats. This blog takes you through the process."

Submission + - Dealing with moving into open-space offices?

KlaymenDK writes: The team of developers I'm part of will soon be moving into our country headquarters from a branch office. The branch office consists of 2-3 person offices, with more space for managers and meeting rooms. The headquarters, on the other hand, was rebuilt some years ago into the then-fashionable "open-space" format; apart from the print rooms there are now only a few huge 60-80 person open-space offices; even the hallways were included so people must walk right between the tables (talking to one another or into cell phones) and there are no meeting rooms or manager's offices. Of course we have our share of colleagues who are plain noise-makers, or who just happen to have "fog horn" or "buzz saw" voices (poor souls). My awesome boss and team leader have been unable to secure any kind of "quiet space" for us developers.

So I ask: How can we, as developers, best deal with this? (I don't want to quit over it, so that's one suggestion you can skip). I could work from home several days a week, but I really don't have room for a permanent home office in my flat. I am looking into noise cancelling headphones/earbuds (I don't want to drown out noise with more noise (music), I would "just" like a bit of quiet) and even considering DIY egg-carton cubicle partitions. I am also trying to locate some of the studies and reports that debunk open-space offices (convincing management is a reeeaaal long shot, but I have to try turning every stone) so if you know where to find 'em, links please. I fear I'll be the guy who jumps up twenty times a day and shouts SHUT THE HELL UP EVERYONE! I clearly need some help before that actually happens!
Microsoft

Submission + - Microsoft think Zend builds PHP wrong (justaprogrammer.net) 1

j-pimp writes: "It all started with a simple bug encountered while trying to get PHP and WCF to play nice. Before you know it I was attempting to compile PHP on windows myself. I found out the directions for building PHP on windows that come with the source code are out of date. I filed a bug report and was told: You have to ask the Microsoft guys to update that file. [php wiki article] was one of our best Windows know-how (not-microsoft-employee) guy shot at documenting the process, but the feedback he got from Microsoft employees was this is crap. its all wrong."

Submission + - Target pharmacy begins scanning driver's licences 2

Muad'Dave writes: This evening I picked up my regular prescriptions at my local Target pharmacy. As I was paying for them, the cashier asked to 'see my ID'. That was not typical, but I assumed she was going to verify the photo. Before I could stop her, she flipped it over without looking at the front and scanned the 2D barcode on the back. I asked her why she did that, and her answer was that the system 'required' it.

I went to the customer service desk and asked them why they thought they were entitled to scan my license. Their first answer was that it was a convenient way to validate my birthday, and that was all that was on the 2D barcode. When I mentioned that I know there's more data than that, she then said that it was a convenient way to verify that the ID was present. I mentioned that verifying the presence of an ID required more data than the DOB, and she agreed, contradicting her earlier statement that all they scanned was the DOB.

The is a Federal law addressing who can and cannot scan licenses, but it's so full of loopholes as to be useless.

Apparently I'm not the only one bothered by their attitude on privacy.

Have you been subjected to this invasion of your privacy by Target?

Comment Re:This is bullshit, guys. (Score 5, Funny) 534

The only question is, would this make more sense as an added option in wireshark, or GNU Radio?

Well to keep with the unix philisophy of small reusable components the following should be done:

  • libUAVSniff should be created on github
  • libUAVSniff should be developed. It should include a simple command line program for sniffinf UAV traffic and spew to stdout
  • Wireshark will add a module that uses this library
  • GNURadio will add a module that uses this library
  • Someone will fork it on github and write an irc bot that will post UAV locations
  • Someone will fork it on github and write a twitterbot
  • github forks for perl modules, .net/java wrapper, etc
  • A codeproject article explaining how to track UAVs and plot their location using silverlight.

Comment Re:Negotiate (Score 1) 410

If something came across that doubled my salary, I'd be off like a shot and do it. I mean, really...if anyone here was independently wealthy, who would ever work again? Certainly not I.

Plenty of independently wealthy people work by choice. They got rich by earning a lot of money, and continue to do so.

If I became independently wealthy in a short period of time, I'd probably not do what I do now. However, if I earned my wealth over time, I'd probably not stop "because I had enough." Money would enable me to spend 8-12 hours a day doing what I want. Some of that might be charity, some of it would be vacations, but a good portion of it would be coding.

Slashdot Top Deals

NOWPRINT. NOWPRINT. Clemclone, back to the shadows again. - The Firesign Theater

Working...