Fragmentions - linking to any text
kevinmarks.com [1]
I canāt believe Iāve never see this Tim Berners-Lee quote, but I canāt unsee it and will be required to reference it from now on.
eventually every URL ends up as a porn site
I had a friend let his blog domain expire, within a short period it was scooped up and was hosting porn. I donāt know why, but my best guess is that they were holding it ransom with the most embarrassing content to have your personal site replaced with.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://www.kevinmarks.com/fragmentions.html#%22eventually%20every%20URL%20ends%20up%20as%20a%20porn%20site%22
[2]: /thoughts/
Published
All published posts
2493 posts
latest post 2026-05-11
Publishing rhythm
hype cp | Hypermedia Copy & Paste
hypecp.com [1]
This is a super cool reference for htmx [2] snippets. I really like how he has a couple of errors on the page as examples with examples that fix these common errors.
Note
This post is a thought [3]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://hypecp.com/
[2]: /htmx/
[3]: /thoughts/
fragmention
This post is still WIP. ā¦..
https://indieweb.org/fragmention##Challenges
Iāve been digging through David Bushellās blog over the past day, he has some
really good ideas about blogging and webdev. One really interesting post I
came accross is
url-fragment-text-directives [1].
Iāve long had idās linked on my headings, though sometimes broken, or now
showing the link, Iāve done my best to include them. Fragmentions extend this
to allow any text to be linkable like this.
fragmentioner ui: https://github.com/kartikprabhu/fragmentioner/tree/master?tab=readme-ov-file
fragmentioner js: https://github.com/chapmanu/fragmentions
Examples # [2]
https://resilientwebdesign.com/#This%20is%20a%20web%20book
References:
[1]: https://dbushell.com/2024/12/05/url-fragment-text-directives/
[2]: #examples
Iām building in a [[ fragmentions ]] implementation into my blog, I wanted to
add some text before the fragment to indidate that it was the highlighted
fragment that someone may have intended to share with you.
To get a newline in a :before I need to use \A and white-space: pre-line.
body :target::before,
body [fragmention]::before {
content: "Highlighted Fragment:\A";
white-space: pre-line;
@apply font-bold text-yellow-600;
}
Here is what it looks like on my not yet live implementation of fragmentions.
[1]
References:
[1]: https://dropper.waylonwalker.com/api/file/fb693b92-3744-45a5-9220-bd914162f435.png
I recently discovered fixi [1] by bigskysoftware [2], and itās truly impressive.
No description available.
References:
[1]: https://github.com/bigskysoftware/fixi
[2]: https://github.com/bigskysoftware
Iām going to leave the title off this post and see what happens. Titles are a lot of pressure! I think there is a reason that the big text-based social networking sites (Mastodon, X, Facebookā¦
Chris Coyier Ā· chriscoyier.net [1]
Interesting thoughts here on blog post titles, do we need them? They are so ingrained into everything.
It makes me think about markata.dev. I donāt require you to add any meta data to your post, you donāt need a title at all, but you do have to name a markdown file, and this does end up being your title if you donāt set one.
Titles are a lot of pressure! I think there is a reason that the big text-based social networking sites (Mastodon, X, Facebook, Threads, LinkedIn, Bluesky, etc.) donāt have titles. Especially for short posts, the title just isnāt necessary. Just say the thing.
Interesting observation what rss readers do without one.
My own favorite[rss reader], Feedbin, shows the author of the post as the title if itās missing. Eh, not great not horrible.
Hilariously he puts a title on the OG [2] image for the post. I was interested in seeing what would happen in signal, it appears to be showing the author name as well.
[3]
Confirmed the pag...
AI workloads on Talos Linux - Sidero Labs
Companies are exploring how to run GPU accelerated workloads on Kubernetes. It doesnāt matter if you have a business use case for AI or not, knowing how it works is important.
siderolabs.com [1]
cool article for setting up talos linux with an nvidia gpu. What a wild world it we are living in where these devices that started out being only for hardcore gamers are becoming commonplace in servers and slowly entering the homelab [2] space.
Note
This post is a thought [3]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://www.siderolabs.com/blog/ai-workloads-on-talos-linux/
[2]: /homelab/
[3]: /thoughts/
-
Damn prime makes an interesting point near then end of this video. Heās seen a bunch of people able to just throw down charts and shit at their company and end up being āthe coding guyā cause they proompted something once. In a way I can relate, I got into software in a similar way, but at a time that it took a lot more hard work, understanding , and copy past from the right stack overflow. Based on some of the people around me at the time I can only imagine how some people must feel like they got pushed into it without wanting it, and now are building something they donāt know anything about with no care about it or care to build any expertise. Is the future proompted charts from enterprise chatgpt or do we only continue growing more need for software from here.
[1]
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://dropper.waylonwalker.com/api/file/d43265cd-7fe1-4cb4-a22e-d82a37a2e368.webp
[2]: /thoughts/
I like duckdbās [1] project pg_duckdb [2].
DuckDB-powered Postgres for high performance apps & analytics.
References:
[1]: https://github.com/duckdb
[2]: https://github.com/duckdb/pg_duckdb
Just starred xan [1] by medialab [2]. Itās an exciting project with a lot to offer.
The CSV magician
References:
[1]: https://github.com/medialab/xan
[2]: https://github.com/medialab
Iām impressed by upvote-rss [1] from johnwarne [2].
Generate rich RSS feeds from Reddit, Hacker News, and Lemmy
References:
[1]: https://github.com/johnwarne/upvote-rss
[2]: https://github.com/johnwarne
Looking for inspiration? rugpulls.dev [1] by caniszczyk [2].
No description available.
References:
[1]: https://github.com/caniszczyk/rugpulls.dev
[2]: https://github.com/caniszczyk
Iām really excited about pangolin [1], an amazing project by fosrl [2]. Itās worth exploring!
Tunneled Mesh Reverse Proxy Server with Identity and Access Control and Dashboard UI
References:
[1]: https://github.com/fosrl/pangolin
[2]: https://github.com/fosrl
Looking for inspiration? Flexbox-Labs [1] by prazzon [2].
A web app for creating flexible layouts with the power of CSS Flexbox.
References:
[1]: https://github.com/prazzon/Flexbox-Labs
[2]: https://github.com/prazzon
Check out llm-sort [1] by vagos [2]. Itās a well-crafted project with great potential.
Sort input lines semantically with llm
References:
[1]: https://github.com/vagos/llm-sort
[2]: https://github.com/vagos
fixed long standing nvim startup error
Hereās the diff, this is it.
local M = {}
M.setup = require("waylonwalker.setup")
M.settings = require("waylonwalker.settings")
+ M.lazy = require("waylonwalker.lazy")
M.options = require("waylonwalker.options")
M.globals = require("waylonwalker.globals")
M.keymap = require("waylonwalker.keymap")
- M.lazy = require("waylonwalker.lazy")
M.autocmds = require("waylonwalker.autocmds")
M.util = require("waylonwalker.util")
M.plugins = require("waylonwalker.plugins")
M.snippets = require("waylonwalker.snippets")
return M
The error # [1]
On first install of my dotfiles Iām presenting with this flashbang of an error
filling the screen with red background. Its kinda hard to read, Iām not deep
into lua and reading their tracebacks. It pops up in this pager that if I
scroll too far it quits and the error is gone before I know what it is or how
it got there.
[2]
For the longest time it just felt like it randomly showed up without much warning.
I sent ai at the issue # [3]
I...