Hacker Newsnew | past | comments | ask | show | jobs | submit | fs_software's commentslogin

In my opinion, pair programming and system design discussions are important in the interview process. Those sessions enable hiring teams to assess how the candidate leverages AI tools to build features, debugs, and thinks about solving system-level problems.

However, I'm convinced the future of technical screening for software developers is to do so with code reviews rather than evaluating solely on code production.

The ability to review code is crucial in our industry. You'll be reviewing code often regardless of who (or what) generated it.


I had no idea, I'll change the name. Thank you for letting me know.


There is something unique about working on a solo project that you usually don't find in traditional software organizations: you can work on something lower priority just because you feel like it.

The sweet spot is when those tasks are complex and it really takes some motivation to get started/keep going.

I'd recommend fostering your curiosity as a mechanism for building momentum and getting stuff done, even if it's not a top priority task.


Do you mind giving some insight into what you like/dislike about the RSS reader you’re using?


This came up at work the other day re: client-side code readability.

In one camp, folks were in favor of component extraction/isolation with self-documenting tests wherever possible.

In the other camp, folks argued that drilling into a multi-file component tree makes the system harder to understand. They favor "locality of behavior".

Our consensus - there needs to be a balance.


Those were exactly my thoughts while reading this article: if your codebase (over)uses inheritance, interfaces, traits, facades, dependency injection etc. etc. to thinly spread any given functionality over several files, no amount of formatting or nice naming is going to save you...


I've been building a simple RSS feed reader just for the purpose of taking back control of my attention. It allows me to subscribe to my favorite youtube channels, reddit threads, HN, etc. The best part is I can mute feeds and catch up later without the pressure of consumption. I've used it daily for years and don't anticipate going back to social media any time soon.

https://feedme.digital


I wonder the rate of which like-minded senior leadership is growing in our industry.

If this mindset spreads enough we will probably see many major software issues playing out in our day-to-day lives.

Some observations:

- This might lead to the job security / market pendulum swing in favor of software developers that we seem to have lost recently. Companies might start paying a premium for those of us who can debug LLM code and get businesses back on track.

- There may unfortunately be a disaster resulting in the loss of life that leads to the introduction of strict regulations on our industry (sure hope not).

Curious what others think.


Yup, I resonate with your opinions In fact, we might actually be in the middle of this playing out.


> 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.

Love this take. After over a decade of software development I've gained much more appreciation for well-built/useful products.


It seems like the more deployment friction there is for your project, the more the scale tips toward buy vs build here.

As a solo dev, something lightweight and cost-effective like this is attractive. Deployment is a CLI command or PR merge away.

Would I recommend it for the 200 person engineering org that deploys at most once a week? Probably not.


Maybe this exists and I haven’t found it yet but a lightweight logging/alerting solution would be nice. That way, I don’t have to invest in Datadog with all the extra bells and whistles targeted for enterprise customers.


The problem is there are piecemeal solutions to the several of the parts of this problem, but not all, and some of them are really hard to meaningfully self-host without significant risk or complexity (ie. full text search engine). I'd personally love to build something like this, but I absolutely would sell yearly licenses and not have it be fully open source.


Look at ntfy.sh. From the website:

ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software.


Where is your cutoff for lightweight?

I personally am a big fan of self-hosting Sentry via their Helm chart. It's quite easy if you know your way around Kubernetes, but it probably also doesn't qualify as lightweight.


I thought someone was working on an open source Datadog. Forget what that was


(shameless plug) maybe it was us?

https://github.com/hyperdxio/hyperdx


Prometheus? Grafana?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: