Viewing profile — 6Typos
6Typos
HN member- Joined
- Mon, Dec 19, 2016, 11:00 AM UTC
- HN karma
- 19
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About 6Typos
No profile information was provided.
Recent public activity
-
comment
Comment #21623539
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 struct…
-
comment
Comment #18897356
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 ca…
-
comment
Comment #17101405
> 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 t…
-
comment
Comment #14640899
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 …
-
comment
Comment #14483748
>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 informa…
-
comment
Comment #14462417
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 Chrom…
-
comment
Comment #14280778
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"?
-
comment
Comment #13860318
Scottish independence from UK
-
comment
Comment #13401154
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 dou…
-
comment
Comment #13398218
Running that gave: >>> open(b'test-\xd8\x00.txt', 'w').close() Traceback (most recent call last): File " ", line 1, in TypeError: embedded NUL character So yeah, TypeError Edit: Fo…