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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What brought back the joy of programming for you?

50 点作者 endorphine11 个月前
Question goes to those who fell in love with programming, then lost their love for it because of reasons, and then they rediscovered it.

56 条评论

rozenmd11 个月前
Building products myself, with my own rules on how it&#x27;ll be built, and how we get feedback from customers.<p>I fell out of love for programming after working at too many feature-shops where we&#x27;d churn out feature after feature (and in some cases blindly remove features), with nearly zero feedback from real users - just input from product managers with zero domain knowledge.
eternityforest11 个月前
Pytest, Playwright, and Pre-commit, rewriting to use more modern frameworks, Codeium, poetry, taking some time to set up VS code extensions.<p>Also, being way more selective with personal projects. Having too many of them can make other, unrelated projects at work miserable, by messing with your schedule.<p>When I had my own note taking app, it would sometimes take an hour a day. That&#x27;s more than enough to affect social life or make someone tired at work the next day.<p>Especially with hardware related projects as those can also make a physical clutter problem.<p>I enjoyed personal things a lot more once I started layering on all the best practices, same as I&#x27;d do for a work project.<p>And work projects, I&#x27;ve started doing things like type hints for <i>everything</i> not just &quot;stuff that seems big enough to need it&quot;, rather than the usual &quot;Just enough&quot; method that a lot of people seem to use.<p>Before that I wasn&#x27;t really happy with the quality of anything I built myself.<p>Now, projects get more reliable and often more performant over time, and I don&#x27;t feel like I&#x27;m just spinning in circles writing garbage, and I&#x27;m actually learning new tech and practices I&#x27;m actually going to use in the future.<p>Also, Gitmoji, badges, and all the current trendy things people do with readme and documentation might not actually be that useful, but they sure are fun.<p>I&#x27;ve started doing block quotes under title headings, like novelists used to do at the beginning of a chapter, and using retro web 88x31 badges.
openmajestic11 个月前
Side projects where the fundamental goal is to rediscover the joy. Not to complete something. Not to build well-tested maintainable software. Not to acquire users. Not even necessarily to learn or practice.<p>Just to play with computers like I used to play with legos. And then close the potentially unfinished useless pointless messy unmaintainable broken software project, never to reopen it, and be content that I had fully achieved what I had set out to do.
pjmorris11 个月前
I first read &#x27;The Joys of the Craft&#x27; section of &#x27;The Mythical Man-Month&#x27; at about the five year mark of my programming career, a time when I was feeling a bit blue about the whole enterprise. It inspired me and kept me at it for decades more.<p>One bit from it, not even the most quoted:<p>&quot;Yet the program construct, unlike the poet&#x27;s words, is real in the sense that it moves and works, producing visible outputs separate from the construct itself. It prints results, draws pictures, produces sounds, moves arms. The magic of myth and legend has come true in our time. One types the correct incantation on a keyboard, and a display screen comes to life, showing things that never were nor could be.&quot;<p>[0] <a href="https:&#x2F;&#x2F;home.adelphi.edu&#x2F;sbloch&#x2F;class&#x2F;adages&#x2F;joy.html" rel="nofollow">https:&#x2F;&#x2F;home.adelphi.edu&#x2F;sbloch&#x2F;class&#x2F;adages&#x2F;joy.html</a>
评论 #40798816 未加载
caprock11 个月前
The joy returns in situations where it isn&#x27;t software as a team sport.<p>I&#x27;m very capable in group settings, but it&#x27;s far less fun for me. It&#x27;s a continuum of the larger the team, the less enjoyment. Working on projects I choose, alone or with one other person, is the environment I enjoy most. There are tradeoffs with each, but I prefer those constraints.
评论 #40794141 未加载
paulgb11 个月前
Pen plotting. You write code that makes designs by drawing a bunch of lines, and then use a robot (mine is an AxiDraw) that traces it out on paper.<p>In general, generative art (using the pre-generative-AI meaning, i.e. procedurally generating art). There&#x27;s something really satisfying about writing code in a creative context, because there&#x27;s often no right or wrong. Often you write a bug, or your algorithm didn&#x27;t work as you expect, but it looks interesting, and that becomes a new path to explore.
rednafi11 个月前
Writing about it. Corporate programming often sucks the joy out of figuring out small things.<p>A few years ago, I started writing about simple things that I learn during my day-to-day work. I write on my personal [site](<a href="https:&#x2F;&#x2F;rednafi.com" rel="nofollow">https:&#x2F;&#x2F;rednafi.com</a>) that I cobbled together in a single weekend.<p>It doesn’t take much time and works as a great confidence booster when a few of them eventually hit the front page of HN.<p>Now I often pick up new things just so that I can write about it.
thebrain11 个月前
I&#x27;m a web dev by day so playing around with Unity has been really fun. Having to consider time, i.e. what does everything like at time t=0, t=1, etc., adds a new dimension I don&#x27;t get it my day job.<p>It&#x27;s not programming but playing around with Blender has been really fun too.
评论 #40794614 未加载
delbronski11 个月前
Playing around with a Raspberry Pi Pico. After more than a decade of building digital applications, being able to write a program and seeing the output change something in the physical world was pretty cool. I remember feeling that same spark I had years ago the first time I made an LED blink.
nine_zeros11 个月前
Seeing direct value to customers instead of being &quot;forced&quot; into features&#x2F;bugs by management whose only goal is to measure Jira story points, OKRs and measurement of work to stack rank people.<p>I want to spend time working for the customers, not for bosses who don&#x27;t care about customers.
mjfisher11 个月前
Most recently, Elixir.<p>I never really lost my love for programming, but twenty years in the n-th commercial project in the more common languages (plus a front end based in whatever combination of JS frameworks is the new flavour) really ground a lot of the original creative joy out of it for me. The interesting bits got too easy and the hard bits got more uninteresting.<p>Elixir is a breath of fresh air; it&#x27;s purely functional so it requires thinking a bit differently, but it&#x27;s accessible enough to start easily and pretty enough that it&#x27;s not a soup of parentheses (looking at you, lisps). It&#x27;s practical and well suported enough to build a wide variety useful things, and <i>very</i> good at concurrency.<p>It&#x27;s what I really wanted Ruby to feel like.
LordGrey11 个月前
Every time I get back to writing something in Common Lisp. It&#x27;s my favorite language, but it&#x27;s not what I use in my day job and I rarely have the free time for side projects.<p>But when I do have the time and can craft an elegant defun or two, I love programming all over again.
评论 #40794691 未加载
评论 #40794690 未加载
mech42211 个月前
Having an itch to scratch. I &#x27;burn out&#x27; every 10 years or so and do basically nothing for 6 months or so..Generally get over it when I find some itch that I want to work on. Usually gets tied into some language&#x2F;framework&#x2F;stack I want to play with.<p>edit: Current &#x27;itch&#x27; appears to be a decent repo mirroring system. DockerHub, ansible-galaxy, npm, .deb, .rpm - soo many repos that need to be mirrored locally to have a sane build system. Thinking &#x27;pulp&#x27; (0) might be worth a spin<p>0)<a href="https:&#x2F;&#x2F;pulpproject.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pulpproject.org&#x2F;</a>
kaikai11 个月前
A stint at the Recurse Center. I had to unlearn a lot of habits I’d built based on challenging teammates and stressful deadlines. Having the time to explore what I wanted, when I wanted, felt like magic. I had to consciously allow myself to stop working on a project that I’d started but wasn’t bringing me joy. Pushing through and meeting deadlines was such an ingrained habit it was hard for me to play, and having that intentional self-directed space let me rediscover all the things I loved about programming.
whiteluna11 个月前
I&#x27;ve never lost it. What keeps me going is the beauty of building new things, experimenting with new tools, and keeping the learner mindset. Side projects are my fire. I can work on things I like and apply all these principles I mentioned. Been a programmer for more than 20 years, working with Ruby most recently. I just bought an Arduino R4 Wifi kit to bring the joy of seeing my creations in real life, not only virtually.
danielwmayer11 个月前
iMessage automation. I love technologies so ubiquitous that they end up registering in our brain as “real life.”<p>We spend so much time texting each other that it has become transparent, so one expects a cute little chatbot or small game to show up, and it delights people!<p>I recently made a framework to allow playing Twine games through iMessage and people really love it:<p><a href="https:&#x2F;&#x2F;www.mayer.cool&#x2F;writings&#x2F;imessage-text-adventure&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mayer.cool&#x2F;writings&#x2F;imessage-text-adventure&#x2F;</a><p>Another one that brought a lot of joy was hooking up a friend’s iMessage to immediately respond to all messages with a chatbot. It was before ChatGPT came out, so it was just convincing enough to have people for a few messages, but scuffed enough to have some very funny off-kilter responses. It sowed a lot of chaos in our group chats :)
JSR_FDED11 个月前
Switching to a Mac from Windows. It made me realize how much I had been missing Unix from the Silicon Graphics days (IRIX).<p>Beautiful hardware and Unix OS with the fit and finish you get from having both provided by the same vendor.<p>It made me feel a bit more creative and less like someone who grinds out code.
toomuchtodo11 个月前
Working on open source projects with zero commercial potential. I get paid in exposure! (Half kidding)
andrewstuart11 个月前
I&#x27;m surprised no-one has said ChatGPT.<p>ChatGPT is the most inspiring thing every to happen to programming for me.<p>A powerful programming assistant at your side is an incredible skill multiplier.<p>It make it possible to build certain types of applications in a matter of hours instead of months.
评论 #40800767 未加载
ClassyJacket11 个月前
I&#x27;m only a hobbyist, not a professional (yet!), but: giving up on making whole apps in JavaScript\TypeScript and React. It&#x27;s not what I&#x27;m used to, it just doesn&#x27;t click for me, and I just don&#x27;t like it. I admit it&#x27;s subjective.<p>I stopped trying to make my little experiment apps in React Native and restarted with C# and I&#x27;m much happier. I&#x27;m using Avalonia since apparently Xamarin\MAUI is not in a good place lately.<p>Much like the best camera is the one you have with you, the best programming language is the one you like enough to actually make stuff. The problem is whether one you like is supported on the platform you&#x27;re coding for...
alfredgg11 个月前
Joining a workers cooperative. That has been the best thing I could have done feeling as I was feeling about programming jobs.<p>I realized I disliked the way that job market works. Too much stress; clients and bosses putting too much pressure on my daily work; lots of stupid tasks to be finished ASAP...<p>At the end several friends of mine and me created a workers cooperative for doing programming jobs. We share projects and decide which ones we want to take. There is not that overwhelming duty of finding new clients as there is one person who does the research and business actions.<p>Everyone does what they want and we mainly focus on jobs we like and the way we prefer.
评论 #40799844 未加载
meerita11 个月前
I just started learning Golang.
评论 #40794514 未加载
mysterydip11 个月前
Making my own projects, the stuff I wanted to tinker with. Building a software 3D renderer may have no practical use to anyone else, but it gives me joy seeing a world come together on screen knowing I put each pixel there.
atleastoptimal11 个月前
When I got a job at a big tech company which convinced me I was smart enough to learn difficult parts of programming. Before that I thought &quot;I&#x27;m stupid, nothing I make will be of any value&quot;
moltar11 个月前
Getting into AWS CDK 3 years ago. I was at the point in my career as a full stack dev where I thought I’ve done it all. I did devops too via Ansible and the like. But once I tasted the IaC and learned real cloud architecture and applied software engineering principles to IaC then it was like a whole new universe had opened up. Lots of new cool patterns emerged. Three years I’m still a huge fan and I’m much into platform engineering and unlocking other developers potential these days.
lelandbatey11 个月前
The constant tug of war between love and exhaustion never ceases in programming as in life. The evident patterns, as I&#x27;ve seen them, follow from the amount of &quot;play&quot; that I engage in during my programming pursuits. If I can find time to do something expressive and delightful for myself (making art or solving a small problem in a way that I enjoy), that will lift my spirits quite a lot.
analog3111 个月前
Totally open source, platform independent toolchains.
评论 #40798753 未加载
Fire-Dragon-DoL11 个月前
I haven&#x27;t lost the joy, I just miss coding on my own terms. What I did recently was build an app which I might never finish, which would be very useful for myself, using a stack I&#x27;m interested into and that I wouldn&#x27;t choose for a business (or at least not at this stage).<p>It&#x27;s an incredibly pleasant and fun hobby this way.
cqqxo4zV46cp11 个月前
In my day job, I build things in a web context. I recently started working on a side-project that wasn’t web-based, and it really re-enforced how tiring it is to work with most web technologies where you want some sort of server-side functionality as well as a UX that only something JS-‘enabled’ can provide.
thrill11 个月前
Retirement.
评论 #40794589 未加载
muzani11 个月前
Teaching, specifically teaching educators as well. I went from thinking I was not good enough to thinking I was a god. Just go around debugging things from the red squiggly lines and using all kinds of crazy hotkeys that can duplicate lines and automatically indent code.
cmollis11 个月前
Rust and scala
评论 #40794309 未加载
评论 #40794413 未加载
jauntywundrkind11 个月前
Open ended things.<p>So many creations are done with the hubris, imagining that we know what we are doing, that we&#x27;ve figured out the possible uses &amp; can diver them.<p>I love working on open ended things, where we are trying to create possibility. Not just picking from possibilities.
udfalkso11 个月前
Learning Elixir and Phoenix and getting the hang of functional programming. What a pleasure.
contingencies11 个月前
why&#x27;s ruby<p>lua&#x2F;love2d<p>microcontrollers, robotics and electronics in general<p>industrial process engineering - nothing like seeing huge machines make stuff you imagined<p>gentoo<p>teaching children<p>when your venture actually pays out and you get some financial security back and realise you just won the lottery of life for a second or third time
kirkarg11 个月前
Usually the joy comes after I force myself to build a tool for specific purpose focus on me, and it works. Then if the tool can be scaled for more users, and their feedback is good (good criticism also) that I would consider it a plus.
ajsharp11 个月前
I&#x27;d focus on the <i>back</i> part. Why was programming joyful <i>then</i>? Why is it not now?<p>Maybe it&#x27;s the environment? The language? The community?<p>I think certain people&#x27;s brains work better with different languages. Often there&#x27;s an overlap with community. I started my career in ruby, and still write it as much as I can, though these days, not usually for &quot;work&quot;. I love writing it, and it&#x27;s creator wrote it to be loved when you&#x27;re writing it. Even though python shares a lot of similarity with Ruby, I find it frustrating in a lot of the little details and design decisions, and I just don&#x27;t enjoy writing it like I enjoy writing Ruby.<p>I don&#x27;t particularly enjoy writing javascript, but I&#x27;ve always enjoyed writing Swift. I also enjoy go, though find some of it&#x27;s design decisions on the margins perplexing, pedantic and annoying.<p>Experiment with different languages. Find something you understand, that your brain doesn&#x27;t have to fight with.<p>Also, get a hobby that has absolutely nothing to do with computers. Do something tactile -- baking, carpentry, fixing things. The raw difficulty of manipulating things in the real world is both deeply satisfying, and gives me a deeper appreciation for the ease and elegance of manipulating computers with software.<p>Hope this helps. Good luck.
meiraleal11 个月前
Lit (after React burnout)
评论 #40794917 未加载
raymondh11 个月前
Programming Pearls, Thinking Forth, The Little Schemer, and SICP
quest8811 个月前
I made a tool that emailed me the top 10 posts from various subreddits every 24 hours. I solved my own problem and it was the most satisfying thing I built.
bkgh11 个月前
Using Github Copilot helps me stay in the &#x27;flow&#x27;; most of the time, I&#x27;m in my IDE, solving problems, and writing code.
talldayo11 个月前
Local self-hosting.
add-sub-mul-div11 个月前
Quitting from a bad job&#x2F;company.
评论 #40794633 未加载
brailsafe11 个月前
Unwinding abstraction layers and trying different platforms, building my tools for the hell of it
nadsumatal11 个月前
One year of operating a click-and-drag UI. After that, programming is fun, bugs and all.
Curzel11 个月前
C++<p>I’ve being doing mostly mobile apps for the last 10 years, tried Rust for fun for a couple of months, recently tried C++ and I’m having the time of my life.<p>Btw, not sarcasm, now looking into C++ jobs
JoelMcCracken11 个月前
I developed my love of programming originally from learning PHP, C, C++. I lost it at uni trying to solve problems in Java, which was mutable state hell and made solving the most boring stuff infuriatingly boring&#x2F;full of stupid busywork. I almost quit CS.<p>What reinvigorated it first was learning FP&#x2F;Lisp and especially Scheme (this was approx 2009).<p>I began to lose it slowly over time when experiencing the difficulty of just writing good, reusable code in the context of OOP style larger-scale components that invoke pure functions - I used to call this &quot;OOP in the large, FP in the small&quot; - it began to be clear to me that I couldn&#x27;t make this work in a sane way, details are out of scope of this comment.<p>I recently (beginning circa 2018) began to re-rediscover this passion through learning haskell and really experiencing how well a simple impure&#x2F;pure breakdown between code works out. In hindsight, it seems obvious, but I couldn&#x27;t see it until really learning haskell and how all that works itself out.
sublinear11 个月前
I don&#x27;t mean to repeat what others have already said, but it&#x27;s 100% clueless middle management at the wheel. Some of them don&#x27;t even belong in front of a computer let alone in their role.<p>It&#x27;s actually a far bigger problem than mere developer joy. These people ruin everything especially the organizations they work at and their own careers. We&#x27;re better than this, and I hope any upper management or execs who read this take a harder look at their organization.<p>It&#x27;s as if we&#x27;re so afraid of success that we put more easily replaceable idiots in management. I also get the fear of promoting senior developers because they don&#x27;t always think or communicate the same way, but yes that&#x27;s exactly my point. In many cases the devs don&#x27;t even want those jobs. You should seriously wonder why. Many organizations have been rotting for decades now.
geor9e11 个月前
This will be unpopular, but ChatGPT. I have loved computers since childhood, and coded entire videogames as a child (2d, platformers, shooters, physics simulators, etc). But I hit a wall and gave up for decades. I have a lot of visions and ideas of what I want, but perhaps I have a disorder, as I can rarely summon the patience to code it. My sustained attention span shrunk way down. If I can&#x27;t finish something in one go, it&#x27;s too long term for me. I quickly get infuriated at the poor documentation and syntax choices. Since ChatGPT I have been able to describe each individual building block a few (dozens of) times, and from there I am figure out weaving the blocks together. I&#x27;m building and finishing projects again.
Crier100211 个月前
when i make something and then share it with the world and people actually like&#x2F;use (sometimes even pay for it)
throwawa1422311 个月前
Got a job where we aren&#x27;t using Go.
Waterluvian11 个月前
Making nonsense projects that never take more than a day to build.<p>But they have to be total nonsense with zero possible market or viral capability. That way I never let the wrong reasons guide my design: it’s only ever for fun. Maybe learning.
lukan11 个月前
Solving some other non computer related problems, that were stressing me since a long time.<p>Now with that shit gone, my head is clear again and I had fun diving into all sorts of experiments again!
nathants11 个月前
wickedengine, physx, and cpp17.
greentext11 个月前
Being reminded I didn&#x27;t get into it for money and recognizing the tools and ideas the masses chose to define the industry are unbelievably terrible, delusional even.
scottcorgan11 个月前
Remix