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.
Jens —
One of my wishlist-items for BEdit has been plotting, especially when dealing with wav-files. Is t…
»
Mārtiņš Možeiko —
Yeah, it's pretty normal for it to take more time - as it is doing more things. Usually you don't …
»
Simon Anciaux —
Nice to know I'm not alone.
»
Simon Anciaux —
/analyse turns the static code analyzer On. The static code analyzer will check your code for erro…
»
longtran2904 —
Just finished watching Martin's Boston lecture about errors and compilers. Very useful lecture, bu…
»
Ben Visness —
The new website design is indeed designed to make the site much more lively. There's so much good …
»
Abner Coimbre —
You two are not as alone as you think. Over in Handmade Cities we have fans of the conferences and…
»
Colin Bellino —
You are not the only one feeling like that, i'm also having similar thought about the main site an…
»
mrcorl —
hi :) I am developing a neovim plugin that implements the named pipe api to drive remedybg from wi…
»
mrcorl —
hi :) there currently doesn't seem to be support for coroutines () is this something that is plann…
»
Simon Anciaux —
Hi. I'd like to express some concerns I had for years about handmade.network. They are not going t…
»
Ben Visness —
Hello Handmade Network! 2024 has been great so far. Most notably, we held our first-ever Learning …
»
longtran2904 —
So is it safe to say that the 2 windows' width will be the same the only difference is the height …
»
Miguel Lechón —
I don't know if this makes it slow, but it is slower than it used to be: I've tried several thing…
»
soldate —
Great article! About error handling, i like the V approach "or {}". Nice to know that you research…
»
soldate —
Good article!
»
soldate —
Error: This looks like the beginning of a function declaration but it's missing the initial fn. Di…
»
Christoffer Lernö —
Lexing, parsing and analysis is about 1-2% of the entire compile time when compiling C3 code with …
»
soldate —
Hi, i realy like the c3 approach of being a better c. But 'fn' in front of function declarations I…
»
Simon Anciaux —
1 The drop shadow doesn't matter at all. Only the resize handles. 2SetWindowPos you need to give i…
»
longtran2904 —
I'm just trying to understand why your code worked. Let me list out some of my questions: Does the…
»
Simon Anciaux —
Just in case I still didn't understand what you wanted, did you run my code ? Isn't it doing what …
»
longtran2904 —
It's seems similar because I used the client rect of the big window to compute the offsets, but yo…
»
Simon Anciaux —
It's not for window_rect.top as we use 1 instead of top_offset. It's seems similar because I used …
»
»
Simon Anciaux —
What are resize handles? When you move your mouse near the edge of the window, the cursor change t…
»
longtran2904 —
If you don't show the window first, than all the sizes are the same. But this doesn't help. Yeah, …
»
Simon Anciaux —
If you don't show the window first, than all the sizes are the same. But this doesn't help. After …
»
longtran2904 —
No, rect and smallRect differ because SetWindowPos includes the drop shadow to the size you pass i…
»
Simon Anciaux —
I'm sorry if I don't understand correctly, but if you have a "desired size" for the window, why do…
»