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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are you going to build and ship in 2025?

5 点作者 pyromaker4 个月前
To everyone who set a goal to build & ship something in 2025, what is it?

7 条评论

ryanchants4 个月前
A database abstraction layer around DynamoDB for Python. boto3 is a little messy, and I don&#x27;t care for the ergonomics of PynamoDB after using it for the last several years.<p>AWS CDK constructs to add common alerting patterns to Lambda&#x2F;SQS&#x2F;etc. CloudWatch is capable of a lot, and having some constructs with reasonable default strategies would be use for side projects and smaller start-ups that can&#x27;t afford some of the providers or have the time to roll it themselves.<p>Finally getting nomnominees.com into a shape where I can encourage people to use it. Simple webapp that shows you James Beard nominees&#x2F;winners and Great American Beer Festival winners in a given area. I use it myself when I&#x27;m traveling to find places to check out.
nicbou4 个月前
I monitor about a hundred pages for changes in German law. This helps me keep my content up to date.<p>I am writing a page change monitor similar to urlwatch, but greatly simplified. Give it a URL and a CSS selector, get a weekly email diff of the changes. It will replace Wachete, for which I was paying 10€ a month.<p>This is worth it for me. I save 120€ per year (5x more if I want to watch more than 100 pages), the watched URLs come from source-controlled text files, and I can configure the delivery schedule of notification emails. It suits my workflow a lot better.<p>It can also tie into my static site generator. The list of legal texts to watch can be extracted from my website’s content, so that everything I mention is automatically watched.<p>All of that from a fairly short Python script.
CIARobotFish4 个月前
As a follow-up to my custom track editor for the Donkey Konga games, I spent part of the holiday season working on a launcher to make playing custom tracks in the games easier and released a beta build just before Christmas: <a href="https:&#x2F;&#x2F;parham.itch.io&#x2F;kongabeat&#x2F;devlog&#x2F;853452&#x2F;konga-beat-101-and-konga-launcher-available-now" rel="nofollow">https:&#x2F;&#x2F;parham.itch.io&#x2F;kongabeat&#x2F;devlog&#x2F;853452&#x2F;konga-beat-10...</a><p>My goal now is to ship the 1.0 release in the next month or two and post the source code on GitHub under the MIT license.
Leftium4 个月前
I&#x27;m going to finally build my beat-aware video player. (Along with a musical phrase-guessing game&#x2F;training tool.)<p>I already built a quick POC (to see if the tech I want to use is viable): <a href="https:&#x2F;&#x2F;youloop.leftium.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;youloop.leftium.com&#x2F;</a><p>Several years ago, I built another POC that does beat-tracking. (However it&#x27;s slightly broken and I accidentally deleted the source code): <a href="https:&#x2F;&#x2F;phrasier.leftium.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;phrasier.leftium.com&#x2F;</a>
owebmaster4 个月前
I manage a whatsapp community of digital nomads in Rio de Janeiro (around 3k people). I want to turn it into an app.
评论 #42602701 未加载
nnurmanov4 个月前
I am planning to build a muon catalyzed fusion reactor. Currently studying the possibility of absorption of hydrogen isotopes into the crystal lattice of certain metals, such as palladium, which can trap and localize these atoms at very high densities. As I believe, that one of the showstoppers is to increase of the density of the target.
WillAdams4 个月前
Finishing up yet another re-write of my current project:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;WillAdams&#x2F;gcodepreview">https:&#x2F;&#x2F;github.com&#x2F;WillAdams&#x2F;gcodepreview</a><p>which I hope to then wrap up in a nice front-end using:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;derkork&#x2F;openscad-graph-editor">https:&#x2F;&#x2F;github.com&#x2F;derkork&#x2F;openscad-graph-editor</a><p>(or maybe some other tool --- is there a stand-alone, desktop version of Blockly which is extensible?)<p>Hopefully I&#x27;ll also figure out how to write up a LaTeX package for the Literate Programming technique used and maybe a _TUGboat_ article.