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
0

Remember the "You wouldn't steal a car" PSA? Turns out they pirated both the font AND the music. Exhibits:

font info: fontsinuse.com/uses/67480/pira

pirated font embedded in this PDF: web.archive.org/web/2005122320

and about the music: theransomnote.com/music/news/a

EDIT: more context re the composer, music, and royalties; the story is ofc more nuanced and apparently debunked: torrentfreak.com/sorry-the-you

screenshot of piracy PSA PDF opened to view the embedded fonts and the offending font is called XBANDRough
0
0
0

looking at some malware that has a string encryption routine and a string decryption routine

it encrypts a string and immediately decrypts it

the original string is there in the binary

(all these pairs of functions implement the same silly XOR algorithm in slightly different code. yes, i've lifted them to LLVM IR to check if they really do that. yes, they do)

0
0

something funny about about the terminal is how there are ALWAYS exceptions

like yesterday I said that the OS is in charge of sending signals when you press `Ctrl+C`, which is mostly true

BUT someone pointed out that if you use kitty, kitty has its own special mechanism for sending signals when you use a keyboard shortcut where it tries to guess the right PID to signal (github.com/kovidgoyal/kitty/bl)

it always feels hard to explain why I still feel comfortable in such a chaotic environment

0
0
0
0
0
0
0
0
0

Remember the "You wouldn't steal a car" PSA? Turns out they pirated both the font AND the music. Exhibits:

font info: fontsinuse.com/uses/67480/pira

pirated font embedded in this PDF: web.archive.org/web/2005122320

and about the music: theransomnote.com/music/news/a

EDIT: more context re the composer, music, and royalties; the story is ofc more nuanced and apparently debunked: torrentfreak.com/sorry-the-you

screenshot of piracy PSA PDF opened to view the embedded fonts and the offending font is called XBANDRough
0
0
0

個人私事

盤點一下第一天不主動聽音樂 podcast 跟 YouTube 影片。

今天早上到下午戒斷症狀特別明顯,走在路上就想把耳機抓出來隨便放首歌,隔絕自己與這個世界。因為不能這麼做,其他感官似乎被放大了,觸覺、嗅覺、視覺、味覺受器不斷傳送訊息到中樞。也許是因為這些感受通常會被聽覺覆蓋,所有周圍的東西都變得特別清晰,我想這也是今天感到焦慮的原因之一。(今天沒有特別喝咖啡。)

到了晚上沉浸工作中,同樣暫時能舒緩焦慮,但一停止,所有感受會再度湧現上來。

今晚去河堤跑了今年第一次步。雖然跑不遠也不快,但在跑的當下意志力一直集中在下一盞路燈上,完全無暇焦慮。最神奇的是跑完之後,焦慮感好像就消失了,到現在還沒回來。(所以也許自己一大部分的心病是運動加上不過度刺激感官可以解決的事?有什麼科學根據嗎?)

洗完澡,現在躺在床上愜意地寫下這篇嘟文。明天的憂慮就留給明天吧。

大家晚安。

跑步程式部分截圖。跑了 3.04 公里,平均一公里 7 分 46 秒。
0

Still playing around with on my Desktop PC and to be honest I thought I'd hate it but you know what ? It's actually kind of growing on me. Yes I know I can use with but the stuff is kind of nostalgically nice, A blast from the past. Also I'm not that worried if I break it as I can just reinstall and start again until I figure it out totally.
What are desktops / terminals and so on are you OpenBSD folk running on your setups ?
0
0
0
0

Relay LSP의 Go to Definition 기능이 VSCode에선 잘 되는데 Zed에서만 안 먹길래 디버깅을 해 봤는데 TS 서버가 Go to Definition 요청을 가로채가고 있던 거여서 (...) 모든 언어 서버에 요청을 날리고 응답을 병합하는 식으로 동작하도록 수정해서 PR을 날려보았다 (VSCode도 동일하게 동작함)

8
4
0
0
0
0
0
0
0
0
0

Assuming peps.python.org/pep-0773/ gets accepted, the Python Launcher for Unix is going to get a `py list` subcommand. One wrinkle is the automatic use of virtual environments in the Python Launcher for Unix. So I need to decide on a CLI flag to exclude virtual environments. That flag should be:

0
0
0
0
0
0
0

PSA: nick & I have created militant joy cards! Drawing from Joyful Militancy, the cards offer quotes, nudges, quips & reminders to help us tune into our collective capacities. There's no grand correspondence to elements or astrology in these cards -- they're militant, joyful & fun!🎴 they're nerdy af too. page numbers are included for each quote used and they're orgnized in 8 themes/categories...
COMING SOON

akpress.org/joyful-militancy.h

a black and cream coloured graphic with a teasel/thistle on it. there is gold ribbon woven into the stem.
0
0
0

小時候在吃飯前,會有個習慣
我會用拇指跟食指捏著一把空氣
然後像撒佐料一般對我的飯菜的施放「好吃魔法」🤏

有一次我在我媽剛煮好的飯菜上施放好吃魔法
結果被誤會我在惡作劇把灰塵放進食物裡在糟蹋食物,最後挨了頓揍

爾後,我的魔法就消失了

0

Fellow AI skeptics, please do not come into my mentions to yell at people describing their positive experiences with AI when I have explicitly solicited those experiences in order to achieve a better understanding. We cannot illustrate the poor balance of a cost-benefit ratio when we refuse to learn about the benefits, and it sure doesn't do our credibility any favors to be seen publicly *refusing* to even learn what the benefits are.

0
0
0
0
0

Relay LSP의 Go to Definition 기능이 VSCode에선 잘 되는데 Zed에서만 안 먹길래 디버깅을 해 봤는데 TS 서버가 Go to Definition 요청을 가로채가고 있던 거여서 (...) 모든 언어 서버에 요청을 날리고 응답을 병합하는 식으로 동작하도록 수정해서 PR을 날려보았다 (VSCode도 동일하게 동작함)

8
0
0
0

Mastodon's imminent new age gate functionality will not count as "highly effective age assurance" for the purposes of the UK's , because it relies on user-declared age.

And that's fine; not everything is about the UK or the OSA. But I know that someone will ask, so I'm getting in first!

github.com/mastodon/mastodon/d

0
0
0
0
0