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.

Česká vláda kategoricky odmítá nařízení, které by fakticky ukončilo prodej nových vozidel se spalovacími motory po roce 2035, uvedl Filip Turek v Bruselu. Vládní zmocněnec pro klimatickou politiku a Green Deal zastupuje Česko na unijním jednání ministrů životního prostředí.

0
0
0
1
0
ベースがひきこもりだから基本的に外食しないしどこにも遊びにいかず、おうちでVR HMDをつけ、最寄りのスーパーにいく
1
0
0
2
0

@lcamtuflcamtuf :verified: :verified: :verified: Image description:
Kagi translator from English to LinkedIn speak.
English: I'm hungry. I'd like to have a bagel.
LinkedIn speak:
Excited to announce that I'm currently prioritizing my personal fuel intake!
In today's paced it's crucial to optimize our energy levels to maintain peak performance. I'm currently seeking a high-impact bagel opportunity to drive my morning productivity forward.
How are you fueling your success today?

0
0
0

手ブレさせないためのシャッタースピードは1/焦点距離っていうのは知ってたんですけど、「APS-Cだったら中央部分が切り取られてるだけだからこのままの数字使えばええな!wガハハww」とか言いながら写真撮ってたんですけど、ちゃんと調べたら違ったっぽい

2
0
0
0
0
0
0
0
0
0
:doyaa_moca:​そうパレ告知​:doyaa_moca:

宮舞モカのどすけべイラスト/マンガ合同誌『成人向けだよワトソンくん!』を,3/29開催「AHSession3」にて頒布します.

フルカラー,A4,92pのかなりデカい本です.
宮舞のことをいかがわしい目で見ている人におすすめです.

価格はお品書き公開をお待ちください.
0
0
3
0
2
0
0
0
0
0
0
0
1
1
0
0
1
1
0
1
0
1
2
0
0

또한, 1라운드 이후 2라운드를 위해 미국으로 이동했던 대회 운영에 대해서도 "사실 도미니카 선수들은 계속 이 야구장과 같은 시차에 있으면서 2라운드 경기를 치렀지만, 사실 저희는 좀 안 된 부분도 있었다"며 아쉬움을 드러낸 뒤 "정말 모든 것이 완벽한 상태에서 다시 한번 이 대회를 치러보고 싶다는 생각이 들었다"는 말로 복수 의지를 불태웠다.

'주장' 이정후의 진심 "우...

0
0
0

The next BSSG release will be huge.
I think I won't add anything else before releasing is, as the master branch is already full of changes.

I'll wait for some more feedback then, in the coming days, I'll release it.

Highlights
* Introduced a new RAM-first build mode via BUILD_MODE="ram" and ./bssg.sh build --build-mode ram, aimed at faster full rebuilds with lower disk churn.
* Added RAM-mode stage timing output so large builds now report where time is spent.
* Overhauled the modular build pipeline across indexing, content parsing, template preloading, posts, pages, tags, authors, archives, feeds, related posts, and post-processing.
* Improved incremental rebuild behavior with better file and metadata caching, smarter dependency checks, and more selective regeneration.
* Expanded parallel execution support with stronger GNU parallel integration and shell-worker fallbacks when GNU parallel is unavailable or unsuitable.
* Improved asset pre-compression so gzip generation for text assets is incremental and parallelized.
* Extended build CLI overrides, including --build-mode, --site-title, --site-description, --site-url, --author-name, --author-email, --posts-per-page, and the global --config workflow.
* Added RAM-mode tuning knobs and precompression tuning options in configuration and documentation.
* Reworked RSS, sitemap, index, tag, archive, author, and secondary-page generation as part of the pipeline overhaul, with better rebuild logic and cleaner generator boundaries.
* Improved related-post generation and cache invalidation so related-post output tracks changes more reliably.
* Added new themes: liquid-glass, freebsd, netbsd, openbsd, field-journal, microfiche, museum-label, and mynotes.
* Improved generate_theme_previews.sh with a faster default workflow that builds once, clones the output for each theme, swaps CSS, and rewrites SITE_URL references.
* Added --full-build to generate_theme_previews.sh as a slower fallback when per-theme full builds are preferred.
* Added support for Mastodon/fediverse creator metadata on posts via <meta name="fediverse:creator" ...>.
* Added fediverse_creator frontmatter support for posts, plus site-wide FEDIVERSE_CREATOR and exact-match per-author AUTHOR_FEDIVERSE_CREATORS configuration fallbacks.
* Added site-wide fediverse profile verification links via <link rel="me" ...>.
* Added REL_ME_URL for single-link verification and REL_ME_URLS=(...) for multiple rel="me" links, with deduplication when both are used.
* Updated the bundled header template with {{fediverse_creator_meta}} and {{rel_me_link}} placeholders.
* Updated the standalone browser editor and post scaffolding to support fediverse_creator.
* Improved the README and configuration examples to document RAM mode, performance tuning, new themes, fediverse creator metadata, and rel="me" verification.

Fixes
* Fixed og:title and twitter:title so they now use the page/post title only, instead of appending the site title.
* Fixed RAM-only builds when no pages exist.
* Hardened RAM-mode helpers and metadata parsing for empty inputs and page-list edge cases.

Upgrade Instructions
1. Update your checkout to the new release and review both config.sh and your config.sh.local for newly available options.
2. Decide which build mode you want. If you want the previous disk-backed behavior, set BUILD_MODE="normal" explicitly in config.sh.local. If you want the new memory-first path, keep or set BUILD_MODE="ram".
3. If you use custom templates, update your <head> template to include {{fediverse_creator_meta}} and {{rel_me_link}} inside <head>. The bundled templates/header.html already includes both.
4. If you want fediverse post attribution, optionally set FEDIVERSE_CREATOR, AUTHOR_FEDIVERSE_CREATORS, or add fediverse_creator: in post frontmatter.
5. If you want Mastodon or other fediverse profile verification, set REL_ME_URL or REL_ME_URLS in config.sh.local.
6. If you use generate_theme_previews.sh, note that it now defaults to a faster single-build clone workflow. Use --full-build if you specifically want one full build per theme.
7. Run a clean rebuild after upgrading:./bssg.sh build --force-rebuild --clean-output true
8. Verify the generated homepage, post pages, archives, tags, authors, RSS, sitemap, and any theme previews you publish.
9. No content migration is required. Existing posts and pages continue to work unchanged, and all new metadata/configuration is optional.

0
0
0
0
1