|
Linda Liukas thinks is the author and illustrator behind Hello Ruby, a series of children’s books about technology.
|
|
Mind maps are, from wikipedia, A mind map is a diagram used to visually organize information. A mind map is hierarchical and shows relationships among pieces of the whole. It is often created around a single concept, drawn as an image in the center of a blank page, to which associated representations of ideas such as images, words and parts of words are added. Major ideas are connected directly to the central concept, and other ideas branch..
|
|
I will be holding a one-day workshop on advanced Swift programming in the Washington, DC area on December 12th. If you enjoy my articles and want to sharpen your Swift skills, check it out . (Read More)
|
|
Advanced Swift Workshop in Washington, DC Advanced Swift Workshop in Washington, DC I will be holding a one-day workshop on advanced Swift programming in the Washington, DC area on December 12th. If you enjoy my articles and want to sharpen your Swift skills, check it out . I'm going to be discussing the ins and outs of ARC and memory management, reference cycles, enums, generics, designing code to take advantage of enums and ge....
|
Watching the Spooktober threads on /co/ prime have made me want to start keeping pictures here on /c...
|
|
Using App Insights Analytics Query Language to Make Better Decisions
-
blog.gripdev.xyz
-
9 years ago
-
eng
So we’ve been working on an App recently to complement our website. One thing I strongly believe in is data driven design or put simple: “Don’t guess gather evidence”. In our current site we’re using App Insights to capture usage, performance and general telemetry from the platform. This gives us a wealth of knowledge which we can query when making business decisions. Let’s jump in, I’m going to be using the new Analytics platform and..
|
|
I think I am long overdue for writing a post about how we run infrastructure at Zapier. While I admit our setup might be far from perfect, I feel it works well and has served us as we scale the business out. I am also proud of how much we have been able to do with such a small team! Philosophy Since the beginning, we’ve been big on maintaining a philosophy of “Immutable Infrastructure” and treating our instances as cattle, not pets.
|
|
I have been working on real time indexes with Sphinx recently for the next version of searchcode.com and ran into a few things that were either difficult to search for or just not covered anywhere. The first is how to implement a distributed search using real time indexes. It’s actually done the same way you would normally create an index. Say you had a single server with 4 index shards on it and you wanted to run queries against it. You ..
|
|
Sometimes a small experiment on the side can grow into something valuable. We at Cerner have long used forward-chaining rules engines to express and execute clinical knowledge, but we’ve also had to extend or work around the capabilities of such engines. Engines targeting business users just weren’t expressive enough to model some of our logic. To meet this need we are making Clara Rules an open source project driven by Cerner Engineering.
|
|
The most reliable way to evaluate programmer candidates is to hire them to do a bit of realistic work. This is widely understood, but not widely practiced. The biggest barrier is finding projects for them to work on. In most organizations, the overhead of getting a new person started is
|
|
Liu Cixin's Death's End is a special set of books that puts as much Science as it can in Science Fiction.
|
|
Liu Cixin's Death's End is a special set of books that puts as much Science as it can in Science Fiction.
|
|
I’ve noticed that on my social media feeds a lot of people are deeply upset that Donald Trump was elected President. Well, technically, he hasn’t been elected yet. The Electoral College will meet on Monday, December 12th, 2016 in their respective state capitals to cast their votes, but it’s highly unlikely anyone will be a faithless elector .
|
|
woke up in a flight basically. landed drove back, moved tatami mats inside and went to vote. important important election - don’t think my vote will matter much in califoria. ran into gail, our landlord, at the voting booth, handed her the checks we owed them for rent.
|
|
Here's a snapshot of podcasts I'm checking out these days. Node Up for all things node.js The Changelog Open source in general. Great podcast. The Cognicast From Cognitect, the company behind Clojure and Datomic. I don't do any clojure work currently but this interview-style show is always full of enlightened discussion and highly interesting. JavaScript Air no longer active but lots of good episodes to review. I was a guest recen..
|
|
Another ShipIt Day was held on September 8th-9th at the Realization Campus at Cerner. ShipIt is a 24-hour hackathon with the goal of building something awesome, usable, and value-adding within a single day. This fall marked our sixth ShipIt, which has has grown significantly since our first event. The event kicked off in the morning at the auditorium of our Realization campus. At this point, teams were already formed, instructions were giv..
|
|
Ppx is a preprocessing system for OCaml where one maps over the OCaml abstract syntax tree (AST) to interpret some special syntax fragments to generate code.
|
|
Ppx is a preprocessing system for OCaml where one maps over the OCaml abstract syntax tree (AST) to interpret some special syntax fragments to generate code.
|
|
What is the best Net Promoter Score software? After spending time researching several NPS survey tools, we’ve got some answers.
|
|
Asesino, músico, mendigo, estudiante, ladrón, mago y héroe: ésta es la verdadera historia de Kvothe. Tras soportar los cotilleos, rumores y conjeturas que las personas hicieron sobre su vida, en El Nombre del Viento se narra las verdaderas vivencias de su auténtica y dificultosa existencia en el mundo. Se trata de una novela llena de fantasía escrita por el estadounidense Patrick Rothfuss, su primera edición fue en 2011 y hoy en día ....
|
|
Tras unos días de análisis e introspectiva financiera, he conseguido detallar cuáles son mis gastos previsibles mes a mes, por lo que creo que me encuentro en situación de pasar a la siguiente fase: definir un plan de ahorro personal . Voy a optar por un plan bastante agresivo, puesto que mi colchón actual está completamente deshinchado y esto es algo que me hace sentir poco seguro. Tras hablarlo con mi mujer, hemos decidido apretarnos u....
|
|
This is a continuation of my post about clean tea , except this time I analysed the offerings from Tealyra . Tealyra by the numbers: 490 teas (excluding kits and samplers) 175 contain sugar and/or flavourings 187 caffeine-free So I filtered the list to only show teas with: No caffeine No sugar No stevia No flavourings 86 teas on the Tealyra® menu pass my filter for what I would consider to be “clean” which makes Tealyra the best..
|
Large scale DDoS are not rare occasions anymore. What we need to help protect the Internet is to make home routers
|
|
If you hadn't realised by now, I am Chinese. I was born in Malaysia, then studied and now work in Singapore. Like many others with similar backgrounds, we…
|
|
From Google's physical web project to the emergence of more affordable virtual reality and augmented reality systems, it's time to take a serious look at how the web is changing, and the exciting possibilities for its application outside of screens.
|
|
woke up feeling quite terrible. headache,fever, weakness and stomach issues. slept most of the day, woke up to eat and drink a little.
|
|
In 2011 I wrote : Travel opens my mind to new perspectives and allows me to recontextualize existing systems of thought. While true for me at that time, for that trip; there is nothing magical about travel itself that opens the mind to new perspectives nor helps to “recontextualize existing systems of thought”. One must be ready and “in the mood” to open ones mind and experience life from a new perspective. The distance travelled ....
|
|
How to pass variables to a Docker container when building a Node app
-
blog.fedecarg.com
-
9 years ago
-
eng
Environment variables are declared with the ENV statement and are notated in the Dockerfile either with $VARIABLE_NAME or ${VARIABLE_NAME}. Passing variables at build-time The ENV instruction sets the environment variable to the value. The environment variables set using ENV will persist when a container is run from the resulting image. For example: The Dockerfile allows you to specify arguments […]
|
|
don’t remember much of this day, woke up late, n uncle arrived in the day time. hung out with everyone at home, got a feel for what’s next with regards to nani’s condition. p,m and r went to a party, we stayed home and relaxed. m looked happy, and seemed to be distracted for the moment.
|
|
TL;DR by learning internals a gotcha is a valid construct in a system, program or programming language that works as documented but is counter-intuitive and almost invites mistakes because it is both easy to invoke and unexpected or unreasonable in its outcome (source: wikipedia ) Go programming language has some gotchas and there is a number of good articles explaining them. I find those articles very important, especially f..
|
|
TL;DR by learning internals a gotcha is a valid construct in a system, program or programming language that works as documented but is counter-intuitive and almost invites mistakes because it is both easy to invoke and unexpected or unreasonable in its outcome (source: wikipedia ) Go programming language has some gotchas and there is a number of good articles explaining them. I find those articles very important, especially f..
|
|
Did some work, but mostly prepped to leave for stl. feeling guilty, that I’m not putting in the amount of work I should. reached stl late, seemed normal, saw s after many years, a fine man.
|