But the root cause here lies with GCC or rather glibc and not the language? C++ is but a tool, just like every other language.
>in 2008, we announced that we would sunset Python 2 in 2015 More like 12 years by now :-)
Can you elaborate here? One of the Ls in DLL stands for library after all.
Thanks for bringing that up. Im wondering why they went through all that trouble though. Are there no alternatives to GA?
Actually most modern hypervisors allow nested virtualization. https://www.linux-kvm.org/page/Nested_Guests https://communities.vmware.com/docs/DOC-8970
Why are empty elements in an array allowed? oO [1,2,,3]
A closed source git client, that's almost an oxymoron.
If you're writing a hooking library / a hook you should be keeping track of where they are. It's a big hook, that is true but it's also one that doesn't spoil a register and is pretty straightforward to add. It's a…
jmp [rip] .dq 0xCCCCCCCCCCCCCCCC works too
So you're using their "leaked" or reverse engineered information? That's just IP theft with extra steps.
I wish there was something as simple to use as Discord but selfhosted. The closest thing I've found so far was rocket.chat which is only halfway done or Matrix which has close to no admin tools available.
inline syscalls? How would that work?
Honestly I always thought that that was an open secret of ReactOS. How else are you gonna achieve binary compatibility with a closed source OS. Of course there's symbols but those only get you so far.
That's very unlikely atleast in the near future due to things like https://devblogs.microsoft.com/oldnewthing/?p=98755
The correct spelling is Grammarly...
Thanks!
Setting the max filetransfer size to 0 still showed the button and allowed uploading of 0 byte files. Probably just a UX oversight but annoying nonetheless. Not having a simple to use admin or even moderator interface…
Are there decent Admin tools for hosting your own homeserver now? Last time I checked it out I could neither disable file uploads completely nor remove users from the server short of editing the database.
Since when does simple and elegant mean removing vital features like timestamps and proper loglevels while adding pointless emojis into the log? How am I going to search for errors in the log from an SSH console? Search…
The Interview is 6 years old. Joe Armstrong has passed away since then.
The WSL processes are called pico processes. https://blogs.msdn.microsoft.com/wsl/2016/05/23/pico-process...
Probably just bad experiences with it in the past and the lacking IDEs. e.g. PyCharm makes writing Python a breeze.
I'll check it out, thanks.
Im not a fan of LUA. The syntax of XMake.lua reads somewhat like CMake but easier to understand. What I'd really like to see is a build system in Python (3!) utilizing objects and dictionaries for tasks like this should…
C++ does not have garbage collection of any sorts. Objects leave the scope and are destroyed, however the order in which they are destroyed is not defined by the standard.
But the root cause here lies with GCC or rather glibc and not the language? C++ is but a tool, just like every other language.
>in 2008, we announced that we would sunset Python 2 in 2015 More like 12 years by now :-)
Can you elaborate here? One of the Ls in DLL stands for library after all.
Thanks for bringing that up. Im wondering why they went through all that trouble though. Are there no alternatives to GA?
Actually most modern hypervisors allow nested virtualization. https://www.linux-kvm.org/page/Nested_Guests https://communities.vmware.com/docs/DOC-8970
Why are empty elements in an array allowed? oO [1,2,,3]
A closed source git client, that's almost an oxymoron.
If you're writing a hooking library / a hook you should be keeping track of where they are. It's a big hook, that is true but it's also one that doesn't spoil a register and is pretty straightforward to add. It's a…
jmp [rip] .dq 0xCCCCCCCCCCCCCCCC works too
So you're using their "leaked" or reverse engineered information? That's just IP theft with extra steps.
I wish there was something as simple to use as Discord but selfhosted. The closest thing I've found so far was rocket.chat which is only halfway done or Matrix which has close to no admin tools available.
inline syscalls? How would that work?
Honestly I always thought that that was an open secret of ReactOS. How else are you gonna achieve binary compatibility with a closed source OS. Of course there's symbols but those only get you so far.
That's very unlikely atleast in the near future due to things like https://devblogs.microsoft.com/oldnewthing/?p=98755
The correct spelling is Grammarly...
Thanks!
Setting the max filetransfer size to 0 still showed the button and allowed uploading of 0 byte files. Probably just a UX oversight but annoying nonetheless. Not having a simple to use admin or even moderator interface…
Are there decent Admin tools for hosting your own homeserver now? Last time I checked it out I could neither disable file uploads completely nor remove users from the server short of editing the database.
Since when does simple and elegant mean removing vital features like timestamps and proper loglevels while adding pointless emojis into the log? How am I going to search for errors in the log from an SSH console? Search…
The Interview is 6 years old. Joe Armstrong has passed away since then.
The WSL processes are called pico processes. https://blogs.msdn.microsoft.com/wsl/2016/05/23/pico-process...
Probably just bad experiences with it in the past and the lacking IDEs. e.g. PyCharm makes writing Python a breeze.
I'll check it out, thanks.
Im not a fan of LUA. The syntax of XMake.lua reads somewhat like CMake but easier to understand. What I'd really like to see is a build system in Python (3!) utilizing objects and dictionaries for tasks like this should…
C++ does not have garbage collection of any sorts. Objects leave the scope and are destroyed, however the order in which they are destroyed is not defined by the standard.