Honnip
env에 여러 인수를 쓰려면 -S
옵션이 필요하다. 이 옵션 없으면 여러 인수를 써도 전부 한 문자열로 취급된다.
예: #!/usr/bin/env -S deno run
. (옵션을 안 주면 deno run
을 찾으려고 한다.)
@[email protected] · 32 following · 2 followers
정승우 (Jung seungwoo)
GitHub | Matrix |
---|---|
@honnip:matrix.org |
env에 여러 인수를 쓰려면 -S
옵션이 필요하다. 이 옵션 없으면 여러 인수를 써도 전부 한 문자열로 취급된다.
예: #!/usr/bin/env -S deno run
. (옵션을 안 주면 deno run
을 찾으려고 한다.)
After years of hard work, countless reviews, and tons of community testing, we're happy to share that dynamic buffering has landed in Mutter for GNOME 48!
This improves the smoothness of GNOME across a wide range of hardware and software setups.
Thanks to everyone involved in this collaboration! Special thanks to author Daniel van Vugt from Canonical and reviewers Jonas Ådahl and Michel Dänzer from Red Hat.
Read more in This Week in GNOME: https://thisweek.gnome.org/posts/2025/02/twig-187/
Our recent work on #NixOS package #reproducibility, with @luj and @Zimm_i48, made the front page of the orange site: https://news.ycombinator.com/item?id=42989666
my colleague @abandonedwig spoke about Servo, the browser engine (and browser) we’re working on at @igalia, and why we’re so excited about it: https://www.youtube.com/watch?v=s0MIHKv45C0
spoiler alert: not just because it’s written in Rust! that’s big, but even bigger is that we’re independent. we make decisions in the open, and we aren’t controlled by one big tech company.
the renaissance that gave us today’s modern, powerful, accessible web, where we can do anything a computer or phone can do without any plugins or native code, happened around 2012, and that’s no coincidence. more competition from independent engines with diverse communities is exactly what the web needs.
어제 몇 달간 꺼져있던 Hollo 인스턴스를 되살렸다. 4.0.0 버전부터 exit code -2로 켜자마자 죽어버리는 문제가 있었는데, 결론적으로 pnpm의 shell-emulator 옵션을 활성화하는 것으로 해결했다. 왜 그런지는 모르겠는데 이 옵션이 없으면 환경 변수를 읽는데 문제가 있는 것 같다.
'dont-support.patch' 🤯
@TheEvilSkeleton https://social.treehouse.systems/@TheEvilSkeleton/113676105047314912
Hmm... So, requiring a sandbox to run @usebottles is considered evil and proprietary software, but patching it to remove the donate button without updating support links is considered fine? Uh huh...
Edit: Please keep in mind that this was not a decision made by the entire openSUSE community. This is addressed to the people who authored and accepted the patch.
Update: The patch is no longer being applied.
주말부터 #hollo 를 #nixos 모듈로 작성하고 있는데 어느 정도 마무리가 된 듯하다. 지금은 개발이 빠르게 진행되고 있어서 nixpkgs에 올리는 건 나중에 생각해 보는 걸로..
패키지: https://github.com/honnip/dotfiles/blob/3e52a09afc680ecaff6c0d7dfff414f507af3f8a/pkgs/hollo/default.nix 모듈: https://github.com/honnip/dotfiles/blob/3e52a09afc680ecaff6c0d7dfff414f507af3f8a/modules/nixos/hollo.nix
test