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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Git, JavaScript, Chrome, Redis etc. what next?

7 点作者 wxce将近 2 年前
I wanted to work on something really interesting, such as problem statements that don&#x27;t have good solutions yet.<p>But I fail to find things that could be done that haven&#x27;t been implemented yet.<p>It seems like all the low (and even medium, high) hanging fruit has been covered. [Of course not calling Redis and such low hanging fruits, but just to give examples of something fundamental.]<p>How would you explore what to work on? Especially something non-AI.

10 条评论

esafak将近 2 年前
I get the idea you want to work on generic tools. And create a new one unlike anything that has come before? Can you name one of these &quot;problem statements that don&#x27;t have good solutions yet&quot;?<p>You need to reduce your problem space. I suggest working on any real-world challenge, like climate change. You will quickly run into problems. Work on the biggest ones you can solve.
andrewmcwatters将近 2 年前
Then you&#x27;re not looking deep enough at problems that people have or you haven&#x27;t been in the field long enough. There are tons of issues out there, and I wish I had a department full of me&#x27;s who could work on all of the problems I want solutions to.
评论 #36967015 未加载
7373737373将近 2 年前
A high quality speech-to-text and&#x2F;or text-to-speech program that just works out of the box<p>Challenge: make it require at most (1) opening a website (2) a single packet manager installation (3) a single app store installation<p>a good speech-to-text that integrates with programs as we use them would help my hearing-impaired friend understand the world better<p>and a nice sounding text-to-speech would help me listen to Wikipedia articles<p>I believe there are already good AI models there that can serve as the core, but they aren&#x27;t entirely developed (missing features such as &quot;really real time&quot;&#x2F;instant transcription <a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;whisper&#x2F;discussions&#x2F;608">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;whisper&#x2F;discussions&#x2F;608</a> and speaker separation: <a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;whisper&#x2F;discussions&#x2F;264">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;whisper&#x2F;discussions&#x2F;264</a>) and I haven&#x27;t encountered a single good interface for them yet.
lominming将近 2 年前
I&#x27;m also someone who are driven and get excited about working on something fundamental. My recent endeavor is the result of years to figuring out what can be the fundamentals for the web -- Building Blocks for the Internet.<p>It would be helpful to understand why you feel like version control (git, not github), a programming language (javascript), a browser, a database are all fundamentals? They are not the first in their respective categories, just that they all became popular? I feel like your examples also lean heavily towards developer only tools?
tjpnz将近 2 年前
Look at the products from startups accepted into YC. Few (if any) haven&#x27;t been done before and the same goes for most open source. Your goal should be to identify something that the others missed.
评论 #36959426 未加载
评论 #36974464 未加载
MarkSweep将近 2 年前
I think continuous integration is pretty terrible compared to what it could be. The problems I see, at least with GutHub Actions and Azure DevOps:<p>* Generally rebuilds everything from scratch, which get slow on large projects. Reducing overbuilding requires lots of manual work. * Hard to test, often you have to push a commit. * No flakey test detection and management.<p>There are some companies working on productionizing Bazel-based CI systems, like BuildBuddy, but there might be other ways of approaching this problem.
ActorNightly将近 2 年前
There is bleeding edge, and there is filling in holes.<p>Bleeding edge in software is going to be all ML now, mainly in the research of new architecture, and low level stuff to make compute faster.<p>As far as holes go, this is where things like Redis fall. Nothing about Redis is really that novel, its just a nice package of pretty standard functionality, which has a very common use case.<p>And there are A LOT of holes to be filled.
spacebanana7将近 2 年前
I’m assuming your post is related to open-ish source developer tools.<p>&gt; It seems like all the low (and even medium, high) hanging fruit has been covered<p>Not at all. In software, fruit grows on top of fruit.<p>My personal wishlist: a desktop DB client with simple UX, tooling for DB functions, a tool for performance testing in various geographies, and a browser with symmetric encryption.
spiderfarmer将近 2 年前
Copyright detection. All websites with user generated content will need a filter.
joshxyz将近 2 年前
check out roadmap.sh.<p>each of these tools have varying use cases and varying companies that use them into different industries.