« first day (614 days earlier)      last day (331 days later) » 

1:01 PM
@georgemano threads
 
can you give me a function or the library that I have to use??
 
@georgemano std::thread
use one thread to run the job in, another to manage the timing of the job
your thread running the job will need a way to be notified when it should stop, or you could just kill it painfully, but I'm not sure how bad that will be for you, depends on what the job is actually doing
 
@refp: the thing is, in order to be able to make use of the C headers, the integer representation needs to match between C and C++. My representation is clearly unacceptable for C, so I suppose this is kind of a backwards counter-proof for my example.
 
@thecoshman one thread to bring them all together and in the darkness bind them.
2
 
@Neil join() them. FTFY.
 
1:09 PM
The One Ring is a fictional artefact that appears as the central plot element in J. R. R. Tolkien's Middle-earth fantasy novels. It is described in an earlier story, The Hobbit (1937), as a magic ring of invisibility. The sequel The Lord of the Rings (1954–55) describes its powers as being more encompassing than invisibility, and states that the Ring is in fact malevolent. The Lord of the Rings concerns the quest to destroy the Ring, which was created by the primary antagonist, Sauron. Literature Description The One Ring was created by the Dark Lord Sauron during the Second Age in...
Turns out we're both wrong
Ah well
 
"One Ring to bring them all and in the darkness bind them"
I think he a word
 
in the darkness std::bind them?
 
Too late to edit! Whyyyyyyyy!?
 
failboat.
 
"I tried to get on board the failboat, but it had already left. fail."
 
1:12 PM
What operations generate -0 in 1s complement?
In floating point, -0.0 is pretty rare, right?
 
@FredOverflow Why would it be rare again?
 
@FredOverflow 1 / -Inf
not necessarily rare
 
@FredOverflow char neg_zero = 0xFF?
or something
that doesn't overflow char.
 
@rubenvb That's not an operation.
 
@FredOverflow that's an assignment and perhaps conversion operation...
 
1:14 PM
@FredOverflow does 0.0 equal -0.0 or +0.0?
 
I meant an operation in the domain of 1s complement already, like addition or subtraction.
@thecoshman -0.0 does equal +0.0 (which is the same as 0.0).
 
@FredOverflow such as 1.0 - 1.0
 
@FredOverflow I think you answered your own question
 
that would all depend on how this is implemented in the compiler and CPU...
 
@thecoshman yes
 
1:15 PM
@FredOverflow not at the bit level
 
@thecoshman That is floating point, not 1s complement. And it yields +0.0, not -0.0
@thecoshman Who said anything about the bit level?
 
@FredOverflow oh wait, it was @refp who was on about bit stuff :P
 
yeah.
 
@Neil What does floating point have to do with 1s complement?!?
 
@thecoshman hmm?
 
1:17 PM
@FredOverflow You don't think 0.0 is common?
 
people are discussing three things in parallel.
wow...
 
@rubenvb I like bacon when it has melted cheese on it.
 
@Neil 0.0 (bit pattern 0x00000000) is a common result of floating point operations, but -0.0 (bit pattern 0x80000000) is not.
 
@FredOverflow Like I said, I think you’re wrong, it’s a pretty common pattern
 
@FredOverflow is that LE, ME, or BE? (don't mind the troll)
 
1:18 PM
@FredOverflow May I ask why you want an uncommon float?
Is there not a nan value for floating point?
 
@Neil Even more than one
 
in sign and magnitude representation 1000 is -0 and 0000 is 0 (integer), if anyone were asking about operations required
 
@Neil What I really wanted to know is this: what operation yields -0 in 1s complement? Forget fucking floating point.
 
@FredOverflow ¨0000
 
Oh wait, I think -1 + 1 yields -0.
 
1:19 PM
erhm..
 
That's got to be hard; "Fucking [a] floating point".
 
that's a tilde character, btw (I cannot see it with this font)
 
You're not answering my question.
 
incidentally, why is it “two’s complement” but “ones’ complement” (pay attention to the placement of the apostrophes)
 
@FredOverflow that would be an "operation" that would yeild -0 in 1-cmpl
 
1:20 PM
Is it?
@refp The tilde operates directly on bits, that doesn't count.
 
@KonradRudolph You can't have several twos in english I suppose.
 
@Neil No, you definitely can
 
@FredOverflow then I have no idea really
 
2 mins ago, by FredOverflow
Oh wait, I think -1 + 1 yields -0.
 
@Neil std::vector<int> twos(2, 2); // a vector of twos
 
1:22 PM
lol
 
Ha.
Though to answer your question, I have no idea
 
@FredOverflow Did you actually care to read the Wikipedia article?
Negative zero is easily produced in a 1's complement adder. Simply add the positive and negative of the same magnitude.
 
Microsoft calls it "one's complement".
@KonradRudolph No, I prefer to come up with my own solutions before reading Wikipedia.
 
Why did the int blush? Probably because of two's compliment.
11
 
@FredOverflow > I prefer to come up with my own solutions ask the chat before reading Wikipedia. FTFY
4
 
1:24 PM
@Flexo Why is 6 afraid of 7?
Because 7 is a mean fucking number.
 
@Flexo Fucking hilarious
 
@Neil because 7 8 9
 
@KonradRudolph Right, I asked the chat, and who came up with an answer? ;)
 
