Brendan Curran-Johnson

Results 8 comments of Brendan Curran-Johnson

I have completed two incredibly enthralling novels. Both the novels and the code can be found in this [repo](https://github.com/bcj/buffalo)

(I may do some more work on this at some point to try to make the story more compelling, but I'm calling this finished for now)

Nice. Glad to see other people consider this idea the minimum technically-viable novel. I think it took me about half an hour. I came up with the idea, and then...

I think this might be the one I'm most excited about. This sounds great

I don't touch Julia much, but I just want to chime in that I've heard people talk about `LaxZonedDateTime`s for months and only today realized it wasn't `LacksZonedDatetime`. I think...

Repo: https://github.com/bcj/genmo-2019 Example: https://github.com/bcj/genmo-2019/blob/master/examples/nano.txt Code: ```python import struct R=open("i.bmp","rb").read R(18) w,h,b=struct.unpack("

Repo: https://github.com/bcj/genmo-2019/tree/master/nano#fragments Example (too short): https://github.com/bcj/genmo-2019/blob/master/examples/moby-dickens.txt Code: ```python import random as r a=open("a.txt").read() b=open("b.txt").read() s=" " d=set((a+s+b).split(s)) c=[] for a,b in zip(a,b): if a!=b or a==s: w="".join(c) print(r.choice([x for x...

It's unlikely I will implement this (especially since I've pretty much ignored this project for the last 4 months), but I would definitely accept a pull request (based on the...