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

 



Forgot your password?
typodupeerror
×

Comment Re:Mozilla needs to get their shit together. (Score 1) 507

a) that was a long time ago
b) you didn't say 'why' - the quality/performance/etc bar for patches to pass for a browser (now) used by 400m people is pretty high - but that bar is very similar for internal developers (employees or not). Back in the Netscape days, new Netscape employees would frequently get annoyed that they weren't just able to check their code in; they had to get reviews and then have someone with checkin privs do it, just like any other contributer.
c) some patches make user or web-visible changes that aren't agreed to
d) some bugs (when they get serious look in patch review) aren't ones we'd agree are bugs, or fixing them would cause other problems.

n.b. I work for Mozilla now, and in the pre-FF days I was a 3rd-party mozilla contributor and release 'driver'

Comment Re:Google Maps and Firefox vs. Chrome (Score 1) 585

Mozilla/Firefox is experimenting with SPDY, as you can see if you read Patrick McManus' blog (http://bitsup.blogspot.com/2011/09/spdy-what-i-like-about-you.html)

SCTP can be run over UDP, but in any case needs the server you're talking to to support it (like SPDY). There are some parallels between them, though SCTP has some advantages in not blocking when a single packet is lost like TCP (which SPDY runs over). A researcher at UDel has some nice examples of HTTP-over-SCTP (and SPDY as well).

Comment Re:I was a firefox user (Score 1) 306

Running Firefox on Fedora 11 - I typically have 10-15 windows open with *450* tabs - and it runs for months like that without loading the system. NOTE: Flashblock is a must, *especially* under Linux.

