|
Hello fellow nixers, This thread is about having your machine help you remember things throughout your days, to be your companion.
|
|
I've been wanting to start a blog for a long time now. Today I'm pulling the trigger on that with a simple hexo init blog. Well, it wasn't that simple, so I feel like it's worth talking about a few of the complications I had.
|
|
I've been wanting to start a blog for a long time now. Today I'm pulling the trigger on that with a simple hexo init blog. Well, it wasn't that simple, so I feel like it's worth talking about a few of the complications I had.
|
|
At work earlier today I ran across an issue where one of our application queues got backed up and it got me to thinking about how queues are organized in general. The TLDR answer: use urgency and intensity.
|
|
Beginners Japanese - International House London . Hiragana stroke table . I discovered a website that has a list of the most common 6000 . Japanese Beginners Course | SOAS . Japanese Guide - TheMoeWay . Japanese Resources - Google Docs . Junji Ito's Cat Diary: Yon & Mu (reading) . Kansai-ben: Kansai Dialect Self-study Site . Learn Hiragana: Tofugu's Ultimate Guide . Sites to practice Japanese reading? . The Japan Foundation, Lond..
|
|
21 Awesome Things to Do in Yokohama, Japan (2020 Guide) . 21 free things to do in Tokyo . 6 Tokyo Travel Tips to Help You Get Around the City | Tokyo Weekender . 7 day Japan Rail pass (first class?), possibly only sold outside Japan. 80/20 Japanese by Richard Webb - Publishizer . A Guide to the regional ramen of Japan . A guide to understanding "Small Seasons" . A Moss Girl’s Guide to Japanese Moss Viewing . A no-sushi guide to food ....
|
|
based on masteringemacs.org . bonus tip prefix key, followed by c-h, lists keys in prefix. keymap maps key to action. keymap found in buffer and most major modes. keys undefined: self explanatory. prefix key: ie. c-x (part of complete key). complete key: complete input executes associated command. mapping (define-key keymap key def): add to current buffer map. (local-set-key key command): add to active buffer (no map option). (local....
|
|
Comment on Raymond Hettinger: Transforming Code into Beautiful, Idiomatic Python by LUG дайджест #8 | LUG Udmurtia
-
dailytechvideo.com
-
11 years ago
-
eng
Android-приложений ENG — Static code analysis in QtCreator with CppCheck — Raymond Hettinger: Transforming Code into Beautiful, Idiomatic Python — A Few Words about Static Code […]
|
|
The Oh-My-Vagrant (omv) project is an easy way to bootstrap a development environment. It is particularly useful for spinning up an arbitrary number of virtual machines in Vagrant without writing ruby code. For multi-machine container development, omv can be used to help this happen more naturally. Oh-My-Vagrant can be very useful as a docker application development environment. I’ve made a quick (<9min) screencast demoing this topic...
|
|
The Oh-My-Vagrant (omv) project is an easy way to bootstrap a development environment. It is particularly useful for spinning up an arbitrary number of virtual machines in Vagrant without writing ruby code. For multi-machine container development, omv can be used to help this happen more naturally. Oh-My-Vagrant can be very useful as a docker application development environment. I’ve made a quick (<9min) screencast demoing this topic...
|
|
I have another guest post up at the official MSDN Team Blog. Titled F# Versus C# , it is an attempt at a gentle introduction to F# for the Italian C# developer.
|
|
14 Things to Know Before You Go to Tokyo . 5 alternative things to do in Tokyo (by globalhelpswap) . A History of Tokyo in 8 Dishes . Akasaka area (N/E of Roppongi). Akasaka Sagamiya (also Mamekan, established in 1895). Akihabara: Electronics district, arcades and comic stores. Asakusa (tourist spot). Kaminarimon, Nakamise (oldest shopping street in Japan). Sensoji Temple. Asakusa hotel . Asakusa Shrine: Shinto shrine and market. Bar Ep....
|
|
25 stunning british places you can reach from London . A graveyard of red telephone boxes located in the small village of Carlton Miniott . Dunmore Pinapple . Hitchin Lavender . In search of Scotland’s best beach . Isle of Man . Sandwood Bay . Sark island . Scotland’s new North Coast 500 route . The 8 most dramatic hikes in England . The New Forest . Where to Find Street Art in Liverpool . X-Pilot (Redsand towers) .
|
|
If your backlog is exploding the problem is not that your developers are slow, but that your business model is not based on reality . If you lose out on object allocation, you still win by avoiding expensive re-renders and re-calculations . Duplication is far cheaper than the wrong abstraction (prefer duplication up to a point) . Choosing an appropriate design to duplication avoid might benefit from more examples to see patterns in. Atte..
|
|
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..
|
|
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.
|
|
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.
|
|
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..
|
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.
|
|
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
|
|
Analyze Apple's first major open-source project ResearchKit to discover interesting implementation details and practical iOS development solutions.
|
|
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.
|