|
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." ....
|
|
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....
|
|
Examples from reference : =GOOGLETRANSLATE("Hello World\n","en\n","es") =GOOGLETRANSLATE(A2,B2,C2) =GOOGLETRANSLATE(A2)
|
|
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....
|
|
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
|
|
Generate key gpg --full-generate-key Export private key gpg --export-secret-key -a
|
|
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.
|
|
Using Lets Encrypt to secure cloud-hosted services like Ubiquiti's mFi, Unifi and Unifi Video
-
lg.io
-
10 years ago
-
eng
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.
|