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

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.

JCS, from Irreal , recently highlighted fuco's dired-hacks . dired-subtree is super handy for drilling subdirectories down. Bound and to toggle and cycle subtrees. (use-package dired-subtree :ensure t :after dired :config (bind-key "" #'dired-subtree-toggle dired-mode-map) (bind-key "" #'dired-subtree-cycle dired-mode-map))

Generate key gpg --full-generate-key Export private key gpg --export-secret-key -a > Import key gpg --import < Delete public key gpg --delete-keys Delete private key gpg --delete-secret-keys Edit key gpg --edit-key gpg> uid (lists IDs) gpg> uid 2 (marks ID) gpg> deluid (deletes marked ID) Really remove this user ID? (y/N) y Change passphrase of the secret key gpg --edit-key Y..

CSS bookmarks - xenodium.com - 10 years ago - eng
58 bytes of css to look great nearly everywhere . CSS Layout . CSS Protips: A collection of tips to help take your CSS skills pro (Hacker News) . CSS Protips: A collection of tips to help take your CSS skills pro . CSS style guide . CSS-Tricks . CSStickyHeaderFlowLayout . Dynamics.js: JavaScript library to create physics-based CSS animations . Flexbox Froggy, a game for writing CSS code . Howtocenterincss.com (Hacker News) . Howto..

Having a SCSI ID is a f*cking idiotic thing to do.” - Linus Torvalds …and after the amount of time I’ve wasted getting XenServer to play nicely with LIO iSCSI failover I tend to agree. The Problem One oddity of Xen / XenServer’s storage subsystem is that it identifies iSCSI storage repositories via a calculated SCSI ID rather than the iSCSI Serial - which would be the sane thing to do.



Having a SCSI ID is a f*cking idiotic thing to do.” - Linus Torvalds …and after the amount of time I’ve wasted getting XenServer to play nicely with LIO iSCSI failover I tend to agree. The Problem One oddity of Xen / XenServer’s storage subsystem is that it identifies iSCSI storage repositories via a calculated SCSI ID rather than the iSCSI Serial - which would be the sane thing to do.

Updated Nov 27, 2018: Updated credentials for new unifi versions (uses a new username) Updated Jul 31, 2016: Moved away from letsencrypt-auto and switched to certbot, updated the auto-renewal script, and changed the suggested cron time to weekly. Also made mention that mFi series has been discontinued. Finally, fixed the install instructions for Unifi Video. Wow – I got myself a free signed SSL cert for my WiFi controll....

A completely stunning ending to a sublimely fantastic epic saga! Completely loved it from the first book till the end, with King…


I wrote a song this morning. I feel really good about it. I tend to record music, frown a little and then hide it far away from human ears. It isn't that I don't like it. I just don't want anyone else to realize how amateur it is and that I, by extension, must be an amateur. A fake. An imposter. So, I'm doing the imposter syndrome post? About time, I suppose.



rsync --rsync-path=/usr/local/bin/rsync \ --partial \ --progress \ --rsh=ssh \ john@host:/path/to/file \ path/to/partial/file

Emacs text faces - xenodium.com - 10 years ago - eng
Text faces = Text styles. Face attributes: font, height, weight, slant, foreground/background color, and underlining or overlining. Font lock mode automatically assigns faces to text. M-x list-faces-display: Shows faces defined. M-x helm-colors: Also handy. Unspecified attributes are taken from 'default' face.

Simple ssh tunnel - xenodium.com - 10 years ago - eng
Via @climagic , connections to tcp localhost:9909 will be made to 192.168.1.1:80 via SSH tunnel to home. ssh -L 9909:192.168.1.1:80 home

It’s been long enough. I took my sweet time getting around to actually doing it, and then almost another month on top of that to start writing this post about it, but we’re here now. And that’s what really matters, right? So anyway, you might remember “The Hole” from that time that birds always insisted on pecking at it, or that other time that I MacGyver’d a drainage solution to avoid waking up in a truck-shaped rainwater ..

It’s been long enough. I took my sweet time getting around to actually doing it, and then almost another month on top of that to start writing this post about it, but we’re here now. And that’s what really matters, right? So anyway, you might remember “The Hole” from that time that birds always insisted on pecking at it, or that other time that I MacGyver’d a drainage solution to avoid waking up in a truck-shaped rainwater ..

One of our core values at trivago is fanatic learning. Twice a year, the trivago software developers gather to have a 2 day internal hackathon. This December saw another round of ambitious creativity, relaxed atmosphere, and good food.

Libraries are only good when it’s easy to share them. Android has done this wrong for a very long time. Node.js has npm and a new library can be published in a couple of minutes, usage is as simple as adding library name to package.json. Go has no package manager at all and publishing a library is as simple as “git push” and using is as simple as “import github.com/user/library”.

pTo drive up user engagement at theScore, we recently introduced an onboarding screen that#39;s shown when you open the app for the first time. First, you get a list of sports teams that are popular in your area, and the option to subscribe to some of them:/p pimg src=/assets/follow_teams.png alt=/p pNow based on the teams you choose, it would be nice to also recommend some players for you to follow. So how would one go about choosing which....

Libraries are only good when it’s easy to share them. Android has done this wrong for a very long time. Node.js has npm and a new library can be published in a couple of minutes, usage is as simple as adding library name to package.json. Go has no package manager at all and publishing a library is as simple as “git push” and using is as simple as “import github.com/user/library”.

One of our core values at trivago is fanatic learning. Twice a year, the trivago software developers gather to have a 2 day internal hackathon. This December saw another round of ambitious creativity, relaxed atmosphere, and good food.

This is going to be a quick guide to spinning up an ASPNET 5 website on Service Fabric. To host it we’re going to use the “Party Cluster” service from the team. This lets you grab a slot on a free public Service Fabric cluster to try out things and get up to speed. So first things first, head over to the Party Cluster site and sign up for a cluster. http://aka.ms/tryservicefabric Once you’ve requested access to a cluster (Tip: Pi....

Thanks to Daily Tech Video for highlighting this talk in their post [Video 378] Jim Mlodgenski: PostgreSQL Federation. […]

Writing for developers - radek.io - 10 years ago - eng


4 visitors online