Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
billsix
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
billsix
2y ago
I teach a class on computer graphics, where I want to embed my working source code into my web based explanations, so perhaps the following could help you I have my source code in one directory, and in another I use Sphinx to make the docum
2.
▲
by
billsix
2y ago
I've liked Jonathan Bartlett's books, his newest is "Learn to Program with Assembly"
3.
▲
by
billsix
4y ago
Off topic but Kill Bill 1 and 2 were great but I hope they stop at Kill billfive
4.
▲
by
billsix
4y ago
Nice! PortableGL is also great, OpenGL api that is defined in entirely in C and writes the “framebuffer” into an SDL window https://github.com/rswinkle/PortableGL
5.
▲
by
billsix
4y ago
I tried building it from source a year ago on multiple tagged releases and it failed to build. Been using minidlna instead, which I’ve been pleased with.
6.
▲
by
billsix
4y ago
Good to know, thank you!
7.
▲
by
billsix
4y ago
Moto g7 plus on straight talk (using att sim I think)
8.
▲
by
billsix
4y ago
Yeah I update it every week
9.
▲
by
billsix
4y ago
I love Lineage and used it as my main phone OS but since my carrier required in February for VoLTE to work, I can’t receive or make phone calls anymore.
10.
▲
by
billsix
5y ago
Graphics programming where applied linear algebra is built from the ground up http://billsix.github.io/modelviewprojection/intro.html Most of it is done but I’m updating the content in web form weekly
11.
▲
by
billsix
5y ago
I use a “squash” alias to make it simpler for me https://github.com/billsix/dotfiles/blob/master/.gitconfig
12.
▲
by
billsix
5y ago
When implementing Python's yield in scheme, I found it straightforward to add the equivalent of send! https://billsix.github.io/bug#_make_generator
13.
▲
by
billsix
5y ago
I remember while learning Smalltalk how surprised I was when if statements and loops weren’t syntax of the language, but methods on objects. True and False are singletons of a Boolean class, which has a method ifTrue:ifFalse which take lamb
14.
▲
by
billsix
5y ago
Regarding hooks, you can put hooks into the repo https://www.viget.com/articles/two-ways-to-share-git-hooks-w... Granted, each team member must set core.hooksPath in their config. Hope this helps.
15.
▲
by
billsix
5y ago
Are you using Swift? Swift was released in 2014.
16.
▲
by
billsix
5y ago
Perhaps this https://github.com/JoshCheek/clisp/blob/master/doc/Why-CLISP...
17.
▲
by
billsix
6y ago
> Now, free software advocates – and free culture advocates – hate the term “intellectual property.” The argument against IP rails against its imprecision and its rhetorical dishonesty. Now? https://www.gnu.org/philosophy
18.
▲
by
billsix
6y ago
Yes
19.
▲
by
billsix
6y ago
Books -ANSI Common Lisp by Paul Graham -On Lisp by Paul Graham -Simply Scheme -The Little Schemer -Structure And Interpretation Of Computer Programs -Paradigms of Artificial Intelligence Programming Implementations Common Lisp - any should
20.
▲
by
billsix
6y ago
Regarding building from source, ~8 years ago, I built Mono, Monodevelop and their dependecies from source on Linux, no binaries, and it was straightforward. Created a language plug-in for a custom language, and I loved the dev environment.
21.
▲
by
billsix
6y ago
I had been unaware of the volume of PRs that you receive, apologies, I had thought that my PR was just ignored. Thanks for your reply and thank you for Zig. I'll reopen that particular issue, and will try to fix any example zig apps th
22.
▲
by
billsix
6y ago
With respect, although I think zig is very fascinating as far as language design and is great work, I've had trouble compiling most example zig programs, which I assume worked on older versions of zig. This minimizes my motivation to c
23.
▲
by
billsix
6y ago
Sure, if they don’t mind Qt automatically being relicensing under BSD “The little known KDE Free Qt Foundation makes sure that Qt stays free and open-source. It guarantees that all Qt modules currently licensed under LGPLv3 must continue to
24.
▲
by
billsix
6y ago
Qt is also licensed via LGPL
25.
▲
by
billsix
6y ago
From watching the Ted talk, I think that Linus was using a cs101 example to effectively communicate to a large audience of programmers about good design for system level work such as for an Operating System. His example, I think, can be ext
26.
▲
by
billsix
6y ago
IIRC, Qt has been licensed under the LGPL for many many years, so you can develop proprietary software that dynamically links to Qt no cost.
27.
▲
by
billsix
6y ago
https://www.over-yonder.net/~fullermd/rants/bsd4linux/01
28.
▲
by
billsix
6y ago
https://norvig.com/21-days.html
29.
▲
by
billsix
7y ago
The density of parentheses is high, but the number of parentheses is small, relatively.
30.
▲
by
billsix
7y ago
https://github.com/ocornut/imgui
More ›