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

Oh. My. Goodness.

I'm giving a talk in November at about building Tŵt Cymru, and I was just adding the session to my calendar when I realised...

It's on !!!

I am now going to have to figure out how to incorporate the hashtag into the presentation, and I expect everyone to pile in with their on the day.

I think I'll do a grand finale and load the FediWall up on a screen, assuming I have a screen behind me.

sfscon.it/talks/hiraeth-and-ha

0
0
0
0
0

去過 N 次我校的醫學史博物館,但有館長導覽還是頭一回。於是在法國大罷工日,聆聽了一回只為我們開放的專場講解。
從櫥窗裡的一件展品的來歷開始,延伸到那一個時代的人們的生活、對疾病的應對,當然還有標志性的人物故事,在重要展品時甚至是關聯到整個城市乃至歐洲的的發展,讓我有一種眼光隨著講解徐徐展開穿越歷史的體驗,真的太棒了!
這是我聽過最好的醫學史通識課!

0
0
0
0
0
0
0

断捨離

だんしゃり

decluttering; clearing out past accumulation; minimalism

生活の断捨離をして、本当に大切なことに集中する時だ。

せいかつ の だんしゃり を して、ほんと に たいせつ な こと に しゅうちゅう する とき だ。

It's time to declutter your life and focus on what truly matters.

via tokidokitokyo


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

I will be speaking at Berlin Fediverse Day 2025 berlinfedi.day/en/

My talk title and description are a stub, because I am still thinking about what I want to say. I am taking this talk very seriously.

Everything seems urgent and important. I believe:

- Decentralized media is the only media we have left amidst fascism
- The fediverse and the ATmosphere are the best hopes we have. But neither are sufficient.
- What are our real threats
- What we're doing at Spritely
- What we can all do

0
0
1
0
0
0
0

So the current behavior of Mastodon is if you click the boost button it offers a popup box asking if you want to boost or quote-boost, and if you hold shift and click the boost button it boosts. I have no current plans to ever quote boost because that does not match how I use this website. I wonder if I could reverse that behavior. Click to boost, shift-click to get the unusual menu w/quote boost.

This isn't an option, right? Could I use Tampermonkey?

@mcc here's a jank solution, tested and works

```js
document.body.addEventListener('click', (e) => {
const btn = e.target.closest('button');
if (!btn) return;
if (btn.title == 'Boost') {
Object.defineProperty(e, 'shiftKey', {
value: !e.shiftKey
})
}
}, {
capture: true
})
```

that was fun to figure out, thanks for the nerd snipe.

Ideally you'd target the button with something better than the title property, especially for multi lingual. But whatever, i said it was jank.

0
1
0
0
0
1
0

Satya Nadella is haunted at the prospect of Microsoft not surviving the AI era. In my Notepad 📒 newsletter this week I dig into Nadella's recent comments at an employee-only town hall. Live now for subscribers 👇 www.theverge.com/tech/780946/...

Satya Nadella is haunted at th...

0
0
0
0

Koalice Spolu zahájila hlavní fázi volební kampaně. Současný premiér a předseda ODS Petr Fiala při té příležitosti varoval voliče před drolením hlasů. Zahájení se zúčastnil i předseda KDU-ČSL Marek Výborný a předsedkyně TOP 09 Markéta Pekarová Adamová.

0
0
0
0
0
0
0
0
0
0
0