/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

alirezahayati.com
| | manuelmoreale.com
2.1 parsecs away

Travel
| | Almost two years ago I wrote a blog post about my browsers setup. A few things have changed since then and my browser setup is a bit different now. ...
| | passthejoe.net
2.0 parsecs away

Travel
| | When I go into the menu in either Chromium or Google Chrome (yes, I have both) and try to edit the bookmarks, the browser crashes. So I can't re-arrange my bookmarks in these two browsers.
| | blog.samuelmaddock.com
1.4 parsecs away

Travel
| | After 4 months of waiting, that is the response I got from Widevine, Google's DRM for web browsers, regarding a license agreement. For the last 2 years I've been working on a web browser that now cannot be completed because Google, the creators of the open source browser Chrome, won't allow DRM in an open source project. The browser I'm building, called Metastream, is an Electron-based (Chromium derived), MIT-licensed browser hosted on GitHub.
| | cppstories.com
16.5 parsecs away

Travel
| Recently, I've found somethinginterestingin Visual Studio that improved my Logger! I had a function called AddMsg /** appends message to the log file */ void AddMsg(LOG_MODE m, int level, char* strModule, char *strMsg, ...); But, when you wanted to add a comment you needed to use quite complicated and long syntnax, like: