


Anders Eknert
lol, no

aleksana 
loongarch64 native stdenv is here! #NixOS #Nixpkgs
https://github.com/NixOS/nixpkgs/pull/399167

Grimmauld
I have to say, my automatic dependency scanner [1] for #nix packages is already working better than expected!
So far i found unused dependencies in git [2], gst-plugins-bad [3], [4], linux-pam [5], networkmanager [6] and vlc [7]. And i don't plan on stopping! All these unused dependencies cause unnecessary strain on our CI and are trivial to clean up. Some of these dependencies are even old enough to drink!
I will give a talk about the tool at @cccda this Monday in the hopes of getting more people excited for this cleanup work, and to get ideas about improving the tool.
[1] https://github.com/LordGrimmauld/nix-check-deps
[2] https://github.com/NixOS/nixpkgs/pull/391664
[3] https://github.com/NixOS/nixpkgs/pull/394242
[4] https://github.com/NixOS/nixpkgs/pull/394423
[5] https://github.com/NixOS/nixpkgs/pull/396135
[6] https://github.com/NixOS/nixpkgs/pull/395311
[7] https://github.com/NixOS/nixpkgs/pull/391226

Osma A 🇫🇮🇺🇦
Bluesky didn't reach a federated stage where you could choose a service provider in a free country before they started to censor people based on authoritarian demands.

ALT text details
Email screenshot: From: [email protected]... Alıcılar: ben Türkçe diline çevir Hi there, We are writing to inform you that we have received a formal request from a legal authority in Turkey regarding the removal of your account associated with the following handle (@carekavga.bsky.social) on Bluesky. The legal authority has claimed that this content violates local laws in Turkey. As a result, we are required to review the request in accordance with local regulations and Bluesky's policies. Following a thorough review, we have determined that the content in question violates local laws in Turkey, as outlined in the legal request. In compliance with these legal provisions, we have restricted access to your account for users.
Honnip
🇺🇦 Ingvar Stepanyan
Oh my god. "Scientists were so preoccupied..." #rustlang

isabel
@[email protected] · Reply to decafkafk's post

Honnip
온갖 Matrix 서버에 NSFL 콘텐츠가 범람하고 있다 흑흑

Kagi HQ
We're looking for an experienced open source developer and designer to support our team in building a platform-native web browser for Linux, using GTK and libadwaita: https://kagi.peopleforce.io/careers/v/115930-gnome-app-developer
Here's why you might enjoy working at Kagi: https://help.kagi.com/kagi/company/hiring-kagi.html

Honnip
@[email protected] · Reply to Honnip's post
이슈 올렸다! 홈매니저 모듈에 문제가 있었는데, 홈매니저로 설치했다는 걸 까먹어서 찾는데 조금 더 걸렸다.

Honnip
@[email protected] · Reply to Honnip's post
유저 데이터는 $HOME/.thunderbird
에 저장된다. 커피 마시고 다시 살펴봐야지..

洪 民憙 (Hong Minhee)
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
Fedify 프로젝트의 메인테이너로서 2025年 오픈소스 컨트리뷰션 아카데미 參與型 멘토團에 選拔되었습니다!
5月 21日(水)부터 6月 22日(日)까지 멘티도 募集한다고 하니 많은 參與 바랍니다.

Honnip
Thunderbird에서 기본 계정을 제외한 모든 계정이 사라지는 문제가 있다 🫠

BotKit by Fedify 
@[email protected] · Reply to BotKit by Fedify :botkit:'s post
#연합우주(#fediverse)를 위한 봇을 만들고 싶으신가요? #BotKit by Fedify를 사용하면 몇 줄의 코드만으로 독립형 #ActivityPub 봇을 구축할 수 있습니다! 일반적인 Mastodon 또는 Misskey 봇과 달리, BotKit은 플랫폼 제약 없이 완전한 ActivityPub 서버를 만들 수 있게 도와줍니다.
BotKit으로 할 수 있는 것:
- 멘션, 팔로우 및 메시지에 응답하는 봇 만들기
- 형식화된 텍스트, 멘션 및 미디어가 포함된 풍부한 콘텐츠 생성
- 예약된 게시물 발행 및 대화 자동 관리
- Deno Deploy, Docker 또는 자체 호스팅 서버에 쉽게 배포
문서는 https://botkit.fedify.dev/에서 확인하시고 지금 바로 연합우주 봇을 만들어 보세요!