sbi
@Flexo: Is that you. A.Woodland??
 
@Neil Because 7 10 11 (oct)?
 
1:25 PM
@sbi well spotted :)
 
@KonradRudolph Nah, I was using base 16
 
sbi
@Flexo What happened? Had 2nd thoughts about using your real name?
 
oh great, for more stars until we hit 10000 and the board is full of that crap ¬_¬
 
MOVE ZIG! FOR GREAT MOAR STARS!
inb4 all-your-star-are-belong-to-us
 
@sbi boredom and re-watching old futurama
 
1:28 PM
quantity over quality, especially when it comes to stars!
 
@rubenvb That's what God said
 
@sehe God is overrated.
 
@rubenvb God isn't even virtual. But... it is abstract
 
@sehe operator God() override;
 
Spiffy. Now, you just degraded God to a type, but I'll forgive you
 
1:29 PM
oh even better, nearly hit the 10000 mark, and I've got a typo on the star board
 
@thecoshman You don't say?!
2 mins ago, by sehe
MOVE ZIG! FOR GREAT MOAR STARS!
^hint hint
 
For a rare treat, I am actually working at work today
sort of...
 
Hahahahaha. That's a good one
 
sbi
@thecoshman Where do you work on other days?
 
In his imagination?
 
1:31 PM
@sbi ¬_¬ It's not my fault English sucks
 
Though, you continue to demonstrate it could have been be worse.
 
sbi
LOL!
 
it seems to entertain you well enough
 
@sbi That's devious. 9997 is a prime, no?
 
sbi
@sehe What are you talking about?
 
1:32 PM
@sbi Nothing, of course.
 
sbi
@sehe And why do you say "Nothing" in reply to me laughing out loud?
 
I thought I saw the star count at 9999 just a second ago
@sbi I don't.
 
I'd think being prime would be something Wolfram would shout about
@sehe it was
 
@thecoshman it has a prime factorisation though
 
1:35 PM
it's 13*769. Don't need no friggin Wolfram alpha for that. IN my lowly bash prompt, on windows no less, I just type 'factor 9997'
 
sbi
@sehe You did.
 
@sehe did you mean 13?
 
latex is f-in slow
 
@sbi "That's devious. 9997 is a prime, no?" != "Nothing" - Am I missing a point or are your reply-to-hovers misconnected
@Flexo Oops. Fixed
 
sbi
@sehe I occasionally clear out stars that are given "for fun". I did so a while ago. (Before you jump to conclusions, one of those stars was applied to a message of mine.)
 
1:36 PM
am I a unicorn?
 
@rubenvb but it is fucking multifunctional and many applications are really enjoyable
@sbi I don't. Ever. Jump to them. Conclusions, I mean
 
@sehe Sorry, I meant [tex]\latex[/tex].
 
@rubenvb Depends on the package. For pure text and math it’s actually very fast – but as soon as you use sophisticated packages such as TikZ …
 
@rubenvb Ow, that sucks. A good thing.
 
(or basically anything that emulates math using text macros …)
 
1:37 PM
@KonradRudolph just beamer and url and figurex etc.
 
if you do DVI output it's quite a bit faster than pdflatex too
 
@rubenvb Hmm, it’s probably beamer then ;)
 
sbi
@sehe Look to what that message refers to. I laugh about something you write. Then you refer to that when writing "9997 is a prime, no?" I am sorry, but I have no idea what that means.
 
or all the jpg's I'm pdf'in
 
@Flexo better yet: xdvi, dvi is waaay outdated
 
1:38 PM
@sbi is that removing your own stars, or can room ops remove stars that others have given?
 
sbi
@sehe That was a plural "you".
 
I hate the fact that latex code is sometimes output file dependent.
xelatex vs pdflatex is another crappery
 
