Viewing profile — jimmahoney
jimmahoney
HN member- Joined
- Thu, Dec 29, 2011, 6:29 PM UTC
- HN karma
- 82
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About jimmahoney
Recent public activity
-
comment
Comment #35397669
I used janet for Advent of Code 2021 too. My first exploration of the language. Small world. I found janet fun but quirky. My work is at https://github.com/jimmahoney/advent-of-cod…
-
comment
Comment #33104575
FWIW here are my CS courses including notes, assignments, and resources: https://cs.bennington.college/ (2020 - 2022) & https://cs.marlboro.college/ (2010 - 2020)
-
comment
Comment #29670122
The Murderbot Diaries by Martha Wells. Best scifi I've read in awhile; a really nice one in the first-person-nonhuman genre.
-
comment
Comment #26040095
Faculty Position in Computer Science at Bennington College Full time on site starting Fall 2021 Would you like to teach and help design a broad cross-disciplinary computing curricu…
-
comment
Comment #20373989
I have the Ikea Markus at home and it's been fine, especially for a $200 chair. I use a Herman-Miller Aeron in my work office that I got when I was having back problems, and like i…
-
comment
Comment #19833744
I second "Eloquent Javascript" - it's excellent.
- story
- story
-
comment
Comment #18279631
Anonymous Pro https://fonts.google.com/specimen/Anonymous+Pro
-
comment
Comment #17694971
Argentine tango : check out the "my double life" TED talk at https://www.youtube.com/watch?v=QhdI3FNItHk .
-
comment
Comment #17539207
lighthearted and fun : "The Crown Jewels" by Walter John Williams. Definitely. See https://en.wikipedia.org/wiki/Drake_Maijstral
-
comment
Comment #17539179
Lois McMaster Bujold is just the best - almost everything she's written.
-
comment
Comment #17486020
I teach intro programming using python, and use it regularly for various projects. But I agree with the author's central point that the language has a number of issues. He mentions…
-
comment
Comment #16534194
"Life. Don't talk to me about life." - Marvin. http://hitchhikers.wikia.com/wiki/Marvin
-
comment
Comment #16247251
It looks cool, but I don't really want to wait half a minute for it to do anything. $ time curl cs.marlboro.college 301 Moved Permanently Moved Permanently The document has moved h…
-
comment
Comment #16197177
Yes - I use this and the CMU labs for an undergrad course, and it's excellent.
-
comment
Comment #14647096
The statistically significant result is that scores on this test : "in each trial set, participants complete a series of math problems (information processing) while simultaneously…
-
comment
Comment #13568982
Ready Player One. Though the recent second time was as an audio book on a long car trip.
-
comment
Comment #13444804
I'm typing from an Ikea Marcus which is my home office chair. While I agree that the Aeron is great (and have one at work that I use regularly), the Marcus fit in my budget ($200 f…
-
comment
Comment #12803265
Here's a different sort-of-functional python fizzbuzz. While it doesn't use the spiffy lazy lists of itertools, and does have the typical "if x % n == 0" test, it does generalize e…
-
comment
Comment #12740810
A few others that I don't think have been mentioned, in no particular order. - Guardians of the Galaxy - Back to the Future series - Men in Black - Groundhog Day - Elysium - Planet…
-
comment
Comment #12710089
This free online textbook using R is what I used when I last taught statistics in a college setting : https://www.openintro.org/stat/textbook.php .
-
comment
Comment #12474030
I like this notion of "political compass" : https://www.politicalcompass.org/analysis2 (not unique to this author), in which liberal vs conservative (left vs right) is an axis , bu…
-
comment
Comment #11368792
Having done a variety of data analysis and computational modeling while working as a PhD physics student and postdoc, I can attest that many of my colleagues wrote terrible code. T…
-
comment
Comment #10782132
I teach a systems course at Marlboro College which covers some x86 assembler and C, using Bryant and O'Hallaron's "Computer Systems: A Programmer's Perspective" textook. ( http://c…