We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
erpeo93
Today is the last day I work full time for my company. Considering how well it's going the devel…
»
DragoonX6
CaptainKraft abnercoimbre YouCompleteMe was mentioned on one of our chats, and I am quite satisfi…
»
ripple
Might be a long shot, but isn't day 21 the one with the hardcoded dll path? If so you might want …
»
Chen
I'd love to see a handmade vim series :)
»
Jeremiah Goerdt
abnercoimbre YouCompleteMe was mentioned on one of our chats, and I am quite satisfied with it. I…
»
Mārtiņš Možeiko
If somebody is interested in Unity3D development and design/modeling work in Santa Clara, CA: htt…
»
Timothy Wright
abnercoimbre YouCompleteMe was mentioned on one of our chats, and I am quite satisfied with it. I…
»
Timothy Wright
DragoonX6 In addition to that, YouCompleteMe supports custom configuration via python and support…
»
Timothy Wright
I think the hardest part of using it is figuring what to do with the .ycm_extra_conf.py Once you…
»
Mārtiņš Možeiko
Can confirm. I've used it, and it works pretty well when configured right.
»
Ginger Bill
This is damn bloody cool!!!
»
DragoonX6
In addition to that, YouCompleteMe supports custom configuration via python and supports the load…
»
Abner Coimbre
YouCompleteMe was mentioned on one of our chats, and I am quite satisfied with it. It's certainly…
»
Abner Coimbre
We could talk about it, but it's at the bottom of my priority list. Maybe after all planned lesso…
»
[Deleted User]
I think it might be useful for people who want to start writing graphics code in Odin: https://g…
»
Jesse James Lactin
pragmatic_hero You can always add a debug string to each coroutine so you always know the names…
»
Andrew Bromage
pragmatic_hero I sincerely think that C and Unix are the worst calamities the software industry h…
»
ratchetfreak
pragmatic_hero Since it's running on a single thread there are no "surprising" side effects, unl…
»
pragmatic_hero
ratchetfreak coroutines are fun but it's a very obvious case of moving complexity elsewhere and w…
»
pragmatic_hero
godratio I have seen the result of y our type of thinking. In the game industry your costing com…
»
Mārtiņš Možeiko
You should ignore dependencies of system libraries. kernel32.dll will always work, so there's no …
»
naej
Hey Martin, The only dependency that appears is KERNEL32.dll, which is odd because from the depen…
»
Mārtiņš Možeiko
So what exactly dll files your binary depends? To see exact names launch following command in com…
»
Jesse James Lactin
abnercoimbre ratchetfreak coroutines are fun Here's my preferred way to keep track of where you c…
»
naej
Hello All, Bit of a newbie here following along, I'm on Day 21, live code editing and I'm running…
»
Abner Coimbre
ratchetfreak coroutines are fun Here's my preferred way to keep track of where you came from. Wha…
»
ratchetfreak
coroutines are fun but it's a very obvious case of moving complexity elsewhere and with the cost …
»
Jesse James Lactin
I've been toying around with setjmp/longjmp (SJLJ)-based coroutines for the last week or so, and …
»
novus1044
Steve, I think that the sheer number of & and &mut would be totally context dependent. I …
»
Shazan
I found another bug Box falling through. Here's collision resolve code 1 2 3 4 5 6 7 …
»