Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:No joke (Score 1) 175

To be fair I'm also no fan of what is traditionally considered "LAMP". I personally believe PHP is more dangerous than it needs to be, MySQL is a poor choice relative to alternatives and harbor little regard even for Apache.

MongoDB is built for the cloud

No. Application design limits scalability of non-trivial systems not the data store.

MySQL's structure is confining (and overrated)

The only thing that sucks worse than a good relational schema design is everything else.

Disk space is cheap

JOINS JOINS JOINS... The reason for JOINs is saving disk space... mind blown.

Node.js simplifies the server layer
MEAN makes code isomorphic

General purpose languages are a dead end. The money you save not having to train people to use appropriate DSLs for the task at hand will be more than offset by increased cost of managing product lifecycle.

Node.js is superfast

ab is the most worthless (slow, single threaded, client CPU limited) tool for benchmarking web servers you can pick. Almost as worthless as benchmarking hello world applications bearing no resemblance to real world usage.

Depth matters

How does admitting to being behind other solutions translate into a reason for your approach?

I'm disappointed all around.. both with this article and what is allowed to pass for forward progress in the web stack space.

Comment IMAX is a brand? (Score 1) 190

That's weird I always assumed IMAX was just a generic term for theatre with a big ass screen?

Let me put this another way... ask anyone what do you call a movie theatre with a big ass multi-story curved screen? ... and before they answer say ...but you can't use the word "IMAX".

In various contexts people talk about IMAX cameras and film formats even NASA folks talking about the imax camera for curiosity ... I seriously always assumed it was just a generic specification.

Who knows that IMAX is a brand? Perhaps they have already suffered severe dilution and currently deserve no trademark/brand projection of any kind.

Comment Way past time for phones to become PCs (Score 1) 83

Would I pay more for mobile phones to become an open platform where I can load whatever OS I want and swap out parts with reasonably standardizable interfaces? Hell yes I would.

While I have no opinion about "ethics" of tin and gold but there is nothing I hate more in this industry than insatiable trend of a few massive companies to continue to consolidate their power over everything.

Comment IoT meme already past sell-by date (Score 1) 56

A person at a meeting with only a smartphone could offload to Aura the process of recalculating a spreadsheet for a presentation, eliminating the need for a laptop

This is what I love about all the buzzword enriched nonsense. Use cases presented are not only completely worthless but so half baked and nonsensical that they are actually funny.

Hasanâ(TM)s plan, of course, anticipates a world with a vast number of Internet of Things devices, where lightbulbs, refrigerators, thermostats and other products will come with small processors and network connectivity.

Oh the dreams of marketeers...

By 2020, the world will have 26 billion such devices in operation, according to technology analyst firm Gartner.

More likely they spend $26 billion in advertising to get people to care about their worthless and annoying gimmicks and still fail.

Comment Re:I do not consent (Score 1) 851

Nope. Transfats are not required to make fortune cookies. Its basically margarine. That's transfat. Avoid partially hydrogenated oils and you're removing nearly any kind of transfat that is going to hit you.

Try finding fortune cookies without the words "partially hydrogenated" in the ingredients list on the shelves. Looked everywhere and gave up.

Selfishly I find myself cheering for the FDA ban because I want fortune cookies without trans fat.

Comment Play dumb (Score 1) 479

Playing dumb has been my personal strategy yet I have no reference to judge effectiveness against other strategies.

You are rarely helped by acting like a know-it-all. The goal I have found is not to help, inform or impress but to get the person on the other end of the line to just give a shit about helping you. Sometimes being stupid is better for you than having the clueless parts changer and "rebooter and chief" you talk to or they send out be offended when you go talking over their head or attempt to do their job for them. Sometimes if the tech they send out is not a total zombie they will see equipment racks and *ask* intelligent questions at which time it is safe to blab.

I intentionally lie about what I know, avoid argument and work hard to contain laughter especially during onsite visits. I will follow all even stupid instructions unless what I'm being told to do is outright destructive or wastes too much time.

Have also experienced the flip side of this first hand. Sometimes people who think they know something turn out in reality to know a lot less. I'm an Oracle without cookies in a couple niche domains where all who challenge me lose yet the same people keep coming back for more with the same hubris filled retorts undaunted and unaffected by previous lapses of understanding and judgment. What is particularly amusing and annoying are the guys who restate the original question thinking I must not have understood what they were asking in the first place. At all costs don't be this person.

Comment Re:Industry should outlaw reprogrammable roms (Score 1) 189

You really have no idea how complex the software is that runs on some embedded devices? A simple hard drive has an OS in and of itself just to maintain your high speed caches. Firmware is generally not the problem though, and it isn't here either. Reprogramming the firmware to do anything useful (streaming data out of a network port it doesn't have) is nigh impossible.

It seems there may be confusion on my point. The point is not to ban firmware. The point is you no longer persist firmware *changes* in field reprogrammable roms. Instead any updates are loaded into volatile memory at boot just like an Intel CPU Microcode update.

Reprogramming the firmware to do anything useful (streaming data out of a network port it doesn't have) is nigh impossible.

The execution environment of the system is based on data obtained from those very same disk drives. It defies belief an adversary with state level money and time on their hands couldn't inject whatever they wanted into the running operating environment.

Comment What was THAT? (Score 3, Insightful) 105

It was painful to watch Microsoft intermission at the Oculus event today.

Hey so ah we're bundling an ordinary xbox controller with the rift... okay whatever I don't care except for having to pay for it with cost of the rift and your main competition offering a much better input tracking solution with their product.

Rest of the MS demo was someone wearing a VR headset and playing xbox in "VR" by creating a virtual room with a virtual 2D display and playing the game on that 2D display within the virtual world.. one of the sorriest tech demos I've ever seen in my life. I kept waiting for a punch line that never came.

Comment Re:OpenSSL has been replaced... (Score 1) 95

About 80% of the known OpenSSL bugs that have been fixed, were inadvertently fixed in LibreSSL during the refactoring. Many of OpenSSL's bugs are entirely do to horrible coding practices. Of the remaining 20%, a sizable portion were actually found by LibreSSL during the clean up.

You should immediately contact OpenSSL and have them correct attributions in the change log to reflect this reality.

Comment Re:Good Luck... (Score 2) 231

I don't get the hate on that one. They're offering it as a free upgrade for one year going as far back as Win 7. If they didn't have the notification on those systems, the year would go by and then everyone would whine about not knowing about the free upgrade.

It isn't a notification it is a nag screen. Nags are intentionally engineered to be unnecessarily difficult to remove. Notifications are designed to be easily dismissed once the user has had a chance to see it.

Slashdot Top Deals

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...