@lens0021@programming.dev avatar

lens0021

@[email protected]

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

lens0021 ,
@lens0021@programming.dev avatar

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

lens0021 , (edited )
@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 OP , (edited )
@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 OP ,
@lens0021@programming.dev avatar

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.

lens0021 ,
@lens0021@programming.dev avatar

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,...

lens0021 ,
@lens0021@programming.dev avatar

There was postwowan, it is currently renamed to Hoppscotch https://github.com/hoppscotch/hoppscotch

lens0021 ,
@lens0021@programming.dev avatar

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

lens0021 ,
@lens0021@programming.dev avatar

Is it April Fool's Day already?

lens0021 OP ,
@lens0021@programming.dev avatar

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"
lens0021 OP ,
@lens0021@programming.dev avatar

tbh, I wouldn't recommend that during alpha staging. There are still many bugs.

lens0021 OP , (edited )
@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.

lens0021 OP , (edited )
@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 ,
@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 ,
@lens0021@programming.dev avatar
lens0021 , (edited )
@lens0021@programming.dev avatar

​All Korean keyboards, including the one on my LG Gram (which is a Korean model), have a dedicated key for switching between English and Korean (the "한영키"). Everyone who isn't technically inclined uses this key. Using Ctrl + Space is a bad user experience.

lens0021 ,
@lens0021@programming.dev avatar

If you're okay with ibus-hangul, you can configure the keyroard shortcut for Gram.
https://programming.dev/pictrs/image/e24086d4-b618-4137-802e-d444e09b5f05.png

Click "Add" and press "한/영" key on the keyboard.

ibus

lens0021 , (edited )
@lens0021@programming.dev avatar

I assumed an ordinary person. My parents use the "한영키" to switch between Hangul and the alphabet. While I'm geeky enough to configure my Caps Lock key to function like that switch, most people wouldn't even imagine that functionality is configurable.

lens0021 ,
@lens0021@programming.dev avatar

What? I never heard that OS before though I am living in Korea. What are the pros of the OS? Does it have a native support for Kakao Talk?

lens0021 ,
@lens0021@programming.dev avatar

Mine is also a joke. KakaoTalk, the most used massenger app in South Korea does not support Linux, a Wine approch is half-broken, and a WIP reverse-engineered Typescript & Rust based open-source client is not yet fully developed and never.

lens0021 ,
@lens0021@programming.dev avatar

I am Korean living in Korea and this is a not well-known massacre even in Korea. I just heard the public does not pay attention to this though they should. (I am the one of public)

lens0021 ,
@lens0021@programming.dev avatar

I have edited my comment. The public should do pay attention. At least the government, politicians, or mass media should. The most famous thing from the island currently is its fruit. Thank you for sharing this link because it made me visit the article.

lens0021 ,
@lens0021@programming.dev avatar

All eight current high school Korean history textbooks describe the Jeju April 3 Incident with an average of over one page of content. -- https://www.jejusori.net/news/articleView.html?idxno=435552

Maybe I just forgot, but one page is to hard to remember. I graduacted high school ~15 years ago.