aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2026-03-27-programming-20-years
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-08-30 18:35:23 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-08-30 18:35:23 +0200
commit5e3b4b6c21d33b28e60ce976479339f72d544a6c (patch)
tree0e5a101d4944e7dd5a99606344b6a6807a9a5606 /src/blog/2026-03-27-programming-20-years
parentd3f0841cfdd229ff16b8a230117737a435fc7a56 (diff)
downloadsebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.tar.gz
sebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.zip
Switch from stagit to cgit
Diffstat (limited to 'src/blog/2026-03-27-programming-20-years')
-rw-r--r--src/blog/2026-03-27-programming-20-years/20-years-of-programming.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/blog/2026-03-27-programming-20-years/20-years-of-programming.md b/src/blog/2026-03-27-programming-20-years/20-years-of-programming.md
index 8e5b1a2..1daa441 100644
--- a/src/blog/2026-03-27-programming-20-years/20-years-of-programming.md
+++ b/src/blog/2026-03-27-programming-20-years/20-years-of-programming.md
@@ -60,7 +60,7 @@ it creates a few more.
60 60
61I managed to recover some of the 61I managed to recover some of the
62programs I wrote between 2006 and 2010 in [a git 62programs I wrote between 2006 and 2010 in [a git
63repository](https://git.tronto.net/ancient-projects/file/README.md.html). 63repository](https://git.tronto.net/ancient-projects).
64The most successful one is JBriscola, a single-player game of 64The most successful one is JBriscola, a single-player game of
65[briscola](https://en.wikipedia.org/wiki/Briscola) with a decent AI. It is 65[briscola](https://en.wikipedia.org/wiki/Briscola) with a decent AI. It is
66actually quite fun to play, and a few of my friends played it regularly 66actually quite fun to play, and a few of my friends played it regularly
@@ -153,8 +153,7 @@ a PhD. But at the beginning of my PhD, in 2019, I wrote
153some code for work: my supervisor and a colleague of mine had 153some code for work: my supervisor and a colleague of mine had
154devised an algorithm to compute the degrees of certain [field 154devised an algorithm to compute the degrees of certain [field
155extensions](https://en.wikipedia.org/wiki/Field_extension), 155extensions](https://en.wikipedia.org/wiki/Field_extension),
156and I [implemented 156and I [implemented it](https://git.tronto.net/kummer-degrees).
157it](https://git.tronto.net/kummer-degrees/file/README.md.html).
158 157
159I don't know if this is what got me back into coding for fun, or if it 158I don't know if this is what got me back into coding for fun, or if it
160was just a matter of time, but by the end of 2019 I was already thinking 159was just a matter of time, but by the end of 2019 I was already thinking

Generated with cgit - Back to sebastiano.tronto.net