HN user

FnuGk

40 karma
Posts0
Comments38
View on HN
No posts found.
Homebrew 4.0.0 3 years ago

It’s only happened twice in more than a decade, but I still have the feeling that I was better off compiling stuff manually and cultivating a tidy /usr/local/bin like I did in early 2000s. But it’s probably rose-colored glasses and I’d definitively never take the time these days.

thats exactly what homebrew does.

i might be wrong but currently rustc is based on llvm so any platform llvm cant target, rust can target. For the linux kernel it seems like they want to use a gcc frontend for rust (gccrs) that is currently under development. So with gccrs rust should be able to work on any platform gcc supports thus giving it the same portability of the current c code in the kernel.

GNU Units 6 years ago
  You have: 1 kelvin
  You want: degcelsius
     * 1
     / 1
This does not seem right

That makes sense for the arguments to the outermost function but not to the function it self. Why call it A instead of apply and the then have a big cheat sheet where you put that A means apply and T means applyTo ?

It is in the source as the last element in <head>

    <link rel="alternate" type="application/atom+xml" title="Apple Machine Learning Journal" href="/feed.xml" />

Why is it that game engines have to whole custom IDE's with their own programming language, text editor and all other kinds of GUI tools.

Why can it not just be a library that you call functions from?