Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
amszmidt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
amszmidt
18d ago
Don’t think TeX ever did that, that was a “simple” Pascal program. Lisp Machines though.. updating the operating system was by loading bunch of compiled files that replaced currently loaded functions in memory. Then again, Lisp Machines whe
2.
▲
by
amszmidt
1mo ago
You need to go back a few more hundreds of years, hunk is an old term that just means "small piece of something larger". It has been in common usage in computing since long before 1985 .. for a really interesting and obscure way h
3.
▲
by
amszmidt
1mo ago
How cold is cold? :-) Water below ”sea” level tends to stay around -1C (salt water) to 4C. Below that, water becomes ice… Ambient temperature can drop to -40C … internally these ice blocks hoover around -10C.
4.
▲
by
amszmidt
2mo ago
Only because the X Window System is very heavily documented, e.g., in the excellent "The Definitive Guides to the X Window System Series".
5.
▲
by
amszmidt
2mo ago
The key here is “based on Portland cement”, which is generally has water repellent added to it making it water proof. Normal cement, concrete .. Is a different story.
6.
▲
by
amszmidt
3mo ago
Would love to see some statistics on that.
7.
▲
by
amszmidt
3mo ago
It is also capable of doing it over the wire.
8.
▲
by
amszmidt
3mo ago
Fun fact. DIRED pre-dates EMACS. DIRED on ITS is also similar enough to today’s DIRED.
9.
▲
by
amszmidt
4mo ago
But it is. There is a link to the original text at the bottom of the translation.
10.
▲
by
amszmidt
4mo ago
The details of lexical scope where defined in Algol 60 (1960), nearly 2 decades before Rabbit (1978). People did know how to implement things back then, and TeX is a great example of that. It is just our definitions have changed over the y
11.
▲
by
amszmidt
5mo ago
This a common thing shared with the Nordics. The English term would be “meteorological spring”. https://sv.wikipedia.org/wiki/V%C3%A5r_i_Sverige The definition would certainly work in English countries, seeing it is j
12.
▲
by
amszmidt
6mo ago
Would be nice if someone did it with Swedens laws too!
13.
▲
by
amszmidt
7mo ago
In Sweden, you're allowed to film/photograph in public without the need for any consent. There is (in general) no expectation of privacy in public in Europe. How you can use the material though, is a different matter ...
14.
▲
by
amszmidt
7mo ago
Not if it is an alias.
15.
▲
by
amszmidt
7mo ago
It was suggested by Tom Lord (RIP), who used it heavily long before he wrote GNU Arch. File names or directories starting with a comma where considered “junk”, and ones with a plus sign I think where considered “precious”.
16.
▲
by
amszmidt
9mo ago
Thanks for the link; sadly none of the links to the repo can be viewed to see what exactly occurred. To those downvoting, curious why? Many of the links are not viewable, since GitHub hides them, so any discussion becomes quite tricky.
17.
▲
by
amszmidt
9mo ago
Incorporating compatible code, under different license is perfectly OK and each work can have different license, while the whole combined work is under the terms of another. I'm honestly quite confused what FFmpeg is objecting to here,
18.
▲
by
amszmidt
10mo ago
I think maybe you're mixing up distribution and running a program, at least taking your initial comment into account, "if you train/run/use a model, it must be open source".
19.
▲
by
amszmidt
10mo ago
In the context of Free Software, yes. Freedom one is about the right to study a program.
20.
▲
by
amszmidt
10mo ago
That is not really correct, the GNU GPL doesn't have any terms whatsoever on how you can use, or modify the program to do things. You're free to make a GNU GPL program do anything (i.e., use). I suggest a careful reading of the G
21.
▲
by
amszmidt
10mo ago
Because it would violate freedom zero. Adding such terms to the GNU GPL would also mean that you can remove them, they would be considered "further restrictions" and can be removed (see section 7 of the GNU GPL version 3).
22.
▲
by
amszmidt
10mo ago
It isn't the difficult, a license that forbids how the program is used is a non-free software license. "The freedom to run the program as you wish, for any purpose (freedom 0)."
23.
▲
by
amszmidt
10mo ago
An employee doesn’t act as an official representative of their employer nor do they speak for the employee in any official capacity. That is what the message says. The informal also didn’t cloak their identity (implies some malicious inten
24.
▲
by
amszmidt
10mo ago
”No association” and “I am not a representative” are quite different things to say.
25.
▲
by
amszmidt
10mo ago
> Wait a sec. IANAL, but if I license something to you under the GPLv3, you may not license it to someone else under AGPLv3 or a commercial license. Not exactly the above case, but from the GNU GPL version 3 ( https://www.gnu.o
26.
▲
by
amszmidt
11mo ago
https://github.com/arialdomartini/morris-worm/tree/master Has the decompiled version.
27.
▲
by
amszmidt
11mo ago
Correct, neither did the Lambda. The article though references the Explorer II, a later version of the Explorer I ("Lambda").
28.
▲
by
amszmidt
1y ago
MIT System 99 was made after the first LMI release, which was based on MIT System 98 (and even slightly older releases) - which removed the flag bit. See the release notes here https://tumbleweed.nu/lm-3/sys-msg/sy
29.
▲
by
amszmidt
1y ago
> If Stallman had started with a kernel, there would be very few people who had the legal right to run any utilities or apps on the new kernel That is really not true, one of the most important things when it comes to the GNU p
30.
▲
by
amszmidt
1y ago
Note however, that you can't use diff on binaries, [...] You absolutely can, but you need to use an external diff tool: fossil diff --command "compare" You can also customise the diff-command variable. You
More ›