Viewing profile — PyComfy
PyComfy
HN member- Joined
- Tue, Jun 25, 2013, 11:38 AM UTC
- HN karma
- 91
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About PyComfy
No profile information was provided.
Recent public activity
-
comment
Comment #33833458
From the same website: Iconic yachts: On board Steve Jobs's Feadship superyacht Venus https://www.boatinternational.com/yachts/editorial-features/... Jobs died before it was finish…
-
comment
Comment #33644244
34yo here, got called a cheater constantly, even by "top" players. Despite using a slow sensitivity myself, i would say that slow/fast sensitivity or wrist/arm aiming doesn't matte…
-
comment
Comment #16567546
http://www.buildyourownlisp.com/
-
comment
Comment #16566798
Intel shall definitively be worried https://blog.cloudflare.com/arm-takes-wing/
-
comment
Comment #16562538
for linear algebra, may i add http://immersivemath.com/ila/index.html
-
comment
Comment #16535308
http://lodev.org/cgtutor/raycasting.html ~200 LOC
-
comment
Comment #16412605
Is it really? If we go back to the roots, lisp is made of what John McCarthy calls the Primary S-Functions which are atom, cons, car, cdr, and eq (a.k.a =). Of these five, clojure …
-
comment
Comment #16347085
Does Graal support tail call optimization? It has been announced for hotspot +10 years ago but still not implemented as today. edit: https://blogs.oracle.com/jrose/tail-calls-in-th…
-
comment
Comment #16334542
ah sorry. i did import dis dis.dis("a = foo.bar(b)") which gave 1 0 LOAD_NAME 0 (foo) 2 LOAD_ATTR 1 (bar) 4 LOAD_NAME 2 (b) 6 CALL_FUNCTION 1 8 STORE_NAME 3 (a) 10 LOAD_CONST 0 (No…
-
comment
Comment #16323374
Naive interpretation of the bytecode (not even pre-decoded, just a switch statement). And almost everything is resolved in the dynamic environment. for example, a = foo.bar(b) is a…
-
comment
Comment #16230140
Interesting experiences beyond the command line are game development tools; Each iteration try to make the barrier between artists/content creators and programmers thinner. https:/…
-
comment
Comment #16167248
My dad knew someone who had a reinforcing steel bar stuck into the middle of his head; The bar entered is mouth and exited in the middle of the top of his skill. After that, the gu…
-
comment
Comment #16139070
Qualcomm Falkor (ARMv8 AArch64) vs Intel Broadwell and Skylake https://blog.cloudflare.com/arm-takes-wing/ Multicore AVX512 lowers the frequency The Qualcomm CPU only has the 128-b…
-
comment
Comment #16091280
https://thehackernews.com/2017/02/bypass-aslr-browser-javasc... http://www.cs.vu.nl/~herbertb/download/papers/anc_ndss17.pdf XI. CONCLUSIONS In this paper, we described how ASLR is…
-
comment
Comment #16077869
I always understood it as this Transpilation: text to text (eg: Scheme to C) Compilation: anything to anything but usually it implies text to binary code transpilation is compilati…
-
comment
Comment #16071136
haven't played it but there is MHRD on steam which is a game about designing a CPU. http://store.steampowered.com/app/576030/MHRD/
-
comment
Comment #16048965
The source code of the kernel of Windows server 2003 and Windows XP Pro x64 was available to universities for education purposes . Someone leaked the code on internet years ago whi…
-
comment
Comment #16045582
I have ditched google in favor of Searx, a metasearch engine that anyone can host https://asciimoo.github.io/searx/ https://searx.me/ https://github.com/asciimoo/searx/wiki/Searx-i…
-
comment
Comment #16010615
i don't like first/rest; car and cdr are about pairs, not about lists which is an implicit type (like strings in C).
-
comment
Comment #15843028
https://mbebenita.github.io/WasmExplorer/ The popcnt example is nice.
-
comment
Comment #15211413
also https://news.ycombinator.com/item?id=15053064
-
comment
Comment #15079956
Maybe the author is referring to the apparition of the homo erectus
-
comment
Comment #15079845
Have a look at the Chromium/Chrome's extension Just Read before / after https://i.imgur.com/Ihy5wQh.png
-
comment
Comment #15027598
How long before Intel sues them?
-
comment
Comment #14988651
He sure seems to be very talented but Ryzen also gained from a few important patents being finally expired (the one about SMT, for example) https://scalibq.wordpress.com/2012/02/14…