| « Prev | Page 1 | Page 2 | Page 3 | Next » |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:05
•
by
motsats
(unregistered)
|
|
a.k.a Gridlock: http://en.wikipedia.org/wiki/Gridlock
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:16
•
by
snoofle
|
|
re: /bin/true
v1.0: exit 0 # "true" v1.1: exit 1 # "enum Boolean.TRUE" v1.2: exit # default v1.3: return # this works in "C" v1.4: exit # but apparently not in shell v1.5: exit FILE_NOT_FOUND v1.6: <empty script> # turns out we don't need to do much here |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:19
•
by
jedicus
(unregistered)
|
|
My guess:
v1.0: <empty script> v1.1: add version number v1.2: add copyright notice v1.3-1.6: update copyright notice with the current year |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:26
•
by
OneMHz
|
|
Traffic like that doesn't happen so easily if people fricken remember NOT to pull into an intersection they can't get out of...
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:29
•
by
Kederaji
|
|
Hm... cars everywhere, angry drivers who refuse to be the one who gets traffic moving again, (because it would require going around the block)... I've played this game before.
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:30
•
by
jmc
(unregistered)
|
|
I love how those 2 santas seem to be enjoying the jam.
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:33
•
by
MET
|
|
I blame the drivers. The junctions are clearly boxed (the yellow diamonds) so they should not have pulled out until there was somewhere to get out. Only a moron blindly pulls forward without thinking just because the lights told them to.
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:34
•
by
Cargo Cult
(unregistered)
|
|
Mac OS X?
Soyuz:bin afoster$ ls -al /usr/bin/true 38kB, just to return true! And works on two separate processor architectures! (I believe it's also cryptographically signed...) Now there's progress for you. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:34
•
by
Cesium
(unregistered)
|
|
Incidentally, yes, the program that returns its argument until killed, is 13 KB as a binary.
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:35
•
by
tk.
|
|
The malpractice ad reminds me of a billboard here for a news radio channel. It bears a picture of a bunch of cars with a banner across the top:
"Depend On Us For Traffic" Yeah, thanks for all the traffic, guys. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:37
•
by
BlueKnot
(unregistered)
|
Which describes the majority of drivers today. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:40
•
by
Robajob
|
|
The man page for /bin/true should be in the Tao of Programming:
"The true utility does nothing, successfully. The untrue utility does nothing, unsuccessfully". Now that's deep. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 10:42
•
by
Claxon
|
|
Re: The Comcast "Though true was strange, take a look at clear
2008-02-22 10:57
•
by
brl
(unregistered)
|
|
For someone loving to read legalese, try to look at clear instead of true, while that has one line doing something, the many corporations claiming rights in it are....
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:01
•
by
hallo.amt
|
|
You know, there is also a program called false
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:01
•
by
vt_mruhlin
|
Do we have any verification that the lights were broken, not the users? Asshat 1 drives into intersection while light is yellow, even though he has no way out. Asshat 2 misses his light thanks to asshat 1. Decides to just run it once there's an opening. ...griddlock! |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:02
•
by
Eduardo Habkost
(unregistered)
|
My friend probably has a time machine, because he has published this picture on December 18th, 2007. Before it was taken! |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:10
•
by
PjB
|
|
Isn't the malpractice one from a lawyer's firm or something? Surely that's not much of a WTF. I can't see anything on the advert that means it's from a doctor's surgery, if that's the intended WTF...
I think someone's pulling your leg with the junction of fail, too. I've seen that around for a while. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:14
•
by
WhiskeyJack
|
???? Profit! |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:15
•
by
jpk
(unregistered)
|
|
Comcast has an inept billing system? I never knew. I stopped using the "auto" bill pay because there was nothing auto about it. Unless by "auto" they mean that I am supposed to automatically call them every month and speak to a rep and make the payment over the phone because their "system" doesn't "automatically" charge my credit card. That must be what they meant.
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:15
•
by
Johnny Awkward
(unregistered)
|
|
On my installation of Linux, '/bin/true --version' is reporting version 5.2.1. And it's 12K of code.
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:15
•
by
ThePants999
|
|
Hmm. On my Solaris box, /bin/true is an executable.
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:23
•
by
Stupidumb
|
You win this round... |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:28
•
by
Jeremy
(unregistered)
|
|
Linux:/bin$ ll true
-rwxr-xr-x 1 root root 12K 2007-09-29 08:51 true Linux:/bin$ file true true: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), stripped |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:29
•
by
notme
(unregistered)
|
|
You should have a look at true.c from the GNU coreutils some time. You'll be amazed...
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:30
•
by
yet another Matt
|
The earlier date would justify the Santas |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:31
•
by
magetoo
|
Reading comments like this, I had to check what my OS does.
Thank you, NetBSD.
There's also a programming language called FALSE. (Imagine how compact you could make "true" and "false" in that!) |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:33
•
by
adhominem
(unregistered)
|
On mine, it's version 6.9, and 19k. Feature creep, probably. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:40
•
by
alegr
|
Which actually describes the majority of drivers at any given epoch. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:45
•
by
Thief^
|
Better than British Gas, who automatically direct debit a fixed amount that has nothing to do with the amount on your (estimated) bill, and send a letter to the previous occupant 2 months after you move in saying his gas will be cut off unless he pays, even though they know you live there now and have even sent bills to you and had them paid. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:46
•
by
Gonzalo
(unregistered)
|
|
What's the deal with black cars in Sao Paulo? Half of them are black!
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:46
•
by
Bob
(unregistered)
|
|
Due to budget constraints, the Civil Engineers were forced to implement a square roundabout...
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 11:57
•
by
jtl
(unregistered)
|
I think you mean a boxabout. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 12:01
•
by
Lunkwill
(unregistered)
|
|
A v1.6 shell-sript "true" is a WTF indeed. An even bigger WTF however is how everybody is laughing at binary implementations of the same without even benchmarking it:
mb@aldous ~ $ file /bin/true /bin/true: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped mb@aldous ~ $ cat true.sh #!/bin/sh exit 0 mb@aldous ~ $ time for (( i=0; i<10000; ++i )); do ./true.sh; done real 0m35.886s user 0m4.432s sys 0m12.373s mb@aldous ~ $ time for (( i=0; i<10000; ++i )); do /bin/true; done real 0m25.883s user 0m1.648s sys 0m8.637s There you go, NetBSD. Considering what a monster /bin/sh is in comparison to some "int main{return 0;}" plus libc gruft, it's pretty obvious why that is. Of course a dynamically linked "true" is a minor WTF in itself: mb@aldous ~ $ diet gcc -Os true.c -o true; strip true; ls -l true; cat true.c -rwxr-x--- 1 mb users 1248 2008-02-22 17:55 true int main(void){return 0;} mb@aldous ~ $ time for (( i=0; i<10000; ++i )); do ./true; done real 0m6.122s user 0m1.008s sys 0m4.072s |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 12:02
•
by
DeLos
|
|
DON'T BLOCK THE BOX.
It is a simple driving rule. If you can't make it across the intersection, you do not enter the intersection. It drives me nuts when people are selfish like this. It ruins many well thought out intersections. I love the people that panic and enter when the light turns yellow. I mean, if they don't go then, they might NEVER make it across. Jackasses. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 12:06
•
by
BJ Upton
(unregistered)
|
|
*screenshot*
Easily the funniest thing I've seen on the WTF. Just awesome |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 12:22
•
by
Chris Eldredge
(unregistered)
|
|
On the last one, the revisions probably reflect changes to the copyright years.
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 12:35
•
by
Jarrod
(unregistered)
|
|
One of my colleagues has just pointed out that the linux version of true can return false:
umm.... |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 12:37
•
by
AC
(unregistered)
|
I have version 6.9 of core utils and my version of true is 16k (my distro is optimized though) and does not accept command-line arguments (not even --version or --help). The GNU Core Utils versions of true are most likely version numbered after core utils and not what changes have occured. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 12:41
•
by
Mel
|
I have to admit to doing this at least a few times, particularly one particular intersection. Although only after sitting through a whole phase or two, and realising that if I don't go, I *will never* make it through. (Until either 10am or 8pm, at least...) It's just plain frustrating to sit through a green light at a blocked intersection, have the light turn red, the intersection clear only to block up again just before the light changes... |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 12:53
•
by
akatherder
|
Completely agreed. Being polite only works when everyone else agrees to be polite. If you're the only one being polite, you never get your turn and the guy stuck behind you gets out and punches you in the face. You just go when the light is green and keep inching forward. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 13:08
•
by
eric76
(unregistered)
|
When I'm in a city wanting to turn left, I'll pull out into the intersection and then wait for oncoming traffic to get past or to stop when the light turns red and then complete my turn. Any more, I rarely go to any big city. My current office is at a traffic light in such a lighly travelled city that you can walk diagonally across the intersection at 5 pm and not obstruct traffic. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 13:11
•
by
punissuer
|
Well done, sir, well done. |
|
Even better, it's version 1.6, contains no uncommented code, AND HAS A BUG!
The bug is that if you use this /bin/true from within your shell init scripts it'll cause an infinite loop! Not to mention a bug in your shell init scripts can cause /bin/true to return false! Re: version number, I suspect it was just to update the legalese. I seem to recall that the original version was just an empty file. Ciao! |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 13:22
•
by
Fabian
|
Dunno 'bout other countries, but over here (the Netherlands) the rules are such that you HAVE TO start driving when the light turns green. That said, only a moron blindly obeys moronic rules. BTW: the santas are indeed cool, but I also like the bus blocking all lanes towards the bottom right. |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 13:35
•
by
La Monte H.P. Yarroll
(unregistered)
|
|
The posted version of /bin/true has a bug, at least if /usr/bin/sh is bash or another "advanced" shell.
This is a bug I originally reported in NextStep 0.8 quite a few years ago. On NextStep /bin/true was an empty file. /bin/sh was actually bash. What does bash do when it starts up? It loads ~/.bashrc. What happens if you call /bin/true from ~/.bashrc? |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 13:42
•
by
Leo
(unregistered)
|
|
Wow, you must have an incredibly slow 64 bit machine to take 25 seconds for the default true binary..
@debian:~/Desktop$ file /bin/true /bin/true: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), stripped @debian:~/Desktop$ time for (( i=0; i<10000; ++i )); do /bin/true; done real 0m10.954s user 0m3.280s sys 0m7.504s |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 13:51
•
by
mare
(unregistered)
|
|
If I understand this correctly, those yellow diamonds in the intersection mean that you're not allowed to stop in the middle of it? And you have to wait before the intersection for the oncoming traffic to clear? (I'm serious, I've never seen them before and the first thing that turns up on google for "yellow diamonds intersection" is this very page :D)
|
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 13:58
•
by
Fant
(unregistered)
|
|
The GNU/Linux /bin/true as true.c:
http://www.koders.com/c/fidDF83F838AA5D91F9B07D35DD6353BCA20BD2B48B.aspx?s=md5 I find the Solaris solution rather elegant :-) |
Re: The Comcast "Bill", A Buggy Traffic Light, and More
2008-02-22 14:02
•
by
SomeCoder
(unregistered)
|
In America, you aren't allowed to enter an intersection unless you can clear it, period. The left turn yield on green means that you can enter it and wait for traffic or until the light turns yellow to clear but you still must be able to clear it. 99% of Americans (and especially in the state where I live) don't understand that you aren't supposed to enter an intersection that you can't clear. It's really irritating. |
| « Prev | Page 1 | Page 2 | Page 3 | Next » |