Live data from Hacker News

Viewing profile — fukawi2

fukawi2

HN member
Joined
Tue, Dec 27, 2022, 10:29 PM UTC
HN karma
207
Public activity
45 items

About fukawi2

No profile information was provided.

Recent public activity

  1. comment
    Comment #47084938

    Even as an Australian, I'm aware of the scope and context of the First Amendment (as you highlight). How are so many Americans so mistaken about their own constitution?

  2. comment
    Comment #46830428

    That's not how TTL works. Or do you mean propagation after changing an existing RR? It's "common" to lower a TTL in preparation for a change to an existing RR, but you need to make…

  3. comment
    Comment #46806946

    This is what the NETMAP target in iptables is for - map an entire subnet to another subnet, including the reverse. We were doing this 20 years ago for clients trying to on-board ot…

  4. comment
    Comment #45693110

    I do not understand this rhetoric of Apple hardware being so amazing. The only moderately impressive thing they've done for years is the M chips. Beyond that, it's just crippled, o…

  5. comment
    Comment #43470124

    Finally, a comment that understands the concepts instead of insolently ranting about how useless it is.

  6. comment
    Comment #42973205

    Social media ban for under 16s is the latest half witted idea enacted by the government here.

  7. comment
    Comment #42607430

    We just got a whole bunch of new radios for fire brigade in our state. Every radio has a SIM and fails over to the public cell network if the primary (licensed) network is unavaila…

  8. comment
    Comment #42505668

    Visual distraction in IDEs is amazing. I see my co-workers using Visual Studio or something, and I can't even identify the code they're working on among the mess of the screen. The…

  9. comment
    Comment #41607662

    While you're technically correct, what I gathered from their experience is the consistency of usage, between not only their own projects but third-party projects too. They could ma…

  10. comment
    Comment #41085420

    Which is ironic since a lot of people probably only deployed crowdstrike to satisfy their insurers' requirements. It's the only reason we have it deployed.

  11. comment
    Comment #41044169

    I recall working on a PICK D3 system, which was a "multivalue" database. Each field could have multiple values, those values could have sub values, and a third level beyond that. V…

  12. comment
    Comment #40773258

    This is the original reason for having /bin vs /sbin The sbin directories are supposed to contain "system" (or superuser) commands, and regular users should NOT have those director…

  13. comment
    Comment #40757529

    I remember as a kid loading up the Encarta95 CD on the family 486, and the anticipation of what I could discover in the seemingly endless world of information that little spinning …

  14. comment
    Comment #40628940

    Lulu is a good free alternative for Little Snitch

  15. comment
    Comment #39212715

    Rundeck fits this space.

  16. comment
    Comment #38780577

    The very first HTTP based application I inherited was an internal system served by Apache on a Windows "server" using CGI to a "backend" written in VB6... We would write the code i…

  17. comment
    Comment #38110997

    The Australian government funds childcare. Every time they increase funding, the rates charged to parents increase by the same amount. Total conscience I'm sure. My wife just staye…

  18. comment
    Comment #37980121

    We still use pagers for emergency response alerting (Victoria, Australia). It's a dedicated, reliable alerting system that ensures the alert goes out between the emergency call tak…

  19. comment
    Comment #37019073

    he.net do free DNS, including secondary slaving. I've used them in a hidden master setup for a few years now for some domains, no complaints.

  20. comment
    Comment #36889209

    We had a bug recently where one of our internal bots didn't correctly parse usernames with hyphens in them, so instead of tagging @tom-jones, it would tag @tom Sorry everyone rando…

  21. comment
    Comment #36780678

    My first job was supporting and developing order related systems for retail and wholesale (separate systems, but we operated both the wholesale and retail operations). Wait until y…

  22. comment
    Comment #36743993

    You're probably right, but back then it was assumed you knew what you were doing I guess. The old idiom of "Linux won't stop you shooting yourself in the foot" was even more true o…

  23. comment
    Comment #36743987

    I can't remember the specific details now (almost 20 years have passed!), but the STKM table was effectively a performance/convenience data store. Every bit of information was avai…

  24. comment
    Comment #36734996

    No, I did the entire table. That helped me find corner cases and errors in my logic having such a bigger range of source data.

  25. comment
    Comment #36734992

    Yep, the entire table. I figured since I had to write it to do the day at a minimum, doing the whole table would help me find corner cases and errors since it was a much larger ran…