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
21
0
0
0
11
0
0
0
4
0
0
1
0
50
0

The control of the computer is getting shifted from you, who bought the computer, to the seller of the computer.

This should not happen.
You should be angry about this.
You should refuse to be controlled.
You should resist.

0
15
0
0
1
1
0

YouTube recently changed Studio to show comments by "most relevant" instead of "newest" by default and I cannot sigh hard hard enough. Newest IS most relevant. I want to see the newest comments.

There is no way to change this setting at this time.

Not everything needs to be algorithmic. This is enshittifying the creator experience.

0

I'm not using any LLM or "AI" for anything that I write or draw. Never had, and never will.

I'm making this choice because:

• This technology was built by unethically stealing the hard work of millions without any consent or compensation.

• This technology has and is still constantly scraping data, including personal data, from people without their knowledge or consent, in complete disregard of the privacy laws we have to protect us.

• This technology unnecessarily uses vast amounts of energy in a world where using more energy sadly usually means more pollution.

• This technology is working on devaluating labor in order to enrich even more the already rich, aggravating poverty everywhere.

• This technology is misleadingly being sold as a solution to problems it cannot solve.

• This technology is supercharging disinformation and manipulation online, centralizing an incredible power of influence in the hands of a few controlling billionaires.

• This technology is increasingly being used by authoritarian governments in order to surveil and control the people.

• This technology atrophies our creativity and capability to think, as well as harming our social relationships.

• This technology makes my writing voice feel flat and boring. I'd rather learn to live with my human tipos.

• This technology...

0
0
2
0
0
0

Not sure where asked for feedback about their developer verification program, but they surely didn't talk with devs, civil society, privacy organisations or their users

did since September, and interacted with folks in the Fediverse, forum, email and in person

They all voiced one opinion: "developer verification must be stopped"

@marcpruxMarc Prud'hommeaux has written an open letter, signed by likeminded organisations who want to

Click: f-droid.org/2026/02/24/open-le

0
8
1

On ne m'enlèvera pas de l'idée que tant que l'immense majorité des médias seront possédés par des milliardaires et que leurs revenus sont assurés par la pub, on n'aura pas de débat public sain.

(mébon, si tu dis ça sur une chaîne d'info, on va crier à la censure)

0
4
0
1
0
48
0

YouTube recently changed Studio to show comments by "most relevant" instead of "newest" by default and I cannot sigh hard hard enough. Newest IS most relevant. I want to see the newest comments.

There is no way to change this setting at this time.

Not everything needs to be algorithmic. This is enshittifying the creator experience.

0
0
0
3
0
0
0

🚨 ONLINE PANEL: Protecting the Right to Safety: Responding to Bill C-12 | February 25, 11:30 AM EST

is on the verge of becoming law. If it passes, it will fundamentally change who can access refugee protection in .

@cercmigration.bsky.social is bringing together leading experts and advocates for an urgent online panel discussion about what’s in this bill, what it means for asylum seekers and migrants, and what we can still do.

👉️ REGISTER: torontomu.ca/global-migration-

ONLINE PANEL: Protecting the Right to Safety: Responding to Bill C-12 | February 25, 11:30 AM EST
0
0

A couple of months ago a family friend had a very serious health issue and he couldn't move or speak much. So I put together a web app with a set of phrases, connected to a game controller, in a way that he could just select phrases from the list to communicate. Luckily this person got better quickly, and this app was no longer needed, but I decided to improve this experiment and publish it as an Open Source project.

So, this is VoxEase. It can be operated with a mouse, a touch screen, a computer keyboard, a game controller using a single hand, or you can set it to scan the list of phrases automatically so you only need to press one button to pick your phrase.
It only requires a modern browser and once downloaded it works offline.
It supports multiple languages and it can also be used by people with sight impairments (it works with screen readers).

Any suggestions on how to make it better are welcome!

Link: turisc.github.io/voxease/

0
25
0
0
0
0
0
0
7
0
0
3
0

What if... you had one Fedi account on a generic headless server that simply hosts and federates your data... and had C2S UIs for microblogging, long form writing, media editing and sharing, link aggregation, games, fitness tracking, and so on, that all used that same Fedi account. Technically, it's a similar concept as ATProto (but no relay and app view) and Solid Pods (but no RDF).

It seems possible... if we can improve the AP C2S API/protocol sufficiently.

0

RE: mstdn.social/@stshank/11612740

For me 1Password has not grown significantly in value or capabilities. I am stuck at the old version on Mac to avoid their pig electron app.

While I still depend on parts (migration is hard), the rest of the family is fully on Apple passwords.

0

The first time you click a Fediverse button on my site, you’ll be asked to enter your home instance — in other words, your own Fediverse server. This can be a self-hosted instance or a platform like Mastodon, Pleroma, and others.

Once that’s set, clicking on an “Also on” syndicated post link will open the corresponding URL directly inside your own Mastodon instance. From there, you’ll see it as a native Mastodon post, which means you can reply, boost, or favourite it just like any other post in your timeline.

The same logic applies to the “Fediverse” sidebar widget. It reads the instance you previously saved in your browser’s localStorage and uses it to trigger a remote follow request directly from your own Mastodon account.

🔗 https://rmendes.net/notes/2026/02/24/bada4

0
0
0
0
10
0

Found a copy of ZEXALL, assembled natively for the Z80 (ZEXALL.COM), the z80 instruction exercizer, one of the suite of z80 emulation test tools, but for CP/M. I'd run many of these early on, compilable C versions that ran in Teensy. This is the first time in most of year since I've run one.

On CP/M it runs about twice as fast as a reported overlocked 25 MHz z80 chip, consistent with my half-assed estimate of mine being 60 MHz equiv. This doesn't matter and I don't care; it's way over "fast enough", more than 10X any real machine end to end.

But under MP/M, wow.

ZEXALL.COM runs

CP/M: 19:30 (19 min 30 sec)
MP/M: one instance running: 23:27
MP/M: two copies running: 46:50

Now that's low overhead! This is with four consoles active and the margin clock running, and for about a minute or two, me poking at a console. Oh, that console was nearly unusably slow, but it worked fine. 20/40 minutes of solid CPU utilization, no I/O, is a good test of simple preemptive task switching.

MP/M with the modern four window display, USB, and SD cards is revealing the just fabulous and forgotten/neglected work DR did.

Real multitasking on the crappy z80, 13 years before Windows 98 brought same to the x86.

0

The scary and beautiful thing about AI is it's going to make a lot of stuff become "I can use it, but I have no idea how it works". Many more people drive cars and have no idea what happens when they press on the accelerator, I mean none at all, than know anything about it. I think that is good. Most of us go to the grocery and get food with no clue what is required to get it there. Back when the first market opened there were prob old farts cursing that people didn't know where food came from.

0
0
0

Dear 1Password: Just bite the bullet and say "Important: We’re increasing the cost of your subscription." Because we all know what "updating the cost" in the subject line will mean.

Also, aren't subscriptions supposed to pay for ongoing development and innovation?

Gripes aside, I like 1Password.

Screenshot of this text:

While 1Password has grown substantially in value and capability, our pricing has remained largely unchanged for many years. To continue investing in innovation and the world-class security you expect, we’re updating pricing for Family plans, starting March 27, 2026.
Current vs New Pricing:
Current price: $59.88 USD / year
New price: $71.88 USD / year
0