So murder someone who wasn't involved in a purported rape because he at some point in the past introduced a purported victim to the purported rapist. There's so much wrong with this purported claim whose purpose is…
I remember when Levo started this project. At the time, he was getting fed up with the various editors that he was using while he was working on his compiler. He didn't like any non-responsiveness or slow-downs when he…
The self-promotion on lobsters is rampant, and not surprisingly, most of the self-promotion is very low quality crap. However, I have seen a few self-promotion links that were brilliant, so I have some mixed feelings on…
Words have meaning. The fact that you fear that possibility is indicative.
I wonder if Vladimir Ilyushin wrote one as well.
For context: VCs make much more money by flipping money-losing concerns that have high growth rates, than by building profitable companies. The resulting behavior is predictable.
That TSS in Boston was an amazing confluence of people, mostly all unknown at the time! There was: You, Gavin, Bob, Mike Cannon-Brookes, Marc Fleury, Neelan Choski, Patrick Linskey, and at least a dozen other notables,…
I think it only reasonable then for you to show us how to do it in COBOL, Lisp, or some other 1950s programming language.
Yes. He wrote big chunks of the original Davlik libs.
I knew Crazy Bob online for a while before we met. We both ended up working with some of the same packages (early Java enterprise stuff) for some of the same big companies, and we were chatting with each other on our…
Hey Sam, that's actually the JavaOne that I was flying to from a meeting in St Louis. When I got on the plane, I met ... Crazy Bob and the rest is history.
For what it's worth, he still talked about you pretty much every time we got together. He loved his time there.
Well, it worked great for Elon
That's a weird way to look at it. The many states that have agreed to this (have passed the bill) have simply accepted that the votes of the people is worth more than the feelings of the billionaires who have sponsored…
Yes, but less of an obnoxious accent (I live in Boston. The accent is crazy.)
But I heard Alex Jones say something different ...
My mom uses Facebook. I use Google. That's the difference.
My boss at my previous job made $40 million a year, and he was literally single-handedly tanking the company. He got fired and so he went to work for Sundar Pichai at Google ... making even more. People who are on the…
>I'd be curious to know about any/all languages where types can be passed to functions, returned from functions -- and even generated at runtime by functions... that is, where the language regards types as first-class…
I hate the Python syntax using "else" for this, but I love the feature. I've often wanted both a "then" and an "else" from both for and while loops. The "then" would be for a successful completion (no break), and the…
It's an interesting mix of "hex" and "array" into one syntactic composition. I do kind-of like it. Here's how we ended up supporting byte strings (# prefix) in Ecstasy, in this case multi-line: Byte[] bytes = #|12 34 56…
That's so sick.
This is one that I like a lot. Years ago (1997 timeframe) I had implemented it in a Java compiler, and a few years later in a Java library (https://github.com/oracle/coherence/blob/4e6e343e1ffd9bbfea3...) that would…
Ecstasy uses % for modulo, and /% for divrem (division and remainder). So "a = b % c" for calculating the modulo, but "(a, r) = b /% c" to get the divisor and remainder.
Log4j was never part of Java
So murder someone who wasn't involved in a purported rape because he at some point in the past introduced a purported victim to the purported rapist. There's so much wrong with this purported claim whose purpose is…
I remember when Levo started this project. At the time, he was getting fed up with the various editors that he was using while he was working on his compiler. He didn't like any non-responsiveness or slow-downs when he…
The self-promotion on lobsters is rampant, and not surprisingly, most of the self-promotion is very low quality crap. However, I have seen a few self-promotion links that were brilliant, so I have some mixed feelings on…
Words have meaning. The fact that you fear that possibility is indicative.
I wonder if Vladimir Ilyushin wrote one as well.
For context: VCs make much more money by flipping money-losing concerns that have high growth rates, than by building profitable companies. The resulting behavior is predictable.
That TSS in Boston was an amazing confluence of people, mostly all unknown at the time! There was: You, Gavin, Bob, Mike Cannon-Brookes, Marc Fleury, Neelan Choski, Patrick Linskey, and at least a dozen other notables,…
I think it only reasonable then for you to show us how to do it in COBOL, Lisp, or some other 1950s programming language.
Yes. He wrote big chunks of the original Davlik libs.
I knew Crazy Bob online for a while before we met. We both ended up working with some of the same packages (early Java enterprise stuff) for some of the same big companies, and we were chatting with each other on our…
Hey Sam, that's actually the JavaOne that I was flying to from a meeting in St Louis. When I got on the plane, I met ... Crazy Bob and the rest is history.
For what it's worth, he still talked about you pretty much every time we got together. He loved his time there.
Well, it worked great for Elon
That's a weird way to look at it. The many states that have agreed to this (have passed the bill) have simply accepted that the votes of the people is worth more than the feelings of the billionaires who have sponsored…
Yes, but less of an obnoxious accent (I live in Boston. The accent is crazy.)
But I heard Alex Jones say something different ...
My mom uses Facebook. I use Google. That's the difference.
My boss at my previous job made $40 million a year, and he was literally single-handedly tanking the company. He got fired and so he went to work for Sundar Pichai at Google ... making even more. People who are on the…
>I'd be curious to know about any/all languages where types can be passed to functions, returned from functions -- and even generated at runtime by functions... that is, where the language regards types as first-class…
I hate the Python syntax using "else" for this, but I love the feature. I've often wanted both a "then" and an "else" from both for and while loops. The "then" would be for a successful completion (no break), and the…
It's an interesting mix of "hex" and "array" into one syntactic composition. I do kind-of like it. Here's how we ended up supporting byte strings (# prefix) in Ecstasy, in this case multi-line: Byte[] bytes = #|12 34 56…
That's so sick.
This is one that I like a lot. Years ago (1997 timeframe) I had implemented it in a Java compiler, and a few years later in a Java library (https://github.com/oracle/coherence/blob/4e6e343e1ffd9bbfea3...) that would…
Ecstasy uses % for modulo, and /% for divrem (division and remainder). So "a = b % c" for calculating the modulo, but "(a, r) = b /% c" to get the divisor and remainder.
Log4j was never part of Java