Honnip
도라노몬 힐즈에 우츄 브루잉 탭룸이 생겼다는 소식을 보고 냉장고에 박혀있던 캔이 생각났다. 상미 기한이 한참 지난 것 같지만 그래도 좋아.. 😇

>>>>>>>
a website just ip-banned me for trying to recursively wget it and in the ban message it linked me to a torrent archive of the website to use instead
based

Honnip
@[email protected] · Reply to Honnip's post
법정동과 행정동의 차이라고 한다. 내가 통계청에서 받은 데이터는 행정동 기준이고, 법정동 기준 데이터는 행안부 주민등록 인구통계 홈페이지나 공공데이터포털에서 확인할 수 있다.

Honnip
주민등록인구현황 통계를 받았는데 누락된 구획이 꽤 많다. 작업하다 알아낸 것만 183개가 넘는데, 담당자가 놓쳤을 것 같진 않고 뭔가 이유가 있나 🤔

CatSalad🐈🥗 (D.Burch) 

Lynnesbæn 
github feature proposal simulator
Bloplang Pull Request #48592: Add zip
method to iterators
This is a proposal to add the
zip
method to iterators. This would allow you to join two iterators together, alternating between results from both. E.g. tens.zip(hundreds)
would give [10, 100, 20, 200, 30]...
. This has been the most requested feature on our wishlist for seven months, and my initial implementation here provides a 12% speed up on the test_cases/thousands_of_types.blop
. 👍 532 👎 12 🚀 226 👀 114 😕 3
BlobBot says: Hi red_bean
! Thanks for opening a pull request to Bloplang! I've run your code, and found this: Maximum regression: 0.05%. Maximum improvement: 12.03%. I've assigned curly_brace
to approve your code. Don't forget to leave a star! 👍 221 🚀 179 👀 12
BlopBot added the "BlopBot Seal of Approval" "No regressions" labels.
I've never heard of "zip" before. Googling it, it seems to be a compression algorithm? Not sure what this has to do with iterators. I suggest naming it
interleave
instead. 👍 23 👎 34
zip
seems to be pretty widely accepted. For example, Rust and Python call it zip
. 👍 27 😕 1
yeah i've never head of zip before. interleave is too long tho, how about weave 👍 54 👎 27
↕️ This comment was marked as off-topic.
ℹ️ requested 1 change.
This
for
loop could be better expressed as amap
. 😕 1
How about
spritz
? In the idiolect of English spoken by my Discord server, spritz
is very commonly used to refer to mixing things together. EDIT If you're going to laugh react, please leave a comment explaining why. 👍 5 😆 143
wtf is a spritz 👎 5 😕 26
↕️ This comment was marked as off-topic.
↕️ This comment was marked as off-topic.
Please don't leave "+1" comments. They pollute the thread and send useless emails. Use the react feature to add thumbs ups to the pull request if you want to express your approval. 👍 118 👎 4
who else is here from reddit? 👎 122 😆 16 😕 33
- [ Click to load 281 additional comments ] *
That's a bug with your Linux distribution’s
zip
command, which has nothing to do with Bloplang. Open a thread on the Fedora forums to discuss that, although they'll probably tell you that Fedora 32 is EOL. 👍 66
Okay, so we have 17 votes in favour of
zip
, 12 for weave
, 5 for spritz
, and somehow only 2 for interleave
. Oh, and 1 each for sprinkle
, intersperse_at_least_two_iterators_with_each_other
, and sum
. I'm beginning to suspect botting. 👍 7 😕 12
Hey read bean
- this pull request is out of sync with
main
. Could you rebase on top of the twelve thousand commits that have occurred since you opened this? Thanks! 👍 63 🚀 2
whats stoping this from being merged? can we get an eta 👍 12 😕 2
It's mostly a debate on the name to use. I'm not sure why people aren't voting for
interleave
. I've provided numerous arguments as to why it's the obvious option, and I've even linked a conversation with ChatGPT 4-o proving that it makes the most sense. Sigh. 👍 2 😕 70 😆 11
ℹ️ Pull request #53223 "Add interleave method to iterators" was marked as a duplicate of this one.
↕️ This comment was marked as off-topic.
🤖 No activity detected for 90 days. 👎 121 😕 89
Stalebot 🤖 marked this pull request as stale.
Conversation locked and limited to contributors.

