Readit News logoReadit News
adamhp commented on Ask HN: What toolchains are people using for desktop app development in 2025?    · Posted by u/lincoln20xx
adamhp · 16 days ago
Electron. I think the hate is undeserved (at this point, they've come along way) and there are plenty of billion dollar companies running Electron apps.
adamhp commented on Ask HN: How can I consistently deliver high-quality work with minimal issues?    · Posted by u/llll_lllllll_l
llll_lllllll_l · 9 months ago
Yah, making it clear, I def get more than a couple of bugs yearly hehe. You sound right for me, and I heard stuff like that from companies here and there. Stuff like "delivery it first, make it better later", like focusing on putting it together on front of our users besides of over engineering the right thing. This is cool, till dozens of bugs appears
adamhp · 9 months ago
It's the right mindset. Because code isn't the end, it's a means to an end. The end is "value". To your users. The quicker you give that to them, the better. Bugs here and there are absolutely part of the process. You are making an assumption that the least amount of bugs is "best" for your company.

It's important to consider the bigger picture here. Consider a scenario where you spend twice the amount of time delivering features, getting things perfect. Let's assume for the sake of it, that our users will "like" half the features we ship, and we'll throw out the rest. In this scenario, it's better to reduce quality to ship faster, because half of your features are going to be "thrown out" anyway.

This happens in the real world, albeit to a less extreme extent. But the point remains. That's why we have product teams that attempt to reduce the likelihood of a feature being tossed out and time being wasted. That's why we have QA teams to ensure development bugs are caught and we deliver both value and have robust systems in place.

As long as these aren't catastrophic, affects-all-users, brings-down-the-servers type of bugs, you're probably writing the optimal amount of bugs to balance the trade-off in value delivery.

adamhp commented on Ask HN: How do you communicate in a remote startup?    · Posted by u/aml183
KronisLV · 9 months ago
> Discourage 1:1 and private communication unless really necessary, especially for engineering topics.

Working at an established org right now, where the team is still remote first. I tried suggesting this, but got pushback and the team actually settled on the opposite. For example, they want any optional changes (e.g. suggestions) in pull requests not to be left as comments but discussed in private which 90% of the time means calls. They seem to dislike discussion threads in Slack and want meetings for things instead. I’ve also noticed things like the person who reviews a pull request being the one who has to merge it and essentially take responsibility for it, versus just giving approval and the author merging it and making sure everything is okay after CD.

I’m very much the opposite and prefer to have things in writing and like asynchronous communication. But when it is written messages, usually people either ask for a call or just do “Hey.” I actually made this a while ago hah: https://quick-answers.kronis.dev Either way, people also really seem to dislike writing README files, or all that many code comments, or making the occasional onboarding script or introducing tooling to do some things automatically. I don't get it.

adamhp · 9 months ago
If I could magic-wand my own company, I would 100% aim to hire folks who are extremely comfortable with written communication. Asynchronous, written communication is 1000% more productive than meetings imo, and makes the organization's knowledge indexable and permanent.
adamhp commented on Ask HN: Who wants to be hired? (November 2024)    · Posted by u/whoishiring
adamhp · 10 months ago
Looking for full-stack app or web dev, 1099 or W2, ~9.5 YoE, Master's Degree in Data Science. Extremely broad skillset and product-oriented mindset.

  Location: Northern Virginia
  Remote: Required
  Willing to relocate: No
  Technologies: Full-stack, React, TypeScript, NextJS, Python, Java, Rust, multiple CSPs, infra, CICD, Spark, ETL pipelines, everything in between
  Résumé/CV: Provided via email
  Email: adamp319 (at) gmail

adamhp commented on ChatGPT Search   openai.com/index/introduc... · Posted by u/thm
marcus_holmes · 10 months ago
I agree that this is the core question, but I'd put it as: Who Gets To Decide What Is True?

With a search paradigm this wasn't an issue as much, because the answers were presented as "here's a bunch of websites that appear to deal with the question you asked". It was then up to the reader to decide which of those sites they wanted to visit, and therefore which viewpoints they got to see.

With an LLM answering the question, this is critical.

To paraphrase a recent conversation I had with a friend: "in the USA, can illegal immigrants vote?" has a single truthful answer ("no" obviously). But there are many places around the web saying other things (which is why my friend was confused). An LLM trawling the web could very conceivably come up with a non-truthful answer.

This is possibly a bad example, because the truth is very clearly written down by the government, based on exact laws. It just happened to be a recent example that I encountered of how the internet leads people astray.

A better example might be "is dietary saturated fat a major factor for heart disease in Western countries?". The current government publications (which answer "yes") for this are probably wrong based on recent research. The government cannot be relied upon as a source of truth for this.

And, generally, allowing the government to decide what is true is probably a path we (as a civilisation) do not want to take. We're seeing how that pans out in Australia and it's not good.

adamhp · 10 months ago
> With a search paradigm this wasn't an issue as much, because the answers were presented as "here's a bunch of websites that appear to deal with the question you asked". It was then up to the reader to decide which of those sites they wanted to visit, and therefore which viewpoints they got to see.

It is very similar. Google decides what to present to you on the front page. I'm sure there are metrics on how few people get past the front page. Heck, isn't this just Google Search's business model? Determining what you see (i.e. what is "true") via ads?

In much the same way that the Councils of Carthage chose to omit the acts of Paul and Thecla in the New Testament, all modern technology providers have some say in what is presented to the global information network, more or less manipulating what we all perceive to be true.

Recently advancements have just made this problem much more apparent to us. But look at history and see how few women priests there are in various Christian churches and you'll notice even a small omission can have broad impacts to society.

adamhp commented on ChatGPT Search   openai.com/index/introduc... · Posted by u/thm
freediver · 10 months ago
Been thinking about this a lot [1]. Will this fundamentally change how people find and access information? How do you create an experience so compelling that it replaces the current paradigm?

The future promised in Star Trek and even Apple's Knowledge Navigator [2] from 1987 still feels distant. In those visions, users simply asked questions and received reliable answers - nobody had to fact-check the answers ever.

Combining two broken systems - compromised search engines and unreliable LLMs - seems unlikely to yield that vision. Legacy, ad-based search, has devolved into a wasteland of misaligned incentives, conflict of interest and prolifirated the web full of content farms optimized for ads and algos instead of humans.

Path forward requires solving the core challenge: actually surfacing the content people want to see, not what intermiediaries want them to see - which means a different business model in seach, where there are no intermediaries. I do not see a way around this. Advancing models without advancing search is like having a michelin star chef work with spoiled ingredients.

I am cautiously optimistic we will eventually get there, but boy, we will need a fundamentally different setup in terms of incentives involved in information consumption, both in tech and society.

[1] https://blog.kagi.com/age-pagerank-over

[2] https://www.youtube.com/watch?v=umJsITGzXd0

adamhp · 10 months ago
We have a faulty information network to begin with, and have for millenia. There's no such thing as "reliable" answers in a world full of unreliable humans.
adamhp commented on Ask HN: What are you working on? (October 2024)    · Posted by u/david927
nullderef · 10 months ago
November is my last working month! I'm giving entrepreneurship a try to solve a huge problem: phone overuse.

It's been busy:

- Reading books, currently "The Mom Test"

- Looking for a startup community and being disappointed with what my city has to offer

- Deciding between VC vs. bootstrapping, and taking a firmer stance to try the latter first. This includes rejecting ODF.

- Talking with like-minded people. I now have a better understanding of what the MVP should look like.

Receiving so much support has been very encouraging; I announced it more publicly at https://nullderef.com/blog/quit-job-2024/

It's scary. But working has never been so fun!

adamhp · 10 months ago
Opal is quite popular in this space, just as a point of reference/competition :)
adamhp commented on Boeing CEO says the company must fundamentally change   cnn.com/2024/10/23/invest... · Posted by u/belter
rbanffy · 10 months ago
Even the far right would call that communism.
adamhp · 10 months ago
Yes, we should instead offer Boeing 50+ billion tax-payer dollars like true capitalists.
adamhp commented on Using static websites for tiny archives   alexwlchan.net/2024/stati... · Posted by u/ingve
sourcepluck · 10 months ago
Have you thought about writing up a lovely tutorial on this going into all the details? Seems like a lovely setup!
adamhp · 10 months ago
There is a ton of content about Obsidian! Also it's a fairly intuitive interface. I'd just download it and start messing around, then check out the community plugins. If you really want to dig into notes systems, then you can Google PARA or Zettelkasten, but to me, that quickly begins to devolve into homework and needless learning curves. Just bolt on what you need it for. It's very full featured and if you feel like you're missing something, just search for a plugin.
adamhp commented on Ask HN: What's the "best" book you've ever read?    · Posted by u/simonebrunozzi
diggan · a year ago
> Fiction: Neuromancer

I've tried twice to read this, but it looses me about 10% in for some reason. Is it worth continuing past that? Does it get "better"? Or does that just signal that the whole book isn't for me?

adamhp · a year ago
I was in your boat. I revisited later and powered through and it does indeed get better. The narrative forms into something more cohesive and you start being less exhausted by all the lingo because you've learned it. You settle in. You have to sort of try to immerse yourself. I'd recommend trying to read in larger chunks of time and really absorb the aesthetic of the world.

u/adamhp

KarmaCake day421January 25, 2021View Original