-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1aa71f7
commit 6387609
Showing
39 changed files
with
146 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
leontrolski - containing mutable data | ||
</title> | ||
<style> | ||
|
||
body {margin: 5% auto; background: #fff7f7; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; max-width: 63%;} | ||
@media screen and (max-width: 800px) {body {font-size: 14px; line-height: 1.4; max-width: 90%;}} | ||
pre {width: 100%; border-top: 3px solid gray; border-bottom: 3px solid gray;} | ||
|
@@ -14,7 +14,7 @@ | |
.inline {background: #b3b2b226; padding-left: 0.3em; padding-right: 0.3em; white-space: nowrap;} | ||
blockquote {font-style: italic;color:black;background-color:#f2f2f2;padding:2em;} | ||
details {border-bottom:solid 5px gray;} | ||
|
||
</style> | ||
<link href="https://unpkg.com/[email protected]/themes/prism-vs.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"> | ||
|
@@ -30,6 +30,7 @@ | |
<img src="pic.png" style="height:2em"> | ||
⇦ | ||
</a> | ||
<p><i>2021-02-21</i></p> | ||
<h1> | ||
Can we contain mutable data in imperative languages? | ||
</h1> | ||
|
@@ -124,7 +125,7 @@ <h2> | |
<p> | ||
Then <code class="inline">array2[0]</code> | ||
<em> | ||
is | ||
is | ||
</em> | ||
<code class="inline">foo</code> | ||
, we didn't have to duplicate anything in memory. Under the hood, <code class="inline">array2</code> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
leontrolski - sudoku constraint solver | ||
</title> | ||
<style> | ||
|
||
body {margin: 5% auto; background: #fff7f7; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; max-width: 63%;} | ||
@media screen and (max-width: 800px) {body {font-size: 14px; line-height: 1.4; max-width: 90%;}} | ||
pre {width: 100%; border-top: 3px solid gray; border-bottom: 3px solid gray;} | ||
|
@@ -14,7 +14,7 @@ | |
.inline {background: #b3b2b226; padding-left: 0.3em; padding-right: 0.3em; white-space: nowrap;} | ||
blockquote {font-style: italic;color:black;background-color:#f2f2f2;padding:2em;} | ||
details {border-bottom:solid 5px gray;} | ||
|
||
</style> | ||
<link href="https://unpkg.com/[email protected]/themes/prism-vs.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"> | ||
|
@@ -30,6 +30,7 @@ | |
<img src="pic.png" style="height:2em"> | ||
⇦ | ||
</a> | ||
<p><i>2022-03-01</i></p> | ||
<h1> | ||
Solving sudoku with a constraint solver | ||
</h1> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
leontrolski - cycling in London | ||
</title> | ||
<style> | ||
|
||
body {margin: 5% auto; background: #fff7f7; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; max-width: 63%;} | ||
@media screen and (max-width: 800px) {body {font-size: 14px; line-height: 1.4; max-width: 90%;}} | ||
pre {width: 100%; border-top: 3px solid gray; border-bottom: 3px solid gray;} | ||
|
@@ -14,7 +14,7 @@ | |
.inline {background: #b3b2b226; padding-left: 0.3em; padding-right: 0.3em; white-space: nowrap;} | ||
blockquote {font-style: italic;color:black;background-color:#f2f2f2;padding:2em;} | ||
details {border-bottom:solid 5px gray;} | ||
|
||
</style> | ||
<link href="https://unpkg.com/[email protected]/themes/prism-vs.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"> | ||
|
@@ -30,16 +30,17 @@ | |
<img src="pic.png" style="height:2em"> | ||
⇦ | ||
</a> | ||
<p><i>2022-07-28</i></p> | ||
<h1> | ||
Cycling in London for beginners | ||
</h1> | ||
<style> | ||
|
||
.img-cycling-container{padding:4rem;} | ||
.img-cycling{width:40vw;box-shadow: 0px 0px 4px 2px #00000045;} | ||
@media screen and (max-width: 800px){.img-cycling{width:85vw;}} | ||
@media screen and (max-width: 800px){.img-cycling-container{padding:0;}} | ||
|
||
</style> | ||
<em> | ||
A compilation of tips for people considering/just starting cycling in London. If you want to make a friend and get advice from a real person, try London Cycle Campaign's <a href="https://lcc.org.uk/groups/cycle-buddies/"> | ||
|
@@ -201,7 +202,7 @@ <h2 id="staying-safe"> | |
<li> | ||
Be super-duper careful around trucks - considering how few of them there are, a crazy high proportion of bad cycling accidents involve them. <ul> | ||
<li> | ||
Don't undertake them. | ||
Don't undertake them. | ||
</li> | ||
<li> | ||
Don't plonk yourself right in front of them at the lights. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
leontrolski - cycling in the south east | ||
</title> | ||
<style> | ||
|
||
body {margin: 5% auto; background: #fff7f7; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; max-width: 63%;} | ||
@media screen and (max-width: 800px) {body {font-size: 14px; line-height: 1.4; max-width: 90%;}} | ||
pre {width: 100%; border-top: 3px solid gray; border-bottom: 3px solid gray;} | ||
|
@@ -14,7 +14,7 @@ | |
.inline {background: #b3b2b226; padding-left: 0.3em; padding-right: 0.3em; white-space: nowrap;} | ||
blockquote {font-style: italic;color:black;background-color:#f2f2f2;padding:2em;} | ||
details {border-bottom:solid 5px gray;} | ||
|
||
</style> | ||
<link href="https://unpkg.com/[email protected]/themes/prism-vs.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"> | ||
|
@@ -30,14 +30,15 @@ | |
<img src="pic.png" style="height:2em"> | ||
⇦ | ||
</a> | ||
<p><i>2022-04-04</i></p> | ||
<h1> | ||
Cycling day-trips from Central London | ||
</h1> | ||
<style> | ||
|
||
.img-cycling{width:40vw;} | ||
@media screen and (max-width: 800px){.img-cycling{width:85vw;}} | ||
|
||
</style> | ||
<p> | ||
I like to go on one-day cycling trips on the weekend, both road bike and mountain bike. My priorities are: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
33-line-react-thoughts.html | ||
33-line-react.html | ||
96-line-react-jsx.html | ||
alter.html | ||
cmd-click-manifesto.html | ||
consciousness.html | ||
constraint-sudoku.html | ||
contrair-articles.html | ||
cycling-in-london.html | ||
cycling.html | ||
dom-syntax.html | ||
fake-data-frame.html | ||
foreign-key-indexes.html | ||
git-bisect.html | ||
git-rebase-diff.html | ||
lambda-calculus.html | ||
leet.html | ||
manipleservices.html | ||
mostly-pointless.html | ||
mypyc-quick.html | ||
nested-sql.html | ||
poor-mans-object.html | ||
popper-reality.html | ||
postgres-advisory-locks.html | ||
postgres-as-queue.html | ||
pratt-example.html | ||
pratt-ts.html | ||
pratt.html | ||
pytest-helpful.html | ||
recursing-with-yield.html | ||
relational-superset.html | ||
sane-config.html | ||
semi-isomorphic.html | ||
sqlalchemy-relationships-2.html | ||
sqlalchemy-relationships.html | ||
strongly-typed-http.html | ||
test-zen.html | ||
upset.html | ||
virtualenvs-for-node-devs.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
leontrolski - foreign key indexes | ||
</title> | ||
<style> | ||
|
||
body {margin: 5% auto; background: #fff7f7; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; max-width: 63%;} | ||
@media screen and (max-width: 800px) {body {font-size: 14px; line-height: 1.4; max-width: 90%;}} | ||
pre {width: 100%; border-top: 3px solid gray; border-bottom: 3px solid gray;} | ||
|
@@ -14,7 +14,7 @@ | |
.inline {background: #b3b2b226; padding-left: 0.3em; padding-right: 0.3em; white-space: nowrap;} | ||
blockquote {font-style: italic;color:black;background-color:#f2f2f2;padding:2em;} | ||
details {border-bottom:solid 5px gray;} | ||
|
||
</style> | ||
<link href="https://unpkg.com/[email protected]/themes/prism-vs.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"> | ||
|
@@ -30,6 +30,7 @@ | |
<img src="pic.png" style="height:2em"> | ||
⇦ | ||
</a> | ||
<p><i>2021-07-15</i></p> | ||
<h1> | ||
Don't get bitten by missing foreign key indexes | ||
</h1> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
leontrolski - succinct git bisect | ||
</title> | ||
<style> | ||
|
||
body {margin: 5% auto; background: #fff7f7; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; max-width: 63%;} | ||
@media screen and (max-width: 800px) {body {font-size: 14px; line-height: 1.4; max-width: 90%;}} | ||
pre {width: 100%; border-top: 3px solid gray; border-bottom: 3px solid gray;} | ||
|
@@ -14,7 +14,7 @@ | |
.inline {background: #b3b2b226; padding-left: 0.3em; padding-right: 0.3em; white-space: nowrap;} | ||
blockquote {font-style: italic;color:black;background-color:#f2f2f2;padding:2em;} | ||
details {border-bottom:solid 5px gray;} | ||
|
||
</style> | ||
<link href="https://unpkg.com/[email protected]/themes/prism-vs.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"> | ||
|
@@ -30,6 +30,7 @@ | |
<img src="pic.png" style="height:2em"> | ||
⇦ | ||
</a> | ||
<p><i>2021-02-02</i></p> | ||
<h1> | ||
<code class="inline">git bisect</code> | ||
succinctly | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
leontrolski - diffing after rebase | ||
</title> | ||
<style> | ||
|
||
body {margin: 5% auto; background: #fff7f7; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; max-width: 63%;} | ||
@media screen and (max-width: 800px) {body {font-size: 14px; line-height: 1.4; max-width: 90%;}} | ||
pre {width: 100%; border-top: 3px solid gray; border-bottom: 3px solid gray;} | ||
|
@@ -14,7 +14,7 @@ | |
.inline {background: #b3b2b226; padding-left: 0.3em; padding-right: 0.3em; white-space: nowrap;} | ||
blockquote {font-style: italic;color:black;background-color:#f2f2f2;padding:2em;} | ||
details {border-bottom:solid 5px gray;} | ||
|
||
</style> | ||
<link href="https://unpkg.com/[email protected]/themes/prism-vs.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"> | ||
|
@@ -30,6 +30,7 @@ | |
<img src="pic.png" style="height:2em"> | ||
⇦ | ||
</a> | ||
<p><i>2022-04-19</i></p> | ||
<h1> | ||
<code class="inline">git diff</code> | ||
after a rebase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
leontrolski - Lambda calculus succinctly | ||
</title> | ||
<style> | ||
|
||
body {margin: 5% auto; background: #fff7f7; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; max-width: 63%;} | ||
@media screen and (max-width: 800px) {body {font-size: 14px; line-height: 1.4; max-width: 90%;}} | ||
pre {width: 100%; border-top: 3px solid gray; border-bottom: 3px solid gray;} | ||
|
@@ -14,7 +14,7 @@ | |
.inline {background: #b3b2b226; padding-left: 0.3em; padding-right: 0.3em; white-space: nowrap;} | ||
blockquote {font-style: italic;color:black;background-color:#f2f2f2;padding:2em;} | ||
details {border-bottom:solid 5px gray;} | ||
|
||
</style> | ||
<link href="https://unpkg.com/[email protected]/themes/prism-vs.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"> | ||
|
@@ -30,6 +30,7 @@ | |
<img src="pic.png" style="height:2em"> | ||
⇦ | ||
</a> | ||
<p><i>2022-03-09</i></p> | ||
<h1> | ||
Lambda calculus succinctly in modern JavaScript | ||
</h1> | ||
|
Oops, something went wrong.