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’ve been wanting to write this for a long time, just to clarify my thoughts on the subject. Now, on vacations, I took a couple of days and finally did it. This is a personal opinion based on my personal experience and tons of books I have read, and I am not, by any means, the supreme holder of the truth, so you will probably disagree with me at some point.

I recall extremely early stage where you’d build a feature, realize it was awesome, then the next day write a blog post for it. At some point you start to move from that to more coordinated launches. A larger coordinated launch allows you to reach a bigger audience, can lead to bigger deals, and help expand your overall market. But perhaps more importantly by the time you hit full launch you’ve message tested and ensured it’s going to reson....

I recall extremely early stage where you’d build a feature, realize it was awesome, then the next day write a blog post for it. At some point you start to move from that to more coordinated launches. A larger coordinated launch allows you to reach a bigger audience, can lead to bigger deals, and help expand your overall market. But perhaps more importantly by the time you hit full launch you’ve message tested and ensured it’s going to reson....

Because of the fact that I personally work for an ad supported company and that searchcode.com is currently supported via third party advertising I tend to keep an eye on the state of ad blockers on the web. Most people probably know about adblockplus and other browser extensions however there are other ways to block ad’s on ones network. One that I had previously read about was setting up your own Bind9 server on a server and adding cust..

The Indian startup ecosystem has taken shape and exploded in the last few years, and so have the countless stories surrounding them. Unsurprisingly, lessons of unsuccessful ideas and attempts haven’t gotten as much precedence as successful counterparts.

The Indian startup ecosystem has taken shape and exploded in the last few years, and so have the countless stories surrounding them. Unsurprisingly, lessons of unsuccessful ideas and attempts haven’t gotten as much precedence as successful counterparts.


Clojure bookmarks - xenodium.com - 10 years ago - eng
Clojure in Emacs from absolute zero . 2015 in review . A call for Clojure stacks · Clojure Stacks . GitHub - nrepl/nrepl: A Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments . Getting Started with Cider for Clojure Programming - Blog .


People who got to know me within the past two years may see me as that nerd who loves to code. Fellow developers may think of me as that person with an…


In reply to Joaquin. Exactly, this is the right observation to define the sequence that the author implies. I was confused because the values listed on the book didn't make it that obvious to me that this is the right definition.

Now i may be wrong but i think you went completly overboard. If you observe the difference between subsequent numbers of the sequence, youll notice that the numbers missing are the ones on the sequence. 1 3 7 12 18 26 35 45 56 69 2 4 5 6 8 9 10 11 13 The seuqence adds the enxt number with n+1 but it checks to see if that number exists in the sequence if it is go to next number if not add that number. so the next number wo..


I’ve been MIA for a while, I know. I haven’t stopped working on SnailLife - I just wanted to get to some sort of completion with the brain refactoring phase before talking about it. Now, however, I realize there won’t be any completion for a long while and I may as well post an update.

In a blog post a couple weeks ago we talked about the developer tools we built for Rollup, our UI component library. One of those tools is responsible for automatically generating documentation for React components and we just released it as an open-source gulp plugin called gulp-react-docs . When we started working on Rollup, we knew that we needed to make it easy for application developers to figure out what props a component exp....


TODO]{.todo .TODO} Uebersicht: Keep an eye on what is happening on your machine and in the World . [DONE]{.done .DONE} Kwm: Tiling window manager with focus follows mouse for OSX . cp ~/homebrew/Cellar/kwm/1.1.3/homebrew.mxcl.kwm.plist ~/Library/LaunchAgents/ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.kwm.plist [DONE]{.done .DONE} Turn off shadows with ShadowToggle . [DONE]{.done .DONE} Disk Inventory X : disk usage util..

My previous post showed a very simple Scalding workflow. Apache Flink is a real time streaming framework that’s very promising. It also supports running Cascading workflows with very little modification. Surely there must be some way to run a Scalding job on top of Flink? Turns out… YES! In a nutshell Here are the high-level things we need to solve for We need a Scalding job to test this out with cascading-flink requires Casca....

I’ve been using Scalding for the last few years and really love how simple it makes writing scalalbe data processing jobs. I think many of the issues beginners have with Scalding relate to project setup. I hope this post simplifies things for people so they can started with less hassle. Building your project with SBT The official getting started guide is pretty terse. For our purposes, all you need to get started is a very simple ....


Following up from changing CWD with helm projectile , here's a way to search your bash history with helm: (defun ar/helm-helm (title candidates on-select-function) "Helm with TITLE CANDIDATES and ON-SELECT-FUNCTION." (helm :sources `((name . ,title) (candidates . ,candidates) (action . ,on-select-function)) :buffer "*helm-exec*" :candidate-number-limit 10000)) (defun ar/shell-send-command (command) "Send COMMAND to shell mode." ....

Medicine bookmarks - xenodium.com - 10 years ago - eng

