mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-12-10 20:20:24 +00:00
Retagged posts from 2025
This commit is contained in:
parent
a7779ecf29
commit
7e6a7c3285
15 changed files with 54 additions and 15 deletions
|
|
@ -2,7 +2,9 @@
|
||||||
title: "Adventures in Rust WebAssembly"
|
title: "Adventures in Rust WebAssembly"
|
||||||
date: 2025-02-21T10:13:17-05:00
|
date: 2025-02-21T10:13:17-05:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: ["Rust", "Web"]
|
tags:
|
||||||
|
- WebAssembly
|
||||||
|
- Rust
|
||||||
math: false
|
math: false
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,12 @@
|
||||||
title: "Dealing with Web Scrapers"
|
title: "Dealing with Web Scrapers"
|
||||||
date: 2025-07-02T09:10:23-04:00
|
date: 2025-07-02T09:10:23-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: []
|
tags:
|
||||||
|
- web scraping
|
||||||
|
- CAPTCHA
|
||||||
|
- rate limiting
|
||||||
|
- robots.txt
|
||||||
|
- proof of work
|
||||||
math: false
|
math: false
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
title: "Blog Question Challenge (Jan 2025)"
|
title: "Blog Question Challenge (Jan 2025)"
|
||||||
date: 2025-01-29T21:18:03-05:00
|
date: 2025-01-29T21:18:03-05:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: []
|
tags:
|
||||||
|
- blogging
|
||||||
math: false
|
math: false
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
title: "Cursed Knowledge: Javascript Arrays Are Objects"
|
title: "Cursed Knowledge: Javascript Arrays Are Objects"
|
||||||
date: 2025-09-01T09:47:01-04:00
|
date: 2025-09-01T09:47:01-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: []
|
tags:
|
||||||
|
- JavaScript
|
||||||
math: true
|
math: true
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,11 @@
|
||||||
title: "Deterministically Iterating over a set within Dafny functions"
|
title: "Deterministically Iterating over a set within Dafny functions"
|
||||||
date: 2025-07-06T12:27:01-04:00
|
date: 2025-07-06T12:27:01-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: ["Formal Methods"]
|
tags:
|
||||||
|
- Dafny
|
||||||
|
- Formal methods
|
||||||
|
- Deterministic algorithm
|
||||||
|
- Total order
|
||||||
math: false
|
math: false
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
title: "Exploring via Public Transit"
|
title: "Exploring via Public Transit"
|
||||||
date: 2025-06-15T21:38:02-04:00
|
date: 2025-06-15T21:38:02-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: []
|
tags:
|
||||||
|
- public transport
|
||||||
math: false
|
math: false
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,10 @@
|
||||||
title: "Filesystem as a persistent key-value store in Python"
|
title: "Filesystem as a persistent key-value store in Python"
|
||||||
date: 2025-04-27T13:39:49-04:00
|
date: 2025-04-27T13:39:49-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: []
|
tags:
|
||||||
|
- key-value database
|
||||||
|
- file system
|
||||||
|
- Python
|
||||||
math: false
|
math: false
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,10 @@
|
||||||
title: "Flattening Cases to Avoid Nesting in Lean 4"
|
title: "Flattening Cases to Avoid Nesting in Lean 4"
|
||||||
date: 2025-10-05T19:38:20-04:00
|
date: 2025-10-05T19:38:20-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: []
|
tags:
|
||||||
|
- Lean
|
||||||
|
- Proof assistant
|
||||||
|
- Formal Proof
|
||||||
math: true
|
math: true
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,10 @@
|
||||||
title: "Setting up Ollama with CUDA on Podman Quadlets"
|
title: "Setting up Ollama with CUDA on Podman Quadlets"
|
||||||
date: 2025-03-29T09:59:55-04:00
|
date: 2025-03-29T09:59:55-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: []
|
tags:
|
||||||
|
- Ollama
|
||||||
|
- Podman
|
||||||
|
- CUDA
|
||||||
math: false
|
math: false
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,9 @@
|
||||||
title: "Is this program safe? Lessons from Type Theory"
|
title: "Is this program safe? Lessons from Type Theory"
|
||||||
date: 2025-05-10T09:28:07-04:00
|
date: 2025-05-10T09:28:07-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: []
|
tags:
|
||||||
|
- type theory
|
||||||
|
- type inference
|
||||||
math: true
|
math: true
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,9 @@
|
||||||
title: "Quick Lean: if-then-else statement in hypothesis"
|
title: "Quick Lean: if-then-else statement in hypothesis"
|
||||||
date: 2025-04-26T10:58:42-04:00
|
date: 2025-04-26T10:58:42-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: ["Formal Methods"]
|
tags:
|
||||||
|
- Lean
|
||||||
|
- Proof assistant
|
||||||
math: false
|
math: false
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
title: "Recently: April Showers Bring..."
|
title: "Recently: April Showers Bring..."
|
||||||
date: 2025-04-12T10:38:45-04:00
|
date: 2025-04-12T10:38:45-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: []
|
tags:
|
||||||
|
- homelab
|
||||||
math: false
|
math: false
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,14 @@
|
||||||
title: "Verifying Proofs with Type Checkers"
|
title: "Verifying Proofs with Type Checkers"
|
||||||
date: 2025-05-27T09:27:59-04:00
|
date: 2025-05-27T09:27:59-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: ["Formal Methods"]
|
tags:
|
||||||
|
- Formal methods
|
||||||
|
- proof assistant
|
||||||
|
- Curry-Howard correspondence
|
||||||
|
- lambda cube
|
||||||
|
- calculus of constructions
|
||||||
|
- dependent type
|
||||||
|
- type theory
|
||||||
math: true
|
math: true
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,11 @@
|
||||||
title: "Weather Forcecasts on the Command-Line with the National Weather Service API"
|
title: "Weather Forcecasts on the Command-Line with the National Weather Service API"
|
||||||
date: 2025-03-16T15:33:49-04:00
|
date: 2025-03-16T15:33:49-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: []
|
tags:
|
||||||
|
- Command-line interface
|
||||||
|
- National Weather Service
|
||||||
|
- Bash
|
||||||
|
- jq
|
||||||
math: false
|
math: false
|
||||||
medium_enabled: false
|
medium_enabled: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit fd4db04d3a6676f0db6dad6d65705b96cdf4b52a
|
Subproject commit 56de4bacdb0e56462b6643bb831c61afc85a61e3
|
||||||
Loading…
Add table
Add a link
Reference in a new issue