Honnip
@[email protected] · Reply to Dongha Hwang's post
@luxurycoop 이런 배경이 있었군요. 감사합니다. 커뮤니티에서 합의된 내용이라면 위키에 반영해 두는 것이 좋겠네요.

洪 民憙 (Hong Minhee)
「罷免한다!」

Pascal Garber
🎉 Excited to announce that Learn 6502 Assembly is now available on Flathub!
Modern 6502 Assembly Learning Environment with:
• Interactive step-by-step tutorial
• Code editor with syntax highlighting
• Built-in assembler & debugger
• Visual game console
Perfect for retro-computing enthusiasts, students, or anyone curious about how computers work at a low level.
Available on Flathub: https://flathub.org/apps/eu.jumplink.Learn6502
#6502 #Assembly #Programming #GNOME #Adwaita #Flathub #OpenSource #Learning

pentane
small Nix tool I wrote tonight: nix-binary-cache-gc
https://codeberg.org/cyclopentane/nix-binary-cache-gc
Essentially it's a garbage collector for static binary caches (i.e. directories that statically contain .narinfo and .nar files and that are served by a regular webserver). It's dependency-aware, and uses the #tvix / #snix crates.
(Previously I just deleted all files older than a certain amount of days with find and rm, but that tore up the dependency graphs on the cache and regularly caused errors)

디토
만우절은 끝!!

Honnip
오픈스트리트맵 위키의 초보자 길라잡이 목록을 최신화 했다. Node가 마디로 번역되었다던가 이상한 부분이 있다고 생각하지만 일단은 기존 번역어를 유지하는 걸로.. 🙁 OSM 프로젝트에 깊이 관여하지 않다 보니 전에 결정된 내용을 바꾸기 부담스럽다.
김성일 Sung-il Kim
트롤리가 그냥 가게 내버려 두면 사람이 죽고 경로를 바꾸면 내 옷이 비싸진다, 우리가 수시로 당면하는 문제는 이런 것이지, 스위치를 조작하여 한 명을 살릴 것인가 다섯 명을 살릴 것인가가 아니다.

Dongha Hwang
I was surprised that Forgejo supports Korean, since Github doesn't do so!

mapconcierge
2011年3月11日に日本で発生した東日本大震災から14年。あの日を境に、災害時に役に立つ地理空間情報とはなにかを突き詰めるといった、自分のやりたいことが明確になり今に至っています。答えはシンプルで、『災害時には普段使いしているものしか役に立たない』ことと『災害時は普段当たり前にあるインフラが使えなくなる』という至極真っ当なこの2つの条件で機能する地理空間情報とは何か。そんな漠然とした、けれどもグローバルに通用する答え現在も追い求めて、イタリア・ミラノの地で研究に励んでいます。
14年前はできなかったことも多かったけれど、今、自信を持って言えることは、我々はあの時よりもできることが確実に増えている。あの頃無名だった OpenStreetMap は現在、世界の地理空間情報のインフラを支えている。まだまだ課題も多いけれど、解決すべき課題が明確に見えていることはとてもやりがいがある。
政治的には世界各地で苦しいニュースも飛び交っているけれども、我々はきっと世の中をもっとよくすることができる。
Photo: U.S. Navy photo, Public Domain
#一億総伊能化