HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kerneloops

no profile record

Submissions

Restricting automatic kernel-module loading (2017)

lwn.net
2 points·by kerneloops·2 ay önce·0 comments

English-Centric Icons

geedea.pro
6 points·by kerneloops·9 ay önce·1 comments

comments

kerneloops
·9 ay önce·discuss
Another one:

  const cast: <A, B> (a: A) => B = function <B> (): B {
    return arguments[0]
  }
  const n: string = cast(1)