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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Personal Software

56 点作者 leerob4 个月前

20 条评论

eXpl0it3r4 个月前
Has anyone done experiments with people who have absolutely no programming or programming-like experience and see what they can come up with?<p>From my experiences, any output I got from &quot;AI&quot;, required already some level of experience&#x2F;understanding of the tooling or language to get something useful out of it.
评论 #42951453 未加载
评论 #42953087 未加载
评论 #42950169 未加载
评论 #42950791 未加载
FinnLobsien4 个月前
&gt; Creating software is starting to resemble cooking. Your home-cooked software is exactly what you need, without extra fuss or cost. And each time you build something personal, you gain a deeper appreciation for the craft of creating software.<p>I think this is true, but it also actually requires you to want to make your own software. In cooking, most people are aware that they&#x27;re physically capable of making a roast chicken with gravy and mashed potatoes.<p>Yet takeaway&#x2F;delivery is thriving. It&#x27;s not that the ability to cook is scarce, but the desire to do it. I think the same is (now) true with building software.
评论 #42959858 未加载
hirako20004 个月前
AI doesn&#x27;t enable non programmer to make their own app. It made non tech managers wishfully believe they won&#x27;t have to pay coders to spend days to write the code.
评论 #42952278 未加载
ccccrrriis4 个月前
I feel like existing models and platforms still have a bit of work to do to make this easy for everyone, but overall I agree that this is the direction things are headed. I have very minimal programming experience, but I was able to put together a personal project manager that I&#x27;m actually using in my personal life and at work.<p>I posted about it recently: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;from?site=cgarduno1garduno.github.io">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;from?site=cgarduno1garduno.gith...</a><p>Here&#x27;s the repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;cgarduno1garduno&#x2F;SPOT">https:&#x2F;&#x2F;github.com&#x2F;cgarduno1garduno&#x2F;SPOT</a><p>The thing that blew me away was that this took ~2 hours total time and I didn&#x27;t touch the code at all - this was 100% done using Cursor. Similarly, I&#x27;ve been building other tools that I use at work and my team is starting to roll them into our standard workflows because they work well.<p>There are many instances where I struggle to get it to make what I want, but overall I&#x27;ve been really impressed by how much it has helped me and by how easy it has been to start building my own personal software.
picafrost4 个月前
I lean toward most people remaining generally apathetic. There are many DIY kits and guides for a great number of things that have done most of the hard work of designing, measuring, cutting, etc for you. My perception is that <i>most</i> people would still rather buy or use an already finished product.<p>Does the average person even use computers outside of desk workers at work now, anyway? Can you build and deploy an app with an iPhone&#x2F;Android app?
评论 #42952910 未加载
tolerance4 个月前
I think that people should give the idea that the common man is a boiling vessel of ingenuity and wonder restrained only by not having to right tools (read: products) a rest. I know that there are cultural and socioeconomic incentives to believing this. So the idea persists, for now.<p>I just don’t buy the supposition that in ten years those incentives will still attract the common man.
skeptrune4 个月前
I don&#x27;t think most people want to customize their software based on how many years of the Linux desktop there has been.
评论 #42950534 未加载
评论 #42950607 未加载
评论 #42952106 未加载
fs_software4 个月前
&gt; We need more builders, not fewer. Because building fosters understanding. And as more people start making personal software, the bar for what counts as “great software” will inevitably rise.<p>Love this take. After over a decade of software development I&#x27;ve gained much more appreciation for well-built&#x2F;useful products.
ge964 个月前
Random tidbit, I made this anemometer thing it collects data every second I think I&#x27;m at 20 million rows now since it&#x27;s been running for years, what do I do with this data? nothing<p>It&#x27;s not even calibrated to speed or anything I just have an ADC connected to a DC motor and logging the values&#x2F;mapped to milliwatts via resistor value<p>I also had a solar cell but the coolest thing with that is seeing that bell curve or solar maximum<p>On the topic of personal software, I keep making note taking apps. I&#x27;ve made chrome extensions, mobile apps, Android widget, desktop app, etc... with multiple databases, end of the day it&#x27;s just grabbing text, though recently I did go advanced and add in drag-drop image to base64 support (lazy) at some point I&#x27;m trying to unify all this data into one place with a sync mechanism
评论 #42951931 未加载
localghost30004 个月前
I appreciate the sentiment but this is totally unrealistic. I&#x27;ve tried to use AI several times before to help me quickly build out some personal software side projects and it took me waaaaay longer every time. It would just confidently spit out code that looked ok at first glance but if you actually know what you are looking at you&#x27;d realize it wasn&#x27;t correct at all. Or worse, if it was an area I didn&#x27;t fully understand such as native mobile dev, I&#x27;d burn an hour or two before realizing the problem wasn&#x27;t me.<p>Yes build personal software. But to act like someone can leverage AI to do all the donkey work without actually understanding it is just silly.
mempko4 个月前
The saddest part about this is that children, back in the 70s, were making personal software using Smalltalk.<p>The reason we even need AI to build &quot;personal software&quot; is because building modern software is terrible. Building for the web is terrible.<p>If we had a modern OS with easy to use app building tools and a language as easy to learn as smalltalk, then anyone could make software, including children. You can add AI on top of that and it&#x27;s still better because at least you can understand what the AI made.
评论 #42956757 未加载
bitwize4 个月前
I find it amusing how the idea of ordinary people programming is talked about like it was something new, only made possible today by Dissociated Press on steroids, and it was NOT the default in personal computing even into the 90s with things like QBasic, only to be quashed by vendors who saw more money in &quot;information appliances&quot;, especially with the web and then mobile ascendant.<p>Yes, an app can be a home-cooked meal. Back in the day, we didn&#x27;t feel the need to eat out all the time.
netcraft4 个月前
I think spreadsheets were sort of an earlier version of this. You wanted to track some information, or make a plan, or just lay out some things, and this canvas of cells allowed you to put whatever structure _you_ needed in on the fly, adjust as you realized you needed something else.<p>It gave you the freedom and reduced the friction of iteration to figure out how you needed to organize things to discover what you wanted.<p>But it brought many limitations that surprisingly (to me at least) still persist today. I think AI has the ability to give you the same kind of freedom and friction reduction to allow you to build what you need.
vlark4 个月前
HyperCard on the Mac solved this problem on System 6 through Mac OS 9. It was very easy to build your own stacks and even build stand-alone apps. With HyperCard, MacWrite, and MacPaint or even ClarisWorks (alter AppleWorks) bundled with the hardware, pre-OS X Macs were fairly personal in both hardware and software right out of the box. And when Apple started to bundle Claris Emailer and Claris Organizer with Macs along side SoundJam (and later iTunes), you really didn&#x27;t need much more for the average Performa user.
bainganbharta4 个月前
If AI was a real person, the author was licking its ass.
tajd4 个月前
I haven&#x27;t seen anyone with zero computer skill build apps but I&#x27;ve definitely started building and deploying apps outside my day job that I&#x27;ve been able to put together quickly with the aid of Claude artefacts or copilot. It&#x27;s really exciting!
评论 #42950748 未加载
GiorgioG4 个月前
&gt; Software can now adapt to you, not the other way around. Better yet, AI is making it possible for anyone, not just developers, to create single-use or custom applications.<p>Yeah, because that wouldn&#x27;t be a customer service &#x2F; troubleshooting nightmare.<p>&gt; But within the next decade, millions of people will be able to create software. Designers, marketers, product mangers, and others will be the first.<p>Hahaha - clearly the author is young. All of this has happened before, and it will all happen again.
jaredcwhite4 个月前
This is the <i>only</i> argument I&#x27;ve seen for why a second look at generative AI for (new) software developers <i>might</i> not be an unmitigated train-wreck…<p>…yet the author&#x27;s points are completely invalidated by the lack of <i>any</i> explanation for how they intend to address the myriad of horrifying ethical lapses involved in how these models are developed and deployed—not to mention why most of the key influencers in this &quot;AI&quot; movement are deeply anti-craft and anti-humanist.<p>We in the pro-craft protest movement are happy to engage in good-faith conversations about which types of &quot;AI&quot; technologies <i>might</i> be good at in the future given satisfying resolutions to the host of ethical issues currently involved, but articles like this which seem shockingly unaware of this fierce debate simply come across as uninformed, and uninformative.
ezekg4 个月前
&gt; Creating software is starting to resemble cooking.<p>I&#x27;m so tired of the relentless hype around AI. No normal non-technical person is going to build and be able to maintain their own software.<p>It&#x27;s very easy to see where a lot of VC money is going: marketing.
654 个月前
AI writing code for you is a terrible way for a beginner to &quot;make their own software.&quot;<p>We&#x27;ve already had solutions to this for years, it&#x27;s called jamming a bunch of plugins on to a Wordpress site so it roughly does what the person wants it to do.<p>or perhaps remember Visual Basic?<p>Why does every god damn thing on the website need to be about how &quot;AI will change everything&quot;? You do realize we&#x27;ve had these tools since the 90s, right?<p>There&#x27;s a reason only a small percentage of people are actually interested in making their own software. Most people just want to use the thing and be done with it, not tinker around with code.<p>How many people are making their own clothing? Clearly sewing machines are widely available, so they will surely create a revolution where everyone will make their own clothing! And yet - do you want to actually make your own clothing? No. You want to have time for other things, like making your own software.
评论 #42952552 未加载
评论 #42950610 未加载