• Home
  • Posts
  • Bookshelf
  • Contact
  • 69. Nicer RSS feed

    2022-12-19
    • #rust
    • #webtech

    I revamped this blog’s RSS feed. The downside is that RSS readers will probably show the last few posts again. Sorry about that. On the upside, the new feed contains full post contents and is standards compliant. This post lists the changes I made, mostly to the axum webserver setup.

    ⤷ Read more
  • 66. Writing a polling document generator in Rust

    2022-09-17
    • #rust
    • #webtech

    Let’s write an app that watches some files for changes, runs them through Liquid templates (rs), and then compiles the output with LaTeX. It’ll take about 200 lines of code. This scheme is very useful when you need to produce some kind of document from data available to a Rust program, and when you expect to be iterating on the templates a lot.

    ⤷ Read more
  • 60. Serverless feedback form with proof-of-work

    2022-04-30
    • #crypto
    • #webtech

    I added a feedback form under every post on this blog. It’s a bit of client-side Javascript, a couple of serverless functions, and a proof-of-work scheme to deter spammers. Let’s see what it looks like.

    ⤷ Read more
▲
  • © 2022 Alexandru Scvorțov (λyz.mailyscvalexznet)@.
    • CC BY-SA |
    • All code GPLv3
    • Home |
    • RSS Feed