lens0021

joined 6 months ago
28
Mermaid v11.13.0: Venn and Ishikawa (content.mermaidchart.com)
submitted 1 week ago* (last edited 1 week ago) by lens0021@programming.dev to c/programming@programming.dev
 

Venn example

cross-posted from: https://programming.dev/post/49143802

Two entirely new diagram types — Venn and Ishikawa — land alongside a significant fix that restores backward compatibility with v10, plus a pile of improvements across flowcharts, ER diagrams, Gantt charts, state diagrams, gitGraph, and more.

[–] lens0021@programming.dev 3 points 3 months ago* (last edited 3 months ago)
 

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.

 

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.

[–] lens0021@programming.dev 8 points 3 months ago* (last edited 3 months ago)

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.

[–] lens0021@programming.dev 5 points 3 months ago (2 children)
[–] lens0021@programming.dev 22 points 3 months ago (2 children)
[–] lens0021@programming.dev 3 points 3 months ago* (last edited 3 months ago)

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

 

Disclaimer: Not talking about Ctrl + Scroll.

I tried the Mouse Pinch-To-Zoom extension, which is buggy on some sites. And I even bought a physical touchpad for pinch zoom. Today I just leaned that it's natively supported as an experiment feature by FireFox

There are specific actions defined to set what happens if you rotate the mouse wheel and hold down modifier keys like Alt or Ctrl or Shift. You can disable this action by setting the related mousewheel pref to 0 (zero) on the about:config page.

mousewheel.with_alt.action = 0 
0: Nothing happens
1: Scrolling contents
2: Go back or go forward, in your history
3: Zoom in or out (reflowing zoom)
4: Treat vertical wheel as horizontal scroll
5: Zoom in or out (pinch zoom)

I changed the value to 5, and it works perfectly.

 

OpenChaos is a repo where anyone submits a PR, the community votes with GitHub reactions, and the most-voted PR gets merged

 

cross-posted from: https://programming.dev/post/43967506

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.

 

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@programming.dev 43 points 3 months ago (16 children)

I use light theme, btw

 

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.

The "Claude Code" naming is something I’ve heard on Reddit (no source link).

[–] lens0021@programming.dev 10 points 4 months ago* (last edited 4 months ago)

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

[–] lens0021@programming.dev 15 points 4 months ago* (last edited 4 months ago) (3 children)

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

[–] lens0021@programming.dev 0 points 4 months ago

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@programming.dev 7 points 4 months ago

Is it April Fool's Day already?

[–] lens0021@programming.dev 1 points 5 months ago

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

Comparing strings in a github actions workflow

[–] lens0021@programming.dev 1 points 5 months ago* (last edited 5 months ago) (1 children)

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.

view more: next ›