I'd like to get a full QPSK based OFDM modulator/demodulator implemented in an FPGA. Means improving my Verilog skills, my FPGA tool familiarity, and really understand how to implement OFDM modulators. Create a blog and post at least 8 times to it over the next 12 months, which would be improving my skills with writing and illustration. Design at least two boards and get them through the prototype stage into bringup…
Here's my ATSC 3.0 transmitter in C++. https://github.com/drmpeg/gr-atsc3
Ask HN: What skills do you want to develop or improve in 2026?
351–360 of 433 posts
Re: Ask HN: What skills do you want to develop or improve in 2026?
#352Here are mine: - Build something boring that makes money. Excitement is optional; users are not. - Use AI less like a chatbot and more like infrastructure, background processes that think while I sleep. - Go back to fundamentals that compound, graphics, systems, taste. - Experiment selectively; curiosity without commitment. - Invest in people, not “networking.” Fewer pings, more real conversations. - Protect focus li…
If you want users, the requirement is sales skills, not product development skills.
Re: Ask HN: What skills do you want to develop or improve in 2026?
#353Re: Ask HN: What skills do you want to develop or improve in 2026?
#354After 18 years of business and web application development, I want to intentionally seek out work that is constrained by physical reality.
Re: Ask HN: What skills do you want to develop or improve in 2026?
#355Earlier quoted context omitted.
I've written about getting out of some giga-depression a few years ago, but having a good therapist was massive. Working out kept me busy and mitigated symptoms, but I don't think I would have improved without a strong psychologist. Hope that helps a little bit. It gets better sometimes!
> I've written about If you are willing, can you share a link to any public writing? I'm surprised that we don't see more blog posts shared in HN about people's stuggle with mental health. You definitely see HN posts about it, but I don't see so much blog post sharing.
https://ludic.mataroa.blog/blog/on-burnout-mental-health-and...
Re: Ask HN: What skills do you want to develop or improve in 2026?
#356Thanks to AI tools, coding is now the easy part. I can build full-stack apps faster than ever.
But I hit a wall. I realized my problem isn't engineering anymore. It is finding users.
For 2026, I want to shift my focus. I need to stop worrying about "how to build" and learn "how to sell."
Marketing and distribution are now my top priorities.
Re: Ask HN: What skills do you want to develop or improve in 2026?
#357Earlier quoted context omitted.
You can achieve a lot on the $30 plan. I use Claude every day for everything, it's amazing value for money. Give it a specific task with the context it needs, that's what I find works well, then iterate from there. I just copy paste, nothing fancy.
You just copy paste as in you copy paste all the necessary context and the results. You don't give it access to your codebase for read or write, correct?
I'm sure you can derive some benefit without doing that, but you're not going to see much of a speedup if you're still copy/pasting and manually prompting after each change. If anybody is copy/pasting and saying "I don't get it", yeah you don't.
Re: Ask HN: What skills do you want to develop or improve in 2026?
#358Earlier quoted context omitted.
> This is step 3 of “draw the rest of the owl” :-) Fair enough :-) This reminds me about pigeon research by Skinner. Skinner placed hungry pigeons in a "Skinner box" and a mechanism delivered food pellets at fixed, non-contingent time intervals, regardless of the bird's behavior. The pigeons, seeking a pattern or control over the food delivery, began to associate whatever random action they were performing at the mom…
Thanks for the info. I try a mix of things I know well and things I want to play around with. Swift and iOS was something that didn’t work so well for me. I wanted to play around with face capture and spent a day with Claude putting together a small app that showed realtime video of a face and put dots on/around various facial features and printed log messages if the person changed the direction they were looking (up…
If you tried it roughly prior to https://developer.apple.com/documentation/xcode-release-note... give it another shot. f you tried it after and found it lacking then this doesn't apply.
Re: Ask HN: What skills do you want to develop or improve in 2026?
#359Earlier quoted context omitted.
> This is step 3 of “draw the rest of the owl” :-) Fair enough :-) This reminds me about pigeon research by Skinner. Skinner placed hungry pigeons in a "Skinner box" and a mechanism delivered food pellets at fixed, non-contingent time intervals, regardless of the bird's behavior. The pigeons, seeking a pattern or control over the food delivery, began to associate whatever random action they were performing at the mom…
Thanks for the info. I try a mix of things I know well and things I want to play around with. Swift and iOS was something that didn’t work so well for me. I wanted to play around with face capture and spent a day with Claude putting together a small app that showed realtime video of a face and put dots on/around various facial features and printed log messages if the person changed the direction they were looking (up…
I am reading between the lines here, trying genuinely to be helpful, so forgive me if I am not on the right track.
But based on what you write, it seems to me you might have not really gone through the disillusionment phase yet. You seem to be assuming the models "understand" more than they really are capable of understanding, which creates expectations and then disappointment. It seems to be you are still expecting CC to work at a level of a senior professional on various roles, instead of assuming it is a junior professional.
I would have probably approached that iOS app by first investigting various options how the app could be implemented (especially as I don't have deep understanding of the tech), and then explore each option to understand myself what is the best one.
The options in your example might be the Apple documentation page. It it might be some open source repo that contains something that could be used as a starting point etc.
Then I would have asked Claude to create a plan to implement the best option.
During either the option selection or planning, the threading issue would either come up or not. It might come up explicitly, in which case I could learn it from the plans. It might be implicit, just included in the generated code. Or it might not be included in the plans or in the code, even if it is explicitly stated in the documentation. If the suggested plan would be based on that documentation, then I would probably read it myself too, and might have seen the suggestion.
When reviewing the plan, I can use my prior knowledge to ask whether that issue has been taken into account. If not, then Claude would modify the plan. Of course, if I did not know about the threading issue beforehand, and did not have the general experience about the tech to suspect such as a issue, nor read the documentation and see the recommendation, I could not find the issue myself either.
If the issue is not found in planning or progamming, the issue would arise at later stage, hopefully while unit/system testing the application, or pilot use. I have not written complex iOS apps personally so I might have not caught it either -- I am not senior enough to guide it. I would ask it to plan again how to comprehenively test such an app, to learn how it should be done.
What I meant by standard SWE practices is that there are various stages (requirements, specification, design, programming, testing, pilot use) where the solution is reviewed from multiple angles, so it becomes likely that this kind of issues are caught. The best practices also include iteration. Start with something small that works. For example, first an iOS application that compiles, and shows "Hello, world" etc. and can be installed on your phone.
In my experience, CC cannot be expected to independently work as a senior professional on any role (architect, programmer, test manager, tester, pilot user, product manager, project manager). Junior might not take into account all instructions or guidance even if it is explicit. But it can act as a junior professional on any of these roles, so it can help senior professional to get the 10x productivity boost on any of these areas.
By project manager role, I mean that I am explicitly taking the CC through the various SWE stages and making sure they have been done properly, and also that I iterate on the solution. On each one of the stages, I take the role of the respective senior professional. If I cannot do it yet, I try to learn how to do it. At the same time, I work as a product manager/owner as well, to make decisions about the product, based on my personal "taste" and requirements.
Re: Ask HN: What skills do you want to develop or improve in 2026?
#360I want to be much more publicly unhinged and in general do a lot more art without worrying too much about why or what I'm trying to say. I've found a lot of beauty in shitposts this year and I want to develop my skills to really meaningfully contribute to the corpus.