changed assets to contabo
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 7m25s
Deploy to GitHub Pages / deploy (push) Has been skipped

This commit is contained in:
Bethlenfalvi, Lorinc (ext)
2025-03-19 09:41:41 +01:00
parent c4c9959516
commit ad775e4f77
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ author: lbfalvy
tags: [programming, rust, langdev] tags: [programming, rust, langdev]
pubDate: 2025-01-29T11:27Z[UTC] pubDate: 2025-01-29T11:27Z[UTC]
summary: On the state of async Rust, limitations of the type system, and Iterator::map summary: On the state of async Rust, limitations of the type system, and Iterator::map
image: https://assets-for-gh-pages.gb-lon-1.linodeobjects.com/Screenshot%202025-01-29%20170323.png image: https://eu2.contabostorage.com/b5fca1793241407290cf2335ba076411:assets/lbfalvy_com/Screenshot 2025-01-29 170323.png
unlisted: false unlisted: false
--- ---
import Graphic from "../../components/Graphic.astro" import Graphic from "../../components/Graphic.astro"

View File

@@ -1,6 +1,6 @@
--- ---
name: f.engine name: f.engine
url: https://lbfalvy.github.io/f.engine/ url: https://lbfalvy.github.io/f.engine/
image: https://assets-for-gh-pages.gb-lon-1.linodeobjects.com/f-engine.png image: https://eu2.contabostorage.com/b5fca1793241407290cf2335ba076411:assets/lbfalvy_com/f-engine.png
--- ---
A small lambda calculus executor made in Javascript to demonstrate lambda calc to my friends. It works with repeated string splicing so it gets very slow. A small lambda calculus executor made in Javascript to demonstrate lambda calc to my friends. It works with repeated string splicing so it gets very slow.