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.

hi frens. i've been making a very silly little bookmarking app for a few weeks now. the play store apparently now requires *twelve* active (closed) testers for two weeks before i'm allowed to push this dumb little thing to prod.

if you're willing to install it on an android device, please email me.

0
0
2
0
0
0
9
0
0
0
1
1
2
0
0
1

Since its genocidal war on Gaza began in October 2023, Israel has expended vast amounts of money and manpower on levelling the Palestinian territory and destroying its institutions.

It has killed more than 72,000 people in achieving this end, including tens of thousands of children and women — with some independent researchers suggesting that the death toll is higher than 75,000.

Simon Speakman Cordall

aljazeera.com/news/2026/2/19/t




A mother is embracing her crying daughter.
0
0

내일 마감! 🔥차별금지법 찬성 의견 지금! 남겨주세요! 정춘생 의원의 2번째 차별금지법도 발의되었습니다. 윤석열 퇴진을 이끈 광장의 시민들이 꼽은 1위 과제 '차별금지법 제정' 찬성 의견을 작성해주세요! 국회 페이지에서 ① 회원가입/로그인 ② ‘의견등록’ 클릭 예) 차별에 대한 단호한 대응, 차별금지법 제정이 필요합니다! 예) 모든 이가 차별받지 않는 존엄 사회를 위해 차별금지법 제정에 찬성합니다! ➡️마감 2월 24일 (바로 내일!) *제출된 의견은 의견수렴기간 마감후 국회에 제출됩니다. ➡️링크 bit.ly/3OehBpK

차별금지법에 찬성의견 지금! 남기기! 첫번째 홍보물입니다.

정춘생 의원의 2번째 차별금지법도 발의되었습니다.
역시나 적극 반대 의견들이 수천 건씩 달리고 있습니다.
지금 바로, 차별금지법 찬성 의견을 남겨주세요!차별금지법에 찬성의견 지금! 남기기! 두번째 홍보물입니다.

윤석열 퇴진을 이끈 광장의 시민들이 꼽은 
1위 과제 '차별금지법 제정' 
찬성 의견을 작성해주세요! 

아래 국회 페이지에서,
① 회원가입/로그인
② ‘의견등록’ 클릭차별금지법에 찬성의견 지금! 남기기! 세번째 홍보물입니다.

예) 차별에 대한 단호한 대응, 차별금지법 제정이 필요합니다! 
예) 모든 이가 차별받지 않는 존엄 사회를 위해 차별금지법 제정에 찬성합니다! 

➡️입법예고 마감: 2월 24일 (바로 내일이예요!)
* 제출된 의견은 의견수렴기간 마감후 국회에 정식으로 제출됩니다

➡️링크: http://bit.ly/3OehBpK
0
2
0
0
2
0
0
0
0
0

Fedify 2.0.0 is here!

This is the biggest release in Fedify's history. Here are the highlights:

  • Modular architecture — The monolithic @fedify/fedify package has been broken up into focused, independent packages: @fedify/vocab, @fedify/vocab-runtime, @fedify/vocab-tools, @fedify/webfinger, and more. Smaller bundles, cleaner imports, and the ability to extend ActivityPub with custom vocabulary types.
  • Real-time debug dashboard — The new @fedify/debugger package gives you a live dashboard at /__debug__/ showing all your federation traffic: traces, activity details, signature verification, and correlated logs. Just wrap your Federation object and you're done.
  • ActivityPub relay support — First-class relay support via @fedify/relay and the fedify relay CLI command. Supports both Mastodon-style and LitePub-style relay protocols (FEP-ae0c).
  • Ordered message delivery — The new orderingKey option solves the “zombie post” problem where a Delete arrives before its Create. Activities sharing the same key are guaranteed to be delivered in FIFO order.
  • Permanent failure handlingsetOutboxPermanentFailureHandler() lets you react when a remote inbox returns 404 or 410, so you can clean up unreachable followers instead of retrying forever.

Other changes include content negotiation at the middleware level, @fedify/lint for shared linting rules, @fedify/create for quick project scaffolding, CLI config files, native Node.js/Bun CLI support, and many bug fixes.

This release includes significant contributions from Korea's OSSCA participants. Huge thanks to everyone involved!

This is a major release with breaking changes—please check the migration guide before upgrading.

Full release notes: https://github.com/fedify-dev/fedify/discussions/580

Fedify 2.0.0을 릴리스했습니다!

