Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
someone654
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
someone654
1mo ago
Need some more feedback when preparing. Said «preparing» 10 seconds on 500 Mbit WiFi with iPhone. Unsure if it’s not working or still downloading.
2.
▲
by
someone654
2mo ago
> Now, no one does. I got a chuckle over this, but in my experience working on legacy systems, this is the case already. Using AI to translate/explain the code brings extra understanding.
3.
▲
by
someone654
4mo ago
> Your thoughts, senior software developer? The senior should also start using AI to increase the amount of work done to stabilise the system, in a careful manner. More benchmarks, better testing, better safety net when delivering softwa
4.
▲
by
someone654
4mo ago
Was thinking the same thing, but then i re-read the section and noticed this: > Yes, yes, of course this is simplistic. It's an example, put to the extreme, to clearly communicate the ideas. As all things, the golden mean applies, a
5.
▲
by
someone654
4mo ago
I have the same experience. Maybe I’ve used the same amount of time getting the rewrite out, but the amount of quality checking have increased for me. Before, I would probably not bother to create end to end tests and benchmarks, but now th
6.
▲
by
someone654
5mo ago
Looks very interesting. Especially like that language environment is abstracted away, through cli, such that one are not stuck with for example python to write your UI logic (or create your own cli wrapper around PyAutoGUI). How can one hel
7.
▲
by
someone654
6mo ago
> Open-source Agentic Development Environment (ADE) for teams using multiple coding agents. Is it open source?
8.
▲
by
someone654
1y ago
Can you elaborate on this? I’m facing a similar decision in my org and think sharing a common database store sounds smart. With rules of course, like clear ownership of data, only one writer, etc.
9.
▲
by
someone654
1y ago
> but knowing which products might satisfy it is not automatic. Would not search + first party description solve that? It’s easy to create a page “you have problem A? Try our product B”.
10.
▲
by
someone654
2y ago
> have the whole server crashing You do not need to solve that at the language level. A common pattern is using multiple replicas, service discovery and automatic restart upon a dead replica. For example kubernetes does this out of the b
11.
▲
by
someone654
2y ago
Can you find other examples for when force pushing a shared branch is acceptable? I have trouble finding plausible examples for communicating a force push with 50 colleagues.
12.
▲
by
someone654
2y ago
If you use helm charts or similar, the version of the image would be a variable that is updated outside the repo. ArgoCD can do this with the Application resource. For example: build code and image, update git reference and version number i