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

なんとですね、ミニこたつとして使用していたパネルヒータが故障して制御ユニットに一番近い面しか発熱しなくなったので新しいのを買ったんですね 弱でも熱い(どうしたもんか

0
0
0
0
0
0
0

とある仮想の言語において、以下の記述があるとする。

text = "Hello, world!";
text.replace("world", "work");
println(text);

あるべき出力は?

ついでにもう一個
---

とある仮想の言語において、以下の記述があるとする。

list = ["Hello"];
list.append("world!");
println(list);

あるべき出力は?

0

とある仮想の言語において、以下の記述があるとする。

text = "Hello, world!";
text.replace("world", "work");
println(text);

あるべき出力は?

0
0
0
0
0

Release v3.2.1 of Ktistec

Todd Sundsted @toddsundsted@epiktistes.com

Release v3.2.1 of Ktistec adds support for bookmarking posts. This was so immediately useful I don't know why it took me so long to get around to it!

Pinned/featured posts are in the works for the next release.

The full changelog:

Added

  • Support for bookmarking posts.

Fixed

  • Invalidate user's sessions after changing password.
  • Ignore supplied languages that don't conform to expected format.

Changed

  • Upgrade Kemal.

In other thoughts... I'd like to make followed hashtags more consumable. I follow ~10 hashtags and: 1) it's hard to tell what's new, 2) it feels like they arrive in large batches that are difficult to digest, and 3) the reading experience is meh.

#ktistec #fediverse #activitypub #crystallang

Read more →
0
0
0
0
0
0

黃哲斌 FB: facebook.com/share/p/1AKpHfkqM

>>> 雖然,中國新聞自由在全球排名墊底(精確說,「無國界記者組織」今年調查中,中國在180個國家倒數第三),但與一般人刻板印象相反,中國不乏敬業、認真、勇敢、懷抱理想的優秀記者。
我在推特追蹤多年的賈葭是其一。正因如此,我開始看他與李厚辰、伍雷一起主持的YT頻道「三個水槍手」。(圖一)
伍雷是人權律師,李厚辰曾創辦互聯網公司,轉型自媒體人,著有《疫年纪事》一書,他們與賈葭基於不同因素,都「潤」到東京。
他們三人對中國體制的理解,遠超過99%台灣人,因此,除了袁莉的「不明白播客」,若想透過中國自媒體,理解真實中國,「三個水槍手」是另一個選擇,尤其適合對中國抱持任何幻想的台灣人。
最近一期節目,「三個水槍手」訪談日本學者阿古智子,他們從高市的台灣發言,深談日本與中國的緊張關係。

---

三個水槍手:E99 阿古智子: 目睹中国成为不可沟通的国度 | 中日关系 | 台海 | 高市早苗 | 台湾有事 | 日本历史
youtube.com/watch?v=ZwdWBeCTWW0

0
0

Many of you might have already seen the ultra cute "sea sheep" (Costasiella kuroshimae), but yesterday I learned 2 mind-blowing facts about the family of sea slugs they belong to:

1. They incorporate chloroplasts (the organelles in plant cells that do the actual photosynthesis) of plants they eat, into their own bodies to do photosynthesis directly for them (that is the green colour you see), in order to survive if food is scarce.

Imagine being able to live from light!

1/2

0
0
0
1

USBゲームパッドと戦うやつやるか HIDの難しさってありとあらゆるデバイスの存在が原因だと思ってるんだけど、今回の要件だとデバイスとして接続する対象が1種類しか無いのは救いだな

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

👾 My top 8 GitHub CLI (gh) commands to boost your productivity. 🧵

Distilled from my blog post earlier this week, link at the end.

1. `gh browse`

Opens web pages related to the current repo, like:

* `gh browse` - opens the repo page.
* `gh browse <number>` - opens the issue or PR with a given number.
* `gh browse <path>` - opens the code browser at that path.
Use `gh browse .` to open the current directory.

0
0