One thing that really does help is BarTab (under 3.x; under 4.x until it's available you can set a simple config var to get a similar result). This keeps it from actually loading tabs when restoring a session until you switch to that tab. The only way you can get away with so many tabs in any browser...

Comment Re:SIP Videophones? (Score 1) 253

Or look at a couple of Ojo 900's (also SIP) - not large screens, but rock-solid 30fps even at low bandwidth; they'll run 24-7 and the fee is low (and they're cheap). You can dial the bandwidth down if you want; they'll run a nice experience down to 120Kbps, and can do down to 80K@30fps. At 250K they're great. I know someone who had dinner with his fiance every night, 1000 miles apart, using Ojos. They'd leave them on as soon as both of them were home, in the kitchen while they both cooked.

Image

Decency Group Says "$#*!" Is Indecent Screenshot-sm 821

The Parents Television Council says the "$#*!" in the title of the upcoming CBS show $#*! my dad says is indecent. From the article: "'CBS intentionally chose to insert an expletive into the actual name of a show, and, despite its claim that the word will be bleeped, it is just CBS's latest demonstration of its contempt for families and the public,' declared PTC President Tim Winter. 'There are an infinite number of alternatives that CBS could have chosen, but its desire to shock and offend is crystal clear in this decision.'" By this logic Qbert was the filthiest game ever made.

Comment Re:Open Source to the rescue (Score 1) 258

512 byte sectors were known to be a performance bottleneck LONG before the late 90's. At Commodore, I put full support in for any power-of-two HD sector size back around 92-ish (plus the FS supported allocation blocks of powers-of-two multiples of sectors, which most filesystems have for quite a while). Larger sector sizes was a win on performance, much the way larger allocation sizes in the FS was a big win, though more related to low-level overhead. Certainly on the platters larger sector sizes is a win - we experimented with that for floppies, and used a floppy format that got much of the benefit (removal of all inter-sector gaps, replaced with a single gap per track - you lost the ability to write single sectors, but got 10% more storage and faster transfer times - effectively one big sector, but with additional sync/etc headers that let you read data starting at any logical sector, to reduce rotational latency). Similar logic applies to HD platters - larger sectors lets you get more user bits on a track and higher transfer rates, but decreases the granularity for writing data.

Comment Re:While they're at it.... (Score 1) 806

Hey dave, that Caps Lock key is the most important key on the PC layout! Mine's used so much is has parallel grooves worn in it from my fingernail. What? You mean it's supposed to do something other than act as an alternate Control key? Never mind....

(From the fingers of a multi-decade Emacs user, who misses the Amiga (and Sun) keyboard layouts).

Comment Re:What (Score 4, Insightful) 1747

You believe the theory that has observations to prove it works. Not the scientist. Pretty simple if you ask me.

That's fine, if you can read the papers, and read the papers confirming (or not) the observations, etc. For example, with the whole autism/vaccine kerfluffle, the original paper by a British doctor has been debunked, and apparently he made up and/or mis-represented his data. Plus various doctors (which the public conflates with scientists, which is sometimes true and sometimes not) make all sorts of claims, often based not on scientific methods or verifiable proof, but instead on personal opinion/experience and a few particular cases they've seen. The problem is that it's way to easy to jump to an unwarranted conclusion, or to do what humans are all too good at - picking facts that support what we already believe or want to believe.

The public has little or no understanding of how science works (even many non-scientist academics don't). Combine that with the modern media's preference to not interpret, but instead present all points-of-view as equivalent (or to prefer certain points-of-view based on politics), and it's easy to see how the public can reach the belief that science is just opinion too - that you can pick who to agree with, based on what you want to be true.

Comment Re:Wow, my clock must be broken (Score 2, Interesting) 227

Not all that much of the OS was assembler - the biggest piece was FFS (which subsumed OFS), and honestly probably shouldn't have been in ASM - but space was *tight*. Sure, quite a few of the drivers were in assembler, and performance-critical parts of Exec were in ASM, but that was almost required at the time for low-level HW interfacing. Much of the OS was in C. (I was responsible for removing the majority of the BCPL code (look it up on Wikipedia) used in AmigaDOS for OS 2.0.)

It was all fairly carefully designed, and a lot of work went into making it bulletproof and snappy. While there are huge benefits to memory protection nowadays, most Amiga programs and certainly the OS were quite resilient to pressures, such as allocation failures, which would crush almost all apps today. Error paths were much more likely to get tested, and the path wasn't the library calling exit(1) for you when an allocation failed.

That said: it's 15 years behind the times now. No major improvements have been made (some, yes, but nothing major). Dave is basically right - and we were in the last year trying to break with the old hardware design, though there was one last big step left in it that actually got to the early prototype stage (AAA). We hadn't planned out where software would go, but if you look at what Apple did you probably get a hint of what we might have done. It would have been tough, though, since we didn't have the resources to throw at emulation at the time that Apple did. In the last year, the SW group (which I ended up running a good part of) was down to a handful of people ( 10 I think). I think the "OS" group was down to maybe 3 or so. The writing was mostly on the wall by around a year before *poof*, and much of the team left in '92-93 to places like Scala (where many still are, and where I went after bankruptcy), 3DO (which had a strong ex-Amiga and ex-Commodore influence from the start), etc.

I wish it had been open-sourced back in '95 or so. It may not have survived intact, but it might have formed the core for a strong competitor to Linux/etc and at least pushed them to improve their responsiveness much earlier on.

The Media

Rupert Murdoch Says Google Is Stealing His Content 504

Hugh Pickens writes Weston Kosova writes in Newsweek that Rupert Murdoch gave an impassioned speech to media executives in Beijing decrying that search engines — in particular Google — are stealing from him, because Google links to his stories but doesn't pay News Corp. to do so. 'The aggregators and plagiarists will soon have to pay a price for the co-opting of our content,' Murdoch says. 'But if we do not take advantage of the current movement toward paid content, it will be the content creators — the people in this hall — who will pay the ultimate price and the content kleptomaniacs who triumph.' But if Murdoch really thinks Google is stealing from him, and if he really wants Google to stop driving all those readers to his Web sites at no charge, he can simply stop Google from linking to their news stories by going to his Web site's robot.txt file and adding 'Disallow.'"

Comment Addition for Gnus (Score 1) 412

A useful addition to Gnus (it may be part of the distribution now):

;; Provide a function to switch to a *Summary buffer or the *Group buffer.
;; Let the user decide whether to bind it.  Written by Randell Jesup.
;;
(defun switch-to-gnus ()
  "Switch to a *Summary whatever* buffer if one exists.  If none exist,
switch to the *Group* buffer.  If that doesn't exist, complain."
  (interactive)
  ;;
  (let ((buflist (buffer-list))
        (done 0)
        (saw_group 0))
    (while (and (= done 0)
        (not (equal buflist nil)))
      (let ((candidate (car buflist)))
         (let ((candname (prin1-to-string candidate)))
          (if (string-match "#<buffer +\\*Summary.*\\*>" candname)
              (progn
            (switch-to-buffer candidate)
            (setq done 1))
            (setq buflist (cdr buflist)))
          ;; remember if we saw *Group*
          (if (string-equal "#<buffer *Group*>" candname)
              (progn
            (setq saw_group 1))))))
    (if (= done 0)
    (if (= saw_group 1)
        (switch-to-buffer "*Group*")
      (error "Gnus doesn't appear to be running")))))

;; This switches to the a *Summary buffer if one exists, else to *Group*
(global-set-key [f9] 'switch-to-gnus)

A couple of other goodies:

;; If invoked from a non-shell buffer, it changes to or opens a shell
;; buffer with the path set to that of the buffer from which this command
;; was invoked.  If invoked from a shell-mode buffer, it changes back to
;; the last buffer from which the shell was invoked whith this command.
(global-set-key [f3] 'shell-pushd-to-buffer-path)

;; make switching buffers easy
(global-set-key [f6] 'other-window)
(defun prev-window ()
  "previous window"
  (interactive)
  (other-window -1))
(global-set-key [S-f6] 'prev-window)

;; Windows-ish commands:
;; Block cut, copy, paste:
;;; KEY: [A-x]: Cut region.
(global-set-key [?\A-x] 'kill-region)
;;; KEY: [A-c]: Copy region.
(global-set-key [?\A-c] 'copy-region-as-kill)
;;; KEY: [A-v]: Paste.
(global-set-key [?\A-v] 'yank)
;;; KEY: [ESC A-v]: If you've just used paste, use this key to cycle through
;;; KEY:            previous available pastes on the Emacs clipboard.
(define-key esc-map [?\A-v] 'yank-pop)
Government

House Republicans Renew Push for Telecom Immunity 123

CNet is running an update to the controversy over giving telecommunications giants such as AT&T immunity from lawsuits involving the assistance they gave the NSA for illegal wiretaps. Republican leaders are circulating a petition which would force a vote on the bill passed by the Senate but not by the House. Democrats are holding out for a version of the FISA bill which opens the telecoms to prosecution. President Bush still intends to veto any such document. "At a wide-ranging House hearing on Wednesday, FBI Director Robert Mueller again urged passage of a bill that includes immunity for phone companies, arguing that 'uncertainty' among the carriers 'affects our ability to get info as fast and as quickly as we would want.' He admitted, however, that he was not aware of any wiretap requests being denied because of Congress' inaction."
Music

MSN Music DRM Servers Going Dark In September 543

PDQ Back writes to tell us about an email Microsoft sent to former customers of MSN Music today. The company said it would be turning off the DRM servers used to authorize playback of music purchased from the now-defunct MSN Music store. "'As of August 31, 2008, we will no longer be able to support the retrieval of license keys for the songs you purchased from MSN Music or the authorization of additional computers,' reads the e-mail. This doesn't just apply to the five different computers that PlaysForSure allows users to authorize, it also applies to operating systems on the same machine (users need to reauthorize a machine after they upgrade from Windows XP to Windows Vista, for example). Once September rolls around, users are committed to whatever five machines they may have authorized — along with whatever OS they are running."
Privacy

FBI Lied To Support Need For PATRIOT Act Expansion 396

I Don't Believe in Imaginary Property writes "It probably won't surprise you, but in 2005, the FBI manufactured evidence to get the power to issue National Security Letters under the PATRIOT Act. Unlike normal subpoenas, NSLs do not require probable cause and you're never allowed to talk about having received one, leading to a lack of accountability that caused them to be widely abused. The EFF has discovered via FOIA requests that an FBI field agent was forced by superiors to return papers he got via a lawful subpoena, then demand them again via an NSL (which was rejected for being unlawful at the time), and re-file the original subpoena to get them back. This delay in a supposedly critical anti-terror investigation then became a talking point used by FBI Director Robert Mueller when the FBI wanted to justify their need for the power to issue National Security Letters."
Privacy

Administration Claimed Immunity To 4th Amendment 703

mrogers writes "The EFF has uncovered a troubling footnote in a newly declassified Bush Administration memo, which asserts that 'our Office recently [in 2001] concluded that the Fourth Amendment had no application to domestic military operations.' This could mean that the Administration believes the NSA's warrantless wiretapping and data mining programs are not governed by the Constitution, which would cast Administration claims that the programs did not violate the Fourth Amendment in a whole new light — after all, you can't violate a law that doesn't apply. The claimed immunity would also cover other DoD agencies, such as CIFA, which carry out offline surveillance of political groups within the United States."

Slashdot Top Deals

"Here's something to think about: How come you never see a headline like `Psychic Wins Lottery.'" -- Comedian Jay Leno

Working...