If there's a bug between the specifications and Chrome, what incentive is there for Chrome to change? How do you check/verify the specifications if there is only one implementation? Given a single implementation, what…
I've allocated a 5GiB partition to /home on my SSD, as it does not need to be bigger. I don't want it filling up with software or other things like ivy/maven caches.
See https://www.userchrome.org/megabar-styling-firefox-address-b... for details on how to customize the new address bar, including userChrome css for keeping its size confined to the dropdown UI like other…
My understanding is that from General Relativity (GR) mass carrying particles (and other energy-momentum) curves space-time, and that curvature is what we understand as gravity. I'm aware of there needing to be an…
Destructors in C++ aren't just for making sure you leak memory. They are used for many lifetime controlled things such as: 1. general resource cleanup (file handle, database connection, etc.) using RAII (Resource…
What about something like "in_order_traversal", which is an algorithm and you need to keep track of the traversed stack. You could either write it with functions in which case you would need to pass the stack as a…
That's interesting. So what you have is some sort of similarity metric that is colour based. You could define it as being 1 for an exact match, and 0 for not matching, so cyan, etc. would be 0 red, while orange may be…
All his works are available on Project Gutenberg for free: http://www.gutenberg.org/ebooks/author/120.
Can we have a reliable cross-browser way to say "this is a change password field, so don't autocomplete it" and "this is an email address field not a username field, so don't autocomplete it with the login username"?
From the 05:37 summary: ----- * There are 600,000 Thomas Cook travellers who have been left stuck overseas. * More than 150,000 of those are Britons. -----
Voicing s as /z/ is widely variational. For example, I voice the s in "us", and "Muslim", while others don't. While I don't voice the s in Australia (/ɒ.ˈstreɪ̯.li.jə/ ~ /ə.ˈstreɪ̯.li.jə/), I do in Oslo (pronouncing it…
I get this a lot when searching for exception messages, or for information on how to implement something. It is getting increasingly harder to find the signal in the noise.
Mock things like database access, or better yet pass the database connection via an interface and create a test version of the database access so you can create a database-like thing for your tests (e.g. an in-memory…
How about SHITEMID in the shlwapi DLL? That's supposed to be SH-ITEM-ID.
I've personally found tests to be invaluable. Yes, they take longer to write than just writing the initial code, but they help save time on testing bugs in the future and ensuring that the code you have written does not…
Because the ERG ("European Research Group", including MPs like Jacob Rees-Mogg) pushed a UK ammendment to include the March 29th leaving date into UK law, MPs will need to revoke that to make it possible to retract…
The UK had trade deals with various countries (including those within the EU) as part of being a member of the EU. It has also built up a lot of infrastructure on the facilitated access to the EU this gave. This covers…
If there's a bug between the specifications and Chrome, what incentive is there for Chrome to change? How do you check/verify the specifications if there is only one implementation? Given a single implementation, what…
I've allocated a 5GiB partition to /home on my SSD, as it does not need to be bigger. I don't want it filling up with software or other things like ivy/maven caches.
See https://www.userchrome.org/megabar-styling-firefox-address-b... for details on how to customize the new address bar, including userChrome css for keeping its size confined to the dropdown UI like other…
My understanding is that from General Relativity (GR) mass carrying particles (and other energy-momentum) curves space-time, and that curvature is what we understand as gravity. I'm aware of there needing to be an…
Destructors in C++ aren't just for making sure you leak memory. They are used for many lifetime controlled things such as: 1. general resource cleanup (file handle, database connection, etc.) using RAII (Resource…
What about something like "in_order_traversal", which is an algorithm and you need to keep track of the traversed stack. You could either write it with functions in which case you would need to pass the stack as a…
That's interesting. So what you have is some sort of similarity metric that is colour based. You could define it as being 1 for an exact match, and 0 for not matching, so cyan, etc. would be 0 red, while orange may be…
All his works are available on Project Gutenberg for free: http://www.gutenberg.org/ebooks/author/120.
Can we have a reliable cross-browser way to say "this is a change password field, so don't autocomplete it" and "this is an email address field not a username field, so don't autocomplete it with the login username"?
From the 05:37 summary: ----- * There are 600,000 Thomas Cook travellers who have been left stuck overseas. * More than 150,000 of those are Britons. -----
Voicing s as /z/ is widely variational. For example, I voice the s in "us", and "Muslim", while others don't. While I don't voice the s in Australia (/ɒ.ˈstreɪ̯.li.jə/ ~ /ə.ˈstreɪ̯.li.jə/), I do in Oslo (pronouncing it…
I get this a lot when searching for exception messages, or for information on how to implement something. It is getting increasingly harder to find the signal in the noise.
Mock things like database access, or better yet pass the database connection via an interface and create a test version of the database access so you can create a database-like thing for your tests (e.g. an in-memory…
How about SHITEMID in the shlwapi DLL? That's supposed to be SH-ITEM-ID.
I've personally found tests to be invaluable. Yes, they take longer to write than just writing the initial code, but they help save time on testing bugs in the future and ensuring that the code you have written does not…
Because the ERG ("European Research Group", including MPs like Jacob Rees-Mogg) pushed a UK ammendment to include the March 29th leaving date into UK law, MPs will need to revoke that to make it possible to retract…
The UK had trade deals with various countries (including those within the EU) as part of being a member of the EU. It has also built up a lot of infrastructure on the facilitated access to the EU this gave. This covers…