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

Boyscout rule: Leave campground cleaner than found. What can clang-format teach us about the human condition? .

7 CAFETERIAS BONITAS, ORIGINALES y CON ENCANTO en MADRID . BOMBONERIA SANTA, Madrid - Barrio de Salamanca . Cine Doré Filmoteca Española | Cinemas in Lavapiés, Madrid . Espacio Fundación Telefónica | Art in Malasaña, Madrid . Fundación Masaveu | Art in Madrid, Madrid . JUANCHI'S BURGERS . La Duquesita. Pastelería - Bombonería - Confitería repostería desde 1914 . La Palma, most north-westerly of the Canary Islands . La Perejila - Mad..

Meet up bookmarks - xenodium.com - 11 years ago - eng

Embrace the Terminal - una.im - 11 years ago - eng
If you use a computer, you could use your terminal to make huge improvements to your work flow. This article talks about getting started and writing aliases to customize your experience.

I have a habit of saying yes to requests before I realise I have never done said request before. I acknowledge that this is not an optimal strategy to adopt,…

If you work with network infrastructure, you know that it has a tendency to grow warts, that is, it drifts from its original configuration. One of our goals is to prevent this drift from occurring by maintaining your infrastructure's known good status.

To speed up the ETL data pipeline, you should try to run jobs in parallel. Obviously, not all jobs can run at the same time in most cases, since there are dependency constraints between the jobs and limits of the servers capacity (number of processors and/or IO bandwidth). So assuming the server allows you to run n jobs in parallel, often there is the situation that the dependencies give you the option to run any of a set of m different job..

Fattura Elettronica Open Source has been updated to v0.1.3 a few days ago and is available on NuGet . Sources are on GitHub . It fixes a deserialization issue with the ReadXML method.

Plantuml example - xenodium.com - 11 years ago - eng
Played with Plantuml . Convenient for generating UML diagrams from text. Here's the Language Reference Guide . Here's an example: @startuml abstract class Singer { abstract void sing() void Dance() } skinparam monochrome true Singer <|-- PopSinger Singer <|-- SalsaSinger class PopSinger { void sing() } class SalsaSinger { void sing() } @enduml Install plantuml on Mac OS X: brew install plantum Generating diagram: $G..

Fattura Elettronica Open Source has been updated to v0.1.3 a few days ago and is available on NuGet . Sources are on GitHub . It fixes a deserialization issue with the ReadXML method.

Git Whereami - www.evantahler.com - 11 years ago - eng
I’ve been traveling a lot for work, and I thought it might be cool to somehow signal where I was physically when checking in code. I knew…

Here are the slides from my recent presentation to UpstatePHP in Greenville, looking at Go (Golang) from a PHP Perspective.

Here are the slides from my recent presentation to UpstatePHP in Greenville, looking at Go (Golang) from a PHP Perspective.

As was the case during first year that the conference was in Montréal, I was invited for PyCon 2015 to lead an evening dinner trivia contest on the first full conference day. Wanting to help the audience celebrate all of the advances that are being made in Python 3, I skewed my questions heavily in the direction of the strides that the core developers are taking with the new version of the language. Alas! My focus was not as popular with ....

Anvil: big progress for a small library I have just released Anvil 0.0.2. So many changes have been made and now I am absolutely confident that Anvil has its strong points even though I’m the only active user of it. What is Anvil? This section is for those who missed the early steps of Anvil. Anvil is a tiny reactive UI library for Android. What does this mean? It means that you can declare your UI in Java, bind your data to the views, bind..

