Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
michaelmior
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
michaelmior
7d ago
I personally really enjoyed Watch Dogs: Legion. It wasn't so much that each individual was very unique. Moreso the concept of being able to become anyone.
2.
▲
by
michaelmior
15d ago
> you lose all the users who don't want to leave the walled garden, even though they can. I think it's moreso you lose all the users who don't realize anything outside the walled garden even exists.
3.
▲
by
michaelmior
27d ago
> an advantage of agents in huge codebases is that they can find where to make the change and draft it, which wouldn't work with this system. I think you could go meta here and ask the agent in English to modify your pseudocode for
4.
▲
by
michaelmior
1mo ago
While excessive screen time can certainly be a problem and the specific content matters there is nothing inherently wrong with a small amount of age-appropriate YouTube content consumption.
5.
▲
by
michaelmior
1mo ago
The announcement didn't read as AI-generated to me at all. Of course this is far from foolproof, but ZeroGPT says 0% AI.
6.
▲
by
michaelmior
2mo ago
I'm curious what you think makes this better than the dozens of sites out there that have the same goal?
7.
▲
by
michaelmior
2mo ago
Some changes certainly can be. If the model produces the exact same output for a fixed seed across a variety of inputs after a code change, I think it's reasonable to expect that the change is correct. There are also mathematical trans
8.
▲
by
michaelmior
2mo ago
This depends on what your workflow is. There are use cases for tokenization that don't always involve immediately feeding the text into a model.
9.
▲
by
michaelmior
2mo ago
Cloudflare did not develop QuePaxa, although I'm sure they did a lot of work to operationalize it. The original protocol is from a SOSP 2023 paper. https://dl.acm.org/doi/10.1145/3600006.3613150
10.
▲
by
michaelmior
2mo ago
Worth noting if it wasn't obvious from the article that Cloudflare did not develop QuePaxa. It's from an SOSP paper back in 2023[0]. The article is discussing what is the first known large-scale public deployment of the protocol.
11.
▲
by
michaelmior
3mo ago
I don't see a problem with the tool either really, it's just a pet peeve of mine to call what it produces an ER diagram when it's really a diagram of the relational model defined by the SQL.
12.
▲
by
michaelmior
3mo ago
I think most successful ORMs have an additional layer of semantics beyond what can be directly expressed in SQL. For example, Active Record has multiple types of associations (belongs_to, has_one, has_many, etc.) that I would argue align mo
13.
▲
by
michaelmior
3mo ago
Inheritance is one case. In an ER diagram, you may have Employee and Client entities which both inherit from a Person entity. You could choose to have these represented as a single table (with nullable fields where not relevant). They could
14.
▲
by
michaelmior
3mo ago
Aside from what else is mentioned in the sibling comment, inheritance is another big one. Inheritance is not explicit in SQL and in fact, when going from ER to SQL, there are multiple choices you can make about how to materialize the inheri
15.
▲
by
michaelmior
3mo ago
The tool looks very cool! But IMO you can't get an ER diagram from SQL since entities are fundamentally different from tables. They are certainly very similar, but SQL alone doesn't give you enough information to create an ER diag
16.
▲
by
michaelmior
3mo ago
MacOS, Ghostty, Neovim, Pi (with a fair bit of customization to each). I'm relatively new to Pi after using Codex pretty heavily, but it's nice to be able to customize things to how I want.
17.
▲
by
michaelmior
4mo ago
I think that's a fair take. I think we definitely still need specs that describe the desired behavior as an artifact. But documentation describing the implementation definitely feels less important.
18.
▲
by
michaelmior
4mo ago
Humans also tend to forget to update documentation and the same confusion happens. I don't think it's really a new problem.
19.
▲
by
michaelmior
4mo ago
That depends on what the software is. If you want to run a service that bonds to a privileged port for example, you need sudo.
20.
▲
by
michaelmior
5mo ago
I don't think it's that simple, but I do think a lot of the problems mentioned are not inherent to the use of AI.
21.
▲
by
michaelmior
5mo ago
We have some very heavy users of Codex in my org and we're very happy with the quality (politics aside).
22.
▲
by
michaelmior
5mo ago
The problem in most of those cases is not specifically AI. Many of the issues you cited are related to Anthropic specifically and many could have been avoided with better testing.
23.
▲
by
michaelmior
5mo ago
I'm not saying our experience is unimportant. I'm talking about how we communicate what colors are. I'm not an expert by any means, but it seems like the way we communicate a shared understanding of what colors are is based o
24.
▲
by
michaelmior
5mo ago
The scenario you're describing seems like more of a language thing than a perception thing. We generally learn names of colors by references to common objects. I would argue that if people agree something is "Red, like a strawberr
25.
▲
by
michaelmior
6mo ago
> no reason why future devices couldn't bundle 256GB of mem by default Cost is a pretty big reason.
26.
▲
by
michaelmior
6mo ago
This article[0] provides some details. Basically if you go through the lookup process on Apple's website and you don't have an existing D-U-N-S number, you can request one from D&B for free via Apple. [0] https://su
27.
▲
by
michaelmior
6mo ago
At least part of that in my experience seems to be a desire to cover a number of edge cases that may not be practically relevant.
28.
▲
by
michaelmior
6mo ago
On this note, one thing I've found Codex to do is worry more than necessary about breaking changes for internal APIs. Maybe a bit more prompting would fix this, but I found even when iteratively implementing larger new features, it wor
29.
▲
by
michaelmior
6mo ago
One thing I've found that I've found super helpful for this is converting profiling results to Markdown and feeding it back into the agent in a loop. I've done it with a bit of manual orchestration, but it could probably be a
30.
▲
by
michaelmior
6mo ago
I worry about the costs from an energy and environmental impact perspective. I love that AI tools make me more productive, but I don't like the side effects.
More ›