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

일본인 2세가 말하는 정책 제안 “차별과 다툼은 한국 사회의 고름…혐오표현 교실에서부터 금지해야” 입력2025.05.06. 오후 12:38 [한겨레21 오픈마이크]이주민 2세 차별 고발하는 주라사 h21.hani.co.kr/arti/society...

일본인 2세가 말하는 정책 제안 “차별과 다툼은 한국 ...

0
0

* 그러면 이제 김문수는 드러눕고 버티면 되는 건데 뭔 생각으로... * [속보] 한덕수 "단일화 이뤄지지 않으면 대선 후보등록 안할 것" 송고2025-05-07 16:35 www.yna.co.kr/view/AKR2025...

[속보] 한덕수 "단일화 이뤄지지 않으면 대선 후보등록...

0
1

"자장면"이 "짜장면"이 되지 않았던 (국립국어원의) 이유는 "작장면"에서 ㄱ이 이미 한 번 탈락하여 고유명사로 "자장면"이 인정되었으므로, 여기서 한 번 더 된소리 변형이 일어나는 "짜장면"을 허용할 수 없다는 것.

문제는 언중(language users)의 일반적인 쓰임과 차이가 있다는 것이며, 나아가 "작장면"이라는 어원조차 잊혀진 시점에서 이런 변형금지를 유지해야할 이유가 없다는 것임. 애초에 한국어 표준어 규정이 "~를 원칙으로 한다" + "다음과 같은 경우 예외적으로 허용한다"로 점철된 누더기이기 때문에 표기법에서 원칙을 강조하는 것은 큰 의미가 없다 하겠음.

1
0
0
0
0
0

タイッツーで、
カスタムTLの「ユーザーリストTL(Xのリスト機能みたいなやつ)」の実装に先立ち、
【リスト追加を拒否できる設定】を追加しました!
✨️

これによって、
『なんとな〜くリスト追加されるのイヤかも?』
という方も安心していただけるかと思いますので、
よかったら設定してみてください〜
✨️

0

水素アシスト自転車が万博に 将来のシェアサイクル見込む

家電 Watch @kaden.watch.impress.co.jp@web.brid.gy

4月13日から開催中の大阪・関西万博において、YOUON JAPANの「水素燃料電池アシスト自転車」と水素生成/充填一体機が、会場運営スタッフの移動用モビリティとして採用。会場内での運用が始まっている。万博の開催期間は10月13日まで。

Read more →
0

、、、 shared the below article:

水素アシスト自転車が万博に 将来のシェアサイクル見込む

家電 Watch @kaden.watch.impress.co.jp@web.brid.gy

4月13日から開催中の大阪・関西万博において、YOUON JAPANの「水素燃料電池アシスト自転車」と水素生成/充填一体機が、会場運営スタッフの移動用モビリティとして採用。会場内での運用が始まっている。万博の開催期間は10月13日まで。

Read more →
0
0

This is a gruelling summary of all the things wrong with OpenSSL haproxy.com/blog/state-of-ssl- I've mostly watched this whole thing from the sidelines, but was also affected noting that private key parsing suddenly became 70 times slower. I think they've now improved it to "only" be 10-20 times slower, and there does not seem any effort to work on it any more.

0
0
0
0
0
0
0
0
0
0
0
0

This is a gruelling summary of all the things wrong with OpenSSL haproxy.com/blog/state-of-ssl- I've mostly watched this whole thing from the sidelines, but was also affected noting that private key parsing suddenly became 70 times slower. I think they've now improved it to "only" be 10-20 times slower, and there does not seem any effort to work on it any more.

0
0
0
0
1
0
0
0
0
0
0
0
7
0
0
1
7
0
0
0
7
0
0

* 그러면 이제 김문수는 드러눕고 버티면 되는 건데 뭔 생각으로... * [속보] 한덕수 "단일화 이뤄지지 않으면 대선 후보등록 안할 것" 송고2025-05-07 16:35 www.yna.co.kr/view/AKR2025...

[속보] 한덕수 "단일화 이뤄지지 않으면 대선 후보등록...

0

I knew that better nuance would appear once published and after chatting to people.

Employers send people to conferences that have a great marketing at promising a ROI. They like code-heavy, AI or whatever is the latest flashy thing but ROI is hard to prove because no 40 min talk will fix your problems.

ohhelloana.blog/forty-mins-to-

0
1
0
0
0
0

git-next: 🔥 New release v2025.5.0 - Refactoring and isolating features

🧩 git-next: trunk-based development manager
🦀 Written in Rust
⭐ Repo: https://codeberg.org/kemitix/git-next

What's New

- Reimplement git operations to use git2/libgit2
- Renamed features:

forgejo -> forge-forgejo

github -> forge-github


- Extracted desktop and email notification support into non-defaults features;

notify-desktop

notify-email

This a significant update to migrate from gix to git2 for git operations. This allows us to drop the gix crate and the need to shelling-out to git for operations that gix doesn't support.

Breaking Change

If you are build from source (e.g. cargo install) and use either email or desktop notifications in your configuration file, you will need to add the appropriate feature, notify-desktop and/or notify-email. If you don't the config file will not be accepted.

The docker images are built with all features enabled.

Install

📦 cargo install git-next@2025.5.0
📦 cargo install git-next@2025.5.0 --features notify-desktop,notify-email
🐋 docker pull codeberg.org/kemitix/git-next:v2025.5.0

Run UI in docker

docker run --rm -p 8092:8092 \
  -u $(id -u):$(id -g) \
  -it \
  -v $PWD:/app \
  codeberg.org/kemitix/git-next:v2025.5.0 \
  server start --xui

#RustLang #Ratatui #Git #GitNext #OpenSource #Docker #GitHub #ForgeJo

0