Kotlin is a very nice language for JVM. I wrote about it in the past. Anvil is a very nice UI library for Android. How do these two play together? The first attempt My favourite example to demonstrate Anvil syntax is a simple click counter. It demonstrates the use of layouts, views, data binding and event binding. In Java it looks like this: public ViewNode view() { return v(LinearLayout.class, orientation(LinearLayout.VERTICAL), v(TextView..

Anvil: big progress for a small library I have just released Anvil 0.0.2. So many changes have been made and now I am absolutely confident that Anvil has its strong points even though I’m the only active user of it. What is Anvil? This section is for those who missed the early steps of Anvil. Anvil is a tiny reactive UI library for Android. What does this mean? It means that you can declare your UI in Java, bind your data to the views, bind..

Kotlin is a very nice language for JVM. I wrote about it in the past. Anvil is a very nice UI library for Android. How do these two play together? The first attempt My favourite example to demonstrate Anvil syntax is a simple click counter. It demonstrates the use of layouts, views, data binding and event binding. In Java it looks like this: public ViewNode view() { return v(LinearLayout.class, orientation(LinearLayout.VERTICAL), v(TextView..

I have an amazing time machine that lets me think better about projects. This is part 3 in a series of blog posts exploring the use of a time machine. In order to get a handle on how to build a feature for your next iteration, take a trip with your time machine to the future to watch how the feature will be demonstrated. It’s often hard for developers to focus on exactly what tasks needs to be performed in order to build a new feature.

Navigate the complications of subclassing UITableViewController after iOS 8.3 introduced designated initializers that break proper initialization patterns.

A high level talk from Infracoders Melbourne on 12/04/2015. There’s also a low quality recording available here: Related posts: Building a high performance SSD SAN - Part 1


A high level talk from Infracoders Melbourne on 12/04/2015. There’s also a low quality recording available here: Related posts: Building a high performance SSD SAN - Part 1

A high level talk from Infracoders Melbourne on 12/04/2015. There’s also a low quality recording available here: Related posts: Building a high performance SSD SAN - Part 1

A high level talk from Infracoders Melbourne on 12/04/2015. There’s also a low quality recording available here: Related posts: Building a high performance SSD SAN - Part 1


A high level talk from Infracoders Melbourne on 12/04/2015. There’s also a low quality recording available here: Related posts: Building a high performance SSD SAN - Part 1

A high level talk from Infracoders Melbourne on 12/04/2015. There’s also a low quality recording available here: Related posts: Building a high performance SSD SAN - Part 1

A high level talk from Infracoders Melbourne on 12/04/2015. There’s also a low quality recording available here: Related posts: Building a high performance SSD SAN - Part 1

A high level talk from Infracoders Melbourne on 12/04/2015. There’s also a low quality recording available here: Related posts: Building a high performance SSD SAN - Part 1

Analyze Apple's first major open-source project ResearchKit to discover interesting implementation details and practical iOS development solutions.

Filetree Listing - boyter.org - 11 years ago - eng
Just a quick update to searchcode. A few small tweaks here and there, but the largest is that there is now a file tree listing option which will show the file tree for any project. An example would be going to this file  and then clicking the “View File Tree” button on the top left. An example screenshot of the result of this is included below.

Writing A Spotify Client in 16 Minutes is fantastic for picking up helm and Emacs lisp tips. Of interest helm-describe-helm-attribute, second to the awesomeness of helm-spotify integration.

At trivago we love hotels above everything else, but we also like metrics, we love to measure everything, compare, decide, improve and then rinse and repeat. In this blog entry we are going to describe our experience with InfluxDB, a time series database that we are using to store some real time metrics.


At trivago we love hotels above everything else, but we also like metrics, we love to measure everything, compare, decide, improve and then rinse and repeat. In this blog entry we are going to describe our experience with InfluxDB, a time series database that we are using to store some real time metrics.




I started reading this book based on a friend’s recommendation and a few chapters in I started to regret it. For me, the…

Offline-first webapps are a gracious way to guarantee a worst-case user experience that can be controlled and fine-tuned by developers.


NOTE: This article has been superseded by my more recent one here How to use EC2 GPU machines + Steam In-Home Streaming + a VPN to play AAA titles on a shitty laptop You might have tried a service like the now defunct OnLive . Though personally I’ve played and beat many AAA games on the service, it unfortunately a) had a very limited selection and b) is now gone. I also have a bunch of games on Steam that I’ve played using my ....

Sacha Chua and John Wiegley posted a wonderful video on Emacs lisp development tips . Embedding the following raw HTML using #+BEGIN_HTML/#+END_HTML: results in an embedded video when exporting your org file: