Skip to main content
Linying Assad

Linying Assad

A software engineer who occasionally ponders some odd questions, functional programming fanatic with a focus on Scala3, Cloud Native and Big Data Domain.

My personal open-source project repository: 😆LinsOSS

Recent

如何切分多行 Flink SQL?
<time datetime="2023-10-26 00:00:00 &#43;0000 UTC">26 October 2023</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span>
flink SQL
在编写烂大街的 Flink SQL 应用提交设施时,将多行 Flink SQL 文本切分成多行是一个再正常不过的步骤…
Let‘s Expand Citus Co-location Single-Shard Distributed Tables
<time datetime="2023-10-25 00:00:00 &#43;0000 UTC">25 October 2023</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">5 mins</span>
citus postgres
Explores how to enhance Citus for managing single-shard distributed tables that should be co-located efficiently, particularly in multi-tenant environments.
Hacker News Digest - 2023.06.22
<time datetime="2023-06-22 00:00:00 &#43;0000 UTC">22 June 2023</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span>
hacker news
探索云原生领域的多样性景观, Quirky, Hashing, DevPod: 无服务商锁定的代码即开发环境平台, Exit traps 让你的 Bash 脚本更加健壮, pg_easy_replicate 实现零停机的 Postgres 版本迁移
Hacker News Digest - 2023.06.19
<time datetime="2023-06-19 00:00:00 &#43;0000 UTC">19 June 2023</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span>
hacker news
Novel:Notion 风格的文本编辑器, Bloop:基于 GPT-4 代码库阅读工具, Dolt: Git 版本化数据, Resend: 现代化邮件发送 API 平台, 通过 Stable Diffusion 制作艺术化的二维码
在 Postgres 上复刻 AskBend!
<time datetime="2023-04-16 00:00:00 &#43;0000 UTC">16 April 2023</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span>
postgres gpt
起因是在 3 月的时候刷到 Databend ai_to_sql 的一条 PR, feat: add ai_to_sql transalte natual lanauge to SQL based on your table schema by BohuTANG …