Got a CD with my chest X-ray from the hospital. Was expecting a pdf or an image of sorts, but the CD content was rather different. For starters, it was targeted at Windows users (AUTORUN.INF, MediaViewerLauncher.EXE and a bunch of DLLs): $ find . -exec file --mime-type '{}' \; ./AUTORUN.INF: text/plain ./DICOMDIR: application/dicom ./MediaViewerLauncher.EXE: application/octet-stream ... ./Libraries/BASEPRINTER.DLL: application/octet-stream....

Checking out camlistore to organize all sorts of data. Scaleway enables you to deploy camlistore servers.

pa href=https://github.com/scoremedia/FisticuffsFisticuffs/a is a compact Swift framework for view-model bindings on iOS, inspired by a href=http://knockoutjs.comKnockoutJS/a. It lets developers quickly set up responsive applications without needing to add intermediate view-updating logic./p h2Background/h2 pThe strongModel-view-viewmodel (MVVM)/strong pattern has gained a lot of traction in the iOS community over the past couple years, an....

Maps dev bookmarks - xenodium.com - 10 years ago - eng
A new way to make maps with OpenStreetMap | Hacker News . borders: Country, region and city boundary data from OpenStreetMap, served monthly (mapzen.com) . Farewell, Google Maps (In der Apotheke) . Fast, Offline, Reverse Geocoding; or, in Which Polygon am I? . Free OpenStreetMap tile library: watercolor, black and white, terrain . Import OpenStreetMap XML data into your Unreal Engine 4 . Location Tech . Map's POI categories . Mapbox....



When publishing a JavaScript library, we usually want to make it available to as many people as possible to maximize the library's usefulness and adoption. In that respect, it can be helpful to users to have the library available in their preferred module format - CommonJS, AMD, ES6, etc.

When publishing a JavaScript library, we usually want to make it available to as many people as possible to maximize the library's usefulness and adoption. In that respect, it can be helpful to users to have the library available in their preferred module format - CommonJS, AMD, ES6, etc.

It’s been two months since I opened my large mouth a little too widely , and things have calmed down considerably. I’ve only received one or two interview requests in the past month (which I’ve dutifully ignored), and website views have tapered off to a fairly consistent 500 truck-enthusiasts a day. I’ve been spending my weekends hammering away on a new home improvement project, and enjoying bike rides to events in the area.

It’s been two months since I opened my large mouth a little too widely , and things have calmed down considerably. I’ve only received one or two interview requests in the past month (which I’ve dutifully ignored), and website views have tapered off to a fairly consistent 500 truck-enthusiasts a day. I’ve been spending my weekends hammering away on a new home improvement project, and enjoying bike rides to events in the area.



I gave my spiel about such lightweight topics as money, financial planning, and how I plan to live the rest of my ephemeral human life. Naturally people had some questions and thoughts of their own to contribute, and I’m more than happy to bring those into the mix. Any reason you’re using an ETF instead of a mutual fund? I don’t see the soundness in the incurring fees on a brokerage account.

I gave my spiel about such lightweight topics as money, financial planning, and how I plan to live the rest of my ephemeral human life. Naturally people had some questions and thoughts of their own to contribute, and I’m more than happy to bring those into the mix. Any reason you’re using an ETF instead of a mutual fund? I don’t see the soundness in the incurring fees on a brokerage account.

When using webpack to build your assets, it's only a matter of time until you wish for targeted builds. Whether it's the output of the library you're working on (CJS, UMD, AMD, Var, etc.), or the specific feature set (IE8 support, no IE8 support). parallel-webpack can run those builds in parallel.


When using webpack to build your assets, it's only a matter of time until you wish for targeted builds. Whether it's the output of the library you're working on (CJS, UMD, AMD, Var, etc.), or the specific feature set (IE8 support, no IE8 support). parallel-webpack can run those builds in parallel.

Over the years of existence of Go programming language, the articles with its critique was always popular, bringing a lot of discussion from both sides. Recently, Maksim Kochkin even created GitHub repo with curated list of articles complaining about golang’s imperfection. So, is it true that ranting about Go flaws is a trend nowadays? With carefully gathered links in the repository above, we can check this! :) Unfortunately, there ar..

Over the years of existence of Go programming language, the articles with its critique was always popular, bringing a lot of discussion from both sides. Recently, Maksim Kochkin even created GitHub repo with curated list of articles complaining about golang’s imperfection. So, is it true that ranting about Go flaws is a trend nowadays? With carefully gathered links in the repository above, we can check this! :) Unfortunately, there ar..

Leaking credentials means exposing secrets that provide access to different accounts. The most common types of leaked credentials are passwords, API keys and SSH private keys. In this post, we discuss best practices you can establish as part of your flow to introduce multiple layers of defense that help prevent mistakes.

53 visitors online