There's another very important issue you have to take care of when you want to distribute GUI app…
Tom —
In the short term, yeah I don't there's any way of displacing javascript. But in the long term, …
I wonder if a really good javascript-QT binding could be a reasonable stop-gap measure. It seems…
Tom —
Well, you said it in so many words, the biggest hurdle here is essentially network effects. From…
First, this benchmark:
https://github.com/jhallen/joes-sandbox/tree/master/editor-perf
Where we …
Hey all!
Just uploaded the 4th Behind The Scenes episode of the devlog series. Since there isn't…
Alright, I'll try and contain my excitement until the roll arrives…
Shazan —
Just to add my thoughts. Hi I am 19 years old and I completed EDEX CS50(the only IT qualification…
Todd —
erpeo I think you shouldn't worry, I don't know how in God's name anyone could expect anyone else…
Todd —
Hey Nate, drop me a line it sounds like were in a similar boat. I'm switching to malware analysis…
@Miblo
Sending the toilet roll as we speak! ;)
Thank you so much! I'll be more than happy to he…
It was just fever dreams =)
While I suppose you could add ADTs and pattern matching and Ifs as ex…
I agree that C++ needs more of an overhaul rather than anything else. In some places the language…
Delix, if I go for the $5 tier, could I swap out the "access to a private discord server" for som…
Hey everyone!
I just launched the Patreon page. In theory, financial support from any followers …
ABuffSeagull the binary won't build/run anything
I stopped maintaining Odin for a while because …
Fred —
It seems that only three videos are available so far.
Is there still hope to see more content pos…
Yes, it seems they are missing. Sorry I didn't notice that, on my end everything is mostly automa…
For whatever reason Day 369 and 371 are missing from the Resilio Sync client. Is this expected? A…
Laurie —
Jeremiah C++ needs more things to be removed, not added.
Simplicity is great to have, but it's su…
Ops, sorry for spamming this useless thread then.
Thanks for the quick reply anyway.
Casey replaced it with an InterlockedCompareExchange in day 126.
Hi all,
Just finished watching episode 124 of handmade hero.
Casey shows what use can we make of…
rizoma —
mmozeiko Btw you can use excellent search tool made by AsafG to find answers to these and other q…
Ta very much, that's what I was looking for :)
Some fever dreams I have:
Something like Standard ML/OCaml with .NET style generics, compiled na…
Sure, gcc also does. But MSVC doesn't :( I waited for designated initializers in MSVC for a long …
I recommend using UTF-8 for strings. Only disadvantage will be lock of random access to individua…
Hey Handmaders,
I wrote this in my C file `if (Char == '£') { ... }` and got the `character too …