|
Riverside Plaza Memory Sketch Every day for the past three months I have drawn some scene or event that I saw that day, purely from memory. Usually this is something I saw on the way to work, or, if I'm home that day, something I saw when out for a run or a walk somewhere in the neighborhood. Since I usually make the drawing at the end of the day, several hours will have passed by the time I get around to recording what I saw. To ....
|
|
IBM Bluemix is a cloud Platform as a Service solution that enables you to concentrate on writing your application while Bluemix handles most of the DevOps-y stuff like the networks, servers, storage, and software dependencies. It supports several programming languages, including Swift. It’s also easy to use - all you’ll need to manage your service is a web browser. You can even write your Swift code in your browser in the IBM Swift Sandbox.....
|
Hi, friends! Today I'm going to write about assertions. I won't be talking about JavaScript, I'll be talking about assertions in general and this knowledge can be applied doesn't matter what lang...
|
Hi, friends! Today I'm going to write about assertions. I won't be talking about JavaScript, I'll be talking about assertions in general and this knowledge can be applied doesn't matter what lang...
|
|
I have some apps written in Go, which I deliver as binaries for each platform using GitHub releases. Until now, I was doing it with a very simple shell script.
|
|
Happy Holidays! I’m going to need a minute to blow the dust off my keyboard here, I haven’t posted in an inexcusably long time. Accordingly, I won’t bother with excuses, I’ll just get along with the post. To start, a relevant question I received: Hi Brandon, just wondering if you’ll convert your blog into a travel blog if and when you give up the truck to travel? This is probably in reference to the time I was figuring out when..
|
|
Happy Holidays! I’m going to need a minute to blow the dust off my keyboard here, I haven’t posted in an inexcusably long time. Accordingly, I won’t bother with excuses, I’ll just get along with the post. To start, a relevant question I received: Hi Brandon, just wondering if you’ll convert your blog into a travel blog if and when you give up the truck to travel? This is probably in reference to the time I was figuring out when..
|
|
There is a strain of thought in the web development community that believes there's a tension between having comprehensive developer tools and delivering good user experiences: This is exactly backwards. At the scale of the entire web, better tools are the only way to deliver better experiences. The
|
|
The longer I spend as a software engineer, the more obsessive I get about testing. I fully subscribe to the definition of legacy code as “code without an automated test suite.” I’m convinced that the best thing you can do to encourage fast progress in a test suite is to design for testing and have a fast, reliable, comprehensive test suite. But for all that, I’ve never really subscribed to any of the test-driven-development manifestos or pr..
|
|
The longer I spend as a software engineer, the more obsessive I get about testing. I fully subscribe to the definition of legacy code as “code without an automated test suite.” I’m convinced that the best thing you can do to encourage fast progress in a test suite is to design for testing and have a fast, reliable, comprehensive test suite. But for all that, I’ve never really subscribed to any of the test-driven-development manifestos or pr..
|
|
To meet the requirements for a Private or Commercial certificate or for an Instrument rating or to "exercise the privileges of a Recreational" certificate the flight must include a LANDING at a point MORE than 50NM from the point of original departure.
|
|
For the past years, I’ve done a “year in review” blog post, and of course this one is for 2016! It’s a great way to reflect on the events that have happened during the year, and to honest, is actually a lot of fun! Just a quick disclaimer: I have no intention of talking about the shallow-but-popular celebrity death fixation that has taken over the Internet (must be a millennial thing). That being said, when I heard that Prince died, i..
|
|
For the past years, I’ve done a “year in review” blog post, and of course this one is for 2016! It’s a great way to reflect on the events that have happened during the year, and to honest, is actually a lot of fun! Just a quick disclaimer: I have no intention of talking about the shallow-but-popular celebrity death fixation that has taken over the Internet (must be a millennial thing). That being said, when I heard that Prince died, i..
|
|
Racket is an impressive language and ecosystem. Compared to Python, Racket (an evolution of Scheme R5RS is three years younger. It is as concise and expressive as Python but with much more reasonable syntax and semantics. Racket is also faster in many cases due in part to: JIT compilation on x86 platforms support for both concurrency and parallelism support for optimizing statically-typed code Furthermore, the built-in web ser....
|
|
I am an unabashed lover of emojis. Just read anything I write, there's almost always at least 1 emoji thrown in there somewhere. I can't help myself, they are…
|
Much of my professional work for the last 10+ years has revolved around handling, importing and exporting CSV files. CSV files are frustratingly misunderstood, abused, and most of all underspecified. While RFC4180 exists, it is far from definitive and goes largely ignored. Partially as a companion piece to my recent post about how CSV is an encoding nightmare , and partially an expression of frustration, I've decided to make a list of ....
|
Much of my professional work for the last 10+ years has revolved around handling, importing and exporting CSV files. CSV files are frustratingly misunderstood, abused, and most of all underspecified. While RFC4180 exists, it is far from definitive and goes largely ignored. Partially as a companion piece to my recent post about how CSV is an encoding nightmare , and partially an expression of frustration, I've decided to make a list of ....
|
|
My father, an industrial engineer with over 20 years od experience talks about interface design and the important of simplicity in programming.
|
|
In the previous post, we discussed the performance space of the minimum function which was implemented via a simple ternary operator and with the help of bit magic. Now we continue to talk about performance and bit hacks. In particular, we will divide a positive number by three: uint Div3Simple ( uint n ) => n / 3 ; uint Div3BitHacks ( uint n ) => ( uint )(( n * ( ulong ) 0xAAAAAAAB ) >> ..
|
|
In the previous post, we discussed the performance space of the minimum function which was implemented via a simple ternary operator and with the help of bit magic. Now we continue to talk about performance and bit hacks. In particular, we will divide a positive number by three: uint Div3Simple ( uint n ) => n / 3 ; uint Div3BitHacks ( uint n ) => ( uint )(( n * ( ulong ) 0xAAAAAAAB ) >> ..
|
|
Everything You Need to Know About Regular Expressions In JavaScript - Part Two: Grouping And The RegEx API
-
lucasfcosta.com
-
9 years ago
-
eng
Hello everyone! This is my second blog post about regular expressions in JavaScript, if you didn't read the first one, make sure you do because we're gonna need that knowledge for this post. If yo...
|
|
Everything You Need to Know About Regular Expressions In JavaScript - Part Two: Grouping And The RegEx API
-
lucasfcosta.com
-
9 years ago
-
eng
Hello everyone! This is my second blog post about regular expressions in JavaScript, if you didn't read the first one, make sure you do because we're gonna need that knowledge for this post. If yo...
|
Last two months were quite amazing for me as a Wingifighter; I was on a traveling spree over Italy and London. I got an opportunity to…
|
Listen to this wonderful interview on KQED (NPR)’s "Forum" with Dr. Tim Wu On Advertising, Fake News and ‘Attention Harvesting’
|
Few days back, we open-sourced our internal Skype bot to the world. Its called Heybot!, but we call it Ramukaka at Wingify :) Whether its…
|
|
One popular reoccurring post on blogs, regardless of niche, is an income report. For instance, MyBlogLift has a monthly (well, two) income and traffic report. Cash Flow Diaries has a long list of different income reports.
|
|
MH-Z19 CO2 sensor reader, logger and visualiser Reads data from UART(serial)-connected MH-Z19 (or MH-Z14) sensor using python 3. If you dare to install nodejs you can visualise the logged data (using html and plotly.js library). Repository: sammcj/CO2-Logger Usage Note this post is from 2016, in 2021 I replaced my custom Co2 loggers with an Aranet4 . While very expensive, is and excellent off-the-shelf solution, with many featur..
|
|
MH-Z19 CO2 sensor reader, logger and visualiser Reads data from UART(serial)-connected MH-Z19 (or MH-Z14) sensor using python 3. If you dare to install nodejs you can visualise the logged data (using html and plotly.js library). Repository: sammcj/CO2-Logger Usage Note this post is from 2016, in 2021 I replaced my custom Co2 loggers with an Aranet4 . While very expensive, is and excellent off-the-shelf solution, with many featur..
|