Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
topkekz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
topkekz
9y ago
How come emacs shell still does not support input redirection? You have to do cat file | program instead of program < file
2.
▲
by
topkekz
9y ago
Only skimmed the article but i think they want something like this <T> objc_msgSend(Object *receiver, String *method, ...) { return get_method(receiver->class, method)(receiver, ...); } where the tail call is transla
3.
▲
by
topkekz
9y ago
There are lisps being worked on to resolve points 1, 2, and 4. https://github.com/tomhrr/dale https://github.com/carp-lang/Carp
4.
▲
by
topkekz
10y ago
Ocarina of Time is running at 20 FPS on NTSC, 17 FPS on PAL, and is still fun. We started worrying about FPS when competitive online gaming became a thing (Quake 3, Counter-Strike, Unreal Tournament) and marketers associated high computer p
5.
▲
by
topkekz
10y ago
>It's a shame the game is only available on the two most underpowered gaming devices. The Switch is handheld gaming device.
6.
▲
by
topkekz
10y ago
also censored on https://zoom.earth/#-70.166939,87.824707,11z,sat
7.
▲
by
topkekz
10y ago
vector-immutable is unusable, all operations on vectors return a mutable vector forcing you to rely on vector->immutable-vector every time. Vector lacks many operations that List has, it should be easier to interchange each others. Vecto
8.
▲
by
topkekz
10y ago
i found the Racket library to be inconsistent, especially anything related to Vector.
9.
▲
by
topkekz
10y ago
https://truecraft.io/ (Minecraft beta 1.7.3)
10.
▲
by
topkekz
10y ago
Partial application and currying are two different things.
11.
▲
by
topkekz
10y ago
I prefer car/cdr over first/rest since a list is an implicit type and cdr/car are actually operating on pairs that are not necessary part of a list.
12.
▲
by
topkekz
10y ago
https://news.ycombinator.com/item?id=1803815
13.
▲
by
topkekz
10y ago
>Accessing an element of an array via ptr[3] is actually just short for (ptr + 3). This can be equivalently written as (3 + ptr) and therefore as 3[ptr], which turns out to be completely valid code. C++ standard defines the syntax of a
14.
▲
by
topkekz
10y ago
Check this one (clang) https://godbolt.org/g/Brn57Z
15.
▲
by
topkekz
10y ago
When AMD says 8 cores, it's actually 8 ALUs and 4 SIMDs/FPUs. http://www.bit-tech.net/hardware/cpus/2011/10/12/amd-fx-8150... http://www.theregister.co.uk/2015/11/
16.
▲
by
topkekz
10y ago
A stack is an abstract type having two operations: push(element) and pop(). The implementation can cheat till it's transparent to the user. To quote CLRS, The INSERT operation on a stack is often called PUSH, and the DELETE operatio
17.
▲
by
topkekz
10y ago
https://www.phoronix.com/scan.php?page=article&item=amd_cata... Note that both the amd and the nvidia kernel modules always have been FOSS because of the GPL license. It's just that nvidia provides it by its own wa
18.
▲
by
topkekz
10y ago
he's now using Donald Knuth's LCG http://www.templeos.org/Wb/Kernel/KMathB.html
19.
▲
by
topkekz
10y ago
you can do sizeof(T[n]) instead of sizeof(T) * n
20.
▲
by
topkekz
10y ago
There also Nuitka for compiling python into a native module. http://nuitka.net/pages/overview.html
21.
▲
by
topkekz
10y ago
A review of the 1977 Turing Award Lecture by John Backus by Edsger W.Dijkstra https://www.cs.utexas.edu/users/EWD/transcriptions/EWD06xx/E...
22.
▲
by
topkekz
10y ago
> but many people don't seem to trust it This paper explains how to weaken the intel RNG by modifying only one logic gate and still make it passes the integrity tests. http://sharps.org/wp-content/uploads/B
23.
▲
by
topkekz
10y ago
There is also Spacemacs which is emacs + Evil with some sweets. http://spacemacs.org/
24.
▲
by
topkekz
10y ago
Hal Abelson on the end of SICP at MIT (2011) http://codequarterly.com/2011/hal-abelson/
25.
▲
by
topkekz
10y ago
f-35 part starts at the bottom of page 37 https://www.csiac.org/wp-content/uploads/2016/02/2010_03_30_...
26.
▲
by
topkekz
10y ago
http://www.cs.utexas.edu/~EWD/transcriptions/OtherDocs/Haske...
27.
▲
by
topkekz
10y ago
This may help http://paste.lisp.org/display/313070/raw
28.
▲
by
topkekz
10y ago
The "classic" course is still available as cs61as http://www.cs61as.org/
29.
▲
by
topkekz
11y ago
Nuitka compiles python into a native executable http://nuitka.net/pages/overview.html
30.
▲
by
topkekz
11y ago
The Craft of Text Editing --or-- Emacs for the Modern World https://www.finseth.com/craft/
More ›