Live data from Hacker News

Viewing profile — jimsmart

jimsmart

HN member
Joined
Thu, Oct 23, 2014, 1:29 AM UTC
HN karma
448
Public activity
388 items

About jimsmart

No profile information was provided.

Recent public activity

  1. comment
    Comment #46982248

    Just go to Settings > General > Screen Capture, and turn off Full-Screen Previews - which fully restores the previous behaviour. Personally I prefer the new behaviour. But eitherwa…

  2. comment
    Comment #45534038

    Everywhere I've worked over the years (35+), and in conversation with peers (outside of work), refactor means to change the structure of an existing program, while retaining all of…

  3. comment
    Comment #45532013

    It's an open source project — and quite a popular one, at that — and you are literally replying to a comment that specifies the changes made to fix this particular issue — you can …

  4. comment
    Comment #43613233

    Feel free to substitute my use of the word "company", with "company / organisation / foundation". Plus others I'm surely forgetting. I meant 'company' in the sense of a legal entit…

  5. comment
    Comment #43606055

    This comment explains the reason for its existence quite well: https://news.ycombinator.com/item?id=43605846 Companies fund things because they're useful or necessary. My guess is …

  6. comment
    Comment #43529110

    > Maybe use "Load" and "Save" ... Nowadays, perhaps "Open" is a better choice than "Load"

  7. comment
    Comment #43479509

    > LLMs have a) More knowledge than the most senior developers Please provide evidence to back up your claim here: papers, studies, etc. Otherwise this claim can really only be dism…

  8. comment
    Comment #43456729

    There is a significant amount of naivety here. I don't say that in any kind of negative way: it's purely an observation (as a dev who has built a lot of different software over the…

  9. comment
    Comment #43456268

    Ex-games-programmer here: I used to code the C64/NES/etc many moons ago... From the article: > The 6502 is a microprocessor that is used in the Nintendo Entertainment System (NES) …

  10. comment
    Comment #43455791

    > you've been a developer for some decades which is why your reality is threatened that your craft is increasingly becoming irrelevant so you had to snoop my profile to find some c…

  11. comment
    Comment #43454208

    Ah right, junior dev for a year. Wow, how amazing. Plenty of room for you to 10x many times over then. Over the years, I’ve met plenty of folk who have dabbled with software develo…

  12. comment
    Comment #43452275

    Unfortunately there’s no bans for stuff like that. But that’s why I call it out: yes, exactly, it degrades the conversation when someone is preaching about a new tech, and how it’s…

  13. comment
    Comment #43449975

    > Yes, I'm a developer. It's interesting that you describe yourself as a developer now. Because just three months ago, in your first post [1] to HN, you said: > I'm somewhat non-te…

  14. comment
    Comment #43384009

    It's ok not to like Rust. But that doesn't make your library native at all — just as Tauri is not native, neither is Sans, and that is the point being made here.

  15. comment
    Comment #43357680

    > The c64 could decompress the data faster than the Datasette could play it back, so there was no processing wait. C64 fast loaders generally didn't use any compression whatsoever.…

  16. comment
    Comment #43357629

    > Since tape was the medium of choice for ZX Spectrum and other rivals, C64 was on a level playing field. Kinda. While the C64 had its own cassette player - the C64 was very slow t…

  17. comment
    Comment #43213744

    > DoH is a completely different story. Yes. And that's why, in the context of misbehaving devices, carrying their own methods of doing DNS, I mentioned it. > Now you are talking ab…

  18. comment
    Comment #43182734

    > The best way I think you would need to explain your definition of 'best' here — I mean: explain why you think it is better. > making regex blocks are appropriate. I guess here yo…

  19. comment
    Comment #43141775

    I think it was actually normalised long before container-based development was even a thing. It's always just been standard common practice — both in development and for live deplo…

  20. comment
    Comment #43133916

    This ^^ Just avoid putting secrets in the global environment if it is a concern, and instead just pass necessary secrets locally in the environment when launching a specific app.

  21. comment
    Comment #43133847

    Ideally you would fetch values directly from Vault, e.g. using the REST API, ideally with SSL (but that depends on the environment your app is running in /etc.) or using the vault …

  22. comment
    Comment #43133346

    > Is this... normal? I don't understand why they might want to serialize/access all of my env vars. Does anyone have a suggestion for that behaviour? All processes get a copy of al…

  23. comment
    Comment #43131991

    Erm, it's not redirection, because, like I said: DNS has no redirection — not in the sense that HTTP does. If you don't understand this, then you are perhaps lacking some knowledge…

  24. comment
    Comment #43109965

    > That doesn’t correct the situation in which the device is ignoring DHCP DNS requests. That's the first time such a thing has been mentioned in this thread. But I now get what you…

  25. comment
    Comment #43106966

    Previously, PiHole used /etc/dnsmasq.d/ with best practice being to put one's own additional config, or overrides, in separate file(s) in that folder. PiHole v6 appears to have mos…