What is Hackers' Pub?

Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.

0

轉臉書
沈伯洋

摘:
大家常以為「還有十天補件」。但一旦補件,就會直接往後加五十天。
這樣一來,投票時間會剛好被藍白的四大公投綁架,整場大罷免運動將被拖入陷阱。

但 426 遊行打壞了節奏,讓原本要簽的人,受到人情動員的影響,反而猶豫。我粗估至少十個選區已明顯受到影響。

這兩個禮拜以來,挑釁明顯變很多,而且句子都固定是「罷免賴清德」、「你拿多少錢」等等。對方已經明顯情緒動員。

罷團們撐得太久了,不要讓他們輸在這裡。
最後一仗,大家一起打。

facebook.com/pumashen/posts/pf

0
1
0
0

New blog post! A bug in GTA San Andreas lay dormant for over 20 years, until unrelated changes in Windows 11 24H2 triggered it. This is a deep dive into how a simple coding mistake erased all seaplanes from the game and made them completely unusable.
cookieplmonster.github.io/2025

0
0
0
0
0
0
0
1
0

RFC 9750: The Messaging Layer Security (MLS) Architecture, B. Beurdouche, et al., rfc-editor.org/info/rfc9750 The Messaging Layer Security (MLS) protocol (RFC 9420) provides a group key agreement protocol for messaging applications. MLS is designed to protect against eavesdropping, tampering, and message forgery, and to provide forward secrecy (FS) and post-compromise 1/4

0
0
3
0
0

앱 디자인을 참고하려고 쓰레드를 깔아봤는데, 볼수록 디자인이 참 좋다. 문외한이 봐도 뭔가 깔끔하고 고수들이 만든게 느껴진다.

근데 그 아름다운 디자인위에 뜨는 컨텐츠들기 그렇게 소음공해일수가 없다. 뭐 틱톡은 어처구니없어서 웃기기라도 하지 이건 정말...

2
1
0

私ごときが言うことじゃないけど、某所で流れてる、学習者にすぎない人の書く中国語情報はなぜあんなにもいい加減なものばかりなのか。
「中文ということばは、中国語を習ってる人がそれを自慢するために使う言葉」って書いてる人を見たことがあって、ことばを失ったもの。
私は中国語を理解しているから教えてあげますとも書いてて、本当に呆れてしまった。

0
0
0
0
0
0

I interviewed Sean DuBois last week about OpenAI’s .

My learnings:
- The Realtime API with WebRTC implementation is more about speed and pragmatism vs. some grand architectural vision
- TURN isn't critical anymore - use ICE TLS
- Many of WebRTC’s audio enhancements are not a priority
- Media over QUIC is not on the horizon there
- WebRTC is about more than LLM↔voice interaction

📺 Watch the lightly edited video and explore the annotated transcript here: webrtchacks.com/openai-webrtc-

0
0
0
0
0
0

So regarding the Bluesky check marks, they're basically the equivalent of TLS certificate authorities, and everyone agrees, yes?

But I see some "well someone could trust a different set of CAs so maybe it's kinda decentralized?"

Do you know anyone who installs custom certificate authorities in their browser?

Me neither.

0
0
0

간만에 필받아서 aider 커꾸(commit 꾸미기) 함.
gum 이라는 훌륭한 쉘꾸 도구 + git pretty format + delta 썼어요

# Define the git log format string with color formatting for better readability
local GIT_FORMAT="%C(bold yellow)Hash:%C(reset) %C(bold cyan)%h%C(reset) %C(dim white)(%cd)%C(reset)%n"
GIT_FORMAT+="%C(bold yellow)Author:%C(reset) %C(bold white)%an%C(reset) %C(dim white)<%ae>%C(reset)%n"
GIT_FORMAT+="%C(bold yellow)Message:%C(reset) %C(bold white)%s%C(reset)"

# Define the date format
local DATE_FORMAT="%Y-%m-%d %H:%M:%S"

# Perform the commit with aider and show a styled commit summary
aider --commit && \
gum style \
  --border rounded \
  --padding "0 2" \
  --border-foreground 39 \
  "$(git log -1 \
      --pretty=format:"$GIT_FORMAT" \
      --date=format:"$DATE_FORMAT" \
      --color=always)" && \

# Show detailed changes using delta for side-by-side diff with line numbers
git show -1 --color=always --stat --patch | delta --side-by-side --line-numbers
2
0
0

MacOS users, I have another question for you today.

I use Apple Music for all of my music streaming and I have a playlist that has both music and videos within the same playlist.

My issue is, whenever a music video begins to play, my Mac shifts focus to the Apple Music window automatically which I don't want it to do.

Is there a way to prevent this without removing the videos from the playlist?

0
0
0
0
1
0
1
0
0
1
0
0
1
1
0
0