Except the Pharaoh would still be alive(!?) in this case.
And, importantly, never tell anyone about #2 (at least until you can be completely certain Blizzard won't take action against you).
No. They're using the same gameplay code as the original Starcraft: Q: How did you go about replicating all the unexpected “bugs” that made BW micro so special? Did you simply reuse code from the original game, or did…
The story, for anyone else wondering what was referred to: https://hackernoon.com/paypal-is-still-one-of-the-worst-onli...
On IPv4, the server accepts the connection but closes it right after. On IPv6, it works (as mentioned by others already).
So it's like Slack, period.
And here are the actually interesting parts: https://docs.datproject.org/how-dat-works https://github.com/datproject/docs/blob/master/docs/hyperdri... Seems very similar to BitTorrent, but without trackers, with Content…
The parent is correct, the given command redirects stdout to stderr, it's not copied (so stdout will be empty).
Unlinking and replacing are not the same thing.
If memory serves, Microsoft cannot actually do it, due to differences in file system semantics. In Windows, it's not possible to replace a file that's in use.
Bash is still very responsive with 150k+ history entries. The only noticeable performance impact is increased startup time when the history file is not in disk cache.
In bash, you can remove the limit by setting: export HISTSIZE=-1 export HISTFILESIZE=-1 When the history file is not in the disk cache, startup time will increase noticeably after a while though (think a second, maybe…
Encrypted files in vim doesn't necessarily refer to VimCrypt. There are plugins for vim that allow for transparent editing of gpg encrypted files.
Keep in mind that you'll also get hits from users with devices that completely lack automatic captive portal detection.
In the game Dota 2, the bracket with players that play so badly it becomes humorous, is often called the "potato bracket". Ostensibly the term is meant to imply that the players there have about as much capability of…
Because the commenter perceived that some people only read the comments (or read the comments first).
That it's easy to work around doesn't mean it's incorrect. That aside, the SSL/TLS issues alone make it unusable. Changing the settings to make it use the newest TLS version it has support for makes it crash, and even…
Looks like someone failed to change the link (it's now broken), and made the title refer to the wrong blog post. The original title referred to this one: https://www.opera.com/blogs/desktop/2016/10/86-percent-faste...…
When did Chrome get it? For the longest time, Chrome has had the bad habit of consuming all available CPU when starting with many tabs (a couple of hundred), essentially making your system unusable until it has loaded…
The problem with sticking to 12 is that it's not really an option any more. You lose out on newer web technologies, and at least on Windows you run into security issues, since enabling newer TLS versions makes Opera…
More generally, visual simplicity will be penalized. As an example, http://jsbin.com/milelocito gets a score of 0.011, and http://jsbin.com/fejevatihi a score of 0.035. The site timed out while trying to calculate the…
Anyone have any experiences with their support?
MSVC is commonly used to refer to Visual Studio, more specifically the C++ compiler that's part of it (originally "Microsoft Visual C++"), which would explain the parent confusing the two.
If you took some time to check the commit histories of the two most important repositories (backend and lime-qml), you'd see that they both have commits as recently as August. Blog and website activity are not always…
The problem with Alternate Data Streams is interoperability. In many cases, the data will silently be lost when copying between different file systems and/or operating systems. I believe Windows itself will warn you…
Except the Pharaoh would still be alive(!?) in this case.
And, importantly, never tell anyone about #2 (at least until you can be completely certain Blizzard won't take action against you).
No. They're using the same gameplay code as the original Starcraft: Q: How did you go about replicating all the unexpected “bugs” that made BW micro so special? Did you simply reuse code from the original game, or did…
The story, for anyone else wondering what was referred to: https://hackernoon.com/paypal-is-still-one-of-the-worst-onli...
On IPv4, the server accepts the connection but closes it right after. On IPv6, it works (as mentioned by others already).
So it's like Slack, period.
And here are the actually interesting parts: https://docs.datproject.org/how-dat-works https://github.com/datproject/docs/blob/master/docs/hyperdri... Seems very similar to BitTorrent, but without trackers, with Content…
The parent is correct, the given command redirects stdout to stderr, it's not copied (so stdout will be empty).
Unlinking and replacing are not the same thing.
If memory serves, Microsoft cannot actually do it, due to differences in file system semantics. In Windows, it's not possible to replace a file that's in use.
Bash is still very responsive with 150k+ history entries. The only noticeable performance impact is increased startup time when the history file is not in disk cache.
In bash, you can remove the limit by setting: export HISTSIZE=-1 export HISTFILESIZE=-1 When the history file is not in the disk cache, startup time will increase noticeably after a while though (think a second, maybe…
Encrypted files in vim doesn't necessarily refer to VimCrypt. There are plugins for vim that allow for transparent editing of gpg encrypted files.
Keep in mind that you'll also get hits from users with devices that completely lack automatic captive portal detection.
In the game Dota 2, the bracket with players that play so badly it becomes humorous, is often called the "potato bracket". Ostensibly the term is meant to imply that the players there have about as much capability of…
Because the commenter perceived that some people only read the comments (or read the comments first).
That it's easy to work around doesn't mean it's incorrect. That aside, the SSL/TLS issues alone make it unusable. Changing the settings to make it use the newest TLS version it has support for makes it crash, and even…
Looks like someone failed to change the link (it's now broken), and made the title refer to the wrong blog post. The original title referred to this one: https://www.opera.com/blogs/desktop/2016/10/86-percent-faste...…
When did Chrome get it? For the longest time, Chrome has had the bad habit of consuming all available CPU when starting with many tabs (a couple of hundred), essentially making your system unusable until it has loaded…
The problem with sticking to 12 is that it's not really an option any more. You lose out on newer web technologies, and at least on Windows you run into security issues, since enabling newer TLS versions makes Opera…
More generally, visual simplicity will be penalized. As an example, http://jsbin.com/milelocito gets a score of 0.011, and http://jsbin.com/fejevatihi a score of 0.035. The site timed out while trying to calculate the…
Anyone have any experiences with their support?
MSVC is commonly used to refer to Visual Studio, more specifically the C++ compiler that's part of it (originally "Microsoft Visual C++"), which would explain the parent confusing the two.
If you took some time to check the commit histories of the two most important repositories (backend and lime-qml), you'd see that they both have commits as recently as August. Blog and website activity are not always…
The problem with Alternate Data Streams is interoperability. In many cases, the data will silently be lost when copying between different file systems and/or operating systems. I believe Windows itself will warn you…