TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What interesting project ideas you've got but have no time to work on?

8 点作者 lewisjoe超过 1 年前
Just curious what random, interesting project ideas that HN folks got that they&#x27;d like to give away so that people with time can pick up and maybe make it reality.<p>I for one have a bunch of ideas that I&#x27;ll probably would never find time to work on:<p>1. An open-source Notion alternative that works on top of sqlite files (inside browsers). Basically offline first Notion experience.<p>2. A webassembly powered extension framework to extend business softwares.<p>3. A bookmarking system that buffers my reading list and drives me to complete my research on a topic - It materialized to a level but I couldn&#x27;t make it a full fledged product out of it yet - https:&#x2F;&#x2F;github.com&#x2F;joelewis&#x2F;readmelater<p>4. Port prosemirror&#x27;s technology to a multi-platform stack like Kotlin - so that someday we&#x27;ll have a cross platform richtext editor component that products can use for both mobile apps and web.<p>These are just some of my random ideas. I&#x27;m curious what others got in their bucket!

4 条评论

solardev超过 1 年前
I would love to see a crowdsourced CDN&#x2F;web host, organized as a nonprofit&#x2F;NGO, that just provides basic network services to the masses for minimal profit. Kinda like a public AWS that runs on donations, grants, etc. It would tie in with municipal broadband setups (which can be edge nodes), have unmetered peering with other similar nodes, etc. Kinda like doing what credit unions do in the financial world but for the internet.<p>On the frontend side, I wish there was some sort of &quot;universal storefront&quot; app with amazing UX that can generically replace (via API or pass-through clicks) e-commerce sites with poor UX, like Steam or Amazon. By that I mean something super performant, with good filtering, clear price histories, no trash recommendations (maybe using open source and user-customizable algorithms instead). So many of these ecommerce sites have gone down the dark patterns route, I wish there was some frontend to just bypass them altogether, kinda like how we have alternative clients for YouTube, Slack, Discord, etc.<p>Both ideas are similar... copying big tech but de-shittifiying them with public effort and resources.
评论 #39287245 未加载
sebastianconcpt超过 1 年前
1. A minimal Smalltalk image with MIT license and without GUI&#x2F;IDE that would<p>2. have a good packaging system to build APIs, Web Applications and easily deploy them in production<p>3. A superb TUI that can be the IDE of that Smalltalk<p>4. An alternative remote native IDE of that Smalltalk
评论 #39281961 未加载
ilius2超过 1 年前
A Python code abstract syntax tree (AST) parser and formatter in Go. Because the Python&#x27;s &quot;ast&quot; modules is too slow, and lacks proper &quot;format&quot; feature (it has unparse but it removes comments, and forgets the current style completely). I use &quot;ruff&quot; a lot (<a href="https:&#x2F;&#x2F;github.com&#x2F;astral-sh&#x2F;ruff">https:&#x2F;&#x2F;github.com&#x2F;astral-sh&#x2F;ruff</a>) which is in Rust. But I want to be able to implement fast custom linters in Go (linters that ruff &#x2F; fixit lack, and Python linters lack or are too slow).
smadam9超过 1 年前
There was a post a few weeks ago for a site dedicated specifically to this idea: <a href="https:&#x2F;&#x2F;getstartupbusinessideas.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getstartupbusinessideas.com&#x2F;</a>
评论 #39312023 未加载