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
1
0
0

Trump lies that inflation is down at 1.7 percent, when in fact it is at 2.4 percent.

Trump says he has lifted 2.4 million off of food stamps. In reality, Trump has introduced requirements which many do not meet, thereby denying food stamps to those in need.

Trump also claims that his tariffs are saving the US and will continue, all applause stops, and the camera cuts to Chief Justice Roberts who looks worried (picture 2).

1/8

0
3
0
0
1

주식 오르는 거 좋은 건지 모르겠다.....이런 집단 경험이 오히려 국가 공동체에겐 해가 될 수도 있을지 몰라서.....코인 열풍을 겪은 우리 세대 남자들이 어떻게 되었는지를 보면.....그냥 진짜 노동소득 아닌 것이 너무 가치를 받는 걸 보고 그 가치가 한탕에 오르락 내리락 하는 것을 보는 것 자체가 공동체 정신에 해가 되는 것 같아.....

0
0
0

ビリビリのAI吹き替えがすごい。ところどころおかしいけれど、YouTubeの棒読み吹き替えに比べれば、こっちのほうが違和感が少ない。あと、このビデオのAgent Skillsの作り方がわかりやすかった。SKILLS.mdから分割していくといいのか。なるほど

手把手彻底学会 Agent Skills!【小白教程】_哔哩哔哩_bilibili: bilibili.com/video/BV1G3FNznEi

手把手彻底学会 Agent Skills!【小白教程】_哔哩哔哩_bilibili

一次搞懂Agent Skills原理~还有秋芝技能生成器~手把手带你做出自己的Skill!感谢朋友们的三连+关注~, 视频播放量 281616、弹幕量 541、点赞数 15512、投硬币枚数 10853、收藏人数 20848、转发人数 3269, 视频作者 秋芝2046, 作者简介 AI很单纯,复杂的是人~ 嘻嘻~|加入秋芝2046团队请投递简历join@qiuzhi2046.com,相关视频:从0开始“做”一个Agent!【n8n草履虫教程】,【闪客】一口气拆穿Skill/MCP/RAG/Agent/OpenClaw底层逻辑,【吴恩达】2026年公认最好的【Agent Skills】教程!大模型入门到进阶,一套全解决!Agent Skills with Anthropic—附课件代码,Agent Skills (Claude Skills) 详细攻略,一期视频精通,Trae 保姆级教程|AI 编程工具完整入门,实战项目手把手教学,Agent Skills傻瓜式教程!26年最火AI技术就这?,【全30集】即梦+豆包+剪映,2小时快速掌握AI视频制作技巧,手把手教你从0到1制作AI短片!小白适用!学完即接单,带你玩转AI视频赛道!,【吴恩达】2026年公认最好的【Agent智能体】教程!大模型入门到进阶,一套全解决!Agentic AI—附带课件代码,【2026版】这绝对是B站唯一将Agent Skills从入门+实战讲明白的教程,手把手带你从入门到代码实战开发,存下吧,比啃书好太多了!拿走不谢,允许白嫖!,用神器Claude Code!打造贴身AI秘书团【小白教程】

www.bilibili.com

0
0

One thing I find a bit disappointing is that the Sanitizer API is [Exposed=Window] only, so there's no way to use it server-side in Node.js or Deno. A simple sanitize(html: string): string method would have been enough to retire a whole category of npm packages. The irony is that sanitizing untrusted HTML is arguably more common on the server—that's where you receive user input, store it, and render it back.

For now, server-side JavaScript still has to rely on DOMPurify (dragging jsdom along with it) or something like sanitize-html, each shipping its own HTML parser that may subtly disagree with how browsers actually parse markup—which is exactly the problem this API was supposed to solve.

https://hacks.mozilla.org/2026/02/goodbye-innerhtml-hello-sethtml-stronger-xss-protection-in-firefox-148/

0
0
2
0
0
0
1

바닷속 올가미 ‘탱글넷’ 걸려 죽는 생물들...대안은?:
세계 여러 해역에서 탱글넷과 유령 어망이 바다거북, 고래, 조류 등 다양한 종을 무차별적으로 해치는 주요 원인으로 부각되고 있다. 단순한 플라스틱 폐기물이 아닌 바다를 순환하는 덫인 이 어망들은 멸종위기종을 비롯한 해양생물에게 심각한 위협이 되고 있어 전 세계 어업 방식 변화와 어망 규제가 필요하다는 목소리가 나온다. 해양 생명 갉아먹는 탱글넷과 유령 어망영국의 환경·생태 전문매체 Inside Ecology는 20일 매년 수십만 마리의 해양 동물이 상업용 어망에 우연히 걸려 죽는다고 보도했다. 특히 상어, 가오리, 홍어류가 큰 위험
newspenguin.com/news/articleVi
(2026-02-25 11:25:34)

0
0
0

Uber의 글로벌 레이트 리밋 시스템
------------------------------
- 우버는 초당 수억 건의 RPC를 처리하는 수천 개의 마이크로서비스 환경에서, *글로벌 속도 제한기(Global Rate Limiter, GRL)* 를 구축해 통합된 과부하 보호 체계를 확립
- GRL은 클라이언트-애그리게이터-컨트롤러로 구성된 *3계층 피드백 루프* 아키텍처로, 로컬에서 요청을 판단하면서도 수 초 내 글로벌 조율…
------------------------------
https://news.hada.io/topic?id=26970&utm_source=googlechat&utm_medium=bot&utm_campaign=1834

