HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jmkim

no profile record

Submissions

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

debconf24.debconf.org
1 points·by jmkim·2 years ago·0 comments

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

lists.debian.org
1 points·by jmkim·3 years ago·0 comments

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

pickool.net
1 points·by jmkim·3 years ago·1 comments

Alt SysRq REISUB – the gentle Linux restart (2008)

blog.kember.net
1 points·by jmkim·5 years ago·0 comments

comments

jmkim
·4 years ago·discuss
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 years ago·discuss
+999999999
jmkim
·5 years ago·discuss
+1 Having same issue here
jmkim
·5 years ago·discuss
Leh, 0.63739 means "on fire"? Any conversions?
jmkim
·5 years ago·discuss
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/