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

/// Some apps for secure and anonymous communication and file-sharing ///

Inform your friends and family about these tools.

... https://briarproject.org

"Censorship-resistant peer-to-peer messaging that bypasses centralized servers. Connect via Bluetooth, Wi-Fi or Tor, with privacy built-in."

... https://retroshare.cc

"Retroshare establish encrypted connections between you and your friends to create a network of computers, and provides various distributed services on top of it: forums, channels, chat, mail... Retroshare is fully decentralized, and designed to provide maximum security and anonymity to its users beyond direct friends. Retroshare is entirely free and open-source software. It is available on , , and . There are no hidden costs, no ads and no terms of service."

... https://www.ricochetrefresh.net

"Ricochet Refresh is an open-source project to allow private and anonymous instant messaging."

... https://onionshare.org

"OnionShare is an open-source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network."

... https://delta.chat

"Delta Chat is a decentralized and secure messenger app."

... https://bitmessage.org

"Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide "non-content" data, like the sender and receiver of messages, from passive eavesdroppers like those running warrantless wiretapping programs."

... https://www.torproject.org/download

"Protect yourself against tracking, surveillance, and censorship."

... https://geti2p.net

"The Invisible Internet Project (I2P) is a fully encrypted private network layer. It protects your activity and location. Every day people use the network to connect with people without worry of being tracked or their data being collected. In some cases people rely on the network when they need to be discrete or are doing sensitive work."

... https://www.hyphanet.org/

"Hyphanet is peer-to-peer network for censorship-resistant and privacy-respecting publishing and communication. The original Freenet."

... https://github.com/813492291816/BitChan

"BitChan is a decentralized anonymous imageboard inspired by BitBoard and built on top of Bitmessage with Tor, I2P, and GnuPG."

... https://darkmx.app

"DarkMX is a new decentralized communication app that utilizes Tor hidden services to allow you to easily have an anonymous, reliable, and censorship-resistant presence on the internet. You can chat. You can share files. You can search other people's files. You can keep a contact list and send private messages to your friends. You can create your own custom .onion site, available to anyone with a Tor Browser."


0
0
1

OK, so it is <p> for Paragraph, <ul> for Unordered List and <a> for Link?
Well, links are also anchors, but we forgot about those, although document.anchors and String.anchor() still exist…
Links and anchors: ancient HTML and JS magic in your browser. wearedevelopers.com/en/magazin

0
0
0
1
1
0

I would of course never get any medals or recognition at all from anyone without the awesome friends and people in the Open Source universe.

I try to lead by example but I and would not be where we are without the thousands of contributors.

I accept this medal, but know that you all helped me get it.

Thank you all. Let's improve the world, bit by bit the way we know.

0
1
1

: Ich habe in einem vorangegangenem Tröt als Flachzange bezeichnet. Das ist natürlich falsch. Richtig ist, dass die unten dargestellten Flach-, Flachspitz-und Flachzangen mit breiten und schmalen Kunststoffbacken ungeachtet der Ethnie oder Staatsangehörigkeit durch ihren täglichen Einsatz erheblich mehr zum Wohl aller Menschen beigetragen haben, als Herr Merz. Ich bitte um Entschuldigung.

Die Schwestern Flachzange in Reihenfolge von links nach rechts wie im Text beschrieben auf einer Arbeitsunterlage
0
0
0
1
1
0
1
3

사내 진행 중인 프로젝트가 네이버 클라우드 플랫폼 (Naver Cloud Platform)기반이라서 바닥부터 하나씩 인프라 설정을 잡고 있는데 (VPC 부터 Subnet, Object Storage, NAT GW 생성) 콘솔에서 하는 것도 불편하다고 생각하지는 않지만, 본격적으로 Terraform IaC설정으로 잡고 있는데 너무 편하다. (오래전 셀프스터디만 해보고 실무에 처음 적용해 보는 1인) 다 지원되는 건 아니라서 (CDN+이나 Global Edge는 콘솔에서 생성해야 함) 지원되는 일부만 쓰고 있지만 그래도 너무 좋다. 다음에 AWS를 바닥부터 잡게 된다면 그때에도 꼭 Terraform (혹은 유사 IaC 도입)을 써야겠다고 다짐했다. (인프라 코드 이력 관리까지 할 수 있으니 안 할 이유가 없다!)

아무튼 NCP설정도 약간의 이질감은 있어도 AWS와 비교해 설정에 큰 차이가 없고, 더구나 AI와 함께라면 두려울 게 없다. (물론 다소 헤맬 것으로 예상되는 NKS 설정 + 쿠버네티스 환경 구축 단계가 남았다. 이것도 처음이라 -_-)