Fedify 역사상 가장 큰 릴리스입니다. 주요 변경 사항을 소개합니다:

  • 모듈형 아키텍처 — 기존의 단일 @fedify/fedify 패키지를 @fedify/vocab, @fedify/vocab-runtime, @fedify/vocab-tools, @fedify/webfinger 등 독립적인 패키지들로 분리했습니다. 번들 크기가 줄어들고, 임포트가 깔끔해지며, 커스텀 어휘 타입으로 ActivityPub을 확장할 수도 있습니다.
  • 실시간 디버그 대시보드 — 새로운 @fedify/debugger 패키지로 /__debug__/ 경로에 라이브 대시보드를 띄울 수 있습니다. 연합 트래픽의 트레이스, 액티비티 상세, 서명 검증, 로그까지 한눈에 확인할 수 있습니다. 기존 Federation 객체를 감싸기만 하면 됩니다.
  • ActivityPub 릴레이 지원@fedify/relay 패키지와 fedify relay CLI 명령어로 릴레이 서버를 바로 띄울 수 있습니다. Mastodon 방식과 LitePub 방식 모두 지원합니다(FEP-ae0c).
  • 순서 보장 메시지 전달 — 새로운 orderingKey 옵션으로 “좀비 포스트” 문제를 해결합니다. DeleteCreate보다 먼저 도착하는 문제가 더 이상 발생하지 않습니다. 같은 키를 공유하는 액티비티는 FIFO 순서가 보장됩니다.
  • 영구 전달 실패 처리setOutboxPermanentFailureHandler()로 원격 인박스가 404나 410을 반환할 때 대응할 수 있습니다. 도달 불가능한 팔로워를 정리하는 등의 처리가 가능합니다.

이 외에도 미들웨어 수준의 콘텐츠 협상, @fedify/lint, @fedify/create, CLI 설정 파일, 네이티브 Node.js/Bun CLI 지원, 다수의 버그 수정 등이 포함되어 있습니다.

이번 릴리스에는 한국 OSSCA (오픈소스 컨트리뷰션 아카데미) 참가자분들의 큰 기여가 담겨 있습니다. 참여해 주신 모든 분께 감사드립니다!

브레이킹 체인지가 포함된 메이저 릴리스입니다. 업그레이드 전에 마이그레이션 가이드를 꼭 확인해 주세요.

전체 릴리스 노트: https://github.com/fedify-dev/fedify/discussions/580

3
0
0
1
0
0
1

Was talking with someone about my 67 hour Rust+ed(1) coding adventure over the holidays and they said I should have deleted the whole thing at the end. In retrospect, that would have been epic--a missed opportunity to make the whole thing like a sand painting.

0
0
0
0
0

LLM을 칩 위에 ‘인쇄’하는 Taalas의 방식
------------------------------
-
Taalas 는 Llama 3.1 8B 모델을 *ASIC 칩* 에 직접 새겨 넣어 초당 *17,000토큰* 추론 속도를 달성한 스타트업
- GPU 기반 시스템보다 *10배 저렴하고, 10배 적은 전력* , 그리고 *10배 빠른 추론 성능* 을 주장함
- 모델의 *가중치를 실리콘 트랜지스터로 직접 새겨 넣는 구조* 로, GPU의 메모리 병목을…
------------------------------
https://news.hada.io/topic?id=26896&utm_source=googlechat&utm_medium=bot&utm_campaign=1834

0
0
0
13
0
0
0
0
0
0

260223의 주제는
1.모기
2.목소리
3.아름다움이 화를 부른다

원하는 주제를 고르시거나, 모든 주제를 엮어 창작하셔도 좋습니다.

편하신 시간대에 1시간 동안 전력을 다해주세요.
글/그림/수공예/그외 모든 창작물 가능.

툿을 올리실 때 @daily_1hour매일_전력_1시간 계정을 태그해주시면 그날 밤~다음 전력 주제 발표 전까지 리노트합니다.
(툿이 리노트할 수 없는 상태라면 마음/북마크만 찍습니다.)

NSFW 컨텐츠의 경우 반드시 CW를 걸어주세요

0
0
0
0
0
0
1

Well, the sunshine ended up being not that timid.

I've lived across the river from Netley Abbey for half my life, but never visited it until today. It's really cool. Saw a buzzard too, but didn't get a photo.

Photo of a ruined 13th century abbey. 

The top of the photo shows clear blue skies, with vibrant green grass below. In the middle, a jumble of ruins.
0
5
0
2
1
0
0
0
0

"Arbeitgeber-Direktor: «Löhne müssen nicht zum Leben reichen»
Es sei nicht Aufgabe von Unternehmen, existenzsichernde Löhne zu zahlen, sagt der Direktor des Arbeitgeberverbands."

bluewin.ch/de/news/wirtschaft-

Ich saß in BWL- & VWL-Vorlesungen. Dieser Scheiß flächendeckend genau so an Unis unterrichtet.

Diese Denkschule heißt Neoklassik. Obwohl auf allen Ebenen widerlegt, gibt es ein politisches Interesse (=Machterhalt), dass diese Propaganda unterrichtet wird.
de.wikipedia.org/wiki/Neoklass

🧵 1/3

0
0