Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
IsmaOlvey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
IsmaOlvey
9y ago
Except the Pharaoh would still be alive(!?) in this case.
2.
▲
by
IsmaOlvey
9y ago
And, importantly, never tell anyone about #2 (at least until you can be completely certain Blizzard won't take action against you).
3.
▲
by
IsmaOlvey
9y ago
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 you fin
4.
▲
by
IsmaOlvey
9y ago
The story, for anyone else wondering what was referred to: https://hackernoon.com/paypal-is-still-one-of-the-worst-onli...
5.
▲
by
IsmaOlvey
9y ago
On IPv4, the server accepts the connection but closes it right after. On IPv6, it works (as mentioned by others already).
6.
▲
by
IsmaOlvey
9y ago
If you want to do this only for a single invocation, this will work: ssh -o IdentitiesOnly=yes -i /dev/null host Specifying just IdentitiesOnly is not enough.
7.
▲
by
IsmaOlvey
10y ago
There's instructions for installing from their repos elsewhere on the site: https://www.microsoft.com/net/core#linuxubuntu
8.
▲
by
IsmaOlvey
10y ago
So it's like Slack, period.
9.
▲
by
IsmaOlvey
10y ago
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 BitTorre
10.
▲
by
IsmaOlvey
10y ago
The parent is correct, the given command redirects stdout to stderr, it's not copied (so stdout will be empty).
11.
▲
by
IsmaOlvey
10y ago
Unlinking and replacing are not the same thing.
12.
▲
by
IsmaOlvey
10y ago
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.
13.
▲
by
IsmaOlvey
10y ago
> Since Wiztree works by scanning the MFT it's > about an order of magnitude faster than [...] > Treesize. That's misleading - TreeSize also works by scanning the MFT.
14.
▲
by
IsmaOlvey
10y ago
putty.org is not affiliated with the PuTTY project. The domain is registered by one of the founders of bitvise, which explains the advertising for their products on the site.
15.
▲
by
IsmaOlvey
10y ago
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.
16.
▲
by
IsmaOlvey
10y ago
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 two).
17.
▲
by
IsmaOlvey
10y ago
Encrypted files in vim doesn't necessarily refer to VimCrypt. There are plugins for vim that allow for transparent editing of gpg encrypted files.
18.
▲
by
IsmaOlvey
10y ago
Keep in mind that you'll also get hits from users with devices that completely lack automatic captive portal detection.
19.
▲
by
IsmaOlvey
10y ago
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 thought as a
20.
▲
by
IsmaOlvey
10y ago
Because the commenter perceived that some people only read the comments (or read the comments first).
21.
▲
by
IsmaOlvey
10y ago
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 if
22.
▲
by
IsmaOlvey
10y ago
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/8
23.
▲
by
IsmaOlvey
10y ago
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 all tabs. It's pr
24.
▲
by
IsmaOlvey
10y ago
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 prone to crash.
25.
▲
by
IsmaOlvey
10y ago
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 ca
26.
▲
by
IsmaOlvey
10y ago
Anyone have any experiences with their support?
27.
▲
by
IsmaOlvey
10y ago
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.
28.
▲
by
IsmaOlvey
10y ago
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 indicative of proj
29.
▲
by
IsmaOlvey
10y ago
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 when trying to perf
30.
▲
by
IsmaOlvey
10y ago
On the one hand, I wouldn't want my filenames to be changed (and in addition, one would likely run into problems with the path length limit, at least on Windows). On the other hand, using sidecar files would essentially mean giving up
More ›