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

Request for :

I want to find a new .

For my domains with no active site on them (at the moment), meant to forward to main site (using registrar later for active sites).

I seek a domain registrar able to:

1) do domain privacy
2) do redirects (301 & 302)
3) be less expensive than godaddy for registration & privacy
4) reliable

5) perhaps in EU since I'm critical of US admin & want to be harder to censor.

0
0
0
0
0
0
0

Jurisdiction Is Nearly Irrelevant to the Security of Encrypted Messaging Apps

Every time I lightly touch on this point, I always get someone who insists on arguing with me about it, so I thought it would be worth making a dedicated, singular-focused blog post about this topic without worrying too much about tertiary matters. Here's the TL;DR: If you actually built your cryptography properly, you shouldn't give a shit which country hosts the ciphertext for your…

soatok.blog/2025/07/09/jurisdi

0
0
0
0
0
0
0
0
0
0

EDIT: we found a bed and a dresser!

Hey friends, I'm trying to find some furniture for a friend who's gonna be living in our basement for a while. Our needs are a bed, table/desk, chair, and dresser. I have like $38 right now or I'd be trying to thrift. Looking for leads and if possible help moving things. We only have access to a tiny car.

0
0
0

If we need a term to encapsulate the phenomenon of companies rewarding female leaders dramatically less than similarly situated male ones, "the Mini Cupcake" could be a good one. Jan's new marketing campaign made the company $5 million, but they gave her the Mini Cupcake

0

Undergoing a relatively big change in the way I handle paragraphs / logical lines in text files in .

Until recently I used to use `M-q` (`fill-paragraph`) in reflex arc mode to constantly "fill" text, i.e. to add line breaks so as to fit a certain text width.

I've now started using Visual Line Mode (built-in) and Visual Fill Column Mode (third-party package) to display long "logical lines" across multiple "screen lines".

0

LB: i’m not in perfect agreement with everything in Terrence’s thread, but I have been reflecting recently on the serenity of mathematical truth’s indifference to human rhetoric and will. a theorem being false says nothing about you as a person; it doesn’t care how persuasive you are or how much you want it to be true; no one can be blamed. in other disciplines there is often room for doubt on all of these points about conclusions drawn

0
0
0
0

🎥 Looking to self-host your own video conferencing platform?

Check out our latest blog on how to install and configure Galene, a lightweight video meeting server that runs seamlessly on FreeBSD.

This step-by-step guide walks you through:

Setting up a FreeBSD 14.3 environment
Configuring Galene for your use case
Tips for using ZFS to enhance performance and reliability

📖 Read the full guide:

freebsdfoundation.org/blog/how

0

EDIT: we found a bed and a dresser!

Hey friends, I'm trying to find some furniture for a friend who's gonna be living in our basement for a while. Our needs are a bed, table/desk, chair, and dresser. I have like $38 right now or I'd be trying to thrift. Looking for leads and if possible help moving things. We only have access to a tiny car.

0
0
0

🎥 Looking to self-host your own video conferencing platform?

Check out our latest blog on how to install and configure Galene, a lightweight video meeting server that runs seamlessly on FreeBSD.

This step-by-step guide walks you through:

Setting up a FreeBSD 14.3 environment
Configuring Galene for your use case
Tips for using ZFS to enhance performance and reliability

📖 Read the full guide:

freebsdfoundation.org/blog/how

0
0
0

When a video from appears in my feed here in , it only shows the title and the URL, nothing more. This is not really helpful.

Would it be possible, that Mastodon shows something like the first 300 characters from the description (500 characters minus 120 for the peertube title and the URL), @renchapRenaud Chaput?

Seems like Peertube doesn't see it as their problem:
ideas.joinpeertube.org/posts/1

0
0
0
0
0
0
0

My brain interprets certain female faces as "me," but not my own face. Likewise, in my dreams, I can project a full female body for myself and a face that registers as "me" to go with it even though I've never experienced either in real life.

Like, if you take trans / intersex brain differences seriously, you start to see why there is so much apparent overlap between us and autistic and ADHD people. It's less "my brain is broken" than it expects different inputs.

@gwynnionNowhere Girl A fascinating fact is trans people don't experience phantom limb/appendage syndrome. So for example, cis men who've had to have their penises and/or testicles removed for medical reasons such as cancer, often feel like they still have them, but (of those sampled so far) post-op trans women rarely do. Likewise for trans men and top surgery.

Strongly implying the mental "body maps" of trans people are misaligned with their sex assigned at birth.

Also making perfect sense of your post!

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

I need maths help.

Let's say I have a combination of images that appear in stacks of 3 (one from each set).

Set A: 20 images
Set B: 23 images
Set C: 31 images

Is it as simple as 20 x 23 x 31

That gives 14,260 but that seems way to low. But maybe it is right, if not can someone give the formula.

(Is it factorial, I have no idea what I am talking about)

0

UPDATE: Okay so the correct syntax, assuming you have a variable

B3? b;

and B3 is a value type such as a struct, is

if (b is B3 _b) {
// Non-null variable named _b now exists
}

However I also just in replies learned something WILD, which is if you don't remember or don't want to type the name of B3, you can just type

if (b is { } _b) {
// Non-null variable named _b now exists
}

and the compiler accepts that just fine and does the right thing. What on *earth*. C# is simply too big

0
0
0
1
1
0
0
0

"놀라운 점은 청년층 이재명 투표자 중에는 강성 극우·연성 극우·반페미니즘 그룹에 해당하는 비율이 6% 미만이라는 것이다(〈그림 5〉). 이를 고려하면, 이재명 정부에서 극우적·반페미니즘적 성향을 보이는 집단을 포괄하기 위한 정책을 펼 경우, 기존 그를 지지했던 그룹은 그것을 자신에 대한 배신으로 간주할 가능성이 높다."

0
0
0
0
0
0

I need maths help.

Let's say I have a combination of images that appear in stacks of 3 (one from each set).

Set A: 20 images
Set B: 23 images
Set C: 31 images

Is it as simple as 20 x 23 x 31

That gives 14,260 but that seems way to low. But maybe it is right, if not can someone give the formula.

(Is it factorial, I have no idea what I am talking about)

0