For C++ there's also: https://arewemodulesyet.org/
I think this done to create a slight overpressure which helps keep the dust out.
I've been using Firefox on desktop for decades and really want to like it on mobile, but I just can't get used to the behavior of new tabs . After just a bit of browsing, it opens 10+ new tabs and there's no way to…
Interesting! Did you use a tool to do the conversion automatically? How did it pick up on custom packages and styling?
> It also includes a nonexclusive, royalty-free, worldwide license for the purpose of doing as you request with the content you input in Firefox. Do I understand it correctly that they can now use everything I read or…
Nextcloud and Bitwarden come to mind.
IMHO the best book on design patterns is: https://gameprogrammingpatterns.com/ Examples are in C++ but easy enough to understand even if you're not familiar with C++.
You always know the actual dynamic type at construction time, how would you otherwise construct it? > For example shared-ptr to base can correctly invoke the correct derived type Invoke what exactly? Im sorry I don't…
With polymorphism, you typically want base classes that provide a general interface, that many classes can derive. In places where you use this pointer-to-base, you don't need/want any knowledge of the derived type. It…
> std::box<T> addresses these issues by offering deep copying and automatic garbage collection This is pretty much impossible when holding a pointer of base class. However, this is a primary reason for having pointers…
I quite like NextCloud. It's a general purpose file hosting software, so you can dump anything in there. On Desktop I use VS code to write markdown, and on mobile I can edit and preview md files on the fly with the…
Interesting! I'm currently working on a system that writes time series data to raw binary files, but we're considering switching to a different file format for the same reasons. Have you considered any other formats,…
Also the last one: "Negative mass is attracted to positive mass". How? With gravity 2 positive masses attract to each other. I don't know what happens if 1 mass is negative , but to me it's not obvious that they still…
I feel the same way. For me, the worst part about new mobile is the overlay that appears on every page reload to force me to use their mobile app. And it's noticably slower to load.
You could try the browser extension "Old reddit redirect".
Transip Stack cloud storage, 6 euro/month for 1 tb of storage. Not as polished app and experience as Dropbox, but gets the job done for a descent price. They support both webdav and sftp, i use the latter for editing my…
I quite liked the book "C++ Concurrency in Action: Practical Multithreading". It has been a few years since I've read it, but it gave me a better understanding of both C++ and concurrency in general.
For C++ there's also: https://arewemodulesyet.org/
I think this done to create a slight overpressure which helps keep the dust out.
I've been using Firefox on desktop for decades and really want to like it on mobile, but I just can't get used to the behavior of new tabs . After just a bit of browsing, it opens 10+ new tabs and there's no way to…
Interesting! Did you use a tool to do the conversion automatically? How did it pick up on custom packages and styling?
> It also includes a nonexclusive, royalty-free, worldwide license for the purpose of doing as you request with the content you input in Firefox. Do I understand it correctly that they can now use everything I read or…
Nextcloud and Bitwarden come to mind.
IMHO the best book on design patterns is: https://gameprogrammingpatterns.com/ Examples are in C++ but easy enough to understand even if you're not familiar with C++.
You always know the actual dynamic type at construction time, how would you otherwise construct it? > For example shared-ptr to base can correctly invoke the correct derived type Invoke what exactly? Im sorry I don't…
With polymorphism, you typically want base classes that provide a general interface, that many classes can derive. In places where you use this pointer-to-base, you don't need/want any knowledge of the derived type. It…
> std::box<T> addresses these issues by offering deep copying and automatic garbage collection This is pretty much impossible when holding a pointer of base class. However, this is a primary reason for having pointers…
I quite like NextCloud. It's a general purpose file hosting software, so you can dump anything in there. On Desktop I use VS code to write markdown, and on mobile I can edit and preview md files on the fly with the…
Interesting! I'm currently working on a system that writes time series data to raw binary files, but we're considering switching to a different file format for the same reasons. Have you considered any other formats,…
Also the last one: "Negative mass is attracted to positive mass". How? With gravity 2 positive masses attract to each other. I don't know what happens if 1 mass is negative , but to me it's not obvious that they still…
I feel the same way. For me, the worst part about new mobile is the overlay that appears on every page reload to force me to use their mobile app. And it's noticably slower to load.
You could try the browser extension "Old reddit redirect".
Transip Stack cloud storage, 6 euro/month for 1 tb of storage. Not as polished app and experience as Dropbox, but gets the job done for a descent price. They support both webdav and sftp, i use the latter for editing my…
I quite liked the book "C++ Concurrency in Action: Practical Multithreading". It has been a few years since I've read it, but it gave me a better understanding of both C++ and concurrency in general.