charleskinbote | 1 year ago | on: ActBlue Isn't Selling Your Data
charleskinbote's comments
charleskinbote | 3 years ago | on: The unlikely odds of making it big on TikTok
charleskinbote | 3 years ago | on: Chumsky, a Rust parser-combinator library with error recovery
charleskinbote | 3 years ago | on: ROS – Robot Operating System
charleskinbote | 3 years ago | on: Ante: A low-level functional language
The dot product example gave me pause because map2 seems to be the same as zipWith. Does that exist in Ante? Without context I might have thought map2 was going to act as bimap. Take that for what you think it's worth :)
Also I might be having a brain fart -- but isn't the dot product in your example equal to 32?
charleskinbote | 3 years ago | on: Functional programming with bananas, lenses, envelopes and barbed wire [pdf] (1991)
charleskinbote | 3 years ago | on: Functional programming with bananas, lenses, envelopes and barbed wire [pdf] (1991)
charleskinbote | 4 years ago | on: Split the States (2021)
charleskinbote | 5 years ago | on: Build your next app with a graph database
charleskinbote | 5 years ago | on: Your Career in Computer Programming (2015)
[1] https://thestrangeloop.com/2018/its-just-matrix-multiplicati...
charleskinbote | 5 years ago | on: Show HN: Antimander – Optimize Congressional Districts with Genetic Algorithms
[1] https://www.lume.ufrgs.br/bitstream/handle/10183/174950/0010...
charleskinbote | 5 years ago | on: Mutant garden (cartesian genetic programming)
[1] http://www.picbreeder.org/
[2] https://www.youtube.com/watch?v=qv6UVOQ0F44
[3] https://en.wikipedia.org/wiki/Neuroevolution_of_augmenting_t...
charleskinbote | 5 years ago | on: Sell Yourself, Sell Your Work
Maybe this article should be called "I sell, therefore I am".
The quote from the article, to me, sounds ridiculous. I don't lock myself in a room and do marvelous work for other people, so that they know it exists, or so that it will last longer than I do -- and I suspect many other creators feel similarly.
charleskinbote | 5 years ago | on: Graph2Plan: Learning Floorplan Generation from Layout Graphs
charleskinbote | 5 years ago | on: Understanding BERT and Search Relevance (2019)
for reference: https://ai.googleblog.com/2019/06/introducing-tensornetwork-...
charleskinbote | 6 years ago | on: Ask HN: What projects are you working on now?
charleskinbote | 6 years ago | on: What Nihilism Is Not
I found the irony here rather amusing.
charleskinbote | 6 years ago | on: Write Yourself a Scheme in 48 Hours (2007)
charleskinbote | 6 years ago | on: Ask HN: Who wants to be hired? (October 2019)
Role: Software Engineer / Research Engineer
Remote: Yes
Willing to relocate: No
Technologies: Python, C, AI, Haskell, OpenCV, Git, PostgeSQL, SQL, AWS, Scala, NumPy, Keras, TensorFlow, Docker, Django, Bash, Linux, autonomous systems
Resume: Upon email request, include company name
Email: [email protected]
I'm a software engineer with research experience, primarily in stochastic methods like Genetic Algorithms and Monte Carlo Tree Search for non-convex optimization problems like robot exploration and high-performance quantum circuit simulation. I'd be interested in any role where I can branch into other AI domains, including ML. I have interests in neuro-evolution for NLP, for example. Generally, though, I am open to a wide range of opportunities, happy to chat with anyone.
charleskinbote | 6 years ago | on: We can’t trust AI systems built on deep learning alone
edit: after noticing this other hacker news article (https://news.ycombinator.com/item?id=21107706), I wanted to add that this line of thinking is applicable to understanding programs and proofs written by humans as well. Programs and proofs can be well-understood when their pieces, and the way those pieces compose, are well-understood. When the pieces, e.g. lemmata in a proof, are large or hard to decompose, the proof (i.e. the solution to a problem) is harder to verify and understand.