Instance: programming.dev
Joined: 4 months ago
Posts: 68
Comments: 37
Posts and Comments by lens0021, lens0021@programming.dev
Comments by lens0021, lens0021@programming.dev
dickbutt is merged last week. Isn’t enough? https://github.com/skridlevsky/openchaos/pull/14
After searching online, it seems everyone knows that “たけのこニョッキ”, which was a game from a TV program aired Wednesdays at 11 PM from 2003 to 2005? It’s a game where several people call out numbers in order starting from 1, and if they overlap, they lose. And judging by the name, that posture is a growing bamboo shoot. You mentioned it was a bar, and this does seem like a game suitable for a noisy bar, so it’s plausible.

I am not Japanese, but there is a party game? https://45mix.net/takenoko-nyokki/ https://youtu.be/WkXyWmBauxg

The answer to the question is no. In my settings, zoom only works while holding down the Alt key. So it is fine.
There was postwowan, it is currently renamed to Hoppscotch https://github.com/hoppscotch/hoppscotch
Korean here. My country hasn’t even collected the data yet, so it will. What were they thinking?
Wait, isn’t the link self-descritive?
After over 1,000 commits, 13 release candidates, 34 betas, and 12 alphas, we are thrilled to announce Mago 1.0.0 - the first stable release of the Mago PHP toolchain.
Mago is a comprehensive PHP toolchain written in Rust that combines a linter, formatter, and static analyzer into a single, blazingly fast binary. Whether you’re working on a small project or a massive codebase with millions of lines, Mago delivers consistent, reliable feedback in seconds.
Mago is a PHP toolchain. I guess it is something similar to ruff/ty/pyrefly in Python, oxc in JavaScript, or Lux in Lua because it emphasis its speed and it is written in Rust.
The author is also a maintainer of psl[1] and listed in JetBrains’ 2025-2026 sponsorship program.[2]
Your point is fair. I intended to mention that Mago is a PHP toolchain and thought that would suffice, but I should have considered the audience more carefully. I will submit addional comment.
Is it April Fool’s Day already?
Thank you for this comment. I’m revisiting this comment because I need to write this…

Fish is my main shell of choice and I use my self-written functions(https://github.com/lens0021/Lens0021_Personal.Fish/blob/main/conf.d/lens0021_personal.fish) daily. But it is hard for me to say Fish’s syntax is not weird. Especially, I’m a little fuzzy on how to use argparse. I am sorry.
Currently, Amber does not even support Bash 2 because Bash 2 does not support the += operator. (ticket) However, I believe that POSIX compliance is on Amber’s long-term milestone, and that it will eventually achieve this as its support range expands.
tbh, I wouldn’t recommend that during alpha staging. There are still many bugs.
Yep, the code you provided is compiled into this:
command_0="$(cat file.txt | grep "READY")"
__status=$?
if [ "${__status}" != 0 ]; then
echo "Failed to read the file"
fi
So, the outcome would depend on the pipefail option. (set -o pipefail)
As you suggested, an Amberic snippet would be:
import { file_read } from "std/fs"
import { match_regex } from "std/text"
const result = file_read("file.txt") failed {
echo "Failed to read the file"
}
if match_regex(result, "READY"):
echo "file.txt contains READY"
I will try this. I rarely open xls files and all the icons on libre Calc look… old. They feel like they’re straight out of the year 2000 (which might be true). I tried changing the theme, but none of them suited my taste.
The bad thing is Collabora only provides a single flatpak file for Linux. I wish it would be served on flathub.
I was so disappointed enough that I tried OnlyOffice yesterday, but all the UI components of OnlyOffice are too large for my screen and the available scaling factor options are 100%, 125%, and so on while what I really need 75%. There is a feature request for this by the way.
I don’t know where the original discussion took place, so the title includes “fwd.”
I wonder if they want to be the Astral of the JavaScript world, and if that’s even possible.

dickbutt is merged last week. Isn’t enough? https://github.com/skridlevsky/openchaos/pull/14
OpenChaos.dev — Democracy in Code, Until Vercel Saved the Blank Page (openchaos.dev)
OpenChaos.dev is an experiment where the most upvoted pull request gets merged every day. Today’s winning PR added a 1.337% chance of serving a blank page. And Vercel, doing exactly what it’s supposed to do, cached it. So a probabilistic failure became a permanent outage.
Fedilab 3.36 released with Misskey support, enhanced timelines, bugfixes, and more (codeberg.org)
GitHub Introducing the Agents tab in your repository (github.blog)
Instead of navigating to a separate page, your agent sessions now live alongside your code, pull requests, and issues. View all sessions for the repository in one place, create new ones, and switch between tasks without leaving your codebase. One-click links make it easy to jump straight to the associated pull request. You can also archive sessions to keep things organized and page through your session history.
After searching online, it seems everyone knows that “たけのこニョッキ”, which was a game from a TV program aired Wednesdays at 11 PM from 2003 to 2005? It’s a game where several people call out numbers in order starting from 1, and if they overlap, they lose. And judging by the name, that posture is a growing bamboo shoot. You mentioned it was a bar, and this does seem like a game suitable for a noisy bar, so it’s plausible.
I am not Japanese, but there is a party game? https://45mix.net/takenoko-nyokki/ https://youtu.be/WkXyWmBauxg
The answer to the question is no. In my settings, zoom only works while holding down the Alt key. So it is fine.
TIL: I can use mouse wheel to zoom in or out (pinch zoom) on FireFox (support.mozilla.org)
Disclaimer: Not talking about Ctrl + Scroll.
The second PR has just been merged into OpenChaos (blog.openchaos.dev)
OpenChaos is a repo where anyone submits a PR, the community votes with GitHub reactions, and the most-voted PR gets merged
Official Partnership between NixOS Foundation and Framework (nixos.org)
TL;DR: Since April 2025, The NixOS Foundation and Framework are officially partnering to improve NixOS support on Framework devices. This formalizes earlier community efforts, enabling selected community members to contribute to testing, documentation, and support for current and future hardware.
Official Partnership between NixOS Foundation and Framework (nixos.org)
TL;DR: Since April 2025, The NixOS Foundation and Framework are officially partnering to improve NixOS support on Framework devices. This formalizes earlier community efforts, enabling selected community members to contribute to testing, documentation, and support for current and future hardware.
I use light theme, btw
TIL encoding and decoding come from Claude Shannon’s work, and "Claude Code" is named after him (en.wikipedia.org)
The encoding/decoding model of communication emerged in rough and general form in 1948 in Claude E. Shannon’s “A Mathematical Theory of Communication,” where it was part of a technical schema for designating the technological encoding of signals. Gradually, it was adapted by communications scholars, most notably Wilbur Schramm, in the 1950s, primarily to explain how mass communications could be effectively transmitted to a public, its meanings intact by the audience (i.e., decoders). – Wilbur, Schramm (1954). The process and effects of mass communication. Urbana, Illinois: University of Illinois Press.
rumdl, a Markdown linter written in Rust, add `--flavor` option (github.com)
There was postwowan, it is currently renamed to Hoppscotch https://github.com/hoppscotch/hoppscotch
Korean here. My country hasn’t even collected the data yet, so it will. What were they thinking?
Organic Maps Christmas Edition in the December 16 Release (organicmaps.app)
Wait, isn’t the link self-descritive?
Mago is a PHP toolchain. I guess it is something similar to ruff/ty/pyrefly in Python, oxc in JavaScript, or Lux in Lua because it emphasis its speed and it is written in Rust.
The author is also a maintainer of psl[1] and listed in JetBrains’ 2025-2026 sponsorship program.[2]