Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Inconsistency (Score 3, Insightful) 254

Even JavaScript isn't as bad as that, there are only a few minor areas where implementation-specific issues pop up, like the awful CSS rule stuff, input codes, and some other stuff, with PHP, it is EVERYWHERE.

Cute. In JavaScript: "5"-2 = 0 and "5"+2 = "52". Even PHP isn't *that* nut.

Comment Re:ANDROID != LINUX (Score 2) 487

You're missing the point. Saying that a kernel is or isn't successful because it's distributed with a different userland than usual is (a) just wrong, and (b) a completely different sort of claim than that a particular software distribution is or isn't successful because various components have been integrated elsewhere.

Comment Re:What makes an OS realtime? (Score 4, Informative) 64

Did you bother looking it up?

A real-time operating system (RTOS) is an operating system (OS) intended to serve real-time application requests. It must be able to process data as it comes in, typically without buffering delays. Processing time requirements (including any OS delay) are measured in tenths of seconds or shorter. A key characteristic of an RTOS is the level of its consistency concerning the amount of time it takes to accept and complete an application's task; the variability is jitter.[1] A hard real-time operating system has less jitter than a soft real-time operating system. The chief design goal is not high throughput, but rather a guarantee of a soft or hard performance category. An RTOS that can usually or generally meet a deadline is a soft real-time OS, but if it can meet a deadline deterministically it is a hard real-time OS.[2] An RTOS has an advanced algorithm for scheduling. Scheduler flexibility enables a wider, computer-system orchestration of process priorities, but a real-time OS is more frequently dedicated to a narrow set of applications. Key factors in a real-time OS are minimal interrupt latency and minimal thread switching latency; a real-time OS is valued more for how quickly or how predictably it can respond than for the amount of work it can perform in a given period of time.[3]

Submission + - Slashdot is dead 3

An anonymous reader writes: I saw it with my own eyes

Submission + - BOOOO

An anonymous reader writes: BETA BOOOOOOOO

Submission + - How to fix Slashdot Beta? 17

Forbo writes: Since the migration to Slashdot Beta was announced, it seems all meaningful discussion has been completely disrupted with calls to boycott and protest. Rather than pull an Occupy, what can be done to focus and organize the action? What is the end goal: To revert entirely to the previous site, or to address the problems with the new site?

Submission + - AltSlashdot is coming (altslashdot.org) 3

Okian Warrior writes: I've registered "AltSlashdot.org". I intend to run a site much like Slashdot used to be — better articles, less decoration and less "in your face" functionality. I'm reviewing and getting comfortable with slashcode right now. I'm looking for volunteers to help with setup and running the site. If the site becomes profitable, I intend to hire from the pool of volunteers. If you've ever wanted to participate in a site like Slashdot, here's your chance! I'm particularly in need of people who can:
  • Set up and manage a high-traffic site (servers, load-balancers, data sites, &c)
  • Edit story submissions
  • HTML, CSS, and script creation/bugfix/repair

Contact me if interested John (at) AltSlashdot (dot) org

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...