Search

Items tagged with: Web


Fucking "app culture" drives me crazy. I got asked to install a mobile app just to look at the itinerary and accommodation information for a trip I'm going on.

Why isn't it just a web page?

So obviously I said "fuck that noise, hold my beer", reverse-engineered the app, and re-implemented it as a web page generator. It does all the same things as the "app" except now there's no tracking, no ads, and you get all the Web's features "for free" (deep links, copy-pasting, search-in-page, printing, works on anything, etc.).

Here's the full story:
🔗 danq.me/your-app-could-have-be…

#appCulture #app #android #web #webPage #openStandards #reverseEngineering


The media in this post is not displayed to visitors. To view it, please go to the original post.

建议收藏! 这里有 3000 个计算器!

这个网站的目标是收集整理 3000 个在线的计算器应用。

涵盖财务、房产、汽车、健康、数学、换算、科学等分类,可以说,只有你想不到的计算器,没有你找不到的计算器。

建议收藏一下,以备不时之需,省得之后找计算器还要现搜索。

jsq3000.com

#1link1day #calculator #web #长毛象安利大会


Hexo 博客接入 Fediverse —— Hatsu + Vercel 踩坑记

本文记录了基于 Vercel 部署的 Hexo 静态博客与 Fediverse(通过 Hatsu 后端)实现双向互通的踩坑历程。针对 Fedi 软件对文章 URL 识别失败以及 Vercel 路由跳转丢失斜杠(404)的痛点,通过编写 Vercel 边缘函数结合路由规则,成功实现了自动重定向跳转。同时,还在博客中集成了 Mastodon 评论系统并开源了修改后的 Butterfly 主题。

blog.samhou.moe/hexo-fediverse…

#web开发 #fediverse #web #html #hexo #vercel #hatsu #javascript


The media in this post is not displayed to visitors. To view it, please go to the original post.

現在的網頁設計太膨脹了。不應該是這樣的...業界每過幾年就換一個前端JS框架卻忽略了要表達的內涵,各種現成同質性的的模板主題也抹殺了學HTML自製網頁的樂趣。

看看 #Neocities 的Web 2.0設計,沒有JavaScript,網頁就只是網頁,沒有傷害使用者的能力。對極簡主義者(suckless)來說,網頁設計應該是要不依賴JavaScript就能運作的。所有功能應該用plain HTML與CSS來implement,JavaScript最多只是執行個小工具,不應該使用前端框架,更不該加密與過度混淆。雖然這會讓網頁看起來很簡陋(參考FSF的設計風格,他們難以讓網頁全寬顯示。Neocities上很多網站也是這樣),但這讓網頁是可被信任的被稽核的。網頁設計不應該只考慮在Firefox與Chrome的渲染效果,還要在純文字的終端機w3m也能閱讀。甚至讀者想要的話應該要能閱讀HTML(例如Richard Stallman他老人家不用瀏覽器,而是用curl下載網頁閱讀)就能看到本文。
JavaScript的話要符合LibreJS的標準,宣告自身是開源的可信賴的才載入。

#Web