abnercoimbre YouCompleteMe was mentioned on one of our chats, and I am quite satisfied with it. I…
If somebody is interested in Unity3D development and design/modeling work in Santa Clara, CA:
htt…
abnercoimbre YouCompleteMe was mentioned on one of our chats, and I am quite satisfied with it. I…
DragoonX6 In addition to that, YouCompleteMe supports custom configuration via python and support…
I think the hardest part of using it is figuring what to do with the .ycm_extra_conf.py
Once you…
Can confirm. I've used it, and it works pretty well when configured right.
This is damn bloody cool!!!
In addition to that, YouCompleteMe supports custom configuration via python and supports the load…
YouCompleteMe was mentioned on one of our chats, and I am quite satisfied with it. It's certainly…
We could talk about it, but it's at the bottom of my priority list. Maybe after all planned lesso…
I think it might be useful for people who want to start writing graphics code in Odin:
https://g…
pragmatic_hero
You can always add a debug string to each coroutine so you always know the names…
pragmatic_hero I sincerely think that C and Unix are the worst calamities the software industry h…
pragmatic_hero
Since it's running on a single thread there are no "surprising" side effects, unl…
ratchetfreak coroutines are fun but it's a very obvious case of moving complexity elsewhere and w…
godratio I have seen the result of y our type of thinking. In the game industry your costing com…
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…
So what exactly dll files your binary depends? To see exact names launch following command in com…
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…
ratchetfreak coroutines are fun
Here's my preferred way to keep track of where you came from. Wha…
coroutines are fun but it's a very obvious case of moving complexity elsewhere and with the cost …
I've been toying around with setjmp/longjmp (SJLJ)-based coroutines for the last week or so, and …
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
…
@royh Thank you so much, I don't work with batch that often so the information was super helpful.…
I agree with you CapatainKraft that the borrow checker does become less burdensome over time. Als…
Hjortshoej CaptainKraft If you're working hard instead of hardly working, you can also catch the …
I would imagine that wrestling with the borrow checker is something that beginners of the languag…