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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Asl HN: What software do you dream about, but do not have time to code yourself?

2 点作者 nbbaier4 个月前

2 条评论

d3Xt3r4 个月前
A simple, idiot-proof app to install Linux from Windows, aimed at newbies. So when people complain that Linux is too hard to install, I can just point them to the .exe.<p>The app will be a simple installation wizard, maybe using the Nullsoft system as it&#x27;s simple and lightweight. It&#x27;ll ask them some basic questions, like what sort of UI&#x2F;UX they prefer, whether they play games etc, and how much space they wish to allocate to Linux etc. It will then download the most appropriate distro, make the partitions, AND install the distro right from Windows (maybe using WinBtrfs and extracting the rootfs from the ISO onto the partiton), extract and set up the bootloader etc.<p>The main question mark for me is how to deal with Secure Boot. Maybe I can have a loop at the beginning which waits until it is disabled by the user (maybe detect the system&#x27;s make&#x2F;model&#x2F;BIOS and display the appropriate instructions)? But I also wonder if asking users to disable Secure Boot is even a good thing, it might give them the false impression that Linux isn&#x27;t secure, or my app is somehow compromising their PC&#x27;s security. Probably not a good first impression. If anyone has any ideas on how to handle this bit in a sensible manner, I&#x27;m all ears.
Terr_4 个月前
This was asked just yesterday.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42915664">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42915664</a>