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

so uh
we rescued a set of 4K movie film scanners

does anyone need a set of 4K movie film scanners

if you have a need for a cinema film scanner (or can give it a good home!), and can arrange to have it transported from the Seattle area, message me on fedi or e-mail me at hello@alyx.sh

a big set of Spirit 2K film scanners. they look cool as fuck. they're beautiful brushed stainless steel on the sides and a big glass view door to watch the film transport mechanims

they're in a garage
0
43
1
0
0
1
0
1
1
1
1
0
5
0

I'm a software developer and sysadmin who could really use being .

What I'd really like to do is Rust, but once you ignore the dubious crypto and AI stuff, there seems to be nothing out there. Prove me wrong with a counterexample!

I've spent decades fixing Enterprise mudballs mostly written in . If you've got a crufty legacy system that everybody else is too scared to touch, I'm your man. I love fixing stuff like that.

I've also done commerical , , /#C++, and although I don't usually admit it on my CV but these are now Trying Times when everything is on the table, even (the longest six months of my life).

Perl naturally leads into Unix system administration and infrastructure. I've built and maintained mail clusters, VoIP systems, network monitoring, DNS management platforms, that sort of thing. If it's non-sexy but something which needs to be done, I'm there.

Available immediately, for contract or permie, onsite in Amsterdam/Randstad or remote to anywhere.

Drop me a private mention or mail peter@mooli.net if you have or know of something.

0
8
0
0
0
1
0
0
1
0
7
0
1
0
0
1
0
1
0
0
0
0

Vivaldiさんが二進数で投稿していて、スレッドも二進数や16進数でコメントしている投稿が並んでいて面白い :blobcatlaugh:

ちなみに元投稿の二進数を変換すると「We make Vivaldi because we love the web.」(私たちはウェブを愛しているからこそ、Vivaldiを作っています。)のようです。

[参照]

0
0

写真部展向けに​:misskey:​ヶ丘写真集作りたさはあるのだけど、どうせなら普通の住宅地になってしまうところまで撮って一つの風景の終わりまでまとめたいのよね​:meowflushed:
つまり、今年作っちゃうと、確実に「完全版商法」をやることになるところが引っかかりどころさん
:meow_umm:

1
0
0

はじめての百合スタディーズ의 品田玲花 '백합의 역사' 기고문 읽었다. 특히 흥미로웠던 부분이 百合姉妹 첫호(2003년)의 백합 계보가 어떤 작품들을 언급했고 어떤 작품들을 언급하지 않았는가에 대해서였다.
이 기고문에서는 현시대 '백합'을 여성(으로 설정했거나 그렇게 보이는) 캐릭터간의 친밀한 관계를 그린 폭넓은 장르로 정의하는데, 반면 과거 百合姉妹에서는 '백합'을 '사춘기 소녀'에 한정했다.

0

Update on Trump's Hormuz coalition (Mon, March 16):

🇫🇷 France: REJECTED
🇬🇧 UK: REJECTED
🇮🇹 Italy: REJECTED
🇪🇸 Spain: REJECTED
🇯🇵 Japan: REJECTED
🇳🇴 Norway: REJECTED
🇨🇦 Canada: REJECTED
🇦🇺 Australia: REJECTED
🇩🇪 Germany: REJECTED
🇨🇳 China: NO RESPONSE
🇳🇱 Netherlands: NO RESPONSE
🇰🇷 South Korea: NO CONFIRMATION

0
0
0
1
0

Dnes ráno začala stavba kruhového objezdu na silnici I/33 cca 500 metrů před hraničním přechodem do Polska. Ta zkomplikovala dopravu v Náchodě – dopoledne tam průjezd trval i přes půl hodiny. Silničáři na místě začali odfrézováním části vozovky, pro veškerou dopravu zůstaly dva zúžené jízdní pruhy.

0
1
1

Some updates to ActivityBot

shkspr.mobi/blog/2026/03/some-

I couple of years ago, I developed ActivityBot - the simplest way to build Mastodon Bots. It is a single PHP file which can run an entire ActivityPub server and it is less than 80KB.

It works! You can follow @openbenches@bot.openbenches.org to see the latest entries on OpenBenches.org, and @colours@colours.bots.edent.tel for a slice of colour in your day, and @solar@solar.bots.edent.tel to see what my solar panels are up to.

This is so easy to use. Copy the PHP file (and a .env and .htaccess) to literally any web host running PHP 8.5 and you have a fully-fledged bot which can post to Mastodon.

Grab the code and start today!

Features

Over the years I've added a few more features to it, so I thought I'd run through what they are. Note, this is all hand-written. No sycophantic plagiarism machines were involved in this code or blog post. I just really like emoji, OK⁉️

🔍 Be discovered on the Fediverse

This is the big one, you can find @example@example.viii.fi on your favourite Fediverse client. This is thanks to its WebFinger support.

👉 Be followed by other accounts

No point being discovered if you can't be followed. This accepts follow requests and sends back a signed accept.

