Video: C Programming on System 6 - Amend Revision Control System
It’s been almost a year since my last confessional video. A few weeks ago I started working on a small revision control system to handle my C projects developed on my Mac and it’s now at the point where I can at least manage commits to the tool itself. ⌘ Read more
(Smart Home) Automation with Node-RED
Yesterday I expanded the memory in my home and code server to 16 GB and wondered what I could do with all the resources this server provides me. So I looked around a bit and came across an open source program called Node-RED. Especially in the context of Smart Home and Home Assistant, I’ve heard about it a few times, but never looked into this software in more detail. ⌘ Read more
On the blog: Developer Journal, Alaska Day https://john.colagioia.net/blog/2021/10/18/alaska.html #programming #project #devjournal
On the blog: Using git to Count Changed Words https://john.colagioia.net/blog/2021/10/13/words-changed.html #programming #techtips #blog #git
On the blog: Developer Journal, National Coming Out Day https://john.colagioia.net/blog/2021/10/11/ncod.html #programming #project #devjournal
On the blog: So You Need an Image of Random Images… https://john.colagioia.net/blog/2021/10/06/collage.html #programming #techtips #linux #blog
On the blog: Developer Journal, World Space Week https://john.colagioia.net/blog/2021/10/04/space.html #programming #project #devjournal
C Programming Languages Removes Pointers
Pointing is rude. ⌘ Read more
Cybersecurity spotlight on bug bounty researchers @chen-robert and @ginkoid
GitHub’s bug bounty team is excited to kick off Cybersecurity Awareness Month with a spotlight on two security researchers who participate in the GitHub Security Bug Bounty Program. ⌘ Read more
On the blog: Where Have All the Emoji Gone? https://john.colagioia.net/blog/2021/09/29/emoji.html #programming #techtips #unicode #blog
On the blog: Developer Journal, Gay Men’s HIV/AIDS Awareness https://john.colagioia.net/blog/2021/09/27/hiv.html #programming #project #devjournal
It’s about time I do some programming again… been a while now. I’ve been too busy with TV series lately.
On the blog: Startup, but Not Really Startup https://john.colagioia.net/blog/2021/09/22/startup.html #programming #techtips #linux
On the blog: Developer Journal, World Peace Eve https://john.colagioia.net/blog/2021/09/20/peace.html #programming #project #devjournal
On the blog: Developer Journal, Day of the Programmer https://john.colagioia.net/blog/2021/09/13/programmer.html #programming #project #devjournal
GitHub security update: Vulnerabilities in tar and @npmcli/arborist
Between July 21, 2021 and August 13, 2021 we received reports through one of our private security bug bounty programs from researchers regarding vulnerabilities in tar and @npmcli/arborist. ⌘ Read more
On the blog: Developer Journal, Labor Day https://john.colagioia.net/blog/2021/09/06/labor.html #programming #project #devjournal
Programming with Proofs - Computerphile ⌘ Read more
Vague infringement allegations considered harmful
Ensuring that software copyright allegations are specific and actionable benefits the entire developer ecosystem. That’s why GitHub submitted a “friend of the court” brief in the SAS Institute, Inc. v. World Programming Ltd. case before a Federal Court of Appeals. ⌘ Read more
On the blog: Developer Journal, Day of the Disappeared https://john.colagioia.net/blog/2021/08/30/disappeared.html #programming #project #devjournal
In reply to: 1980s computer controls GRPS heat and AC
A Kentwood High School student programmed it when it was installed in the 1980s. Whenever the district has a problem with it, they go back to the original programmer who still lives in the area. ⌘ Read more
On the blog: Developer Journal, Black Ribbon Day https://john.colagioia.net/blog/2021/08/23/bribbon.html #programming #project #devjournal
In reply to: GitHub - hoppecl/jamlang0001
A small dynamically typed programming language with first-class comments, where every value is explained by a comment. ⌘ Read more
Just found Jam where you are creating a programming language in 48 hours (starts in 1 hour) - https://github.com/langjam/langjam/
Just found Jam where you are creating a programming language in 48 hours (starts in 1 hour) - https://github.com/langjam/langjam/
On the blog: Developer Journal, Hugo Gernsback’s Birthday https://john.colagioia.net/blog/2021/08/16/gernsback.html #programming #project #devjournal
A screenshot of a very tiny c program written on System7
I’ve got to use macOS by nature of my work. Lately I’m increasingly down on this. Here I will not re-hash anything about the current state of Apple’s hardware and software ecosystem. I don’t care.
Wanting to take a trip down nostolgia lane, however (to when I was 2 years old) I thought I’d install Mac OS System 7. What follows is a quick guide for doing the sa … ⌘ Read more
Reflection in golang
Reflection in Go is a form of metaprogramming. Reflection allows us to examine types at runtime. It also provides the ability to examine, modify, and create variables, functions, and structs at runtime. The Go reflect package gives you features to inspect and manipulate an object at runtime. Reflection is an extremely powerful tool for developers and extends the horizon of any programming language. Types, Kinds and Values are three important pieces of reflec … ⌘ Read more
On the blog: Developer Journal, Indigenous Peoples Day https://john.colagioia.net/blog/2021/08/09/indigenous.html #programming #project #devjournal
On the blog: The Need for Modern Web Application Frameworks https://john.colagioia.net/blog/2021/08/08/framework.html #programming #rant
On the blog: Developer Journal, Pachamama Raymi https://john.colagioia.net/blog/2021/08/02/generic.html #programming #project #devjournal
On the blog: Developer Journal, Korean Armistice Anniversary Eve https://john.colagioia.net/blog/2021/07/26/armistice.html #programming #project #devjournal
If you must read the rest of this document to understand the behavior of your program, you are being too clever. Don’t be clever. The Go Memory Model - The Go Programming Language
On the blog: Writing Jekyll Plugins https://john.colagioia.net/blog/2021/07/21/jekyll.html #programming #blog #techtips #ruby
On the blog: Developer Journal, GPS Anniversary https://john.colagioia.net/blog/2021/07/19/gps.html #programming #project #devjournal
On the blog: GitHub Copilot and Other Programming Doom https://john.colagioia.net/blog/2021/07/18/copilot.html #quora
On the blog: Developer Journal, Bisbee Kidnapping Anniversary https://john.colagioia.net/blog/2021/07/12/bisbee.html #programming #project #devjournal
My kid just uncovered a bug in a program I wrote by grabbing my laptop and smacking the keyboard a bunch. Biological input fuzzing; a real-life chaos monkey.
On the blog: Developer Journal, Early July https://john.colagioia.net/blog/2021/07/05/july.html #programming #project #devjournal
I wrote a ‘banner’-like program for Plan 9 (and p9p) that uses the Unicode box drawing characters: http://txtpunk.com/banner/index.html
On the blog: Developer Journal, Stonewall Uprising https://john.colagioia.net/blog/2021/06/28/stonewall.html #programming #project #devjournal
Really cool collection of Python Programming Tutorials ⌘ Read more…
Seven years of the GitHub Security Bug Bounty program ⌘ Read more…
On the blog: Developer Journal, World Humanist Day https://john.colagioia.net/blog/2021/06/21/humanist.html #programming #project #devjournal
On the blog: Developer Journal, World Blood Donor Day https://john.colagioia.net/blog/2021/06/14/blood.html #programming #project #devjournal
On the blog: Managing Priorities https://john.colagioia.net/blog/2021/06/13/priorities.html #rant #programming
rconn - a multiplatform program for creating generic reverse connections ⌘ Read more…
On the blog: Developer Journal, Ludi Piscatorii https://john.colagioia.net/blog/2021/06/07/piscatorii.html #programming #project #devjournal