0
1

One thing I find a bit disappointing is that the Sanitizer API is [Exposed=Window] only, so there's no way to use it server-side in Node.js or Deno. A simple sanitize(html: string): string method would have been enough to retire a whole category of npm packages. The irony is that sanitizing untrusted HTML is arguably more common on the server—that's where you receive user input, store it, and render it back.

For now, server-side JavaScript still has to rely on DOMPurify (dragging jsdom along with it) or something like sanitize-html, each shipping its own HTML parser that may subtly disagree with how browsers actually parse markup—which is exactly the problem this API was supposed to solve.

https://hacks.mozilla.org/2026/02/goodbye-innerhtml-hello-sethtml-stronger-xss-protection-in-firefox-148/

0
1
0

Is there some technical explanation for why so many games seem to have that bleached pastel look on pretty much everything that's in direct sunlight?

I'm guessing it's some UE default most of the time, but practically every time I look at game footage or screenshots and immediately think "yep that's a game" it's because of... whatever is doing that.

Seems like some tonemapping operator that desaturates highlights or something.

0
0
0
1

I has to dip early and have been busy straight since then. But here's my closing thoughts.

First the positives:

I met some people I have been meaning to meet, and a few people came up to me because they were aware of projects I work on and wanted to express their gratitude. So that's obviously validating.

I flyered for Fediverse Night at @foulab (tomorrow night and every last Wednesday of the month!) and a few people had hears of it or were into the initiative.

0
0
0

◇서울시장이 된다. 그다음은 대선에 나가십니까? ◆저는 그래서 늘 말씀드렸는데 서울시장이 대권을 바라보는 순간 불행해졌습니다. 모든 시장이. 시민만 바라보는 시장이 필요합니다. (중략) ◇그러니까 대권에 나중에라도 안 나가세요? ◆전혀 생각이 없습니다. ◇지금은 아니고 전혀 생각이 없나요? 알겠습니다. 왜냐하면 서울시장은 늘 대선주자감이 하는 자리였기 때문에 여쭤보는 거고요. ◆그래서 시민들이 불행한 겁니다. 정원오 멘트 개웃김 ㅅㅂ ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ ㅠㅠㅠㅠㅠㅠㅠㅠ

RE: https://bsky.app/profile/did:plc:e4a32z23pazq5dxnucj6wpee/post/3mfmbgezfic2m

0
0

'두바이 쫀득 쿠키' 등 디저트 업체 위생 불량 81곳 적발
(서울=연합뉴스) 유한주 기자 = 식품의약품안전처는 두바이 쫀득 쿠키 등 디저트류를 조리해 배달·판매하는 음식점과 아이스크림 무인 판매점 4천1...
yna.co.kr/view/AKR202602250387

0

android needs the equivalent of a "caffeine" quick settings button that temporarily prevents the device from going to sleep or turning off its screen

EDIT: it has this! i just missed it because it's buried in the edit view for the quick settings tiles

EDIT 2: it might only be a thing on some ROMs. lineage 23.2 has it

0

Hey, side of Mastodon, I have a

Is Squarespace actually good? Is Wix actually good? Is there a superior option out there?

I know it's possible to learn HTML but I don't really want to do that, and I also don't really want to spend the money commissioning someone who can make a good website themselves.

My goal is to make an author website where I can promote my works, have a portfolio, publish some stories, and have a small blog.

0
0

now, i'm not super convinced a vibecoded experimental rebuild won't have its own quality issues (even some stuff in README gives me pause). but i think it could at least show which problems aren't inherent and are just implementation issues or tradeoffs that can be tweaked. imo that's good for Next

0

반면 이를 긍정적으로 바라보는 이들의 공통된 인식은 ‘믿을 수 있는 사람을 만날 가능성이 높다’는 점이었다. 번호를 따인 경험이 있는 주씨 역시 이러한 유행에 대해 “서점은 건실하고 지적인 사람이 올 거라는 예상 때문에 더 괜찮은 이성을 만나려고 이런 현상이 생긴 것 같다”며 “서점 일대가 조용하니 번호를 묻기도 편하다고 느끼는 것 같다”고 말했다. 아니 서점에 책을 사러오는게 아니라 번호를 따러 오는거에서 이미 믿을수있는 사람 탈락이라고!!!!

RE: https://bsky.app/profile/did:plc:gjre7jpbekaspurtrikuwwfn/post/3mfnmadoohc2u

0
2

so in that sense if something else lets people write in the Next.js programming model while Next.js itself is fixing the quality issues, it's probably a win for Next.js too. because either Next.js solves those issues and finds itself at a stronger place, or it doesn't and then it loses relevance.

0
0
0
0
0
0
1

그냥 든 생각인데
당연히 언어가 다르니까 완벽하진 않지만
일본어랑 한국어가 어느정도 공유되는 뉘앙스가 있는 언어라서 다행이야(?

아니
그치만
생각해보세요
오니쨩 오니상 이러는데
브로. 브라더. 이러는 거 상상하면
내가코리안이라다행이다
하게되는거야

1
0
0
0
0
0
6
0