Even recent works might be both unscanned and untranslated. I experienced this when the only way to access a 70 years old scientific paper written in Italian was by finding a copy in a library and scanning it. There are…
Singularity (now called Apptainer - https://apptainer.org/) is a container system generally used in HPC environments that has some nice features, like having your container as single .sif file, automatically mounting…
Useful to explain non-determinism to students. I saw a similar idea before at https://github.com/aeporreca/nondeterminism which uses fork() to (inefficiently) explore all possible guesses concurrently
When Sun Microsystems was still existing they made a (quite funny) video putting 12 usb sticks in a ZFS pool with RAID: https://constantin.glez.de/2011/01/24/how-save-world-zfs-and...
NEAT and neuroevolution in general are interesting approaches. I also suggest to check techniques like DENSER [1] that can be used to evolve deep networks (by using the evolutionary part on the network structure and not…
The first one is available here: http://regex.inginf.units.it/ It uses genetic programming to build the regular expression.
That is exactly what I would also like to do. The HN comments are usually as interesting as the the link in the post. For example people point out other resources or the author of the linked post comments with more…
That looks interesting! Does it also have a way to deal with sets of "related" links? For example I might want to save and archive a webpage and its discussion on HN together or a collection of multiple blog posts as…
In Italy it is one of the three metrics used. The others are the number of published papers and the h-index. This is the table of thresholds for associate professorship ("II Fascia") and full professorship ("I Fascia"):…
It was edited, before it was 80 H/s.
Wasn’t the speed of the IBM 1401 only one hash every 80 seconds (1/80 H/s)?
My Raspberry Pi 3 works as a CUPS print server connected to a laser printer, as a pi-hole DNS server to filter ads, and as a ssh entry point (with dynamic DNS). I would use a Pi zero, but Ghostscript is not too happy…
Good job! Homebrew is, at least for me, essential for using macOS as a true *nix, and most of the changes (implemented or proposed) seem good (e.g., the ability to automatically run cleanup) I am a little bit worried…
The fact that there is no standard set of benchmarks was recognised some years ago: https://cs.gmu.edu/~sean/papers/gecco12benchmarks3.pdf http://www.cs.put.poznan.pl/wjaskowski/archives/wp-publicati... While I think…
On Mac I use the emacs-mac port by Mitsuharu Yamamoto: https://bitbucket.org/mituharu/emacs-mac/overview which, in my opinion, works well. It can also be installed via brew (from source) or brew cask:…
Even recent works might be both unscanned and untranslated. I experienced this when the only way to access a 70 years old scientific paper written in Italian was by finding a copy in a library and scanning it. There are…
Singularity (now called Apptainer - https://apptainer.org/) is a container system generally used in HPC environments that has some nice features, like having your container as single .sif file, automatically mounting…
Useful to explain non-determinism to students. I saw a similar idea before at https://github.com/aeporreca/nondeterminism which uses fork() to (inefficiently) explore all possible guesses concurrently
When Sun Microsystems was still existing they made a (quite funny) video putting 12 usb sticks in a ZFS pool with RAID: https://constantin.glez.de/2011/01/24/how-save-world-zfs-and...
NEAT and neuroevolution in general are interesting approaches. I also suggest to check techniques like DENSER [1] that can be used to evolve deep networks (by using the evolutionary part on the network structure and not…
The first one is available here: http://regex.inginf.units.it/ It uses genetic programming to build the regular expression.
That is exactly what I would also like to do. The HN comments are usually as interesting as the the link in the post. For example people point out other resources or the author of the linked post comments with more…
That looks interesting! Does it also have a way to deal with sets of "related" links? For example I might want to save and archive a webpage and its discussion on HN together or a collection of multiple blog posts as…
In Italy it is one of the three metrics used. The others are the number of published papers and the h-index. This is the table of thresholds for associate professorship ("II Fascia") and full professorship ("I Fascia"):…
It was edited, before it was 80 H/s.
Wasn’t the speed of the IBM 1401 only one hash every 80 seconds (1/80 H/s)?
My Raspberry Pi 3 works as a CUPS print server connected to a laser printer, as a pi-hole DNS server to filter ads, and as a ssh entry point (with dynamic DNS). I would use a Pi zero, but Ghostscript is not too happy…
Good job! Homebrew is, at least for me, essential for using macOS as a true *nix, and most of the changes (implemented or proposed) seem good (e.g., the ability to automatically run cleanup) I am a little bit worried…
The fact that there is no standard set of benchmarks was recognised some years ago: https://cs.gmu.edu/~sean/papers/gecco12benchmarks3.pdf http://www.cs.put.poznan.pl/wjaskowski/archives/wp-publicati... While I think…
On Mac I use the emacs-mac port by Mitsuharu Yamamoto: https://bitbucket.org/mituharu/emacs-mac/overview which, in my opinion, works well. It can also be installed via brew (from source) or brew cask:…