Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22486761c472407

Jump to content

Talk:Bit bucket

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia

A member of the category waste management... :) 131.170.90.3 05:51, 17 May 2006 (UTC)Reply

What is?

[edit]

I don't understand. Is it like a chip or the Windows 95 recycling bin? Stovetopcookies 18:18, 16 November 2006 (UTC)Reply

There are both real(ish) bit buckets (chad buckets) and metaphorical bit buckets (like all the places that deleted and/or lost data ends up).
Atlant 18:29, 16 November 2006 (UTC)Reply
A bit bucket is basically an analogy for any place you place data where it no longer is kept track of. For instance when you empty your recycling bin, all the data's headers are erased, hence they are thrown into the bit bucket.) Of course the data itself doesn't disappear until rewritten, it just is very difficult to find without the file headers to say where it is. --Robert Wm "Ruedii" (talk) 03:40, 10 September 2014 (UTC)Reply


As far as I know there is no thing called "Stream.null" in standatd Java APIs. --94.143.240.23 (talk) 22:54, 19 November 2009 (UTC)Reply

Use of "bit-buckets" to keep track of stream bandwidth.

[edit]

There is a recent use of the term "bit bucket" in terms of QoS scheduling. It refers to the count of a specific type of data on a stream, after it is no longer stored. By creating special null pipes or pipe counters, the server or router can count the amount of data exceeding the recommended volume without actually keeping track of the data amount. Hence it can keep a virtual buffer of all the data estimated to be "in the pipe" between the server and the client, as well as being able to regulate burst activity while still keeping a separate limit on steady bandwidth usage. --Robert Wm "Ruedii" (talk) 03:49, 10 September 2014 (UTC)Reply