Live data from Hacker News

Viewing profile — someone654

someone654

HN member
Joined
Thu, Nov 07, 2024, 12:18 AM UTC
HN karma
21
Public activity
12 items

About someone654

No profile information was provided.

Recent public activity

  1. comment
    Comment #49246698

    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. comment
    Comment #49152764

    > 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 underst…

  3. comment
    Comment #48112998

    > 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,…

  4. comment
    Comment #48112894

    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 …

  5. comment
    Comment #48033226

    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 …

  6. comment
    Comment #47983951

    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 cr…

  7. comment
    Comment #47628392

    > Open-source Agentic Development Environment (ADE) for teams using multiple coding agents. Is it open source?

  8. comment
    Comment #44119662

    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 …

  9. comment
    Comment #43600512

    > 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 produ…

  10. comment
    Comment #42982532

    > 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 de…

  11. comment
    Comment #42072071

    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. comment
    Comment #42071775

    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: bui…