Skip to content
View tail-call's full-sized avatar
🐚
Conch in the Shell
🐚
Conch in the Shell

Block or report tail-call

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tail-call/README.md

λ ⍺ π η • 𝐠𝐢𝐭𝐡𝐮𝐛.𝐜𝐨𝐦/𝐭𝐚𝐢𝐥-𝐜𝐚𝐥𝐥 • 𝓌

bibliographygistsitch.io 𒑱

  • 📚 Keep reading the literature
  • 🤔 Keep asking questions
  • 🏰 Keep building your independence

R1NaNo, a poster from academia.stackexchange

Conjecture 1. Github's profile readme is the perfect location for dumping links.

🦎 About me // Обо мне

Участник Атомик Хак 2.0 (июнь 2024 г.)

Аспирантка (ИТМО, искусственный интеллект)

В прошлом делала приложения для айфончиков и всякие другие штуки

;; about-me.lisp

(defclass maria (software-developer data-scientist new-age-neo-hippie lisp-geek)
  ((editors :initform '(:nvim :emacs :vs-code))
   (favorite-programming-languages
    :initform '(:python :scheme :lua :swift :typescript))
   (interests
    :initform '(:mathematics :machine-learning :computer-graphics :compilers :philosophy))
   (hobbies :initform '(:composing-music :journaling :hiking :meditation :singing :poetry))))

(defmethod likes-p ((os t) (self maria))
  t)

(defmethod likes-p ((os (eql :windows)) (self maria))
  nil)

📑 Useful Science Links

Browse papers on these websites daily and you will become... read more

𐄳 Cool blogs / personal websites / pages / etc

These blogs have shaped me

⦿ ◀

Maria's Secret Stash of Extra Links

Congratulations! You found it

📝 Notable READMEs

𑁣 Important links

🍏 Apps I like (macOS only)

🧠 Formerly Greatest ML Links Of Existence

🪩 NeurIPS News

{ $$\mathrm{NeurIPS 2024 Dates}$$ ∈ [10 Dec 2024, 15 Dec 2024] } is over

Pinned Loading

  1. LISA-ITMO/CGT4NN LISA-ITMO/CGT4NN Public

    Compositional Game Theory for Neural Networks

    Jupyter Notebook

  2. machine-learning-roadmap machine-learning-roadmap Public

    Forked from mrdbourke/machine-learning-roadmap

    A roadmap connecting many of the most important concepts in machine learning, how to learn them and what tools to use to perform them.

  3. tail-call.github.io tail-call.github.io Public

    https://tail-call.github.io/

    HTML

  4. mandelbrot-set mandelbrot-set Public

    A pretty Mandelbrot set visualization in TypeScript. Not to be confused with mandelbrot-get.

    TypeScript

  5. TypeCase.lua TypeCase.lua
    1
    --- Control flow functions
    2
    
                  
    3
    local function TypeCase(obj, fallthroughHandler)
    4
      return function (args)
    5
        for i = 1, #args, 2 do
  6. cynder.html cynder.html
    1
    <!DOCTYPE html>
    2
    <html>
    3
      <head>
    4
        <meta charset="utf-8">
    5
      </head>