HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cepher

no profile record

Submissions

Ludii, a general game system to play, evaluate and design a wide range of games

ludii.games
22 points·by cepher·il y a 5 ans·2 comments

comments

cepher
·il y a 4 ans·discuss
I’ve been meaning to read Practical Common Lisp for some time. Would you recommend this even for complete beginners to Lisp?
cepher
·il y a 4 ans·discuss
Kind of reminds me of the atemoya https://en.m.wikipedia.org/wiki/Atemoya. Saw it for the first time visiting South America, and it reminded me of a mix between a banana and something citrus. One of the best fruits I’ve ever tasted.
cepher
·il y a 5 ans·discuss
That sounds like an interesting curriculum. Would you mind sharing what program that was?
cepher
·il y a 5 ans·discuss
I wonder what this means for the future of Brax [1].

1. https://github.com/google/brax
cepher
·il y a 5 ans·discuss
That class looks amazing. Took a higher level computer systems course in undergrad that roughly followed http://csapp.cs.cmu.edu/ (great course).
cepher
·il y a 5 ans·discuss
I’ve recently gained an interest in computer architecture and systems programming in general after some high performance computing projects. Have been hearing about RISC-V from a distance, and am wondering if delving into it would be one of the best ways to satisfy this interest and gain some valuable knowledge/skills at the same time.
cepher
·il y a 5 ans·discuss
I use linux+i3 at work, but personally have a mac. The main thing stopping me from ditching the mac is how convenient it is to swap files/photos between the iphone and mac, whether it’s through icloud or airdrop. Perhaps a nice solution exists for transferring files between iphone and linux, but I haven’t found one.
cepher
·il y a 5 ans·discuss
Does anyone know if this is more appropriate than the PlutoSDR for hobbyists? Seems like they have similar specs and are around the same price.
cepher
·il y a 5 ans·discuss
This book was my introduction to OCaml, and I followed it concurrently with the Nand2Tetris course. Project 6 of Nand2Tetris [1] has you write an assembler for their hack computer, and OCaml seemed like a perfect fit. Chapter 10 of this book introduces you to parsing and lexing, and it was really fun following along while writing the hack assembler.

Here's an implementation for those interested: https://github.com/senhorsolar/hack-assembler

[1] https://www.nand2tetris.org/project06