#github
🌟 starred marimo-team/marimo
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
https://github.com/marimo-team/marimo
🌟 starred marimo-team/marimo
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
https://github.com/marimo-team/marimo
🌐 更优雅地分享跨平台内容:Fix Link Embeds 工具小盘点
🔗:Shortcut
在「互联网」事实上已沦为「互不联网」的当下,大大小小的平台都在筑起前所未有的数字高墙。极端封闭策略的背后,显然是商业竞争洒下的一地鸡毛:平台对用户数据的垂涎几近偏执,通过限制内容预览迫使用户访问原始平台,从而增加停留时间,提升广告效益;同时,在用户增长见顶、市场趋于饱和的背景下,阻断内容互通也成为平台在存量市场厮杀的手段之一。
无论你将平台之举视为无奈之下的考量,或有意为之的算计,它们都导致了跨平台内容分享体验的倒退。当我们试图在 Telegram 或 Discord 等即时通讯软件中分享来自 Instagram 的链接时,往往会发现无法正常显示预览,显然,这极大地影响了内容分享体验和信息获取效率。
数字高墙愈建愈高的背景下,Fix Link Embeds 类工具应运而生,它们巧妙地避开平台设置的障碍,获取内容的原始信息,为我们生成符合标准的预览卡片。以下介绍一些针对主流平台的 Fix Link Embeds 解决方案:
🐦 Twitter → FxTwitter / vxTwitter
作为(也许)最早的 Twitter 链接预览修复工具之一,FxTwitter 功能强大,支持在 Discord、Telegram 等平台上展示多媒体内容,包括图片、视频、投票、引用等,同时提供翻译、纯媒体跟纯文本视图切换、开启 Telegram Instant View 等功能。感兴趣的朋友可前往 GitHub 查看相关用法,在此仅介绍介绍基础用法:
- 在 twitter.com 前添加 fx:
twitter.com
→ fxtwitter.com
- 在 x.com 前添加 fixup:
x.com
→ fixupx.com
与 FxTwitter 相比,vxTwitter 在处理视频内容时会将其转为 GIF 格式:
- 在 twitter.com 前添加 vx:
twitter.com
→ vxtwitter.com
- 在 x.com 前添加 fx:
twitter.com
→ fxtwitter.com
📸 Instagram → InstaFix
InstaFix 的灵感来自 FxTwitter,主要提供 Instagram 图片/视频的嵌入服务,支持自部署。默认模式下会展示用户 ID、帖子正文及媒体(如原帖有多张图片则拼接成一张大图显示):
- 在 instagram.com 前添加 dd:
instagram.com
→ ddinstagram.com
🤖 Reddit → FixReddit
与原始的 Reddit 链接相比,经过 FixReddit 转化过的链接只能说各有千秋。对于这一点,FixReddit 的 GitHub 上提供了详细的对比:
- 将
reddit.com
修改成 rxddit.com
除了 FixReddit 外,大家也可去查看一下跟 vxTwitter 师出同门的 vxReddit(在 reddit.com 前添加 vx)。
🎵 TikTok → vxTikTok
跟 vxTwitter 以及 vxReddit 一样,vxTikTok 来自同一名开发者 Dylan(他同时也针对 Bluesky 的视频内容做了一个类似的项目 vxBsky)。在 README 文件上,Dylan 提到 vxTikTok 的原理是通过 yt-dlp 获取 TikTok 短视频信息,然后再为 Discord、Telegram 之类的平台提供优化后的 TikTok 视频嵌入功能:
- 在
tiktok.com
前添加 vx:tiktok.com
→ vxtiktok.com
除此之外,还有将 tiktok.com 替换为 tiktxk.com(GitHub) 或 tnktok.com(GitHub) 的做法,大家可根据自己的需求来做选择。
⚡️ 另外,我也制作了一个 快捷指令,目前支持 Twitter、Instagram、Reddit、TikTok、Threads 这几个平台的链接转换,可通过 Share Sheet 或剪贴板快速调用。
在这场平台与用户的博弈中,Fix Link Embeds 工具也许在某种程度上代表着技术民主的胜利。相信随着越来越多开发者的加入,我们能看到更多类似工具的出现,继续瓦解平台间的人为壁垒,让信息重新自由流动。囿于篇幅关系,像
threads.net
→ fixthreads.net
、tumblr.com
→ tpmblr.com
之类的工具就不再详细介绍,大家也可自行尝试体验。📍 首发频道|小红书|Twitter|即刻
📘 关联阅读:Fix 知乎 - 为知乎生成可分享的卡片及 Instant View
频道:@NewlearnerChannel
#tools #PKM [Docling](https://github.com/DS4SD/docling)开源的文件转换工具,可将PDF、DOCX、PPTX、图像、HTML、AsciiDoc、Markdown 等格式文档,导出为 Markdown 和 JSON 格式。
#github
🌟 starred Adonis142857/Real-Address-Generator
An address generator for populating real addresses for China, USA, UK, Germany, France and 22 other countries.
(22个国家的真实地址生成器)
https://github.com/Adonis142857/Real-Address-Generator
🌟 starred Adonis142857/Real-Address-Generator
An address generator for populating real addresses for China, USA, UK, Germany, France and 22 other countries.
(22个国家的真实地址生成器)
https://github.com/Adonis142857/Real-Address-Generator
#github
🌟 starred jamesroutley/write-a-hash-table
✏️ Learn how to write an open-addressed, double-hashed hash table in C
https://github.com/jamesroutley/write-a-hash-table
🌟 starred jamesroutley/write-a-hash-table
✏️ Learn how to write an open-addressed, double-hashed hash table in C
https://github.com/jamesroutley/write-a-hash-table
#github
🌟 starred getomni-ai/zerox
Zero shot pdf OCR with gpt-4o-mini
https://github.com/getomni-ai/zerox
🌟 starred getomni-ai/zerox
Zero shot pdf OCR with gpt-4o-mini
https://github.com/getomni-ai/zerox
#github
🌟 starred Predidit/Kazumi
基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕。支持平台:Android、Windows、macOS、Linux、iOS
https://github.com/Predidit/Kazumi
🌟 starred Predidit/Kazumi
基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕。支持平台:Android、Windows、macOS、Linux、iOS
https://github.com/Predidit/Kazumi
#github
🌟 starred jianjianai/FList
将 GitHub Releases,Hugging Face,文件url等,渲染成类似网盘的文件列表显示在网页上,方便用户下载开源软件。 支持视频、音频、图片、PDF 等文件的在线预览
https://github.com/jianjianai/FList
🌟 starred jianjianai/FList
将 GitHub Releases,Hugging Face,文件url等,渲染成类似网盘的文件列表显示在网页上,方便用户下载开源软件。 支持视频、音频、图片、PDF 等文件的在线预览
https://github.com/jianjianai/FList
#youtube
Open Only Once a Year! The Real-Life Noah's Ark? A Journey to Svalbard|4K Dolby Vision
https://www.youtube.com/watch?v=qYTH1SWkW_s
Open Only Once a Year! The Real-Life Noah's Ark? A Journey to Svalbard|4K Dolby Vision
https://www.youtube.com/watch?v=qYTH1SWkW_s
#utilities #github
AI-Powered Full-Stack Web Development in the Browser
https://github.com/stackblitz/bolt.new
AI-Powered Full-Stack Web Development in the Browser
https://github.com/stackblitz/bolt.new
You.com,也有类似Discover的Explore,并提供了更多的模型(GPT-4o、Claude 3.5、Gemini 1.5等)。
ps:才知道Perplexity有简短的访问链接:https://pplx.ai
下面有人推荐使用 ps:才知道Perplexity有简短的访问链接:https://pplx.ai