You are correct. Either way, please vote and propose away!
rizoma —
I wasn't thinking abount the binsearch function by itself out of the context. Now it's clear why i…
I think the word you want is orthogonal. Mutually exclusive means that it's one or the other
Now that v0.0.6 is out, I'm now wondering which feature I should implement next for Odin. I've mad…
== I can't be the only one.
I'd also like to add what Bethseda did with Fallout 4 was pretty damn awesome, even for a bitter v…
I am pretty sure I'm alone in this, so think of me as an extreme outlier, but I don't like knowing…
Todd —
That's not a bad guideline but personally, I wouldn't mind an announcement product demo. Meaning,…
Todd —
I've met a fair share of programmers who, while they generally don't explicitly say "I hate math,"…
I'm just curious what each person's preferences are on how early they like to see a project in pub…
What's on his hands?[/quote] He also has a couple handfuls of fingers.
What's on his hands?[/quote] According to our esteemed bot on IRC: The wrist braces Casey wears h…
Hey guys! What's on his hands?
This has now been fixed. Thanks for the report.
There's me and of course cmuratori, I think Colin (cloin) is also in the area (although he might b…
Hey I want to organize a little meetup for the Seattle residents. Maybe during GDC so we can all b…
The developer always has to install the entire build tool suite. The point of Autotools is that d…
Sure you can get autotools to run on Windows, but that will require to install bunch of other util…
(Duplicated here from IRC) I reduced the intensity of the color banding on the light theme, hopef…
[EDIT: fixed by removing the quotes in the URL tags] There must be a bug in the site code: That…
This new orange color... uh. It doesn't seem nice to me. Especially on /feeds page.
Both of your links are pointing to this topic. Anyways - I strongly dislike autotools. CMake is at…
I would just leave this if I haven't actually experienced the problem trying to build someone else…
Hey, you are probably aware of it, but I stumbled on this RISCV emulator by browsing at Bellard's …
To emulate a C-like for loop, you could do something like this (this isn't exactly the same thoug…
Mattie —
If n is 1, then low = high = mid = &tab[0]. If the first condition is met, then you'll be setting …
At this current time, there is no reverse iteration method. However, this new for loop hasn't been…