Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:whitespace (Score 1) 169

It's at the bottom of every reply window.

Allowed HTML
<b> <i> <p> <br> <a> <ol> <ul> <li> <dl> <dt> <dd> <em> <strong> <tt> <blockquote> <div> <ecode> <quote>

<ecode> looks reasonable:

def make_adder(n):
    def adder(x):
        return x + n
    return adder
 
def make_adder(n):
    return lambda x: x + n

Comment Re:Makes sense (Score 1) 566

Time for TCPvAngrySlashdot!

C: SYNCHRONIZE
C: Start-Sequence: 484725
C: Source-Port: 7742
C: Destination-Port: 80

S: SYNCHRONIZE
S: ACKNOWLEDGE: 484726
S: Start-Sequence: 95823
S: Source-Port: 80
S: Destination-Port: 7742

C: ACKNOWLEDGE: 95824
C: Sequence-Number: 484726
C: Source-Port: 7742
C: Destination-Port: 80
C: Payload-length: 1033
C: -- BEGIN PAYLOAD --
C: <bytes>

Comment Re:Can i please have two? (Score 1) 395

I have never seen this - my downloads resume just fine (and I know they do, because my connection sucks). Maybe the linux client is still having teething problems?

I have noticed that the downloads page is bloody useless, often giving the wrong information. A few times it has even appeared as if it restarted the download from scratch, only to complete the "whole thing" a minute later.

Slashdot Top Deals

HELP!!!! I'm being held prisoner in /usr/games/lib!

Working...