|
As designated Sander replacement I confirm that we know about Steven Wilson, at work there is even an avid Wilson fan that visited his last concert in Amsterdam 
|
|
|
|
|
RickZeeland wrote: As designated Sander replacement I understand CP can't do without a Sander and a replacement is necessary
|
|
|
|
|
|
|
I'm right here.
I've got a bit too much different work on my hands (and none of it is going very smooth), so little free time and quite a bit of stress
Great track though!
Good to see this tradition lives on even when I'm not around
I loved Porcupine Tree's Fear Of A Blank Planet, especially the song Anesthetize[^].
My only problem with that song is that it's only 17:43 minutes
I should check out more Steven Wilson.
|
|
|
|
|
|
I know it, I actually thought I'd posted that as SOTW a few weeks ago.
I can't find it though, so another song must've won that week.
It's a great album nonetheless
|
|
|
|
|
From SpaceWeather.com:
THE TAURID METEOROID SWARM: Earth is about to have a close encounter with a meteoroid swarm. In June 2019, the gravelly Taurid Swarm will make its closest post-perihelion approach to our planet since 1975. There's growing evidence that the swarm may be hiding large objects such as the Tunguska impactor that leveled a forest in Siberia in 1908. Astronomers plan to peer inside the swarm using large telescopes to find these hazards--if they exist. Visit Spaceweather.com for the full story.
|
|
|
|
|
So...carry an umbrella?
cheers
Chris Maunder
|
|
|
|
|
detailed info (PDF file) here: ^]
«Where is the Life we have lost in living? Where is the wisdom we have lost in knowledge? Where is the knowledge we have lost in information?» T. S. Elliot
|
|
|
|
|
From another thread I realized that it's now time to rename C++ to "Templates with C". It started out as "C with Classes" then "C++", and now "Templates with C". Before long it's going to become "Templates without C", then it'll just be "Templates, B$tch".
A string constant in the "Templates without C" language:
std::char<std::char::H>(std::char<std::char::e>(std::char<std::char::l>(std::char<std::char::p>)))
Explorans limites defectum
|
|
|
|
|
C programmers just do it all with macros. and they like it.
|
|
|
|
|
... just yesterday was looking at some code, forget what it was for but thought to myself:
if only c# had paramterised macros with conditional compilation, that would be perfect here.
sigh, many years on still miss em.
Message Signature
(Click to edit ->)
|
|
|
|
|
With care, one can pass C# through a standard C pre-processor. I do all the time.
|
|
|
|
|
The downside of C/C++ macros is that there is no specific syntax to invoke them. So they can just randomly rename things in your code because you happened to name something the same as some macro that you never even knew existed.
I'm sure most C++ programmers have had some scenario, if they are interacting with system APIs, where they get an error saying that XYZ doesn't exist but you don't have anything in your entire code base named XYZ. And it turns out there's a macro that translates ABC to XYZ, and you named something ABC.
Explorans limites defectum
|
|
|
|
|
Back to C. ASAP. No template template parameters. No traits. No SFINAE and RAII. Just C, please!
|
|
|
|
|
I wouldn't go that far. You don't have any to use that stuff while still getting a lot of benefits from C++ over C. My system has a fairly minimal set of templates, just where they really add something important. RAII (though I think the concept is much broader and call them Janitors) I use a lot. They are one of the best things about C++. I have janitors for lots of things, not just allocating and deleting things, but setting or changing things on a scoped basis and such.
Explorans limites defectum
|
|
|
|
|
Is the retail price the cost of repairing the back of the plane?
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
And: is curtail the discounted cost?
"If we don't change direction, we'll end up where we're going"
|
|
|
|
|
Nice way to elevator game, it's rudder genius.
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment
"Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst
"I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
|
|
|
|
|
it's the delivery costs that'll get you, particularly if sent mid flight
Message Signature
(Click to edit ->)
|
|
|
|
|
Yes, and it nose-dived lately.
|
|
|
|
|
Yaw gonna need more than a vertical stabilizer to steer us to your jokes.
The best way to improve Windows is run it on a Mac.
The best way to bring a Mac to its knees is to run Windows on it.
~ my brother Jeff
|
|
|
|
|
|
I can see vintage of wine could be different... but where are the Klingons...
|
|
|
|