Compare commits
No commits in common. "main" and "newtheme" have entirely different histories.
|
@ -8,39 +8,44 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: check out repo
|
||||
uses: https://gitea.com/actions/checkout@v3
|
||||
#uses: actions/checkout@v3
|
||||
|
||||
# - name: install python+pip
|
||||
- name: check out repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# - name: install python+pip
|
||||
# run: |
|
||||
# apt-get update -y
|
||||
# apt-get install -y python3 python3-pip
|
||||
|
||||
# - name: setup bstools
|
||||
# run: pip install --index-url https://git.jamesravey.me/api/packages/ravenscroftj/pypi/simple/ bstools
|
||||
|
||||
- name: Deploy Site
|
||||
run: |
|
||||
mkdir -p ~/.ssh/
|
||||
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
||||
ssh \
|
||||
-i ~/.ssh/id_rsa \
|
||||
-t james@newprobe.jamesravey.me \
|
||||
"cd /data/applications/brainsteam.co.uk; git pull; cd brainsteam; ./build.sh"
|
||||
shell: bash
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{secrets.SSH_KEY}}
|
||||
SSH_KNOWN_HOSTS: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
|
||||
|
||||
|
||||
# - name: Deploy Notes
|
||||
# run: |
|
||||
# apt-get update -y
|
||||
# apt-get install -y python3 python3-pip
|
||||
# - name: setup bstools
|
||||
# run: pip install --index-url https://git.jamesravey.me/api/packages/ravenscroftj/pypi/simple/ bstools
|
||||
- name: Deploy Site
|
||||
run: |
|
||||
mkdir -p ~/.ssh/
|
||||
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
||||
ssh \
|
||||
-i ~/.ssh/id_rsa \
|
||||
-t james@noprobe.rvns.xyz \
|
||||
"cd /home/james/brainsteam.co.uk; git pull; cd brainsteam; ./build.sh"
|
||||
shell: bash
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{secrets.SSH_KEY}}
|
||||
SSH_KNOWN_HOSTS: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
# mkdir -p ~/.ssh/
|
||||
# echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
# chmod 600 ~/.ssh/id_rsa
|
||||
# echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
||||
# ssh -i ~/.ssh/id_rsa -t james@newprobe.jamesravey.me "cd /home/james/foam-mkdocs-publish; ./build.sh"
|
||||
# shell: bash
|
||||
# env:
|
||||
# SSH_PRIVATE_KEY: ${{secrets.SSH_KEY}}
|
||||
# SSH_KNOWN_HOSTS: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
|
||||
# - name: Deploy Notes
|
||||
# run: |
|
||||
# mkdir -p ~/.ssh/
|
||||
# echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
# chmod 600 ~/.ssh/id_rsa
|
||||
# echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
||||
# ssh -i ~/.ssh/id_rsa -t james@newprobe.jamesravey.me "cd /home/james/foam-mkdocs-publish; ./build.sh"
|
||||
# shell: bash
|
||||
# env:
|
||||
# SSH_PRIVATE_KEY: ${{secrets.SSH_KEY}}
|
||||
# SSH_KNOWN_HOSTS: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
|
|
|
@ -11,5 +11,3 @@ hugo.linux
|
|||
|
||||
__pycache__
|
||||
dist/
|
||||
|
||||
.env
|
|
@ -4,6 +4,3 @@
|
|||
[submodule "brainsteam/themes/Mainroad"]
|
||||
path = brainsteam/themes/Mainroad
|
||||
url = ssh://git@git.jamesravey.me:222/ravenscroftj/Mainroad.git
|
||||
[submodule "brainsteam/themes/plague"]
|
||||
path = brainsteam/themes/plague
|
||||
url = https://github.com/brianreumere/plague.git
|
||||
|
|
|
@ -3,8 +3,8 @@ title: "{{ replace .Name "-" " " | title }}"
|
|||
date: {{ .Date }}
|
||||
draft: true
|
||||
description: short summary
|
||||
url: {{ time.Format "/2006/1/2" .Date }}/{{.Name}}
|
||||
type: posts
|
||||
url: {{ time.Format "/2006/1/2/" .Date }}/{{.Name}}
|
||||
type: post
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
- https://brid.gy/publish/twitter
|
||||
|
|
|
@ -1,17 +1,2 @@
|
|||
#!/bin/bash
|
||||
cd ../bstools
|
||||
/home/james/.local/bin/uv run python card.py tree -i ../brainsteam/content/posts/ -w ../brainsteam
|
||||
|
||||
cd ../brainsteam
|
||||
hugo
|
||||
|
||||
cd ../bstools
|
||||
/home/james/.local/bin/uv run python webmention.py update
|
||||
|
||||
git add ../brainsteam/content/posts
|
||||
#git add ../bstools/wm_state.json
|
||||
git commit -m "update thumbs"
|
||||
git push
|
||||
|
||||
|
||||
|
||||
docker run --rm -it -v `pwd`:/src -u $UID:$GID klakegg/hugo
|
||||
|
|
|
@ -2,19 +2,12 @@ baseURL = "https://brainsteam.co.uk/"
|
|||
languageCode = "en-us"
|
||||
title = "Brainsteam"
|
||||
#theme='hugo-ink'
|
||||
#theme='Mainroad'
|
||||
theme='plague'
|
||||
theme='Mainroad'
|
||||
paginate=10
|
||||
disqusShortname = "brainsteam"
|
||||
|
||||
copyright = "© James Ravenscroft"
|
||||
|
||||
[module]
|
||||
[[module.imports]]
|
||||
disable = false
|
||||
ignoreConfig = false
|
||||
ignoreImports = true
|
||||
path = 'plague' # Theme
|
||||
|
||||
|
||||
pygmentsstyle = "vs"
|
||||
|
@ -38,78 +31,31 @@ post_meta = ["author", "date", "categories", "translations"] # Order of post met
|
|||
[markup.goldmark.renderer]
|
||||
unsafe= true
|
||||
|
||||
|
||||
summaryLength=50
|
||||
|
||||
|
||||
[params]
|
||||
[Params]
|
||||
authorbox= true
|
||||
subtitle = "Digital Home of James Ravenscroft Machine Learning and NLP specialist and software generalist"
|
||||
|
||||
avatar = "/images/avatar_small.png"
|
||||
|
||||
favicon = "/images/favicon.png"
|
||||
|
||||
mainSections = ["post","note","reply","like","repost","bookmark", "watch"]
|
||||
|
||||
[Author] # Used in authorbox
|
||||
name = "James Ravenscroft"
|
||||
bio = "James is an NLP and Machine Learning specialist and software generalist, currently CTO at Filament and previously an IBMer"
|
||||
avatar = "img/avatar.png"
|
||||
|
||||
|
||||
siteHeaderText = "Brainsteam"
|
||||
siteFooterText = "Powered by [Hugo](https://gohugo.io/) and the [plague](https://github.com/brianreumere/plague) theme."
|
||||
[Params.Logo]
|
||||
image = "/images/avatar_small.png"
|
||||
|
||||
# subtitle = "Digital Home of James Ravenscroft Machine Learning and NLP specialist and software generalist"
|
||||
|
||||
# avatar = "/images/avatar_small.png"
|
||||
|
||||
# favicon = "/images/avatar_small.png"
|
||||
|
||||
# copyright = "James Ravenscroft"
|
||||
|
||||
recentSections = ["posts"]
|
||||
|
||||
colors = "default"
|
||||
|
||||
#mainSections = ["posts","notes","replies","likes","reposts","bookmarks", "watches"]
|
||||
mainSections = ["posts"]
|
||||
|
||||
|
||||
[params.hcard]
|
||||
avatar = "images/avatar_small.png"
|
||||
fullName = "James Ravenscroft"
|
||||
pronouns = ["he", "him"]
|
||||
nickname = "jamesravey"
|
||||
city = "Portsmouth"
|
||||
region = "Hants"
|
||||
country = "United Kingdom"
|
||||
showLocation = true
|
||||
|
||||
social = [
|
||||
{ platform = "github", identity = "ravenscroftj", url_pattern = "https://github.com/%s" },
|
||||
{ platform = "mastodon", identity = "jamesravey", url_pattern = "https://fosstodon.org/%s"},
|
||||
{ platform = "bluesky", identity = "jamesravey", url_pattern = "https://bsky.app/profile/%s"}
|
||||
]
|
||||
|
||||
|
||||
# [Author] # Used in authorbox
|
||||
# name = "James Ravenscroft"
|
||||
# bio = "James is an NLP and Machine Learning specialist and software generalist, currently CTO at Filament and previously an IBMer"
|
||||
# avatar = "/images/avatar.png"
|
||||
|
||||
|
||||
# [Params.Logo]
|
||||
# image = "/images/avatar_small.png"
|
||||
|
||||
# [Params.sidebar]
|
||||
# home = "right" # Configure layout for home page
|
||||
# list = "right" # Configure layout for list pages
|
||||
# single = false # Configure layout for single pages
|
||||
# # Enable widgets in given order
|
||||
# widgets = ["search", "recent", "types", "social", "categories", "taglist", "languages"]
|
||||
|
||||
# [Params.widgets.social]
|
||||
# # Enable parts of social widget
|
||||
# #facebook = "username"
|
||||
# #twitter = "username"
|
||||
# #instagram = "username"
|
||||
# #linkedin = "username"
|
||||
# #telegram = "username"
|
||||
# github = "ravenscroftj"
|
||||
# mastodon = "https://fosstodon.org/@jamesravey"
|
||||
# #gitlab = "username"
|
||||
# #bitbucket = "username"
|
||||
# #email = "example@example.com"
|
||||
[Params.sidebar]
|
||||
home = "right" # Configure layout for home page
|
||||
list = "right" # Configure layout for list pages
|
||||
single = false # Configure layout for single pages
|
||||
# Enable widgets in given order
|
||||
widgets = ["search", "recent", "categories", "taglist", "social", "languages"]
|
||||
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
|
@ -123,14 +69,19 @@ weight = 2
|
|||
|
||||
|
||||
[[menu.main]]
|
||||
name = "Notes"
|
||||
url = "/notes/"
|
||||
name = "About Me"
|
||||
url = "/pages/about"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Web Activity"
|
||||
url = "/webfeed"
|
||||
weight = 4
|
||||
|
||||
|
||||
[[menu.main]]
|
||||
name = "Links"
|
||||
url = "/bookmarks/"
|
||||
name = "My Work"
|
||||
url = "/pages/my-work"
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
|
@ -139,6 +90,26 @@ url = "/search"
|
|||
weight = 6
|
||||
|
||||
|
||||
[[params.social]]
|
||||
name = "Twitter"
|
||||
icon = "twitter"
|
||||
url = "https://twitter.com/jamesravey/"
|
||||
|
||||
[[params.social]]
|
||||
name = "Mastodon"
|
||||
url ="https://fosstodon.org/@jamesravey"
|
||||
icon = "message-circle"
|
||||
|
||||
[[params.social]]
|
||||
name = "Github"
|
||||
icon = "github"
|
||||
url = "https://github.com/ravenscroftj"
|
||||
|
||||
[[params.social]]
|
||||
name = "RSS"
|
||||
icon = "rss"
|
||||
url = "/pages/feeds/"
|
||||
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
---
|
||||
|
||||
Welcome to the Digital Home of James Ravenscroft Machine Learning and NLP specialist and software generalist.
|
||||
|
||||
<img src="/images/avatar_small.png" style="max-width:250px;">
|
||||
|
||||
I am a Chief Technology Officer and Software Engineer specialising in Machine Learning and in particular, Natural Language Processing. I am an amateur musician, cook and photographer and I love to read fiction and watch box sets and movies. I live with my wife and cats in the south of England.
|
||||
|
||||
On this site you will find:
|
||||
|
||||
- A selection of [essays and long-form posts](/posts/) that I have written about software engineering, philosophy, machine learning and AI, and personal topics.
|
||||
- A [microblog of shorter content](/notes/) in response to things that interest me, including some photos.
|
||||
- [Links](/bookmarks/) to content that I've found and read along with my comments and responses.
|
||||
|
||||
You can find more of my thoughts and in-progress writing over on my [Digital Garden](https://notes.jamesravey.me)
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: "Deciphering Glyph ::\n The One Python Library Everyone Needs\n "
|
||||
url: https://glyph.twistedmatrix.com/2016/08/attrs.html
|
||||
bookmark-of: https://glyph.twistedmatrix.com/2016/08/attrs.html
|
||||
date: '2021-12-24T18:30:50.176573'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: 'GitHub - Textualize/textual: The lean application framework for Python. Build
|
||||
sophisticated user interfaces with a simple Python API. Run your apps in the terminal
|
||||
and a web browser.'
|
||||
url: https://github.com/willmcgugan/textual
|
||||
bookmark-of: https://github.com/willmcgugan/textual
|
||||
date: '2021-12-24T18:26:50.352463'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: How to ice a Christmas cake - Great British Chefs
|
||||
url: https://www.greatbritishchefs.com/how-to-cook/how-to-ice-a-christmas-cake
|
||||
bookmark-of: https://www.greatbritishchefs.com/how-to-cook/how-to-ice-a-christmas-cake
|
||||
date: '2021-12-24T11:28:40.351129'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: Adding a generic oembed handler for Hugo // Just a Summary
|
||||
url: https://bofh.org.uk/2020/05/12/oembed-for-hugo/
|
||||
bookmark-of: https://bofh.org.uk/2020/05/12/oembed-for-hugo/
|
||||
date: '2021-12-31T08:27:03.780707'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: bubbletea.dev
|
||||
url: https://misskey.bubbletea.dev/notes/8v0czo0b54
|
||||
bookmark-of: https://misskey.bubbletea.dev/notes/8v0czo0b54
|
||||
date: '2022-01-02T03:22:41.967918'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: WakaTime - Dashboards for developers
|
||||
url: https://wakatime.com/
|
||||
bookmark-of: https://wakatime.com/
|
||||
date: '2022-01-02T04:40:56.310877'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: The Illustrated Retrieval Transformer – Jay Alammar – Visualizing machine
|
||||
learning one concept at a time.
|
||||
url: http://jalammar.github.io/illustrated-retrieval-transformer/
|
||||
bookmark-of: http://jalammar.github.io/illustrated-retrieval-transformer/
|
||||
date: '2022-01-03T12:50:55.571137'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: '‘Thematically richer than the Bible’: what I learned at the first annual
|
||||
Boss Baby symposium | The Boss Baby | The Guardian'
|
||||
url: https://www.theguardian.com/culture/2022/jan/05/thematically-richer-than-the-bible-what-i-learned-at-the-first-annual-boss-baby-symposium
|
||||
bookmark-of: https://www.theguardian.com/culture/2022/jan/05/thematically-richer-than-the-bible-what-i-learned-at-the-first-annual-boss-baby-symposium
|
||||
date: '2022-01-05T01:35:14.779242'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: "\n BookStack\n "
|
||||
url: https://www.bookstackapp.com/#features
|
||||
bookmark-of: https://www.bookstackapp.com/#features
|
||||
date: '2022-01-08T10:15:22.304952'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: 'GitHub - goldbergyoni/nodebestpractices: :white_check_mark: The Node.js
|
||||
best practices list (July 2024)'
|
||||
url: https://github.com/goldbergyoni/nodebestpractices
|
||||
bookmark-of: https://github.com/goldbergyoni/nodebestpractices
|
||||
date: '2022-01-08T04:15:15.481865'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: 'GitHub - BoltzmannEntropy/interviews.ai: It is my belief that you, the postgraduate
|
||||
students and job-seekers for whom the book is primarily meant will benefit from
|
||||
reading it; however, it is my hope that even the most experienced researchers
|
||||
will find it fascinating as well.'
|
||||
url: https://github.com/BoltzmannEntropy/interviews.ai
|
||||
bookmark-of: https://github.com/BoltzmannEntropy/interviews.ai
|
||||
date: '2022-01-10T14:14:15.259058'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: Firepad - An open source collaborative code and text editor
|
||||
url: https://firepad.io/
|
||||
bookmark-of: https://firepad.io/
|
||||
date: '2022-01-16T15:41:43.969974'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: Understanding the Three Fundamental Principles of How IPFS Works | IPFS Blog
|
||||
& News
|
||||
url: https://blog.ipfs.io/2021-11-03-understanding-fundamentals-of-ipfs/
|
||||
bookmark-of: https://blog.ipfs.io/2021-11-03-understanding-fundamentals-of-ipfs/
|
||||
date: '2022-01-16T15:36:20.515274'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: Welcome to CopyQ’s documentation! — CopyQ documentation
|
||||
url: https://copyq.readthedocs.io/en/latest/
|
||||
bookmark-of: https://copyq.readthedocs.io/en/latest/
|
||||
date: '2022-01-17T14:31:06.263731'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: ' Focalboard: Open source alternative to Trello, Asana, and Notion'
|
||||
url: https://www.focalboard.com/
|
||||
bookmark-of: https://www.focalboard.com/
|
||||
date: '2022-01-21T11:28:22.135830'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: GitHub - MathieuCayssol/Item2Vec
|
||||
url: https://github.com/MathieuCayssol/Item2Vec
|
||||
bookmark-of: https://github.com/MathieuCayssol/Item2Vec
|
||||
date: '2022-01-21T02:22:27.643325'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: 'GitHub - singlesourcepub/community: A community site around scholarly single
|
||||
source publishing #SiSoPub'
|
||||
url: https://github.com/singlesourcepub/community
|
||||
bookmark-of: https://github.com/singlesourcepub/community
|
||||
date: '2022-01-28T08:35:18.299464'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: 'GitHub - DaveGamble/cJSON: Ultralightweight JSON parser in ANSI C'
|
||||
url: https://github.com/DaveGamble/cJSON
|
||||
bookmark-of: https://github.com/DaveGamble/cJSON
|
||||
date: '2022-02-13T03:24:54.251596'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: 'GitHub - GuLinux/ScreenRotator: Automatic screen rotation daemon for X11'
|
||||
url: https://github.com/GuLinux/ScreenRotator
|
||||
bookmark-of: https://github.com/GuLinux/ScreenRotator
|
||||
date: '2022-02-24T06:12:56.713087'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: Marginalia Search - browse:random
|
||||
url: https://search.marginalia.nu/explore/random
|
||||
bookmark-of: https://search.marginalia.nu/explore/random
|
||||
date: '2022-03-04T06:11:42.697613'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: Lapce
|
||||
url: https://lapce.dev/#downloads-all
|
||||
bookmark-of: https://lapce.dev/#downloads-all
|
||||
date: '2022-03-17T04:04:00.893398'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: 'Flower: A Friendly Federated Learning Framework'
|
||||
url: https://flower.dev/
|
||||
bookmark-of: https://flower.dev/
|
||||
date: '2022-03-28T16:25:56.008046'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: "\n\n\tHow Will Keeping A Notebook Help You Hack Your Life - \n\nWebSeitz/wiki\n"
|
||||
url: http://webseitz.fluxent.com/wiki/HowWillKeepingANotebookHelpYouHackYourLife
|
||||
bookmark-of: http://webseitz.fluxent.com/wiki/HowWillKeepingANotebookHelpYouHackYourLife
|
||||
date: '2022-04-01T12:07:45.854807'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: 'GitHub - MaggieAppleton/digital-gardeners: Resources, links, projects, and
|
||||
ideas for gardeners tending their digital notes on the public interwebs'
|
||||
url: https://github.com/MaggieAppleton/digital-gardeners
|
||||
bookmark-of: https://github.com/MaggieAppleton/digital-gardeners
|
||||
date: '2022-04-01T12:08:15.893717'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: models/official/projects/token_dropping at master · tensorflow/models · GitHub
|
||||
url: https://github.com/tensorflow/models/tree/master/official/projects/token_dropping
|
||||
bookmark-of: https://github.com/tensorflow/models/tree/master/official/projects/token_dropping
|
||||
date: '2022-04-02T01:25:42.935585'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: Finally, a Stock Market Crash!
|
||||
url: https://www.mrmoneymustache.com/2022/05/20/2022-stock-market-crash/?utm_source=mmmapp&utm_medium=mmmapp&utm_content=browser
|
||||
bookmark-of: https://www.mrmoneymustache.com/2022/05/20/2022-stock-market-crash/?utm_source=mmmapp&utm_medium=mmmapp&utm_content=browser
|
||||
date: '2022-05-22T15:44:28.367599'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: Giving a Shit as a Service - Allen Pike
|
||||
url: https://allenpike.com/2022/giving-a-shit
|
||||
bookmark-of: https://allenpike.com/2022/giving-a-shit
|
||||
date: '2022-07-12T15:35:39.969101'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: 'Show HN: I made some ambient music generators that run in your browser |
|
||||
Hacker News'
|
||||
url: https://news.ycombinator.com/item?id=32149989
|
||||
bookmark-of: https://news.ycombinator.com/item?id=32149989
|
||||
date: '2022-07-19T10:21:01.008429'
|
||||
post_meta:
|
||||
- date
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: My Reading Philosophy in 17 Guidelines – Tracy Durnell's Mind Garden
|
||||
url: https://tracydurnell.com/2023/08/19/my-reading-philosophy-and-17-reading-guidelines/
|
||||
date: '2023-08-20T19:09:20.357609'
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- reading
|
||||
title: Reading Philosophy and 17 Reading Guidelines
|
||||
type: bookmarks
|
||||
url: /bookmarks/2023/08/20/reading-philosophy-and-17-reading-guidelines1692558560
|
||||
---
|
||||
|
||||
I love this post by Tracy. I think that it's easy to fall into the trap of "I've started so I'll finish" as a badge of honour when it comes to books, even when I'm not enjoying them any more.
|
||||
|
||||
I also echo the sentiment about knowing what you like. Whilst I enjoy a good pop-sci non fiction book, biographies trigger my "air raid siren".
|
||||
|
||||
I also like having multiple non fiction books on the go whilst I power through one good story.
|
||||
|
||||
Reading what you want, when you want is also a great directive. I find that if I'm feeling industrious, I might want to sit and make notes on a non fic but sometimes if I'm tired or anxious (e.g. Sunday scaries), a good story is great escapism.
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
bookmark-of: https://herbertlui.net/the-squeeze/
|
||||
date: '2023-08-29T05:34:58.819512'
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- enshittification
|
||||
- business
|
||||
title: The squeeze - Herbert Lui
|
||||
type: bookmarks
|
||||
url: /bookmarks/2023/08/29/the-squeeze-herbert-lui1693287298
|
||||
|
||||
---
|
||||
|
||||
Herbert writes about companies squeezing good deals once they've lured enough customers in (aka enshittification)
|
||||
|
||||
> You can bet that the better a deal sounds, the more likely it’s temporary. The company is going to squeeze at some point
|
||||
|
||||
As an end customer, make hay while the sun shines and look out for good deals but also take heed of anything that could prevent you from leaving when something goes south. That could be as explicit as an in-contract price hikes or simply a lack of interoperability that would make you think twice about leaving a service after all the time and effort you put in to organising your siloed information.
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
bookmark-of:
|
||||
title: Elegant and powerful new result that seriously undermines large language
|
||||
models
|
||||
url: https://garymarcus.substack.com/p/elegant-and-powerful-new-result-that
|
||||
date: '2023-09-25T07:45:30.033651'
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- llms
|
||||
- ai
|
||||
title: Elegant and powerful new result that seriously undermines large language models
|
||||
type: bookmarks
|
||||
url: /bookmarks/2023/09/25/elegant-and-powerful-new-result-that-seriously-undermines-large-language-models1695627930
|
||||
---
|
||||
|
||||
Gary's article dropped on Friday and has been widely circulated and commented upon over the weekend.
|
||||
|
||||
It shows that LLMs struggle to generalise outside of their prompt (they know that Tom Cruise's mum is Mary Lee Pfeifer but don't know that Mary Lee Pfeiffer's son is Tom Cruise - but there are many more examples). This is a known weakness of neural networks that I wrote about in my [EACL2021 paper](https://aclanthology.org/2021.eacl-main.21.pdf) and that has previously been documented as far back as the 90s. What's interesting is that it still holds today for these massive models with billions of parameters.
|
||||
|
||||
For me, the message here isn't "LLMs aren't intelligent so let's write them off as a technology" but rather it's more evidence that they're a powerful and yet limited tool in our arsenal and that they're not a silver bullet. It vindicates and validates approaches that combine technologies to get to the desired output (for example, pairing an LLM with a graph database could help with the mum/son thing).
|
||||
|
||||
For me this is a stake in the heart for the whole " there's the spark of general intelligence there" argument too. I find these kinds of probing/diagnostic tests done on models really interesting too.
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: "2024-08-27 20:11:00"
|
||||
draft: true
|
||||
tags: [indiehacking, entrepeneurship]
|
||||
title:
|
||||
Bookmarked https://phrack.org/issues/71/17.html#article. A primer on how hacking
|
||||
mentality ...
|
||||
type: bookmarks
|
||||
---
|
||||
|
||||
<!-- wp:indieblocks/context -->
|
||||
<div class="wp-block-indieblocks-context"><i>Bookmarked <a class="u-bookmark-of" href="https://phrack.org/issues/71/17.html#article">https://phrack.org/issues/71/17.html#article</a>.</i></div>
|
||||
<!-- /wp:indieblocks/context -->
|
||||
<!-- wp:group {"className":"e-content"} -->
|
||||
<div class="wp-block-group e-content"><!-- wp:freeform --><p>A primer on how hacking mentality can be applied to business</p>
|
||||
<!-- /wp:freeform --></div>
|
||||
<!-- /wp:group -->
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Engineering Leadership
|
||||
- Software Development
|
||||
date: "2024-09-04 12:06:18"
|
||||
draft: false
|
||||
tags: []
|
||||
title: Bookmarked The Art of Finishing | ByteDrum by ...
|
||||
type: bookmarks
|
||||
---
|
||||
|
||||
<!-- wp:indieblocks/bookmark {"empty":false} -->
|
||||
<div class="wp-block-indieblocks-bookmark"><div class="u-bookmark-of h-cite"><p><i>Bookmarked <a class="u-url p-name" href="https://www.bytedrum.com/posts/art-of-finishing/">The Art of Finishing | ByteDrum</a> by <span class="p-author">Tomas Stropus</span>.</i></p></div><div class="e-content"><!-- wp:paragraph -->
|
||||
<p>An incredibly relatable essay with a lot of sensible advice and suggestions for issues I struggle with. I think I'm getting better at shipping MVPs but the hard bit is not getting distracted by new shiny ideas when you get stuck with something else. This philosophy is in direct opposition to <a href="https://tilde.town/~dozens/sofa/">the SOFA principle</a>.</p>
|
||||
<!-- /wp:paragraph --></div></div>
|
||||
<!-- /wp:indieblocks/bookmark -->
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- AI and Machine Learning
|
||||
- Software Development
|
||||
date: "2024-09-04 16:01:51"
|
||||
draft: false
|
||||
tags:
|
||||
- AI
|
||||
- database
|
||||
- postgresql
|
||||
- vectors
|
||||
title: Bookmarked Where does Postgres fit in a world ...
|
||||
type: bookmarks
|
||||
---
|
||||
|
||||
<!-- wp:indieblocks/bookmark {"empty":false} -->
|
||||
<div class="wp-block-indieblocks-bookmark"><div class="u-bookmark-of h-cite"><p><i>Bookmarked <a class="u-url p-name" href="https://stackoverflow.blog/2024/08/27/postgres-genai-vector-databases-timescale-open-source-db/">Where does Postgres fit in a world of GenAI and vector databases? - Stack Overflow</a>.</i></p></div><div class="e-content"><!-- wp:paragraph -->
|
||||
<p>The title and framing of this talk are weird and it's bugging me</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>The question could be paraphrased as "why would we need to efficiently store and retrieve data in a deterministic way when we have GenAI?" This is like asking "why do we need cars when we have speedboats?" or "Why do we need butter knives now that we've invented the chainsaw?".</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>The actual subject matter is "PostgreSQL with a couple of plugins can do pretty good nearest neighbour search". I've long been a big fan of Postgres. You probably don't need separate vector database engines, you can just <a href="https://www.amazingcto.com/postgres-for-everything/">use postgres for everything</a>.</p>
|
||||
<!-- /wp:paragraph --></div></div>
|
||||
<!-- /wp:indieblocks/bookmark -->
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
bookmark-of: https://reclaim-the-stack.com/
|
||||
date: '2024-09-09T13:09:06.855883'
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- devops
|
||||
- paas
|
||||
title: Reclaim The Stack
|
||||
type: bookmarks
|
||||
url: /bookmarks/2024/09/09/reclaim-the-stack1725887346
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
Another self-hosted paas type platform similar to [Dokku](https://dokku.com/) and [Coolify](https://coolify.io/).
|
||||
|
||||
An interesting distinction is that RtS seems to specifically use kubernetes orchestration whereas Dokku and Coolify tend to prefer docker. Since kubernetes is on my list to dive into a little bit more.
|
||||
|
||||
I've started a [digital garden page](https://notes.jamesravey.me/Software/Reclaim-The-Stack) about it for taking notes.
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
bookmark-of: https://www.oligo.security/blog/more-models-more-probllms
|
||||
title: More Models, More ProbLLMs
|
||||
date: '2024-10-31T17:53:32.552674'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- ai
|
||||
- cybersecurity
|
||||
type: bookmarks
|
||||
url: /bookmarks/2024/10/31/1730397212
|
||||
|
||||
---
|
||||
|
||||
> Oligo’s research team recently uncovered 6 vulnerabilities in Ollama, one of the leading open-source frameworks for running AI models. Four of the flaws received CVEs and were patched in a recent version, while two were disputed by the application’s maintainers, making them shadow vulnerabilities.
|
||||
|
||||
This work provides some concrete evidence that hosting public-facing Ollama instances is a bad idea. It's great to see that some of the vulnerabilities were already fixed but it also tracks that making an API that's allowed to consume a bunch of GPU time accessible to the public might allow baddies to take advantage of your systems. If you (or your organisation) are planning to use Ollama for model hosting, I recommend [running it behind litellm](https://brainsteam.co.uk/2024/07/08/ditch-that-chatgpt-subscription-moving-to-pay-as-you-go-ai-usage-with-open-web-ui/)
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
bookmark-of: https://hamel.dev/blog/posts/audience/
|
||||
date: '2024-12-02T06:27:33.925172'
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- writing
|
||||
- LearningInPublic
|
||||
title: "Building an Audience Through Technical Writing: Strategies and Mistakes \u2013\
|
||||
\ Hamel\u2019s Blog"
|
||||
type: bookmarks
|
||||
url: /bookmarks/2024/12/02/building-an-audience-through-technical-writing-strategies-and-mistakes-hamels-blog1733120853
|
||||
|
||||
---
|
||||
|
||||
> The key is authenticity. Don’t do this just for marketing—do it because you’re genuinely interested in learning from others and building on their ideas. It’s not hard to find things to be excited about. I’m amazed by how few people take this approach. It’s both effective and fun.
|
||||
|
||||
I like this. People don't want to be marketed at, and authenticity is very hard to fake.
|
||||
|
||||
I post a little infrequently so perhaps I should work on that.
|
|
@ -1,26 +0,0 @@
|
|||
---
|
||||
bookmark-of: https://ryanholiday.net/this-is-my-most-expensive-habit/?amp=1
|
||||
date: '2024-12-15T06:45:27.670317'
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- anxiety
|
||||
title: This is my most expensive habit
|
||||
type: bookmarks
|
||||
url: /bookmarks/2024/12/15/this-is-my-most-expensive-habit1734245127
|
||||
|
||||
---
|
||||
|
||||
I found this article via [Thought Shrapnel](https://thoughtshrapnel.com/2024/12/12/anxiety-as-an.html) but I really enjoyed it and related a little too hard.
|
||||
|
||||
Some quotes that particularly resonated:
|
||||
|
||||
> *How often does the thing you were worried about actually happen? Sure, occasionally there are issues that come up. Occasionally, you miss the connection or the package arrives late. But far more often, the imagined disaster dissolves into nothing.*
|
||||
|
||||
> *But even with reminders, breaking free from anxiety is not easy. It traps you in a tunnel where emotions blur your thinking,*
|
||||
|
||||
> *“It’s not events that upset us but our opinions about them.”*
|
||||
|
||||
> *Anxiety is expensive—not just in terms of the mental toll, but in the way it costs us our lives. Every minute spent consumed by worry is a minute lost.*
|
||||
|
||||
I spent a lot of time worrying about things, rationalising about all of this stuff when you're not in "the tunnel" is easy but breaking out of this mindset is far from it.
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
bookmark-of: https://www.anildash.com/2011/07/20/if_your_websites_full_of_assholes_its_your_fault-2/
|
||||
date: '2024-12-17T08:11:58.287769'
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- SocialMedia
|
||||
- society
|
||||
- psychology
|
||||
title: If your websites full of assholes, its your fault - Anil Dash
|
||||
type: bookmarks
|
||||
url: /bookmarks/2024/12/17/if-your-websites-full-of-assholes-its-your-fault-anil-dash1734423118
|
||||
|
||||
---
|
||||
|
||||
This article is new to me but was published 13 years ago. However its message remains evergreen. Particularly in an era where social media silos are speed-running enshittification by letting assholes take over their sites.
|
||||
|
||||
The tech industry loves to reinvent the wheel and we often forget that we can adopt solutions developed in other industries. As Anil says, we can draw from learnings in cvil engineering, city planning and crowd control to help us manage websites.
|
||||
|
||||
> But, by simply learning from disciplines like urban planning, zoning regulations, crowd control, effective and humane policing, and the simple practices it takes to stage an effective public event, we can come up with a set of principles to prevent the overwhelming majority of the worst behaviors on the Internet.
|
||||
|
||||
> Fix your communities. Stop allowing and excusing destructive and pointless conversations to be the fuel for your business. Advertisers, hold sites accountable if your advertising appears next to this hateful stuff. Take accountability for this medium so we can save it from the vilification that it still faces in our culture.
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: '2023-12-04 14:29:00'
|
||||
draft: false
|
||||
tags: []
|
||||
title: Likes https://snarfed.org/2023-12-03_51578 by Ryan Barrett.
|
||||
type: likes
|
||||
---
|
||||
|
||||
<!-- wp:indieblocks/like -->
|
||||
<div class="wp-block-indieblocks-like"><div class="u-like-of h-cite"><p><i>Likes <a class="u-url" href="https://snarfed.org/2023-12-03_51578">https://snarfed.org/2023-12-03_51578</a> by <span class="p-author">Ryan Barrett</span>.</i></p></div>
|
||||
</div>
|
||||
<!-- /wp:indieblocks/like -->
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: '2023-12-26 19:24:00'
|
||||
draft: false
|
||||
tags: []
|
||||
title: "Likes Indiewebifying a WordPress Site \u2013 2023 Edition ..."
|
||||
type: likes
|
||||
---
|
||||
|
||||
<!-- wp:indieblocks/like -->
|
||||
<div class="wp-block-indieblocks-like"><div class="u-like-of h-cite"><p><i>Likes <a class="u-url p-name" href="https://david.shanske.com/2023/12/19/indiewebifying-a-wordpress-site-2023-edition/">Indiewebifying a WordPress Site – 2023 Edition</a> by <span class="p-author">David Shanske</span>.</i></p></div></div>
|
||||
<!-- /wp:indieblocks/like -->
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: '2023-12-29 10:05:00'
|
||||
draft: true
|
||||
tags: []
|
||||
title: "Likes The Web is Fantastic \u2022 Robb Knight."
|
||||
type: likes
|
||||
---
|
||||
|
||||
<!-- wp:indieblocks/like -->
|
||||
<div class="wp-block-indieblocks-like"><div class="u-like-of h-cite"><p><i>Likes <a class="u-url p-name" href="https://rknight.me/blog/the-web-is-fantastic/">The Web is Fantastic • Robb Knight</a>.</i></p></div></div>
|
||||
<!-- /wp:indieblocks/like -->
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: '2024-08-27 22:31:00'
|
||||
draft: false
|
||||
tags: []
|
||||
title: Likes Productivity gains in Software Development through AI ...
|
||||
type: likes
|
||||
---
|
||||
|
||||
<!-- wp:indieblocks/like -->
|
||||
<div class="wp-block-indieblocks-like"><div class="u-like-of h-cite"><p><i>Likes <a class="u-url p-name" href="https://tante.cc/2024/08/27/5312/">Productivity gains in Software Development through AI</a> by <span class="p-author">tante</span>.</i></p></div>
|
||||
</div>
|
||||
<!-- /wp:indieblocks/like -->
|
|
@ -4,7 +4,6 @@ mp-syndicate-to:
|
|||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- /media/2023/04/21/1682060700_0.jpg
|
||||
thumbnail: /media/2023/04/21/1682060700_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
|
|
|
@ -4,7 +4,6 @@ mp-syndicate-to:
|
|||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- /media/2023/06/03/1685811118_0.jpg
|
||||
thumbnail: https://brainsteam.co.uk/media/2023/06/03/1685811118_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
---
|
||||
date: "2023-06-19T21:44:34.280750"
|
||||
date: '2023-06-19T21:44:34.280750'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- url: https://brainsteam.co.uk/media/2023/06/19/1687211074_0.jpg
|
||||
alt: a tiny mouse staring through the bars of a humane trap next to a large pile of peanut butter
|
||||
- https://brainsteam.co.uk/media/2023/06/19/1687211074_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
- date
|
||||
tags:
|
||||
- personal
|
||||
- humour
|
||||
- personal
|
||||
- humour
|
||||
thumbnail: https://brainsteam.co.uk/media/2023/06/19/1687211074_0.jpg
|
||||
type: notes
|
||||
url: /notes/2023/06/19/1687211074
|
||||
---
|
||||
|
||||
Had a run in with this little guy this morning. He's been living in our garage eating bird seed out of a sack I bought for our bird feeders for a few weeks. I set up infrared cameras and humane traps and I've been watching him scurrying around cutely at night.we released him into a hedgerow next to a big field this morning and I'm kind of going to miss him.
|
||||
<img src="/media/2023/06/19/1687211074_0.jpg" alt="a tiny mouse staring through the bars of a humane trap next to a large pile of peanut butter" class="u-photo" />
|
||||
|
||||
Had a run in with this little guy this morning. He's been living in our garage eating bird seed out of a sack I bought for our bird feeders for a few weeks. I set up infrared cameras and humane traps and I've been watching him scurrying around cutely at night.we released him into a hedgerow next to a big field this morning and I'm kind of going to miss him.
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
date: '2023-07-03T21:18:32.453462'
|
||||
post_meta: ["date"]
|
||||
tags:
|
||||
- personal
|
||||
- gaming
|
||||
type: notes
|
||||
url: /notes/2023/07/03/1688419112
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
Started playing [Tiny Life]( https://store.steampowered.com/app/1651490/Tiny_Life/), an isometric pixel art remake of The Sims 1 which is still in early access on steam but is already amazingly rounded out and cute. Getting some serious nostalgia vibes. Highly recommended.
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
date: "2023-07-09T14:20:02.886483"
|
||||
post_meta: ["date"]
|
||||
photo:
|
||||
- https://brainsteam.co.uk/media/2023/07/09/1688912402_0.jpg
|
||||
tags:
|
||||
- personal
|
||||
thumbnail: https://brainsteam.co.uk/media/2023/07/09/1688912402_0.jpg
|
||||
type: notes
|
||||
url: /notes/2023/07/09/1688912402
|
||||
---
|
||||
|
||||
Welcome to my new look website. I've spent my Sunday morning getting the site looking nice and setting up webmentions. I'm now just testing that I can still make new posts
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
date: '2023-08-05T18:57:26.159573'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- movies
|
||||
- thoughts
|
||||
- ai
|
||||
type: notes
|
||||
url: /notes/2023/08/05/1691261846
|
||||
|
||||
---
|
||||
|
||||
Went to see Mission Impossible Dead Reckoning. It was ok as a cheesy action film. The AI storyline was a bit irksome but there was a bit where everyone went "yeah the biggest problem is gonna be who ends up controlling this AI and how they use it" and I was like "yea..."
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
date: "2023-08-06T09:09:35.376904"
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- /media/2023/08/06/1691312975_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- personal
|
||||
thumbnail: /media/2023/08/06/1691312975_0.jpg
|
||||
type: notes
|
||||
url: /notes/2023/08/06/1691312975
|
||||
---
|
||||
|
||||
<img src="/media/2023/08/06/1691312975_0.jpg" alt="James walking along a beach wearing sunglasses. the sky is clear and blue." class="u-photo" />
|
||||
|
||||
a quick walk along Lee-on-the-Solent beach to burn some morning lark energy this morning
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
date: '2023-08-26T22:03:53.234301'
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- movies
|
||||
- personal
|
||||
type: notes
|
||||
url: /notes/2023/08/26/1693087433
|
||||
|
||||
---
|
||||
|
||||
Just got back from watching The Meg 2. It got really bad reviews on pretty much every major review site so I was expecting it to be just plain bad but, like the first movie, it was so-bad-its-good. Statham was on form and some of the one liners were great. I'd highly recommend it to folks who like cheesy action flicks.
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: "2023-12-04 12:39:00"
|
||||
draft: false
|
||||
photo:
|
||||
- url: /media/1701693562222_d752939e.jpg
|
||||
alt: a british shorthair cat in a bin
|
||||
tags:
|
||||
- caturday
|
||||
title: It was lovely to visit my parents over ...
|
||||
type: notes
|
||||
---
|
||||
|
||||
<div class="e-content">It was lovely to visit my parents over the weekend and say hi to my dad's naughty cat Bertie who decided to climb into the kitchen bin for a photo op</div>
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: '2023-12-20 17:55:00'
|
||||
draft: false
|
||||
tags: []
|
||||
title: Feeling handy after fixing an airlock in our ...
|
||||
type: notes
|
||||
---
|
||||
|
||||
<!-- wp:freeform --><p>Feeling handy after fixing an airlock in our heating system by painstakingly standing with a bucket and draining water out of a radiator until it started hissing and cursing like a scene out of The Exorcist. Phew, no need to call out a plumber after all! #SmallWin</p>
|
||||
<!-- /wp:freeform -->
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: '2023-12-20 11:46:37'
|
||||
draft: false
|
||||
tags:
|
||||
- music
|
||||
title: I spent some time updating my digital garden ...
|
||||
type: notes
|
||||
---
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>I spent some time updating <a href="https://wiki.jamesravey.me/books/seed-propagator/page/music">my digital garden page on music</a> with some bands that I recommend. My taste is somewhat eclectic so you have been warned!</p>
|
||||
<!-- /wp:paragraph -->
|
|
@ -1,35 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: "2023-12-21 15:26:00"
|
||||
tags:
|
||||
- trips
|
||||
title: Took a trip out to Koh Thai at ...
|
||||
type: notes
|
||||
---
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>Took a trip out to Koh Thai at Port Solent for lunch for Mrs R's birthday</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>Restaurant was lovely and the food was top notch. I especially enjoyed the spice ratings on the menu from a little tingle up to life changing</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:gallery {"linkTo":"none"} -->
|
||||
<figure class="wp-block-gallery has-nested-images columns-default is-cropped"><!-- wp:image {"id":1082,"sizeSlug":"large","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-large"><img src="/media/1703172369782-e1703173142457-771x1024_1eede797.jpg" alt="an excerpt from a menu with a spice rating scale from slightly tingly to life changing" class="wp-image-1082"/></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:image {"id":1083,"sizeSlug":"large","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-large"><img src="/media/1703172369910-771x1024_96af34a6.jpg" alt="a photo of a green thai curry" class="wp-image-1083"/></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:image {"id":1081,"sizeSlug":"large","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-large"><img src="/media/1703172369661-1024x771_4de5a766.jpg" alt="a tastefully decorated restaurant" class="wp-image-1081"/></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:image {"id":1080,"sizeSlug":"large","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-large"><img src="/media/1703172369518-771x1024_83558535.jpg" alt="James sat in a restaurant smiling" class="wp-image-1080"/></figure>
|
||||
<!-- /wp:image --></figure>
|
||||
<!-- /wp:gallery -->
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Software Development
|
||||
date: '2023-12-22 13:50:34'
|
||||
draft: false
|
||||
tags: []
|
||||
title: I was pretty horrified to be greeted by ...
|
||||
type: notes
|
||||
---
|
||||
|
||||
<!-- wp:image {"id":1125,"width":"645px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-full is-resized"><img src="/media/image-6_ee0053ab.png" alt="" class="wp-image-1125" style="width:645px;height:auto"/></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>I was pretty horrified to be greeted by this message whilst running #ubuntu today. I've always enjoyed Ubuntu as a distro that "just works" but I'm starting to get pretty frustrated with Canonical #enshittifying the experience over time. Thinking about jumping back to Mint or possibly #fedora - I think #arch is too high maintenance.</p>
|
||||
<!-- /wp:paragraph -->
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: "2023-12-24 15:13:00"
|
||||
draft: false
|
||||
photo:
|
||||
- url: /media/1703430793977_a7199d9c.jpg
|
||||
alt: "An Irish coffee in a festive mug in front of a gaggia coffee machine"
|
||||
tags:
|
||||
- coffee
|
||||
- drinks
|
||||
title: Drinking Irish coffee with Jonnie Walker whisky and ...
|
||||
type: notes
|
||||
---
|
||||
|
||||
<p>Drinking Irish coffee with Jonnie Walker whisky and HICS coffee beans</p>
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: "2023-12-26 08:45:00"
|
||||
draft: false
|
||||
tags:
|
||||
- coffee
|
||||
- drinks
|
||||
title: Drinking HICS El Salvador blend coffee Smooth medium ...
|
||||
photo:
|
||||
- url: /media/1703580025838_8188525b.jpg
|
||||
alt: a bag of coffee in a person's hand
|
||||
type: notes
|
||||
---
|
||||
|
||||
<!-- wp:freeform --><p>Drinking HICS El Salvador blend coffee</p>
|
||||
|
||||
<p>Smooth medium roast</p>
|
||||
<!-- /wp:freeform -->
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: "2023-12-31 12:55:00"
|
||||
draft: false
|
||||
photo:
|
||||
- url: /media/1704027302456_a403ee18.jpg
|
||||
alt: A standing desk with a couple of monitors and a light on it in an office room with blue walls
|
||||
tags: []
|
||||
title: New year, new desk
|
||||
type: notes
|
||||
---
|
||||
|
||||
New year, new desk
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: "2024-01-01 21:15:00"
|
||||
draft: false
|
||||
tags:
|
||||
- movies
|
||||
title: Today we saw Anyone But You, a romcom ...
|
||||
type: notes
|
||||
---
|
||||
|
||||
{{< youtube gbjdSlTHFts >}}
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>Today we saw Anyone But You, a romcom starring Glen Powell and Sydney Sweet which was a retelling of much ado about nothing. The character names were a giveaway: Ben as in Benedict and Bea as in Beatrice. Overall it was a fun, silly film set in very scenic parts of Australia. The Aussie setting also meant that there was quite a lot of strong language used. It didn't take itself too seriously as the gag reel at the end showed.</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>I enjoyed it but it wasn't a masterpiece.</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>3.5/5</p>
|
||||
<!-- /wp:paragraph -->
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: "2024-01-11 07:03:00"
|
||||
draft: false
|
||||
tags:
|
||||
- coffee
|
||||
title: Drinking Volcano Island blend coffee from hics
|
||||
type: notes
|
||||
photo:
|
||||
- url: /media/1704956520871_b891e6bc.jpg
|
||||
alt: "a bag of coffee on a white counter top"
|
||||
---
|
||||
|
||||
Drinking Volcano Island blend coffee from [hics](https://hics.biz)
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: "2024-03-16 08:57:31"
|
||||
draft: false
|
||||
tags: []
|
||||
title: Edinburgh castle with a touch of lens flare ...
|
||||
type: notes
|
||||
photo:
|
||||
- url: /media/g5GRr39PRCR27dQd7R3OkgSCJqF2PRedQ0EWZXDU_98514577.jpg
|
||||
alt: Edinburgh castle with a touch of lens flare from the street lighting
|
||||
---
|
||||
|
||||
Edinburgh castle with a touch of lens flare #edinburgh #castle #streetlights
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: "2024-05-04 10:30:20"
|
||||
draft: false
|
||||
tags: []
|
||||
title: "home for the weekend, Passford House Hotel #newforest ..."
|
||||
photo:
|
||||
- url: /media/NTYJmS9XZBj16uCVrtdwGL38JE8Y6pOKs8NEmcFS_2129e733.jpg
|
||||
alt: an old looking English country house with purple wisteria growing around it and the sun shining
|
||||
type: notes
|
||||
---
|
||||
|
||||
home for the weekend, Passford House Hotel #newforest #sunshine #countryhouse
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: "2024-08-10 20:40:48"
|
||||
draft: false
|
||||
photo:
|
||||
- url: /media/img-20240810-wa00012515327513561028989-768x1024_50a1ef11.jpg
|
||||
alt: James and Daniel selfie looking at camera sat in the national library
|
||||
tags:
|
||||
- personal
|
||||
title: It was lovely to head up to London ...
|
||||
type: notes
|
||||
---
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>It was lovely to head up to London today to meet up with my friend and fellow NLP nerd Daniel. We spent some time discussing some ideas we had for side projects and talked in depth about how web development has become too complex and our desire to build new software with simple stacks with html templates and limited frontend code.</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>We spent quite a lot of time hanging out in the National Library where there's plenty of space to study and conspire over ideas and schemes. Daniel is something of a digital nomad so it's always nice to get some in-person time when possible. Unfortunately none of our contacts at the Alan Turning Institute were available to let us in today (I mean who can blame them, it's the weekend after all).</p>
|
||||
<!-- /wp:paragraph -->
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: "2024-08-18 08:08:12"
|
||||
draft: false
|
||||
tags: []
|
||||
title: Had the pleasure of visiting Bletchley Park yesterday ...
|
||||
type: notes
|
||||
photo:
|
||||
- url: /media/WxKAbJ8jLRAwF3iE1LmP3ISzYt5mIEyXgI3wiB2M_cc70c64a.jpg
|
||||
alt: A statue of Alan Turing fashioned from slate set against a black and white photo of an office in Bletchley park
|
||||
---
|
||||
|
||||
<p style="padding:10px;">Had the pleasure of visiting Bletchley Park yesterday to see where Alan Turing and many others did amazing work on early computers and cryptanalysis. As a computer scientist it has been on my bucket list for a really long time so I'm glad to have finally gotten around to it. The bombe machines were fascinating. Mechanical machines (not computers as they were not general purpose/programmable) that brute forced enigma code cyphers by trying different combinations of circuits. They could try 37k combinations in 12 minutes. <a href="https://pixelfed.social/discover/tags/BletchleyPark?src=hash" title="#BletchleyPark" class="u-url hashtag" rel="external nofollow noopener">#BletchleyPark</a> <a href="https://pixelfed.social/discover/tags/AlanTuring?src=hash" title="#AlanTuring" class="u-url hashtag" rel="external nofollow noopener">#AlanTuring</a> <a href="https://pixelfed.social/discover/tags/computers?src=hash" title="#computers" class="u-url hashtag" rel="external nofollow noopener">#computers</a></p>
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: "2024-08-27 20:09:00"
|
||||
draft: false
|
||||
tags: []
|
||||
title: Breakfast with a view during our stay in ...
|
||||
type: notes
|
||||
photo:
|
||||
- url: "/media/1724785714404_26e2b97f.jpg"
|
||||
alt: "a bowl of cereal and coffee in the foreground and a view out over a park and sunrise"
|
||||
---
|
||||
|
||||
Breakfast with a view during our stay in Milton Keynes after visiting Bletchley Park
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: '2024-08-27 22:30:00'
|
||||
draft: false
|
||||
tags:
|
||||
- AI
|
||||
- hype
|
||||
title: Productivity gains in Software Development through AI
|
||||
type: notes
|
||||
---
|
||||
|
||||
<!-- wp:indieblocks/bookmark {"empty":false} -->
|
||||
<div class="wp-block-indieblocks-bookmark"><div class="u-bookmark-of h-cite"><p><i>Bookmarked <a class="u-url p-name" href="https://tante.cc/2024/08/27/5312/">Productivity gains in Software Development through AI</a> by <span class="p-author">tante</span>.</i></p></div>
|
||||
<div class="e-content"><!-- wp:freeform --><p>A fairly good rebuttal of the 4500 hours saved piece by Amazon - I had some similar thoughts.</p>
|
||||
<!-- /wp:freeform --></div></div>
|
||||
<!-- /wp:indieblocks/bookmark -->
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: "2024-08-30 23:27:00"
|
||||
draft: false
|
||||
tags: [personal]
|
||||
photo:
|
||||
- url: /media/1725056765290_632449d8.jpg
|
||||
alt: A picture of a beautiful golden sunset over the motorway as photographed from inside a car.
|
||||
title: The sunset was beautiful today as we drove ...
|
||||
type: notes
|
||||
---
|
||||
|
||||
<p>The sunset was beautiful today as we drove up north to visit my family for the weekend. </p>
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: '2024-09-01 20:30:00'
|
||||
draft: true
|
||||
photo:
|
||||
- url: /media/1725219019267_009ab453.jpg
|
||||
tags: []
|
||||
title: Long cat is long
|
||||
type: notes
|
||||
---
|
||||
|
||||
<!-- wp:freeform --><p>Long cat is long</p>
|
||||
<!-- /wp:freeform -->
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
categories: []
|
||||
date: '2024-09-01 20:45:00'
|
||||
draft: true
|
||||
photo:
|
||||
- url: /media/1725219912483_55765ba2.jpg
|
||||
tags: []
|
||||
title: "Test Hidden: Snowdon Drive, Catisfield, HAM 19 \xB0C ..."
|
||||
type: notes
|
||||
---
|
||||
|
||||
<!-- wp:freeform --><p>Test</p>
|
||||
<!-- /wp:freeform -->
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
date: '2024-09-08T16:54:25.320010'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- personal
|
||||
- website
|
||||
type: notes
|
||||
url: /notes/2024/09/08/1725814465
|
||||
|
||||
---
|
||||
|
||||
I'm trying out moving back to hugo and webmention stuff again. I was getting a bit frustrated with the bulk involved with wordpress.
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
categories:
|
||||
- Personal
|
||||
date: '2024-09-08 12:52:00'
|
||||
draft: false
|
||||
photo:
|
||||
- url: /media/1725796327250_c8c555b4.jpg
|
||||
tags:
|
||||
- personal
|
||||
title: Moody sky this morning on a walk along ...
|
||||
type: notes
|
||||
---
|
||||
|
||||
<!-- wp:freeform --><p>Moody sky this morning on a walk along the seafront in Lee on the Solent.</p>
|
||||
<!-- /wp:freeform -->
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
date: '2024-09-09T09:14:43.658687'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- ai
|
||||
- hype
|
||||
- llms
|
||||
type: notes
|
||||
url: /notes/2024/09/09/1725873283
|
||||
|
||||
---
|
||||
|
||||
So it's looking pretty bad for the creator of Reflection-70B who posted amazing results. Turns out they really were too good to be true. [it looks like they were proxying api requests to their model through to Anthropic](https://news.ycombinator.com/item?id=41484981). The AI space is full of fraudsters but if this is substantiated, it's the most brazen example I know of so far.
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
date: '2024-09-09T13:55:29.671927'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- personal
|
||||
- gaming
|
||||
- music
|
||||
type: notes
|
||||
url: /notes/2024/09/09/1725890129
|
||||
|
||||
---
|
||||
|
||||
I started playing Hardspace Shipbreakers last night, it's a really fun space sim game which is quite relaxed and not too aggressie. However, the standout feature is definitely the soundtrack which is absolutely amazing americana/bluegrass style instrumental music https://www.youtube.com/watch?v=JxTyMVPaOXY
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
date: '2024-09-21T08:28:34.315956'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- personal
|
||||
- humour
|
||||
type: notes
|
||||
url: /notes/2024/09/21/1726907314
|
||||
|
||||
---
|
||||
|
||||
Happy earth wind and fire day to all those who celebrate!
|
||||
|
||||
|
||||
|
||||
{{< youtube Gs069dndIYk >}}
|
||||
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
date: '2024-09-30T14:51:13.789462'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- personal
|
||||
type: notes
|
||||
url: /notes/2024/09/30/1727707873
|
||||
|
||||
---
|
||||
|
||||
Went into town to collect my new glasses prescription today. Might sight got /slightly/ better but it's taking my eyes a while to get used to a weaker prescription, my computer monitor is a bit blurry...
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
date: '2024-10-06T17:37:31.976804'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- cooking
|
||||
- food
|
||||
type: notes
|
||||
url: /notes/2024/10/06/1728236251
|
||||
|
||||
---
|
||||
|
||||
Mrs R and I have just tried and failed miserably to make Chorizo carbonara with vegan chorizo. We managed to burn the fake chorizo and scrambled the egg yolks... Fish and chips from justeat on their way...
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
date: '2024-10-19T20:47:03.955455'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- 'meshtastic'
|
||||
type: notes
|
||||
url: /notes/2024/10/19/1729370823
|
||||
|
||||
---
|
||||
|
||||
Took a slightly disappointing trip up to the top of Portsdown hill with my heltec V3 node to see if I could connect to the mesh in Portsmouth. What I didn't realise is that I needed to disable the WiFi profile on the device from home in order to get Bluetooth comms with my android phone working. Next time I need to reconfigure before I go out... Or buy more nodes 👿
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
date: '2024-10-20T18:50:43.031260'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- /media/2024/10/20/1729450243_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- personal
|
||||
- trips
|
||||
thumbnail: /media/2024/10/20/1729450243_0.jpg
|
||||
type: notes
|
||||
url: /notes/2024/10/20/1729450243
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
Visiting Southampton Mayflower Theatre to see Sarah Millican
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
date: '2024-10-21T07:44:58.858397'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- /media/2024/10/21/1729496698_0.png
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- meshtastic
|
||||
thumbnail: /media/2024/10/21/1729496698_0.png
|
||||
type: notes
|
||||
url: /notes/2024/10/21/1729496698
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
Seems the slightly better antennae I got with the 2nd heltec that came yesterday has been able to ping some nodes in Gosport and mesh-hopped into Portsmouth. Unfortunately it's not strong enough to have picked up much more than the device shortnames. The new Parador 5dbi mast I picked up yesterday should fix that... Not addicted I promise 😅
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
date: '2024-10-24T07:45:55.506662'
|
||||
photo:
|
||||
- alt: a photo of a hand holding a Lilygo T-Deck Plus in a train carriage. The screen
|
||||
is on and displaying the new Meshtastic fancy GUI software
|
||||
url: /media/2024/10/24/17297559551729755955__0_.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- meshtastic
|
||||
thumbnail: /media/2024/10/24/17297559551729755955__0_.jpg
|
||||
type: notes
|
||||
url: /notes/2024/10/24/1729755955
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
---
|
||||
|
||||
|
||||
|
||||
On my way up to London today for some work meetings with my new LilyGo T-Deck+ in my pocket. If you're a mesh-head in central london keep an eye out for JRTD
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
date: '2024-11-09T15:36:41.206141'
|
||||
photo:
|
||||
- /media/2024/11/09/1731166601_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- RightToRepair
|
||||
- RepairCafe
|
||||
thumbnail: /media/2024/11/09/1731166601_0.jpg
|
||||
type: notes
|
||||
url: /notes/2024/11/09/1731166601
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
Glad to have my trusty delonghi coffee machine functioning again thanks to a trip to the Gosport Repair Cafe this afternoon. Superb help and advice from professional and amateur volunteers. We managed to figure out that I had reassembled the machine incorrectly when I last tried to fix it for a different reason.
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
date: '2024-11-16T07:31:02.976287'
|
||||
photo:
|
||||
- /media/2024/11/16/1731742262_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- personal
|
||||
- coffee
|
||||
thumbnail: /media/2024/11/16/1731742262_0.jpg
|
||||
type: notes
|
||||
url: /notes/2024/11/16/1731742262
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
Christmas is coming, my first "festive coffee" of the year. I really enjoyed the tiny gingerbread man while I was up in London to meet with a couple of old friends and colleagues
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
date: '2024-11-16T07:40:54.762389'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- /media/2024/11/16/1731742854_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- caturday
|
||||
thumbnail: /media/2024/11/16/1731742854_0.jpg
|
||||
type: notes
|
||||
url: /notes/2024/11/16/1731742854
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
Happy caturday folks
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
date: '2024-11-16T17:17:50.183142'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- music
|
||||
- nowplaying
|
||||
type: notes
|
||||
url: /notes/2024/11/16/1731777470
|
||||
|
||||
---
|
||||
|
||||
I'm officially on the Chappell Roan train - I've been listening to The Rise and Fall of a Midwestern Princess all afternoon. Absolute bop after absolute bop. I'm hooked. https://www.youtube.com/watch?v=xaPNR-_Cfn0
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
date: '2024-11-17T06:11:27.448931'
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- bluesky
|
||||
type: notes
|
||||
url: /notes/2024/11/17/1731823887
|
||||
|
||||
---
|
||||
|
||||
Hello bridgy fed - testing bluesky propagation of my statuses
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
date: '2024-11-18T07:28:19.096604'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- personal
|
||||
- trips
|
||||
type: notes
|
||||
url: /notes/2024/11/18/1731914899
|
||||
|
||||
---
|
||||
|
||||
Happy monday everyone. Mrs R and I were supposed to go see Journey in London last night but they cancelled because the band members are all suing each other. We took the PTO today anyway. Might go for a leisurely lunch instead. How are y'all doing?
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
date: '2024-11-18T14:23:21.012967'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- /media/2024/11/18/1731939801_0.jpg
|
||||
- /media/2024/11/18/1731939801_1.jpg
|
||||
- /media/2024/11/18/1731939801_2.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- trips
|
||||
- food
|
||||
thumbnail: /media/2024/11/18/1731939801_0.jpg
|
||||
type: notes
|
||||
url: /notes/2024/11/18/1731939801
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
A trip out to The Railway Inn at Botley. First time visiting but we'll be back. Lovely huge sandwiches and a nice cozy atmosphere
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
date: '2024-11-18T19:54:40.310250'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- /media/2024/11/18/1731959680_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- music
|
||||
- saxophone
|
||||
- windsynth
|
||||
thumbnail: /media/2024/11/18/1731959680_0.jpg
|
||||
type: notes
|
||||
url: /notes/2024/11/18/1731959680
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
Just reluctantly put my new AE-10 wind synth down after a long first day of play as my fingers are starting to really ache. Being able to emulate sax, electric guitar or bagpipes and hear it + a backing track in my headphones is magical. Most excited I've been about music practice for years.
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
date: '2024-11-25T16:02:09.979745'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- /media/2024/11/25/1732550529_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- emulators
|
||||
- gaming
|
||||
- handheld
|
||||
thumbnail: /media/2024/11/25/1732550529_0.jpg
|
||||
type: notes
|
||||
url: /notes/2024/11/25/1732550529
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
My new Anerbic handheld (or has Mrs R already calls it my "not-a-gameboy" has arrived). I'm about to have a bunch of time to fill so I'm pretty excited to have this new addition in my collection
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
date: '2024-12-02T06:18:41.518870'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- funemployed
|
||||
- personal
|
||||
type: notes
|
||||
url: /notes/2024/12/02/1733120321
|
||||
|
||||
---
|
||||
|
||||
Woke up unnecessarily at 5am on the first day of my long break because of course I did.
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
date: '2024-12-02T14:55:38.599167'
|
||||
photo:
|
||||
- alt: a tree next to a road with red and brown leaves set against a blue sky with
|
||||
some cloud
|
||||
value: /media/2024/12/02/1733151338_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- Personal
|
||||
thumbnail: /media/2024/12/02/1733151338_0.jpg
|
||||
type: notes
|
||||
url: /notes/2024/12/02/1733151338
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
A pretty autumnal tree that I saw on my walk this afternoon
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
date: '2024-12-02T15:04:44.993635'
|
||||
mp-syndicate-to:
|
||||
- https://brid.gy/publish/mastodon
|
||||
photo:
|
||||
- alt: a blue closed dell laptop with various stickers on the front. there is a gold
|
||||
star with my tummy hurts. A hand rolling a tubby cat captioned rolling fatties
|
||||
and a selection of other amusing stickers
|
||||
value: /media/2024/12/02/1733151884_0.jpg
|
||||
post_meta:
|
||||
- date
|
||||
tags:
|
||||
- Funemployed
|
||||
- Personal
|
||||
thumbnail: /media/2024/12/02/1733151884_0.jpg
|
||||
type: notes
|
||||
url: /notes/2024/12/02/1733151884
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
First funemploymenr job: redecorate my battle station with some new stickers. Mission accomplished I think.
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue