Viewing profile — billsix
billsix
HN member- Joined
- Fri, Oct 17, 2008, 6:34 PM UTC
- HN karma
- 574
- Public activity
- 257 items
- HN profile
- View on Hacker News ↗
About billsix
Recent public activity
-
comment
Comment #42515859
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 …
-
comment
Comment #40110824
I've liked Jonathan Bartlett's books, his newest is "Learn to Program with Assembly"
- comment
-
comment
Comment #33269351
Off topic but Kill Bill 1 and 2 were great but I hope they stop at Kill billfive
-
comment
Comment #32933498
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
-
comment
Comment #31909343
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.
-
comment
Comment #31169077
Good to know, thank you!
-
comment
Comment #31169068
Moto g7 plus on straight talk (using att sim I think)
-
comment
Comment #31169059
Yeah I update it every week
-
comment
Comment #31166659
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.
-
comment
Comment #30303138
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 conten…
-
comment
Comment #29841439
I use a “squash” alias to make it simpler for me https://github.com/billsix/dotfiles/blob/master/.gitconfig
-
comment
Comment #28055877
When implementing Python's yield in scheme, I found it straightforward to add the equivalent of send! https://billsix.github.io/bug#_make_generator
-
comment
Comment #27843810
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 Bool…
-
comment
Comment #26963321
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. …
-
comment
Comment #26712412
Are you using Swift? Swift was released in 2014.
-
comment
Comment #26699531
Perhaps this https://github.com/JoshCheek/clisp/blob/master/doc/Why-CLISP...
-
comment
Comment #25974986
> Now, free software advocates – and free culture advocates – hate the term “intellectual property.” The argument against IP rails against its imprecision and its rhetorical dishon…
- comment
-
comment
Comment #25442375
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 Intell…
-
comment
Comment #25437275
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…
-
comment
Comment #25413001
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 partic…
-
comment
Comment #25412834
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 o…
-
comment
Comment #25354366
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…
-
comment
Comment #25346208
Qt is also licensed via LGPL