In case you missed it, GitHub Education at Universe 2021!
A recap of all the GitHub Education news from Universe 2021, including the new Intro to Web Dev Experience. ⌘ Read more
On the blog: Tweets from 11/15 to 11/19 https://john.colagioia.net/blog/media/2021/11/19/week.html #twitter #week #socialmedia #linkdump
What’s new from GitHub Changelog? October 2021 recap
A public beta of the new GitHub Issues, a “security manager” role for organizations, a command palette beta, and lots more. ⌘ Read more
Congratulations on the successful launch of Eagle v2, Henrique! 🎉 Welcome to the club of “I have developed my completely own CMS”. 😂 ⌘ Read more
On the blog: Real Life in Star Trek, The Slaver Weapon, part 1 https://john.colagioia.net/blog/2021/11/18/slaver.html #scifi #startrek #closereading
How to Select the Docker Subscription That’s Right for You
On August 31st, 2021, we announced updates to our product subscription tiers. These changes are helping us to deliver on our mission to simplify application development and remove complexities for developers, while also providing the security and scale businesses rely on. With four different subscription options: Personal, Pro, Team, and Business, it might be difficult […]
The post [How to Select the Docker … ⌘ Read more
7 advanced workflow automation features with GitHub Actions
Check out some advanced automation and CI/CD capabilities you can use today with GitHub Actions on any GitHub account. ⌘ Read more
🤔 👋 Reconsidering moving Yarn.social’s development back to Github: Speaking of which (I do not forget); @fastidious@arrakis.netbros.com and I were discussing over a video call two nights ago, as well as @lyse@lyse.isobeef.org who joined a bit later, about the the whole moved of all of my projects and their source code off of Github. Whilst some folks do understand and appreciate my utter disgust over what Microsoft and Copilot did by blatantly scraping open source software’s codebases without even so much as any attempt at attribution or respecting the licenes of many (if not all?) open source projects.
That being said however, @fastidious@arrakis.netbros.com makes a very good and valid argument for putting Yarn.social’s codebases, repositories and issues back on Github for reasons that make me “torn” over my own sense of morality and ethics.
But I can live with this as long as I continue to run and operate my new (yet to be off the ground) company “Self Hosted Pty Ltd” and where it operates it’s own code hosting, servicesa, tools, etc.
Plese comment here on your thoughts. Let us decide togetehr 🤗
GitHub’s developer-first approach to content moderation
GitHub puts the needs of developers at the core of our content moderation policies. Learn more about our approach and how you can contribute. ⌘ Read more
A few days ago I changed my home network so that the FRITZ!Box now directly establishes a DSL connection and I can use IPv6 again. Too bad that I only now noticed that this has led to the fact that it used the DNSv6 server of the ISP. Now I adjusted everything so that AdGuard Home is also used for DNSv6. Less advertising and tracking again… ⌘ Read more
The Brave browser now reveals its true face and becomes a web3 browser with integrated crypto wallet. More bullshit is really not possible… ⌘ Read more
GraphQL global ID migration update
All newly created GraphQL objects now have IDs that conform to a new format, which we refer to as “next IDs.” Learn how to migrate older IDs to the new format and why we’re making the change. ⌘ Read more
My neighbors always seem to be playing Forza Horizon 5 in the evenings the last few days, loud engine noises from the apartment below. 😂 ⌘ Read more
Blue-teaming for Exiv2: adding custom CodeQL queries to code scanning
The Exiv2 team tightened our security by enabling GitHub’s code scanning feature and adding custom queries tailored to the Exiv2 code base. ⌘ Read more
The 2021 State of the Octoverse
The State of the Octoverse analyzes data from millions of developers & repos to share trends across working habits, productivity, and career satisfaction. ⌘ Read more
GitHub’s commitment to npm ecosystem security
We’re sharing details of recent incidents on the npm registry, our investigations, and how we’re continuing to invest in the security of npm. ⌘ Read more
What do you do with unlimited mobile data?
Do any of my readers have unlimited mobile data? If so, what do you do to with it? How has unlimited mobile data changed your usage behavior? ⌘ Read more
Highlights from Git 2.34
To celebrate this most recent release, here’s GitHub’s look at some of the most interesting features and changes introduced since last time. ⌘ Read more
On the blog: Developer Journal, Geography Awareness Week https://john.colagioia.net/blog/2021/11/15/geography.html #programming #project #devjournal
A Short Review of Selling on Tindie
I started using the Tindie platform in April to sell my WiFiStation kits. I’ve now sold out all of my initial inventory and am not planning on making any more, so I thought I’d offer my opinions of Tindie as a platform for selling things. ⌘ Read more
I missed the exact day, but now it’s been over a year since I switched to my completely custom blogging system. And still I am very happy with it! It has all the features I need, and if I have a new idea, I can usually implement it quickly right away. ⌘ Read more
Nobody can deny that the year will soon be over… ⌘ Read more
On the blog: Free Culture Book Club — if then else, part 1 https://john.colagioia.net/blog/2021/11/13/else.html #freeculture #bookclub
Release Radar · October 2021 Edition
What an incredible month it’s been for GitHub and our communities. Whilst we’ve been busy with GitHub Universe, our communities have been busy coding. It’s been a successful year for Hacktoberfest, with many first-time contributors ⌘ Read more
On the blog: Tweets from 11/08 to 11/12 https://john.colagioia.net/blog/media/2021/11/12/week.html #twitter #week #socialmedia #linkdump
Highlights from GitHub’s security roadmap at Universe 2021
During Universe, we received a number of security questions ranging from our strategy to our advisories. Here’s what we’ve got planned! ⌘ Read more
** Operators in C **
Following up my notes on Data Types and Variables in C here are notes on operators in C.
An operator is a symbol that represents a mathematical or logical operation. An operator effects operands.
C provides a number of operators.
Some arithmetic operators include,
”`hljs plaintext
+*
/
%
”`
% is the most exciting of the list, it is called modulo and it returns the remainder after division. Of note, modulo c … ⌘ Read more
On the blog: Real Life in Star Trek, The Ambergris Element https://john.colagioia.net/blog/2021/11/11/ambergris.html #scifi #startrek #closereading
7 unique software collaboration features in GitHub Discussions
Here are a few ways our teams use GitHub Discussions internally to build community, simplify workflows, and get key insights into our work. ⌘ Read more
Make your monorepo feel small with Git’s sparse index
The new sparse index feature makes it feel like you are working in a small repository when working in a focused portion of a monorepo. ⌘ Read more
Showing GPX tracks on my blog
On my blog, I’ve had the ability to link posts to a location for some time now. There is also a map that shows all posts with a location. ⌘ Read more
GitHub Enterprise Server 3.3 enhances CI/CD and adds a new security manager role
This latest release sees the introduction of a new role, a new webhook for GitHub Actions, and a bright edge to dark mode. ⌘ Read more
Three rules of bug fixing for better OSS security
When you’re fixing a bug, especially a security vulnerability, you should add a regression test, fix the bug, and find & fix variants. ⌘ Read more
I got a menu in the mail from a new Chinese food restaurant. Across the front of the menu, beneath the phone number is a note,
“Open Christmas!”
I feel seen. ⌘ Read more
On the blog: Developer Journal, Intersex Solidarity Day https://john.colagioia.net/blog/2021/11/08/rememberance.html #programming #project #devjournal
The Metaverse Was Lame Even Before Facebook - The Atlantic ⌘ Read more
dutifully taking notes for !novembeat_2021
On the blog: Free Culture Book Club — Sita Sings the Blues https://john.colagioia.net/blog/2021/11/06/sita.html #freeculture #bookclub
On the blog: Tweets from 11/01 to 11/05 https://john.colagioia.net/blog/media/2021/11/05/week.html #twitter #week #socialmedia #linkdump
How many posts have I read now with people buying a new MacBook Pro to use for a very long time? How many of them will buy new devices in two years? 😅 ⌘ Read more
On the blog: Real Life in Star Trek, The Time Trap https://john.colagioia.net/blog/2021/11/04/time-trap.html #scifi #startrek #closereading
GitHub Availability Report: October 2021
In October, we experienced one incident resulting in significant impact and degraded state of availability for the GitHub Codespaces service. ⌘ Read more
10 GitHub Actions resources to bookmark from the basics to CI/CD
Tips on how to get started using GitHub Actions and resources to learn more about making it work for you. ⌘ Read more
I’m a bit skeptical about GitHub Copilot, but now that I’ve really tried it out for the first time, I’m amazed by its capabilities. Copilot doesn’t replace programming, but it does take a lot of the work out of it. What works well, for example, is the completion of comments in the code. ⌘ Read more
Building the next phase of GitHub, together
This morning, I shared the following post with Hubbers in response to Nat’s announcement about his next adventure. I am thrilled to take on the role of CEO to build the next phase of GitHub for our global community of software developers. ⌘ Read more
Thank you, GitHub
This morning, I sent the following post to the GitHub team. TL;DR: I’m moving on to my next adventure, and Thomas Dohmke (currently Chief Product Officer) will be GitHub’s next CEO. ⌘ Read more
On the blog: Artificial Stupidity with GitHub Copilot https://john.colagioia.net/blog/2021/11/03/copilot2.html #programming #techtips
And another year… Time passes quickly, but still there are some issues that need to be sorted out, because all this was not foreseeable. But that’s life, rarely predictable and some meet fate unplanned. ⌘ Read more
Blue-teaming for Exiv2, part 1: creating a security advisory process
This blog post is the first in a series about hardening the security of the Exiv2 project. My goal is to share tips that will help you harden the security of your own project. ⌘ Read more
Game Off 2021 theme announcement
The theme for this year’s Game Off is… …BUG! Your challenge, should you choose to accept it, is to create a game between now and December 1 incorporating the theme somehow, and submit it to ⌘ Read more
“What are robot dogs actually being used for?”
Many people have seen the videos of Boston Dynamics with their robots. While watching the videos, I always wondered what the possible use cases for such robots (dogs) are? Just millitary? But now Tom Scott clarifies it with a new video: Hydroelectric power plant inspection for example! With the robots it is cheaper and easier to monitor the power plants centrally. ⌘ Read more
So cool, I have a live preview in the GoBlog editor now! 🤓 ⌘ Read more
Cybersecurity spotlight on bug bounty researcher @yvvdwf
We’re excited to highlight another top contributing researcher to GitHub’s Bug Bounty Program: @yvvdwf ⌘ Read more
GitHub keeps getting better for open source maintainers
Maintainers can now limit who can approve and request changes on pull requests. You can also close issues and block users via your phone. ⌘ Read more
On the blog: Developer Journal, Day of the Dead https://john.colagioia.net/blog/2021/11/01/dead.html #programming #project #devjournal
On the blog: Short Fiction — The Gevkahahal https://john.colagioia.net/blog/2021/10/31/gevkahahal.html #freeculture #creativecommons #fiction #horror
I am using Nitter, an alternative interface for Twitter, just in case I want to read a thread on Twitter. Previously I hosted the instance directly on my VPS. Now, however, I host the Nitter instance at home, but make it available on the Internet through Tailscale, a little program I wrote called “ProxyExposer”, and Caddy. 🤓 I also briefly tried publishing a WordPress instance from home to the web this way. But I don’t have a use case for WordPress at the moment. ⌘ Read more
On the blog: Free Culture Book Club — Occupy This Novel!, Part 2 https://john.colagioia.net/blog/2021/10/30/occupy2.html #freeculture #bookclub
🙌 Liked: Hallucinating Facts: Psychedelic Science and the Epistemic Power of Data, by Emma Stamm ⌘ Read more
October 2021 Newsletter
The latest and greatest content for developers. Webinar | Management & Security at Scale with Docker Business See how Docker Business enables centralized management and security for organizations. Register Now! Check out this recap of the Screaming in the Cloud episode, Heresy in the Church of Docker Desktop with Scott Johnston.  [Learn More] The latest edition of […]
The post October 2021 Newsletter appeared first on [Dock … ⌘ Read more
On the blog: Tweets from 10/25 to 10/29 https://john.colagioia.net/blog/media/2021/10/29/week.html #twitter #week #socialmedia #linkdump
13 short and scary games plus source to play (or hack) this Halloween 🎃
It’s that time of year again where I like to share seasonally spooktacular games plus source code—a goldmine of material for (a) those looking for coffee-break entertainment, (b) those interested in learning more about game ⌘ Read more
On the blog: Real Life in Star Trek, The Terratin Incident https://john.colagioia.net/blog/2021/10/28/terratin.html #scifi #startrek #closereading
Inflation economics for dummies
Peter buys a house for $100.10time passes and Peter sells his home for $200.2time later he decides he wants to buy the same house back but now the house costs $210.However Peter has only $160 after paying $40 capital gain taxes.He lost $50 buying power, and therefore is poorer.Peter was hedging inflation with real estate. ⌘ Read more
Telegram Ads
So Telegram now has ads. But unlike the ads from Google, Facebook or Apple, the ads are not personalized and much more privacy friendly. The ads simply consist of a maximum 160-character message with no external links and are displayed only in large public channels. ⌘ Read more
Everything new from Universe 2021
Since last year’s GitHub Universe, we’ve shipped more than 20,000 improvements to GitHub for developers, open source communities, and enterprise teams. Here’s a comprehensive overview of what we’re announcing at Universe this week. ⌘ Read more
Previously, to work on my code server, I always installed Visual Studio Code locally and then accessed the server using the Remote SSH extension. But that no longer seems necessary now that I have code-server installed. Using code-server, Visual Studio Code can be easily used in the browser. Cool project! ⌘ Read more
A little history lesson for China
Once upon a time China was a flourishing country. Trade was booming. Europe was buying and China was producing. Hence the silk road from way back in time.China was selling and was selling for silver. All the world’s silver was flowing to China in exchange for goods.However Europe, all the individual countries in Europe were […] ⌘ Read more
A peek inside some of the top games from Ludum Dare 49
The 49th Ludum Dare game jam just wrapped up with almost 3000 entries. Here’s a peek at some of the highest-rated entries that you can play, plus their source code that you can poke around ⌘ Read more
On the blog: Developer Journal, Intersex Awareness Eve https://john.colagioia.net/blog/2021/10/25/intersex.html #programming #project #devjournal