Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Node.js (Score 2) 453

So... Node.js, chalked full of easy ways to leak memory (ie don't change default debug console, or use a crappy gzip library) but the ability to write code that runs/renders either on the server or on the client with the same code and low-level libraries to make the decision of the best place to render--ie render same code on server or client--makes JS on the server-side rather attractive. I run, Operations side, over 1000+ websites on a Node.js farm (talking 200-300 mbit/sec of sustained daily web-traffic), and it scales a lot better than PHP from both a templating side (many similar but different sites with inheritance based properties) and from the performance scaling side.

From a PLT side, yea, JS ain't the best, but it's a defacto web-rendering technology and its use on the server can simplify a lot of things, not to mention that JS in V8 is pretty quick to boot, although it does have heap limitation based around the 32-bit code V8 generates.

I leave comment readers with a wonderful link: This PLT Life

Comment Re:GMail is an interesting answer... (Score 1) 228

Nobody keeps lots of mail there for longer than six months.

In fact, people do. However, corporate email accounts at Google auto-delete email after 180 days because of the 1986 act. There was much grumbling when this came about, and there are exceptions for people with an email "litigation hold", but for everyone else, it's part of normal operation that it's deleted.

That's bullshit. My corporate gmail account goes back years.

Comment Re:Seems like the truthers are trying to make a st (Score 1) 593

As an engineer, I know far more than the average person about chemistry, exothermic reactions and weaknesses in bridges. As a sysadmin and AV author, I know quite a lot more about network and computer exploits than the average slashdotter. Does that imply that I deserve my freedom of speech limited because I'm a bomb maker and computer black hat in potentia?

In short: Yes. Gratz on getting watch-listed.

Comment Should we care? (Score 2) 37

"Should we care?" is what I'm trying to figure out. Redhat has lost almost all relevance in the Cloud-arena. CloudStack is in Apache Incubation, and OpenStack Essex is already live in Ubuntu 12.04 LTS. Redhat's OpenStack is presumably all KVM-based as it's built on RHEL6. Does it support bare-metal Cloud instances? Granted, this feature is 'beta' on CloudStack, but it is still there to use.

It seems like a desperate play to stay relevant. With Redhat's "virtualization brain trust" posting erroneous and irrelevant FUD while moderating/rejecting all replies, it appears there's a severe lack of strategy outside of "stop all the Xen-based clones with dom0's based on our OSS distribution!" Redhat shot themselves in the foot pushing KVM down people's throats to thwart Oracle and Citrix clones.

As someone that's built Private Clouds, and runs significant amounts of infrastructure, I personally have a hard time caring. None-the-less, I'm checking it out to see if the Swift object storage part is in any way cleaner integrated. If it's just some pre-built, probably back-level RPMs, I'll be highly unimpressed.

Comment Re:Do we really care? (Score 1) 346

Do we really care?

What's this FaceBook thing anyway?

Does it compile into native code or P-code?

Fun fact: FaceBook uses HipHop, a tool they developed themselves to convert PHP code to C++, and then compile it to native code.

And the craziest thing is that they compile everything into a single 1.5 GB binary:

Because Facebook's entire code base is compiled down to a single binary executable, the company's deployment process is quite different from what you'd normally expect in a PHP environment. Rossi told me that the binary, which represents the entire Facebook application, is approximately 1.5GB in size. When Facebook updates its code and generates a new build, the new binary has to be pushed to all of the company's servers.

So, yeah, FaceBook compiles to native code! :-)

That's just part of the front-end. They use a lot of Java too which is byte-code. Hadoop/Hive/HBase blah blah blah. IMO: Pig > Hive, node.js > PHP

Comment Re:It won't kill FB (Score 5, Informative) 346

$500K was only for a portion of the company, like the domain name. The patent portfolio was sold in the 8 figure range to someone else. Digg essentially got divvied up 3 different ways, and people only quote the smaller of the transactions... Anyway, it wasn't worth anywhere near 9 figures, but let's be honest: there's been an valuation bubble going on.

Comment With all due respect to Carmack... (Score 1) 635

id software never had the resources that Valve currently has to throw at the problem, and they aren't trying to market just a handful of games on Linux, they're trying move an entire eco-system over. id software went under Bethseda exactly so they could get more resources, where as Valve has the highest profit per employee of any company. Carmack is really smart, but he never had a billion dollars to throw at the problem.

Slashdot Top Deals

If you think the system is working, ask someone who's waiting for a prompt.

Working...