- 25 Posts
- 21 Comments
lens0021@programming.devto
Ask Lemmy@lemmy.world•Japanese people, what does this pose mean, if anything?
1·1 month agoAfter 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.

lens0021@programming.devto
Ask Lemmy@lemmy.world•Japanese people, what does this pose mean, if anything?
0·1 month agoI am not Japanese, but there is a party game? https://45mix.net/takenoko-nyokki/ https://youtu.be/WkXyWmBauxg
I use light theme, btw
lens0021@programming.devto
Technology@lemmy.world•There’s so much stolen data in the world, South Korea will require face scans to buy a SIMEnglish
15·2 months agoKorean here. My country hasn’t even collected the data yet, so it will. What were they thinking?
lens0021@programming.devto
Programmer Humor@programming.dev•TailwindSQL - SQL Queries with Tailwind Syntax
7·2 months agoIs it April Fool’s Day already?
lens0021@programming.devOPto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
1·3 months agoThank you for this comment. I’m revisiting this comment because I need to write this…

lens0021@programming.devOPto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
1·3 months agoFish 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@programming.devOPto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
3·3 months agoCurrently, 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@programming.devOPto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
3·3 months agotbh, I wouldn’t recommend that during alpha staging. There are still many bugs.
lens0021@programming.devOPto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
3·3 months agoYep, 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" fiSo, the outcome would depend on the
pipefailoption. (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@programming.devOPto
Web Development@programming.dev•VoidZero Raises $12.5M Series A
1·4 months agoI wonder if they want to be the Astral of the JavaScript world, and if that’s even possible.
We are improving compilation performance through (1) parallel compilation in the compiler front-end, which delivers 20-30% faster builds, and (2) making the Cranelift backend production-ready for development use, offering roughly 20% faster code generation compared to LLVM for debug builds.
👍
I want to read more, but sadly curl is the only article on the site.
lens0021@programming.devto
Today I Learned@lemmy.world•TIL About the Jeju Massacre, where South Korean forces wiped out 10 percent of the island of Jeju for the crime of organizing a General StrikeEnglish
2·4 months agoAll 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.
lens0021@programming.devto
Today I Learned@lemmy.world•TIL About the Jeju Massacre, where South Korean forces wiped out 10 percent of the island of Jeju for the crime of organizing a General StrikeEnglish
6·4 months agoI 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@programming.devto
Today I Learned@lemmy.world•TIL About the Jeju Massacre, where South Korean forces wiped out 10 percent of the island of Jeju for the crime of organizing a General StrikeEnglish
29·4 months agoI 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@programming.devto
Rust@programming.dev•People are complaining about rustfmt, but it is effectively unmaintained
1·4 months agoI believe all you already read the reply from the devtools team lead https://github.com/rust-lang/rustfmt/issues/6678#issuecomment-3382819708
lens0021@programming.devOPto
Python@programming.dev•Release 0.0.1-alpha.22 · astral-sh/ty
3·4 months agoThank you for your kind words! Meanwhile, thanks to logging_strict, I discovered that GA and Beta milestones are set on the https://github.com/astral-sh/ty/milestones page, and the Beta milestone is 69% complete. Looking forward to ty’s GA.








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