HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jmkim

no profile record

投稿

DebConf24 to be held in Busan, South Korea (July 28 – Aug 4)

debconf24.debconf.org
1 ポイント·投稿者 jmkim·2 年前·0 コメント

DebConf24 (Debian Conference, Annually) to Be Held in Busan, South Korea

lists.debian.org
1 ポイント·投稿者 jmkim·3 年前·0 コメント

Apple Pay breaks record with 1M subscribers in South Korea on first day

pickool.net
1 ポイント·投稿者 jmkim·3 年前·1 コメント

Alt SysRq REISUB – the gentle Linux restart (2008)

blog.kember.net
1 ポイント·投稿者 jmkim·5 年前·0 コメント

コメント

jmkim
·4 年前·議論
Seems does. It shows when you click left-upper "statistics" button and zoom out. Their centre is the Sun, not the universe.

All the stars here: https://stars.chromeexperiments.com/data/stars_all.json
jmkim
·4 年前·議論
+999999999
jmkim
·5 年前·議論
+1 Having same issue here
jmkim
·5 年前·議論
Leh, 0.63739 means "on fire"? Any conversions?
jmkim
·5 年前·議論
Impl code here[1]:

  int32
  is_computer_on(void)
  {
      return _kern_is_computer_on();
  }


  double
  is_computer_on_fire(void)
  {
      return 0.63739;
  }
[1] https://github.com/haiku/haiku/blob/master/src/system/libroo...

Was used by the Haiku doc, namely "System calls"[2], as an example.

[2] https://www.haiku-os.org/documents/dev/system_calls/