(my contribution to lemmy’s beans arc)
cultural reviewer and dabbler in stylistic premonitions
(my contribution to lemmy’s beans arc)
deleted by creator
CBOR uses variable-sized length prefixes. Strings zero to 23 bytes long require just one byte of overhead, after that it becomes two bytes for strings up to length 255, and 3 bytes of overhead for strings up to 65535. Above that, it requires 5 bytes of overhead, which is probably enough for strings up to at least a few hundred GB, though I didn’t test that far.
$ python -c 'import cbor; overhead=0; print({ length:overhead for length in range(65537) if overhead < (overhead:=len(cbor.dumps("a"*length))-length) })'
{0: 1, 24: 2, 256: 3, 65536: 5}
also: The Oyster was an erotic magazine published in London in 1883
Upload bandwidth doesn’t magically turn into download bandwidth
Actually, it does. Various Cable and DSL standards involve splitting up a big (eg, measured in MHz) band of the spectrum into many small (eg, around 4 or 8 kHz wide) channels which are each used unidirectionally. By allocating more of these channels to one direction, it is possible to (literally) devote more band width - both the kinds measured in kilohertz and megabits - to one of the directions than is possible in a symmetric configuration.
Of course, since the combined up and down maximum throughput configured to be allowed for most plans is nowhere near the limit of what is physically available, the cynical answer that it is actually just capitalism doing value-based pricing to maximize revenue is also a correct explanation.
The tone which comes across in the video (linked from the other post I linked to in this post’s description) is unfortunately much less amicable than this article conveys.
the guy speaking off camera in the linked 3min 30s of the video is Ted Ts’o, according to this report about the session.
That label is there because I’m subscribed to XBlock Screenshot Labeller and it misclassified this image. (You can find here and here more info about how labelers in ATP work…)
i hope you’re joking but if you’re not i assume you live in the bay area? if you want to go to their pitch tonight, here’s its eventbrite.
That pin can be found for $30 or $35 on on ebay here and here, where it is described as being from the 80s and as an “employee pin”.
I was thinking that this might have been something aimed specifically at technology buyers in US schools in the 80s or 90s, to whom Apple offered substantial institutional discounts in a (relatively successful) effort to dominate that sector. However searching the phrase “does more costs less” i found this TV spot advertising the Quadra 605 which at $1000 was the cheapest computer Apple sold when it was introduced in October 1993 (and allegedly cheaper than something else they refer to as “PC Leading Brand” 😂). That system was sold under the LC and Performa brands up to 1996, but it was only sold as a Quadra until October 1994, so, to answer OP’s question: that slogan was in use at least sometime in that year.
i’m glad somebody got the reference.
(i assume the people downvoting my comment only know the word as an alt-right thing and are unaware of its earlier etymological journey which makes it a relevant response to this thread. in fairness, I’d forgotten how far they went with it in 2016 until I just read that wowpedia page 😬)
ip -br a
(-br
is short for -brief
and makes ip
’s addr
, link
, and neigh
commands “Print only basic information in a tabular format for better readability.”)
Yeah, I also used to run qmail and first knew of djb as the apparently only person capable of implementing network protocols in C without any exploitable bugs :)
But, he was actually doing historically important cryptography work even back then: https://en.wikipedia.org/wiki/Bernstein_v._United_States (and since has gone on to co-invent several cryptographic primitives which are now ubiquitous internet standards).
Why don’t you correct it then? (Eg, either delete your post, or replace the linked image with an updated one that attributes the quote correctly.)
This isn’t facebook; please don’t post years-old misattributed quote memes.