Nate

Results 40 comments of Nate

@kirsan31, this: > var s = @""; doesn't match what you gave the highlighter: > var s = @"; Perhaps it's the lack of the second `"` that causes the...

Hi Alejandro, thank you for your contribution! Those websites look awesome, but I don't think they're open-source, so I'm not sure if this list is the best place for them.

Awesome, thank you! 😄

> Probably. This is the default browser mode. I open the site and I see only outdated Google. I haven't tested whether changing the browser agent mitigates this problem. Google...

**Synopsis** `undefined reference to 'WinMain@16'` tells us that the compiler can't find the entrypoint for littlewolf, even though it's declared `int main(int argc, char* argv[])`. Perhaps this is caused by...

> https://twitter.com/search?q=hentai for example doesn't give any filtered results. If you open most of the images in a new tab, they do get filtered. It sounds like the DOMWatcher isn't...

#316 describes an optimal solution that may be used in conjunction to some sort of online system. In fact, an online system could wrap around it.

I spent a couple hours trying various things, and although I made a lot of progress on a go rewrite of [automount](https://github.com/vermaden/automount), I ended up abandoning that in favor of...

How many users are in that specific IRC? You should time irc:whois() Itself rather than timing the bot's response, too, because if you go through IRC, a lot of other...

This isn't an issue with thdwb, but rather, with your build environment, which is improperly configured. You will need to ensure that Go, Make, and git are installed and properly...