Skip Navigation
  • 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.

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

  • Today I Learned @lemmy.world

    TIL: I can use mouse wheel to zoom in or out (pinch zoom) on FireFox

    support.mozilla.org /bm/questions/1337610
  • Programmer Humor @programming.dev

    The second PR has just been merged into OpenChaos

    blog.openchaos.dev /posts/week-2-the-acceleration
  • I use light theme, btw

  • Today I Learned @lemmy.world

    TIL encoding and decoding come from Claude Shannon’s work, and "Claude Code" is named after him

    en.wikipedia.org /wiki/Encoding/decoding_model_of_communication
  • Rust @programming.dev

    rumdl, a Markdown linter written in Rust, add --flavor option

    github.com /rvben/rumdl/releases/tag/v0.0.207
  • Korean here. My country hasn't even collected the data yet, so it will. What were they thinking?

  • Rust @programming.dev

    Mago 1.0.0 - the PHP toolchain in Rust

    github.com /carthage-software/mago/releases/tag/1.0.0
  • Is it April Fool's Day already?

  • Linux @programming.dev

    yq v4.50.1 adds support to HCL

    github.com /mikefarah/yq/issues/1844
  • Thank you for this comment. I'm revisiting this comment because I need to write this...

  • 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:

     bash
        
    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:

     ab
        
    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"
    
      
  • Linux @programming.dev

    Amber the programming language compiled to Bash, 0.5.1 release

    docs.amber-lang.com /getting_started/whats_new
  • Golang @programming.dev

    I just learned asdf was rewritten in Go this year

    asdf-vm.com /guide/upgrading-to-v0-16.html
  • 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.

  • Rust @programming.dev

    Harper, an offline grammar checker, has released its v1.0.0

    github.com /Automattic/harper/releases
  • Rust @programming.dev

    The Abstract Wikipedia team has decided to rewrite the backend in Rust

    www.wikifunctions.org /wiki/Wikifunctions:Status_updates/2025-11-13
  • Programming @programming.dev

    Amber version 0.5.0-alpha is publicly available

    docs.amber-lang.com /getting_started/whats_new
  • Opensource @programming.dev

    wordpress.com /blog/2025/11/21/20th-anniversary/
  • Rust @programming.dev

    AWS Lambda adds support for Rust

    aws.amazon.com /about-aws/whats-new/2025/11/aws-lambda-rust/
  • Golang @programming.dev

    formae is a 100% code-based, agentic IaC tool built from scratch for the modern age

    github.com /platform-engineering-labs/formae
  • 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 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.

  • 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)