Git commit messages: do you use plain text or rather consciously markdown?

1. Reasons for plain text: Commit messages are not always viewed with tools which render markdown, and those which render markdown ... render which markdown exactly?

2. Reasons for markdown: most markdown constructs are meanwhile known to developers, so it improves readability even without rendering.

#git #gitlab #githib #codeberg #forgejo #markdown #commitmessage

plain text
70%
markdown
30%
other funky format (describe in a comment)
0%
Poll ended at .
Super Metroid Map Logic Project
If you explore the internet long enough, you find wonders and horrors, but you also find very weird and obsessive things. One such thing is sm-json-data, a project to not only comprehensive catalog all of the tricks in Super Metroid and the situations they apply to and their uses, but to express it in a machine-readable fashion, so randomizers can us
https://setsideb.com/super-metroid-map-logic-project/
#retro #githib #json #randomizer #retro #supermetroid
Super Metroid Map Logic Project

If you explore the internet long enough, you find wonders and horrors, but you also find very weird and obsessive things. One such thing is sm-json-data, a proj

Set Side B
#GitHib: If you are running an on-prem GitHub Enterprise Server #GHES you need to update it urgently as #vulnerability CVE-2024-6800 could be exploited to bypass authentication & gain admin privileges:
👇
https://www.bleepingcomputer.com/news/security/github-enterprise-server-vulnerable-to-critical-auth-bypass-flaw/
https://www.bleepingcomputer.com/news/security/github-enterprise-server-vulnerable-to-critical-auth-bypass-flaw/
GitHub Enterprise Server vulnerable to critical auth bypass flaw

A critical vulnerability affecting multiple versions of GitHub Enterprise Server could be exploited to bypass authentication and enable an attacker to gain administrator privileges on the machine.

BleepingComputer

Optimum Elixir CI with GitHub Actions

Here’s yet another “ultimate Elixir CI” blog post. We haven’t had one for quite some time. But on a more serious note we have some unique ideas, so continue reading and I’m sure you’ll get some inspiration for your development workflows.

Tags: #ci, #elixir, #githib

via Pocket https://ift.tt/ugPV3Ye

March 28, 2024 at 10:40AM

Optimum Elixir CI with GitHub Actions

Here’s yet another “ultimate Elixir CI” blog post...

Inform 7
Still December, still in low-impact posting mode. I figured I'd tell you all about interactive fiction authoring system Inform 7, which still feels new in my mind despite coming out 17 years ago.

I say "Inform 7" to distinguish it from previous versions, which were a very different system. Inform 6 was a cryptic C-style programming language; Inform 7 s
https://setsideb.com/inform-7/
#niche #alexproudfoot #cobol #githib #grahamnelson #inform #inform7 #interactivefiction #niche

Inform 7

Still December, still in low-impact posting mode. I figured I'd tell you all about interactive fiction authoring system Inform 7, which still feels new in my mi

Set Side B

If you are using #GitHib Actions and not making use of #caching then you are missing out. Go check out my video on #YouTube!

https://youtube.com/watch?v=7PVUjRXUY0o&feature=share

Cache Management with GitHub actions

YouTube

Got my first http methods routing and returning static strings with #Axum on #RustLang see #GitHib https://github.com/dave42w/daves_dashboard/tree/axum-start

Long time since I've tried writing a #Resfful interface. Is my 2007 O'Reilly Restful Web Services still good practice?

eg
View all users: GET /users
use query to filter eg
View active users: GET /users?state=Active

Create a user: POST /users

View a user: GET /users/{userid}

Update user: PUT /users/{userid}

Delete user: DELETE /users/{userid}

GitHub - dave42w/daves_dashboard at axum-start

Browser based system and world dashboard. Contribute to dave42w/daves_dashboard development by creating an account on GitHub.

GitHub

Okey, I've got this stupid little set of #Ruby classes that I use to manage my #ssh config, which is constructed using a #Makefile and a bunch of #erb files. I'm thinking I haven't opened any projects recently, so maybe I'll clean it up, put it on #githib, and publish it as a #rubygem.

Does that tickle even the slightest interest in anyone, or would this basically just be making me feel better about myself? 🤔🤪