Not that easy to decide when coming home from work: which site do I visit first?
started advent of code 2021 using awk | gemini://compudanzas.net/advent_of_code_2021.gmi
Preparing for Advent of Code in Teliva: https://archive.org/details/akkartik-teliva-2021-11-30 (video; 15 minutes)
Accelerate security adoption in your organization
The GitHub Services Engineers have released the Advanced Security Enforcer GitHub Action to enable organizations to utilize code scanning in a consistent and automated way. ⌘ Read more
Ada Lovelace accused of not collaborating well with GNOME Project
Lovelace has not submitted a single line of code to the GNOME project. ⌘ Read more
ryudo v1.2.0 out – check the hack lab for the code
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
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
Infrastructure as Code on AWS using Go and Pulumi
1 points posted by Elton Minetto ⌘ Read more
been thinking way too much about a musical morse code system over the past 24 hours: !musigram
Deploy a Go API to AWS Lambda and API Gateway
In this article, I am going to describe the process of deploying an API coded with Go to AWS Lambda and Amazon API Gateway, a process that takes only a few minutes if you know how to do it. 1 points posted by Antonio ⌘ 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
Struct Tags with Underscore Before Function Names
In the Go world, an underscore (_) before an expression is called a blank identifier. As you may already know, identifiers—user-defined program components, e.g., name of a function, variable, or package—in Go must be preceded by an underscore or a letter (a-z or A-Z). If they aren’t, you’ll receive the compile- time error which essentially means Go cannot read the syntax of your code (you didn’t write your code correctly … ⌘ Read more
plxity/Spotify_Twitter_banner
This code will dynamically update the Twitter header with your top Spotify songs.
Language: JavaScript
Star: 4
Watch: 4 ⌘ Read more
Source code released for Little Big Adventure 1 & 2!
The engines of the classic 1990s 3D adventure games get released under the GPL. ⌘ Read more
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
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 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
(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
My home and code server now has 2 TB of SSD storage and 16 GB of RAM. While I’ll be using the storage for backups, etc., I’m not quite sure what I can use the 16 GB of RAM for yet. What else can I run besides Home Assistant, AdGuard Home, Drone and Tailscale? I still have my VPS running my websites, Miniflux, Bitwarden, Firefox Sync Server, RSS-Bridge, Firefly III, Nitter and Gitea. 🤔 ⌘ Read more
What’s new from GitHub Changelog? September 2021 recap
Catch up on 44 ships, including a colorblind-accessible theme, a public README.md for organizations, and customization of code review settings. ⌘ Read more
@movq@www.uninformativ.de, would you know the regex to use within .muttrc to colorise a Markdown code block like the one below?
# This one works for `code`, but that's about it.
(^|[[:space:][:punct:]])\`[^\`]+\`([[:space:][:punct:]]|$)
@quark@ferengi.one How about code? (this is mostly to configure mutt?)
Testing this here now
@quark@ferengi.one If so, @movq@www.uninformativ.de, not quite https://www.uninformativ.de/git/jenny/commit/4a02eeec58317107c07e759733312d168e319f17.html#h0-0-5... Markdown needs single new lines for many things. Bulleted, numbered, code, etc. need them.
#event Tomorrow, Saturday October 2nd, I’m gonna be hosting a workshop at Processing Community Day CPH about Live Coding Visuals in Improviz. Only 5 spots left, so sign up now at: https://pcdcph.com
Gajim: Development News September 2021
September brought many updates under the hood. With big changes coming up in Gajim 1.4, many parts of the code have to be touched. These changes remain mostly invisible for users, but make Gajim more robust. In some cases, this results in visible improvements as well: Both Add Contact and Start Chat windows are now detecting the type of chat behind an address.
Since development on Gajim 1.4 started, a lot has changed under the hood. … ⌘ Read more
Nocode app ⛏️ | A free nocode app for data exploration, by Clément Levallois
Interesting piece of code here, gonna try it soon.. ⌘ Read more
Did we ever address code snippes in doc as “here-code” ?
Accelerating New Features in Docker Desktop
In November 2019 Docker announced our re-focusing on the needs of developers. Specifically, we set out to simplify the complexity of modern application development to help developers get their ideas from code to cloud as quickly and securely as possible. We’ve made a lot of progress since delivering against our public roadmap, including shipping Docker […]
The post [Accelerating New Features in Docker Desktop](https://www.docker.com/blog/acc … ⌘ Read more
Code: tarmac - Framework for building distributed services with Web Assembly
1 points posted by madflojo ⌘ Read more
Increasing developer happiness with GitHub code scanning
How GitHub uses code scanning to increase developer happiness, and how you can too. ⌘ Read more
So now I can add morse code to the list of things I want to learn… As if Esperanto and Toki Poni aren’t enough :D
Start Dev Environments locally, Compose V2 RC 1, and more in Docker Desktop 3.6
Docker Desktop 3.6 has just been released and we’re looking forward to you trying it. Start Dev Environments from your Local Machine You can now share dev environments with your colleagues and get started with code already on your local machine as well as the existing remote repository support. It’s easy to use your local […]
The post [Start Dev Environments locally, Com … ⌘ Read more
Fun fact: Antenna is 550 lines of code (blank lines and comments included), 68 of which is just a list of phrases to add at the end of pages.
A network-less, read-only browser built up from machine code: https://archive.org/details/akkartik-mu-2021-08-15
Barbiana 💗
Barbiana 💗
Dress @princesspollyboutique . Discount code ANGWI20. Full haul linked in bio
 this is true if like me you have code in their arctic vault in Norway. 😑
Code Log: In which we split a string with RetroForth ⌘ Read more…
#event Upcoming Workshop / algolab: Visuals and Live Coding @ CPH Music Maker Space / facebook event
Seems a iOS is being looked into but because it has no central server it can’t do background app like iOS requires.
https://code.briarproject.org/briar/briar/-/wikis/FAQ#will-there-be-an-ios-version-of-briar
make time for myself in order to write words and code for !gest.
Move your code. Copilot is just one more reason. I maintain an account to work with other projects, but won’t host my stuff there.
Nightmare Code ⌘ Read more…