A Few Links

Image showing a few links from my list of bookmarks.
Image showing a few links from my list of bookmarks.

Over the course of cross browser testing websites, my bookmarks have become scattered and out of sync. I’ve grown too accustomed to using multiple web browsers and their various styles of bookmark management.

I’ve begin consolidating my bookmarks into one location in an attempt to reduce my Internet usage. The constant researching of websites and articles that are already bookmarked or known from memory isn’t particularly fun.

To make matters worse, website rediscovery through a search engine is abysmal nowadays with sites becoming increasingly ranked by comment recency on social media aggregators, Search Engine Optimization. spam, and bot generated content. Rediscovering an original website or source is Proxy search by social media comments; The title of an article and website domain is not always enough to directly reach a source, without first having to hop through an aggregator or social media site. work than necessary. If the origin website isn’t mentioned recently by a top ten social media website or aggregator, then as far as search engines go it doesn’t exist.

Nothing yet in my opinion beats a list of links in a Back to the basics. file. The awk code below dumps a list of records from a bookmarks.txt file as partial html. I’m hoping to eventually integrate my public bookmarks into this website using partial html output. These bookmarks can be serialized into any format and it doesn’t have to be html.

awk
#!/usr/bin/env -S awk -f

# Record separator (RS) will split on blank lines.
# Field separator (FS) will split on new lines.
BEGIN {
  RS = ""
  FS = "\n"
}

{
  printf "<a rel=\"nofollow noopener\" id=\"%s\" title=\"%s\" href=\"%s\">\n", NR, $1, $2
  printf "<span>%s</span>\n", $2
  printf "<h1>%s</h1>\n", $1
  printf "</a>\n\n"
}

I’m a lazy programmer. My requirements are simple; the website title is my tag, and the link is the additional context needed to find the exact site or source. The bookmarks.txt file that this awk code parses is a list of records containing a link and a title. A description snippet can also be appended to the record for extra fuzzy search context, but that’s not a priority.

text
CSS Icons
https://cssicon.space/

NixOS: the good, the bad, and the ugly
http://www.willghatch.net/blog/2020/06/27/nixos-the-good-the-bad-and-the-ugly/

Learn X in Y minutes
https://learnxinyminutes.com/

An Introduction to the World of ThinkPad
https://mckinley.cc/blog/20200411.html

All Abstractions Lie
https://wiki.c2.com/?AllAbstractionsLie

Interestingly enough, many browsers incentivize the use of tabs as bookmarks, others, history as bookmarks, and some, tabs as history — and vice versa. Bookmarks, tabs, and browser history eventually start to look the same and perhaps may end up unified in some way, or at least that’s my impression after using many different web browsers for so long.

Once my bookmarks are unified again, I’ll return to my old Internet browsing style; no history or tab dependency, and no extension or plugin dependency — just bookmarks. That provides the best case scenario for little dependency on my choice of browser.

Conclusion

It goes without saying that a list of links is not a particularly useful way for most people to find or store content, but with the trend of increasingly poor and siloed re–discoverability of original content, even search engines will eventually loose significant utility. That’s not a bad trade–off though, perhaps it’s not to long before someone implements a way for web browsers, given a specific prompt, to surf the Internet as an agent on the user’s behalf, display the resulting websites, and skip the annoying parts of Internet browsing entirely.

30 September 2021 — Written
1 October 2021 — Updated
Thedro Neely — Creator
a-few-links.md — Article

More Content

Openring

Web Ring

Comments

References

  1. https://thedroneely.com/git/
  2. https://thedroneely.com/
  3. https://thedroneely.com/posts/
  4. https://thedroneely.com/projects/
  5. https://thedroneely.com/about/
  6. https://thedroneely.com/contact/
  7. https://thedroneely.com/abstracts/
  8. https://ko-fi.com/thedroneely
  9. https://thedroneely.com/tags/bookmarks/
  10. https://thedroneely.com/posts/a-few-links/#isso-thread
  11. https://thedroneely.com/posts/rss.xml
  12. https://thedroneely.com/images/a-few-links.png
  13. https://thedroneely.com/posts/a-few-links/#code-block-6c12db6
  14. https://thedroneely.com/posts/a-few-links/#code-block-4d87e15
  15. https://thedroneely.com/posts/a-few-links/#conclusion
  16. https://www.thedroneely.com/posts/a-few-links.md
  17. https://thedroneely.com/projects/news-aggregator/
  18. https://thedroneely.com/abstracts/the-fate-of-empires/
  19. https://thedroneely.com/posts/programming-sans-internet/
  20. https://git.sr.ht/~sircmpwn/openring
  21. https://drewdevault.com/2022/11/12/In-praise-of-Plan-9.html
  22. https://drewdevault.com/
  23. https://mxb.dev/blog/the-indieweb-for-everyone/
  24. https://mxb.dev/
  25. https://www.taniarascia.com/simplifying-drag-and-drop/
  26. https://www.taniarascia.com/
  27. https://thedroneely.com/posts/a-few-links#isso-thread
  28. https://thedroneely.com/posts/a-few-links#code-block-6c12db6
  29. https://thedroneely.com/posts/a-few-links#code-block-4d87e15
  30. https://thedroneely.com/posts/a-few-links#conclusion
  31. https://thedroneely.com/posts/nixos-in-the-wild/
  32. https://thedroneely.com/posts/a-few-abstracts/
  33. https://thedroneely.com/posts/tweaking-goaccess-for-analytics/
  34. https://thedroneely.com/posts/writing-strategy/
  35. https://thedroneely.com/projects/personal-portfolio/
  36. https://thedroneely.com/posts/installing-isso-from-source/
  37. https://drewdevault.com/2022/09/16/Open-source-matters.html
  38. https://mxb.dev/blog/make-free-stuff/
  39. https://thedroneely.com/sitemap.xml
  40. https://thedroneely.com/index.json
  41. https://thedroneely.com/resume/
  42. https://gitlab.com/tdro
  43. https://github.com/tdro
  44. https://codeberg.org/tdro
  45. https://thedroneely.com/analytics
  46. https://thedroneely.com/posts/a-few-links#
  47. https://creativecommons.org/licenses/by-sa/2.0/
  48. https://thedroneely.com/git/thedroneely/thedroneely.com
  49. https://opensource.org/licenses/GPL-3.0
  50. https://www.thedroneely.com/
  51. https://thedroneely.com/posts/a-few-links/#