惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
Last Week in AI
Last Week in AI
博客园 - 聂微东
Jina AI
Jina AI
月光博客
月光博客
爱范儿
爱范儿
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 叶小钗
T
Tailwind CSS Blog
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
罗磊的独立博客
小众软件
小众软件
雷峰网
雷峰网
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Visual Studio Blog

Null's blog

Switching to harper-ls Switching to harper-ls Thinking long term; A weird story Thinking long term; A weird story The case against WebUsb The case against WebUsb Why Wayland is the future. Why Wayland is the future. Debugging a crashed kernel on opensuse Debugging a crashed kernel on opensuse Envisioning a future python Envisioning a future python server update, A new name, comments via firefish and lightmode server update, A new name, comments via firefish and lightmode A look back at the webserver A look back at the webserver Webserver Updates Migrating to a custom blogging backend Migrating to a custom blogging backend Nixops to Deploy-rs Nixops to Deploy-rs Archlinux with secureboot on a nvidia machine Archlinux with secureboot on a nvidia machine Nixops the future of deploying applications? Nixops the future of deploying applications? Installing NixOS on a Running Install of Arch Linux Installing NixOS on a Running Install of Arch Linux Why you should use Neovim Why you should use Neovim Flatpaking Github Desktop Pt2: GPG
Webserver Updates
nullrequest · 2022-11-23 · via Null's blog

In my previous post, I wrote about writing a web server for my blog. This is an update on what I've done since then. The answer is surprisingly not much. University exams and similar things have slowed down development to a crawl. If you read my previous blog post. I made a bit of a checklist of things I want to add. What's the status on it?

  • tags(partially implemented)
  • working about page
  • contact form -Rejected in favor of making people email me. Contact forms get way too much spam

As you can see. I've finished about 66.66666% of the work. Okay. Kinda, I just decided to drop one of the goals, but in fairness, I did partially implement tags. 'Wait null what do you mean you "partially implemented" tags?' you might say. I wrote the SQL for creating a table for the tags and hooking it up to posts. As well as adding a method to save tags.

A ballpark figure on how far I am into implementing tags is 30~40% optimistically. What's next? After I get around to completing tags on the backend/frontend templates, I will be adding tags support to my migration tool.

I recently discovered webmentions. Webmentions allow other websites to "pingback" when they link your posts/blog. This is very cool. But there's a massive lack of documentation.

I'm hoping I can piece together how webmentions work so I can put together my own implementation, or in the worst case, I'll be using 3rd part services to do it for me. I also need to work towards adding microformats(special classes). This allows better integration with webmentions.

However, this is a non-blocker. In other words, I will be first finishing tag support deploying and migrating the blog, testing it for some time on new.nullrequest.com before I move it to nullrequest. com. After this, I'll implement webmentions and microformats.

-- this is nullrequest signing off