Be reading academic computer science papers

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • fp-notes

    Notes on Functional Programming and related topics

  • I’ve been reading CS papers for a few years now (mostly FP or PL related) and wrote some summaries for a selection of them[0]. FP and PL literature is very accessible, many authors have a desire to communicate some aspect of programming languages or type systems that is readable even if you have only an introductory knowledge of the field. Also, papers are a great source for knowledge that is not easily found in books and documentation online.

    [0] https://github.com/siraben/fp-notes/blob/master/Papers.md

  • baritone

    google maps for block game

  • Maybe a bit tangential to the original comment, but have you also checked some practical implementations of path planning in Minecraft, such as Baritone (https://github.com/cabaletta/baritone)? Practical as in, it is actually deployed widely to automate various kinds of complex tasks (building structures, automate mining, killing other human players) for bots in anarchy servers?

    Although the method uses a variant of A* and might not be that “fancy” in academia terms, it’s astonishing how far it can achieve (see demos like [1] and [2]) and might actually be far more useful to study it closely instead of more theoretical papers.

    [1] https://youtu.be/c2OFyoECOhQ

    [2] https://youtu.be/rQFPvU2ew9Q

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts