Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

Lets face it, Do Not Track (DNT) is dying a slow death. Content providers are either ignoring the setting, or giving lip service to DNT while taking no action behind the scenes. Worse yet, if users are able to find the browser preference, they don’t understand its purpose or value. Enabling the feature is confusing, and quite inconsistent between browser vendors. Goggle Chrome hides the feature behind an “Advanced” barrier. Features and....


Externalizing application configuration values into a properties file is a common pattern in enterprise applications, because it gets the environment-specific settings out of the code and avoids the need for environment-specific builds. Being able to deploy the same binary to multiple environments (Dev, QA, UAT, Production) is a Good Thing. I came across an interesting quirk in an application recently. I needed to change the port of the a..

I’ve updated some of my  ASH scripts  to use these 4 arguments in a standard way: What ASH columns to display (and aggregate by) Which ASH rows to use for the report (filter) Time range start Time range end So this means whenever I run ashtop  (or dashtop ) for example, I need to type in all 4 parameters. The example below would show top SQL_IDs only for user SOE sessions from last hour of ASH samples:

I’ve updated some of my  ASH scripts  to use these 4 arguments in a standard way: What ASH columns to display (and aggregate by) Which ASH rows to use for the report (filter) Time range start Time range end So this means whenever I run ashtop  (or dashtop ) for example, I need to type in all 4 parameters. The example below would show top SQL_IDs only for user SOE sessions from last hour of ASH samples:

Books for 2015 - xenodium.com - 11 years ago - eng

Ayahuasca bookmarks - xenodium.com - 11 years ago - eng
Ayaadvisor . Ayahuasca fatalities . Ayahuasca on erowid . Jennifer Logan's death in Peru . The hacker who drank Ayahuasca .

Edit: This post was written many years ago. Back then I was a lot more strict on how other people did things and I now understand this was a mistake. I'm leaving this post here as a reminder of past mistakes. Note: this is a rant on how people use git. When I was introduced to git, I was told I should read this great post on git commit messages by Tim Pope . Ever since, I've been trying to follow that system in all of my commits ac..

Adam Schwartz's init . Andrew Gwozdziewycz's init.el . Andrew Kensler's init.el . Andrew's .emacs . Anler Hernandez's literate config . Chen Bin's init.el . Clinton Ryan's init (JS config) . daviderestivo/emacs-config (clean/macOS) . dotfiles/config.org at master · iocanel/dotfiles · GitHub (mu4e config) . EmacsWiki: Starter Kits . Eric James Michael Ritz . GitHub - alhassy/emacs.d: My Emacs configuration, literately . GitHub - ....

