Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
6Typos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
6Typos
7y ago
Going offtopic, but... >We have an optimizing compiler for spreadsheets What is even a compiler for spreadsheets? In spreadsheets you still have an AST, or is it a different structure? Is there any fundamental property of spreadsheet cod
2.
▲
by
6Typos
8y ago
Why are you using DCGs for turing_//2? Genuine question, because I implemented a TM interpreter in Prolog, using "normal" predicates, and I can't see where they help you in this case PS: I learnt how to use DCGs tha
3.
▲
by
6Typos
8y ago
> Galileo was executed by the Inquisition, Was only arrested at home, for 10 years (but wrongly convicted) > Once they identified the heliocentric model to be against their dogma they supressed and punished anyone who advocated helioc
4.
▲
by
6Typos
9y ago
What the parent is saying is that it is useless to buy a new iPad, because he already has a Chromebook. If iOS 11 brought XCode, then he would buy a new one, because it would have one more important feature (XCode).
5.
▲
by
6Typos
9y ago
>Actually, banning encryption apps may be good for privacy, because you never know if the app maker made some backdoors in their encryption method and he already sells your information to somebody. IMHO, the answer to this lies in Open
6.
▲
by
6Typos
9y ago
I also use this setup. In fact, ChromeOs acts as a Window Manager, because it deals with how each application is organized in the screen/ shown to the user; in this setup, no Chrome Apps are used (only programs from chroot are used) tl
7.
▲
by
6Typos
9y ago
Excuse me, I'm a bit confused by your answer. Are you saying that Assembly is more implicit than Rust or C++? What do you use to measure "implicitness"?
8.
▲
by
6Typos
10y ago
Scottish independence from UK
9.
▲
by
6Typos
10y ago
One of the issues that is never talked about when dealing with substitutes of well-stablished interfaces is if the new standard covers all the other use cases. In particular, I doubt of the usefulness of the Touch Bar in a low level environ
10.
▲
by
6Typos
10y ago
Running that gave: >>> open(b'test-\xd8\x00.txt', 'w').close() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: embedded NUL character So yeah,