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.

1
0
0
0
0
0
0
0

跟媽剛好在親子台看到哆啦A夢電影
2021 大雄的宇宙小戰爭
是第 6 部哆啦A夢同名電影的重製版,看了一下維基,重製版做了一些小改編,但總體劇情是接近的。

雖然是子供向的哆啦A夢電影,在各種時候有各種美好的事情會出現最終導向好結局,卻還是能讚嘆這是部優秀的電影。
各方的形象型塑的很立體,下面寫一些我覺得讓我印象深刻的地方。

獨裁者政權形象的形塑、對軍隊的不信任。
獨裁者的軍隊主指揮非常聰明,智商全程在線
(其實在海報中,軍隊指揮也是站C位,電影裡獨裁者的存在感反而很低)。

什麼事情、什麼責任都想要自己一個人全部扛下來的總統

總統站上電視廣播台的宣講時,小孩子問家長什麼是獨裁者,看直播時的人民也開始上街抗議。

軍隊以“顛覆國家罪”準備對哆啦A夢們處刑。

縮小燈時效過後,在那個星球變成巨人肉搏戰鬥時,小夫說是無人機,胖虎才說「那就不用跟你們客氣了」。

民眾包圍獨裁者並喊著口號「自由屬於我們」。

靜香的女性特質沒有被抹除,容易感動、行為舉止比較陰柔,在關鍵時刻雖然還是會害怕,但同時又展向強大的勇氣和責任,同時也用行動而不是說教來驅動怯戰的小夫上場

0
1
0
0
0
0

繼續規劃北九州的行程
發現朝日在博多的酒廠明明比較近車站也比較容易到,但已經沒有了見學活動了

反而麒麟啤酒廠比較遠但還是做的起來 :blobcatphoto_frustration:
為什麼
明明要喝酒的也不會開車…

0
1
1
0
0
0
2
0
0
0

To me, using feels a lot like using protective gloves -- but for data hygiene.

Not perfect, not without caveats, but should be common sense rather than "suspicious" in an environment that's out to get you.

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

跟媽剛好在親子台看到哆啦A夢電影
2021 大雄的宇宙小戰爭
是第 6 部哆啦A夢同名電影的重製版,看了一下維基,重製版做了一些小改編,但總體劇情是接近的。

雖然是子供向的哆啦A夢電影,在各種時候有各種美好的事情會出現最終導向好結局,卻還是能讚嘆這是部優秀的電影。
各方的形象型塑的很立體,下面寫一些我覺得讓我印象深刻的地方。

獨裁者政權形象的形塑、對軍隊的不信任。
獨裁者的軍隊主指揮非常聰明,智商全程在線
(其實在海報中,軍隊指揮也是站C位,電影裡獨裁者的存在感反而很低)。

什麼事情、什麼責任都想要自己一個人全部扛下來的總統

總統站上電視廣播台的宣講時,小孩子問家長什麼是獨裁者,看直播時的人民也開始上街抗議。

軍隊以“顛覆國家罪”準備對哆啦A夢們處刑。

縮小燈時效過後,在那個星球變成巨人肉搏戰鬥時,小夫說是無人機,胖虎才說「那就不用跟你們客氣了」。

民眾包圍獨裁者並喊著口號「自由屬於我們」。

靜香的女性特質沒有被抹除,容易感動、行為舉止比較陰柔,在關鍵時刻雖然還是會害怕,但同時又展向強大的勇氣和責任,同時也用行動而不是說教來驅動怯戰的小夫上場

0
1
2
0
0
0
1

We've just published an experimental pre-release version 1.9.0-pr.431.1597 that adds CommonJS support to all npm packages in the Fedify ecosystem! 🧪

What's new

This experimental build addresses one of the most requested features—better compatibility with CommonJS-based Node.js applications, especially NestJS projects. The pre-release eliminates the need for Node.js's --experimental-require-module flag and resolves dual package hazard issues.

Note: While we now support CommonJS for legacy project compatibility, we still recommend using ESM or migrating to Deno for the best experience with Fedify.

Who should test this?

  • NestJS developers using Fedify who need CommonJS compatibility
  • Legacy CommonJS-based Node.js projects that had trouble integrating Fedify
  • Anyone who previously needed experimental Node.js flags to use Fedify

How to test

Install the experimental pre-release version:

npm install @fedify/fedify@1.9.0-pr.431.1597
# or for specific integrations
npm install @fedify/nestjs@1.9.0-pr.431.1597

You should now be able to use standard require() syntax without any experimental flags.

What we're looking for

  • Does CommonJS import work correctly in your legacy project?
  • Are you able to remove the --experimental-require-module flag?
  • Any issues or regressions compared to the current stable version?

Your feedback on this experimental build is invaluable for ensuring this major compatibility improvement works smoothly before the official 1.9.0 release!

0

We've just published an experimental pre-release version 1.9.0-pr.431.1597 that adds CommonJS support to all npm packages in the Fedify ecosystem! 🧪

What's new

This experimental build addresses one of the most requested features—better compatibility with CommonJS-based Node.js applications, especially NestJS projects. The pre-release eliminates the need for Node.js's --experimental-require-module flag and resolves dual package hazard issues.

Note: While we now support CommonJS for legacy project compatibility, we still recommend using ESM or migrating to Deno for the best experience with Fedify.

Who should test this?

  • NestJS developers using Fedify who need CommonJS compatibility
  • Legacy CommonJS-based Node.js projects that had trouble integrating Fedify
  • Anyone who previously needed experimental Node.js flags to use Fedify

How to test

Install the experimental pre-release version:

npm install @fedify/fedify@1.9.0-pr.431.1597
# or for specific integrations
npm install @fedify/nestjs@1.9.0-pr.431.1597

You should now be able to use standard require() syntax without any experimental flags.

What we're looking for

  • Does CommonJS import work correctly in your legacy project?
  • Are you able to remove the --experimental-require-module flag?
  • Any issues or regressions compared to the current stable version?

Your feedback on this experimental build is invaluable for ensuring this major compatibility improvement works smoothly before the official 1.9.0 release!

0
0
0

要談美國的擁槍權有幾個事實還是要先確認啦:

1. 美國設立擁槍權的時候,當時的槍支跟現在相比可是不可同日而言,不僅有效命中距離短,射擊速度也慢(每分鐘最快2-4發,還是有訓練過的步兵才能做到)。

2. 這個世界也是有合法擁槍但槍支沒有氾濫也沒有大規模槍擊案事件的國家——瑞士。

0
0
1