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

I frequently need to demo work in progress web sites and web apps to people I’m working with. I was looking for the most convenient way to do this and found that Google Drive was a good fit to letting me publicly share web development projects. Google Drive provides an easy way to store and share documents in the cloud. The Google Drive desktop app also conveniently keeps a folder on your machine in sync with your online Google Drive folder..

To create a custom map was never so simple. MapTiler converts your map into the high resolution format compatible with Garmin handheld GPS devices.

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..

As March 11th, Pivotal dropped its financial sponsorship for Groovy , and despite of not really endangering it, as Groovy is an already well established language with a great community backing it, it raised many concerns, as the required boost a platform like this deserves was missing until now. Furthermore, its creator and project leader until lately, Guillaume Laforge, also recently stepped back in order to focus in Restlet. Also the....

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

It’s been a little more than a year since Java 8 was released (2014/03/18) and you might think that it’s a little too late for a What’s new in post. In fact latest public update available is 8u40, so let’s review not only what was initially included in Java 8, but what else has changed during this first year, up to release 8u40. Lots of changes were included in the initial Java 8 release, being probably the most notable of them, in my....

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....

Welcome to jvmGeek !  This new blog aims to talk and discuss about the JVM ecosystem, with news and articles discussing about Java – the language -, and also about other JVM languages such as Scala, Kotlin or Clojure. But it won’t deal only about programming languages, but also about tools and libraries. You’ll find news, tutorials, code examples and more general articles, among other. From time to time I will also try to gather ev..

1 visitor online