이래저래 AI (ChatGPT, Cloude Code)의 도움을 받으면서 진행하고 있는데 가끔 AI가 쉽게 설명해 주는 것도 맘에 든다.

예를 들면,

💡 HA란? HA (High Availability) = 시스템이 장애가 나도 서비스를 멈추지 않게 하는 설계
즉, “하나가 죽어도 전체는 안 멈추게” 만드는 구조예요. 비유로 쉽게 말하면
🏢 **노드(Node)**를 “직원”이라고 생각해보세요.
한 명이 병가를 내더라도 회사가 돌아가려면 대체 인력이 있어야 하죠.
• 노드 1개 = 직원 1명 → 아프면 회사 멈춤 ❌
• 노드 3개 = 직원 3명 → 한 명 아파도 나머지 둘이 처리 ✅
이게 바로 HA (고가용성) 구조예요.

(뭔가 안까먹을 것만 같은 쉬운 비유였다)

그 외 추가 잡담(?)

  1. NCP 의 비용이 생각보다 저렴하지 않지만 (사실 클라우드 자체가 싸진 않지만 여튼 AWS랑 비슷하거나 조금 더 비싼 느낌), 국내 클라우드사업자인 만큼 잘 되었으면 좋겠다.
  2. NCP 쓰면서 막히거나 어려운 점들은 고객센터 문의사항을 통해 피드백을 빠르게 받을 수 있어서 좋았다!
  3. 나는 최근 얼마전까지 네이버클라우드플랫폼 (NCP)과 NHN클라우드가 같은 회사인 줄 알았다. 둘은 다른 회사다.
4
1
0
0
0
0
0
0
0
0
0
0
0
0
0
2
0

인생을 변화시키는 긍정적 마인드셋

1. 실패는 배움의 기회다
2. 현재에 충실하게 살아간다
3. 작은 것에도 감사할 줄 안다
4. 자신을 믿고 존중한다
5. 타인의 기준에 흔들리지 않는다

0
2

요새 굴러가는것을 보면 안타깝게도 과거 역사의 흐름 그대로 가는것 같은데 인플레이션, 심각한 침체 및 화폐가치 절하, 그리고 전쟁이 기다리고 있는것 같긴함 (..) 괜히 막 공포를 조장하려는건 아니고 적절하게 백업플랜 정도는 있어야하는 시기 아닌가 싶긴함;; 그냥 싹 잊고 정줄놓고 살아도 되지만 주식갤의 삐에로처럼 되고 싶진 않지만 근데 딱히 방법이 없기도하고 하하...

0
1

어떤 사안을 다룰 수 있는 전문성과 자격이 곧바로 어떤 철옹성적인 계급화되는 것을 우려한다. 우리는 우리 중 그 일을 믿고 맡길 사람에게 일을 위탁하는 것이지, 우리와는 달리 그 일을 집행할 특별한 자격이 있는 분의 임하심을 받아모시는 것이 아니다.

0

기사와 맥락을 아무리 봐도 "어 느금마" "어 좌좀 꺼져" 로 번역하는 게 맞는 거 같다. 내가 비속어를 싫어하는 것과 별개로 어떤 인간이 비속어를 쓰면 안 되는 곳에서 특정한 비속어를 썼다는 사실은 명확하게 박제해야 한다고 본다.

RE: https://bsky.app/profile/did:plc:uabkr6tn7ru4b4e5e6udleuf/post/3m3nzgpfssk23

0

Wie spaltet man die Bevölkerung, wie eskaliert man die Wut auf das nächste Level?

1. Rassistische Aussage
2. Bekräftigung von 1. mittels sexistischer Aussage
3. Delegitimierung von Protesten mittels Verschwörungsmythos

Stadtbild-Aussage: Söder und Merz kritisieren Proteste

zdfheute.de/politik/deutschlan

0
0
0
1

Hat eigentlich schon mal jemand versucht, in letzter Zeit in einer der größeren deutschen Städte eine Mietwohnung zu halbwegs bezahlbaren Preisen zu finden?

Oder kennt jemanden, der mit dem Geld bis zum Ende des Monats jonglieren muss, weil zwischen steigenden Mieten, Lebensmittelpreisen und deutlich erhöhten Kosten für Mobilität nichts mehr zum Leben übrig bleibt?

Ganz zu schweigen von einer völlig maroden Infrastruktur, für die wir zwar gewaltige Schulden aufnehmen, die vom besten Finanzminister aller Zeiten dann aber doch wieder nur zum Stopfen des Haushaltslochs missbraucht werden?

0