sbi
Note the "cancel stars" link.
 
@rubenvb Everybody does, but it’s unfortunately quite necessary for some stuff
 
@KonradRudolph because latex itself can't cope with it? And by now no one wants to fix it?
 
1:40 PM
@sbi well that's a thing alright
 
@KonradRudolph hmm I might have to update that mega makefile/perl thing I've had kicking around for years then
 
@rubenvb No, LaTeX can cope with it … otherwise you couldn’t use it ;)
 
@KonradRudolph no, it can't. I need to convert jpg's to pdf myself using an external program invoked by latex. That sucks.
 
I still miss tying kdvi to emacs with bi-directional "jump to" support
 
@Flexo I had one as well, these days I’m just using latexmk (ships with every modern LaTeX distro) with the -pvcflag
@rubenvb Modern LaTeX can do that actually …
@rubenvb But anyway that’s not LaTeX’ weakness but rather one of PDF/DVI/PS
 
1:43 PM
@KonradRudolph I think that's a bullshit argument.
 
@KonradRudolph can it do arbitrary dependency generation? I have a bunch of tools that convert my own program outputs to eps or tables which is handy because they get auto-rerun when I re-run experiments
 
@KonradRudolph That's what I meant: I'm using that functionality.
 
@rubenvb How so?
 
@rubenvb another answer to the question we discussed earlier, do you understand what he means?
@rubenvb nevermind, he read the quote wrong
 
1:44 PM
@Flexo Yes, can be configured for arbitrary formats and comes with a metric fuckton of preconfigured ones
 
I prefer imperial fucktonnes, but what ever
 
@KonradRudolph (I know stupid comparison ahead...) Word 2007/2010 doesn't care about the format of my pictures. It accepts a hell of a lot more than latex and makes nice pdf's too.
 
is defining a macro inside a function ugly?
 
@rubenvb But it too is limited, and again, the limitation is not LaTeX’, it is PDF’s
 
@TonyTheLion I'd find it confusing.
 
1:45 PM
LaTeX is just handing the file through
and that’s a good thing
since not every conversion is lossless
 
@KonradRudolph latex is typesetting an image. Period. It shouldn't care what kind of image. Just vectorize the pixels and make it all svg.
Oh yeah I forgot, It doesn't like svg's....
 
@TonyTheLion depends. what are you using it for? either way, don't forget to undef it ASAP
 
@rubenvb You don’t get it, do you? It doesn’t care about the image
And vector graphics aren’t necessarily a solution, even if vectorisation would be affordable
 
@KonradRudolph ok, so how can xelatex accept an eps and pdflatex not accept it? If both would just pass it through?
 
@rubenvb XeLaTeX uses xdvi as the intermediate format, which accepts more formats than DVI
not sure if that’s the reason, there are also some automatic conversions when they are lossless
 
1:52 PM
Well, that's pretty crappy then ain't it.
 
@rubenvb Complain to Adobe
 
Wut?
xelatex doesn't need to complain to adobe....
 
@rubenvb You are directing your anger at the wrong address
 
No, I'm not. If one tex program can put eps directly into pdf, why can't the other do the exact same thing?
 
@rubenvb because they are targeting different output formats, like I initially explained
 
1:54 PM
@KonradRudolph I get a pdf from running xelatex. The inner workings don't really concern me.
 
the conversion DVI=>PDF or XDVI=>PDF isn’t done by LaTeX at all, it’s done by an additional processor which is – once again for reasons of lossiness – just passing images thorugh
@rubenvb abstractions always leak, deal with it
 
You're completely not getting my point. Never mind.
 
@rubenvb You didn’t make the point clear then. I agree that the mismatch of formats is fucking annoying, I disagree with you that LaTeX is reasonably responsible for it
 
23 mins ago, by sbi
@sehe And why do you say "Nothing" in reply to me laughing out loud?
I clearly did not.
24 mins ago, by sehe
@sbi That's devious. 9997 is a prime, no?
 
1:57 PM
@sbi ^ this was me conjecturing you cleaned some stars
 
sbi
 
@thecoshman I decided otherwise
 
is anyone willing to help me change a recursive algorithm into something iterative
 
Nothing? Vbs null?
 
sbi
@sehe I can repeat the conversation, too, but that will get us nowhere. I was posting "LOL!", to which you replied asking whether 9997 is a prime. To which I, baffled, asked what you are talking about. Which you answered with "Nothing".
@sehe Ah, Ok, but you did this in direct reply to a message to which it seemed to have no relevance.
 

« first day (614 days earlier)      last day (331 days later) »