Codepen snippet : div{ height: 200px; background: #ccc; display: flex; justify-content: center; align-items: center; } p{ margin: auto }


I have an amazing time machine that lets me think better about projects. This is part 1 in a series of blog posts exploring the use of a time machine. Let’s say that you have a project that has been running for a couple of months. Looking back at your issue tracker and other artifacts, you notice that it’s hard to see what has been done and especially how much time remains.

Elasticsearch is essentially a distributed search-engine but there have been more than one example of companies and projects using…

London Diving School . Not heard good comments. Dive Wimbledon . Heard ok comments. Clidive is a BSAC club (amateur organisation). Not commercial but may take longer. Sublime Diving . Heard good comments. Oyster Diving . Pool in cetral London. Good comments. SS Thistlegorm mentioned as a memorable site. Many suggest to get certified elsewhere. Perhaps Egypt via Poseidon Divers .

Helm buffer URLs - xenodium.com - 11 years ago - eng
Venturing into Emacs lisp and Helm . Here's a go at listing all URLs in current buffer. (require 'goto-addr) (defun ar/helm-buffer-url-candidates () "Generate helm candidates for all URLs in buffer." (save-excursion (goto-char (point-min)) (let ((helm-candidates '()) (url)) (while (re-search-forward goto-address-url-regexp nil t) (setq url (buffer-substring-no-properties (match-beginning 0) (match-end 0))) (add-to-list 'helm-ca..

Here are the slides of a presentation I did at the IOUG Virtual Exadata conference in February. I’m explaining the basics of some new Oracle 12c things related to Exadata, plus current latest cellsrv improvements like Columnar Flash Cache and IO skipping for Min/Max retrieval using Storage Indexes: Note that Christian Antognini and Roger MacNicol have written separate articles about some new features: http://antognini.ch/2015/03/exad..

Here are the slides of a presentation I did at the IOUG Virtual Exadata conference in February. I’m explaining the basics of some new Oracle 12c things related to Exadata, plus current latest cellsrv improvements like Columnar Flash Cache and IO skipping for Min/Max retrieval using Storage Indexes: Note that Christian Antognini and Roger MacNicol have written separate articles about some new features: http://antognini.ch/2015/03/exad..

Migrate from TFS to Git - juri.dev - 11 years ago - eng

I recently discovered a serious flaw with Dell System Detect that allowed an attacker to trigger the program to download and execute an arbitrary file without any user interaction. Below is a summary of the issue and the steps taken to bypass the protections Dell put in place. Timeline: The issue wa...

I recently discovered a serious flaw with Dell System Detect that allowed an attacker to trigger the program to download and execute an arbitrary file without any user interaction. Below is a summary of the issue and the steps taken to bypass the protections Dell put in place. Timeline: The issue wa...

Last time we defined the Hamming code. We also saw that it meets the Hamming bound, which is a measure of how densely a code can be packed inside an ambient space and still maintain a given distance. This time we’ll define the Reed-Solomon code which optimizes a different bound called the Singleton bound, and then generalize them to a larger class of codes called Reed-Muller codes. In future posts we’ll consider algorithmic issues behind de..

Last time we defined the Hamming code. We also saw that it meets the Hamming bound, which is a measure of how densely a code can be packed inside an ambient space and still maintain a given distance. This time we’ll define the Reed-Solomon code which optimizes a different bound called the Singleton bound, and then generalize them to a larger class of codes called Reed-Muller codes. In future posts we’ll consider algorithmic issues behind de..

Last time we defined the Hamming code. We also saw that it meets the Hamming bound, which is a measure of how densely a code can be packed inside an ambient space and still maintain a given distance. This time we’ll define the Reed-Solomon code which optimizes a different bound called the Singleton bound, and then generalize them to a larger class of codes called Reed-Muller codes. In future posts we’ll consider algorithmic issues behind de..

I've been meaning to share this for a while now. I was asked to talk at Howard University to their digital business class, which focuses on the use of Social Media, Mobile Apps & Platforms, Data Analytics, and Cloud Computing as strategic assets to be utilized in business. I wasn't really sure what to do, so I decided to tell some stories about how I've used data in my businesses. Playing with Data for Fun and Profit from ..

I've been meaning to share this for a while now. I was asked to talk at Howard University to their digital business class, which focuses on the use of Social Media, Mobile Apps & Platforms, Data Analytics, and Cloud Computing as strategic assets to be utilized in business. I wasn't really sure what to do, so I decided to tell some stories about how I've used data in my businesses. Playing with Data for Fun and Profit from ..

I've been meaning to share this for a while now. I was asked to talk at Howard University to their digital business class, which focuses on the use of Social Media, Mobile Apps & Platforms, Data Analytics, and Cloud Computing as strategic assets to be utilized in business. I wasn't really sure what to do, so I decided to tell some stories about how I've used data in my businesses. Playing with Data for Fun and Profit from ..

I've been meaning to share this for a while now. I was asked to talk at Howard University to their digital business class, which focuses on the use of Social Media, Mobile Apps & Platforms, Data Analytics, and Cloud Computing as strategic assets to be utilized in business. I wasn't really sure what to do, so I decided to tell some stories about how I've used data in my businesses. Playing with Data for Fun and Profit from ..





Mac OSX Tweaks - kdheepak.com - 11 years ago - eng

Want to re-evaluate defvars and modify variables? eval-defun (bound to C-M-x) can help. From the manual: If the current defun is actually a call to `defvar', then reset the variable using its initial value expression even if the variable already has some other value. (Normally `defvar' does not change the variable's value if it already has a value.) Treat `defcustom' similarly.

Some Xcode plugins stopped loading after updating Xcode. Ensure the latest DVTPlugInCompatibilityUUIDs is added to the plugin's Info.plist. Get from: $ defaults read \ /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID Additional suggestions as Stack Overflow .

References from reading Christopher McDougall's Born to Run : Chi running . Chia and pinole. Random recipes here . Heritage Seeds . Ken Mierke’s Evolution running . Pose method . Quotes, references, videos, etc. at ultimate paleo guide . Recipe by Megan Mignot , based on book references: Mama Tita’s Pancakes 1 ½ cups cooked brown rice 1 cup coconut milk 2 ripe bananas 1 tablespoon honey ½ cup white cornmeal 2 teaspoons baking ..

localStorageDB v2.3.1 - nadh.in - 11 years ago - eng
Repository: @knadh/localStorageDB GitHub release page: v2.3.1 Added support for distict query.

Base Blitz - mbutler.org - 11 years ago - eng
The 4th edition of Dungeons & Dragons often gets a bad rap for being too video gamey with encounters that drag out forever. However, it’s a very elegant and well-designed game that balances combat well, especially playing on a grid. It’s been my feeling that 4e would make an excellent video game. More specifically, 4e […]

This article explains how readable streams work by considering the relationship between `read()`, `_read()`, and `push()` methods, and the `readable` event defined on the Readable base class

I accidentally spilled tea on my Microsoft natural ergonomic keyboard (Referal link). After cleaning up the visible mess I continued to use the keyboard as normal as everything still worked. But the next day the keyboard didn’t work anymore. The lights were still flashing but the keys I pressed didn’t show up on the screen. Seems like a great opportunity to see what it looks like inside, so it’s time to pry it open! To see the inside....

Lots of great tips in Emacs Hangout 2015-03-18 . Favorites: Private org drawer to prevent export: :PRIVATE: My super duper secret text I don't want to export. :END: C-c C-p/C-c C-n Jump over sections. (setq org-hide-leading-stars t). (org-bullets-mode). (org-refile). C-u (org-refile) jumps, no refile. (helm-org-in-buffer-headings).

Food bookmarks - xenodium.com - 11 years ago - eng
Cher's hot sauce collection . Scott Martin's hot sauce collection . Summer tomato . Tarladalal recipes .


If you have not been to Kashgar, then you haven’t really been to Xinjiang” . 7 first-timer fails to avoid on your trip to Beijing . Archpng on Twitter: "Mount Maiji Grottoes,China… " . Beijing on a budget . Chinese cities you've never heard of . Ctrip for hotels. Stick to high-rated only. Essential regional cuisine of China . Fenghuang ancient town . Hallelujah Mountains . Houhai Lake (Beijing). Miscellaneous bars. Jiuzhaigou natu..

Just a quick post to list some updates to searchcode.com The first is a slight modification to the home page. A while ago I received an email from the excellent  Christian Moore who provided some mock-ups of how he felt it should look. I loved the designs, but was busy working on other issues. Thankfully however in the last week or so I found the time to implement his ideas and the result is far more professional to me.

9 visitors online