🚫 Be unfollowed by accounts

Sometimes people want to unfollow. Too bad, so sad. Again, this will accept the undo request and delete the unfollowing user's information.

📩 Send messages to the Fediverse

If a bot can be followed, but never posts, does it make a sound? This sends a post to all of your followers' (shared) inboxes. Includes some HTML formatting.

💌 Send direct messages to users

Not every message is for the wider public. If you want a bot which sends you a private message, this'll set the visibility correctly.

📷 Attach images & alt text to a message 🆕🆕

A picture is worth a thousand words. But those pictures are meaningless without alt text. Attach as many images as you like. Note, most Mastodon services only accept a maximum of four.

🍿 Video Upload 🆕🆕

No transcoding or anything fancy. Upload a video and it'll be sent to your followers.

🔊 Audio Upload 🆕🆕

Same as video. Raw audio posted to your followers' feeds.

🕸️ Autolink URls, hashtags, and @ mentions

Including URls, tags, and mentions are mostly autolinked correctly. There's a lot of fuzziness in how it works.

🧵 Threads

You can reply to specific messages in order to create a thread.

👈 Follow, Unfollow, Block, and Unblock other accounts

It might be useful for you to remove followers or follow specific accounts.

🗑️ Delete posted messages and their attachments 🆕🆕

We all make mistakes. This will delete your post along with any attachments and send that delete message to everyone. Note, because of the federated nature of the Fediverse, you cannot guarantee that a remote server will delete anything.

✏️ Edit Posts 🆕🆕

If you don't want to delete and re-post, you can edit your existing posts.

🦋 Bridge to BlueSky with your domain name via Bridgy Fed

Not everyone is on the Fediverse. If you want to bridge to BlueSky, you can use the Bridgy Fed service.

🚚 Move followers from an old account and to a new account 🆕🆕

Perhaps you started as @electric@sex.pants but now you want to become @chaste@nunslife.biz - no worries! You can tell followers you've moved and what your new name is.

Similarly, if ActivityBot is no longer right for you, it's simple to tell your existing follower to move to your new account.

🗨️ Allow quote posts 🆕🆕

Rather than just reposting your message, this sets the quote policy to allow people to share your message and attach some commentary of your own.

👀 Show followers

Your follower count isn't just a number, it is a living list of who chooses to follow you.

⚠️ Content Warnings 🆕🆕

Perhaps you want to hide a bit of what you're saying. Add a content warning to hide part of your message.

🔏 Verify cryptographic signatures

HTTP Message Signatures is hard. I think I've mostly got it sorted.

🪵 Log sent messages and errors

This is primarily a learning aide, so have a rummage through the logs and see what's going on.

🚮 Clear logs when there are too many

ActivityPub is a chatty protocol. Your server can easily fill up with hundreds of thousands of messages from others. This regularly prunes down to something more manageable.

#️⃣ Hashed passwords for posting 🆕🆕

Bit of a guilty moment here. I was originally storing the password in plaintext. Naughty! Passwords are now salted and hashed.

💻 Basic website for showing posts

A nice-enough looking front end if people want to view the posts directly on your domain.

Some Deficiencies

Not every piece of software is perfect. ActivityBot is less perfect than most things. Here are some of the things it can't do and, perhaps, will never do. If you'd like to help tackle any of these, fork the code from my git repo!

⏳ Retry Failed Messages

A proper Mastodon server will keep trying to send messages to unresponsive hosts. ActivityBot is one-and-done. If a remote server didn't respond in time, or was offline, or something else went wrong - it may not get the message.

🔄 Reposts / Announce / Quote

You cannot boost other posts, or even your own. Nor can you send quote posts.

🤖 Act On Instructions

This is a basic bot. It contains no logic. If you send it a message asking it to take action, it will not. You will need to build something else to make it truly interactive.

📥 Receive Messages

In fact, other than the follow / unfollow stuff, the bot can't receive any messages from the Fediverse. It doesn't know when a post has been replied to, liked, or reposted.

😎 Set Post Visibility

Your posts are either public or a DM. There's no support for things like quiet followers.

📊 Create Polls

Everyone loves to vote on meaningless polls - but this is quite a hard problem for ActivityBot. It would need to keep track of votes, prevent double voting, and probably some other difficult stuff.

🗨️ Change Quote Post Visibility

As quote posts are still quite new to Mastodon, I'm not sure how best to implement this.

🔗 Proper HTML / Markdown Support

Autolinking names, hashtags, and links just about works - but not very reliably. In theory the bot could parse Markdown and create richly formatted HTML from it. But that may require an external library which would bloat the size. Perhaps posting raw HTML could work?

🖼️ Focus Points for Images

Perhaps of less use now, but still of interest to people?

❓ Other Stuff

I don't know what I don't know. Maybe some stuff is total broken? Maybe it is wildly out of spec? If you spot something dodgy, please let me know or raise a Pull Request.

0
0
1
0
0