@lens0021@programming.dev avatar

lens0021

@[email protected]

This profile is from a federated server and may be incomplete. View on remote instance

lens0021 OP , to Programmer Humor in OpenChaos.dev — Democracy in Code, Until Vercel Saved the Blank Page
@lens0021@programming.dev avatar

dickbutt is merged last week. Isn't enough? https://github.com/skridlevsky/openchaos/pull/14

lens0021 , (edited ) to Ask Lemmy in Japanese people, what does this pose mean, if anything?
@lens0021@programming.dev avatar

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.

https://programming.dev/pictrs/image/30f46641-3989-4403-89e8-34b32430abaa.jpeg

lens0021 , to Ask Lemmy in Japanese people, what does this pose mean, if anything?
@lens0021@programming.dev avatar

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

lens0021 OP , to Programmer Humor in The second PR has just been merged into OpenChaos
@lens0021@programming.dev avatar
lens0021 OP , to Today I Learned in TIL: I can use mouse wheel to zoom in or out (pinch zoom) on FireFox
@lens0021@programming.dev avatar

The answer to the question is no. In my settings, zoom only works while holding down the Alt key. So it is fine.

lens0021 , to Programmer Humor in safe as fuck
@lens0021@programming.dev avatar

I use light theme, btw

lens0021 , to Technology in There’s so much stolen data in the world, South Korea will require face scans to buy a SIM
@lens0021@programming.dev avatar

Korean here. My country hasn't even collected the data yet, so it will. What were they thinking?

lens0021 OP , to PHP in Mago 1.0.0 - the first stable release of the Mago PHP toolchain
@lens0021@programming.dev avatar

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.

lens0021 OP , (edited ) to PHP in Mago 1.0.0 - the first stable release of the Mago PHP toolchain
@lens0021@programming.dev avatar

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]

lens0021 OP , to PHP in Mago 1.0.0 - the first stable release of the Mago PHP toolchain
@lens0021@programming.dev avatar

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.

lens0021 , to Programmer Humor in TailwindSQL - SQL Queries with Tailwind Syntax
@lens0021@programming.dev avatar

Is it April Fool's Day already?

lens0021 OP , to Terraform in HashiCorp ‘Sunsets’ Terraform CDK (CDKTF)
@lens0021@programming.dev avatar

CDKTF is not Terraform. Don't confuse the two.

lens0021 OP , to Linux in Amber the programming language compiled to Bash, 0.5.1 release
@lens0021@programming.dev avatar

Thank you for this comment. I'm revisiting this comment because I need to write this...

Comparing strings in a github actions workflow

lens0021 OP , (edited ) to Linux in Amber the programming language compiled to Bash, 0.5.1 release
@lens0021@programming.dev avatar

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.

lens0021 OP , (edited ) to Linux in Amber the programming language compiled to Bash, 0.5.1 release
@lens0021@programming.dev avatar

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.