Live data from Hacker News

Viewing profile — safaci2000

safaci2000

HN member
Joined
Mon, Feb 17, 2014, 11:34 PM UTC
HN karma
55
Public activity
19 items

About safaci2000

[ my public key: https://keybase.io/csgeek; my proof: https://keybase.io/csgeek/sigs/yVfJ9QlFuJXf1hiSh8g43Ir12L0wu_gOYpTn1M_PFWA ]

Recent public activity

  1. comment
    Comment #31989685

    Well your also hardware locked. The last time I worked on a mainframe (about a decade), 8 mb of RAM was $1000, a network card was $800. Commodity hardware around the same time 8mb …

  2. comment
    Comment #31730919

    sure, I've touched on include a bit and removes some of the repetitive code. I would rather have something like: release.yml documentation.yml security-scan.yml I know you can defi…

  3. comment
    Comment #31729875

    This blog articles feels too black or white. There's a middle ground between microservices and de-coupling. The UI can be written in JS/TS with a backend written in a more scalable…

  4. comment
    Comment #31287071

    Yeah this was years ago but we had concept of 'hydrated' objects so you'd pass a flag to get back shallow object or the hydrated version that had all the relationship loaded as wel…

  5. comment
    Comment #31287005

    They have UI helper tools with auto-completion, it's not a complete answer but it should make life easier. The select(*) not being supported seems to be an intentional choice unfor…

  6. comment
    Comment #31286889

    to be fair, a kernel dev is so far down his rabbit hole that web services and web tech is not something that they're particularly interested in. They also know intricate details on…

  7. comment
    Comment #31286859

    Just to make the conversation easier the use case I have is a network topology so you have things like routers, switches, ports etc. If you take it all the way up to Layer 7 (Appli…

  8. comment
    Comment #31286437

    The first interaction I had with GraphQL the developer who introduced tried to make it TOO smart for its own good. It was building complex SQL dynamically which means the SQL that …

  9. comment
    Comment #30467584

    Do you have a link for any docs on that? Last I looked it was a weird hack using LB that translated IPv6 to K8s' native IPV4

  10. comment
    Comment #30401345

    I was about to say. Cause they can't figure out IPV6 either. Their K8 and VPC networking is still not IPv6 complaint last I checked. If you're bored you can get this [extention]( h…

  11. comment
    Comment #29754958

    That's great to hear, now if only Google's cloud offerings were also a bit more IPv6 friendly. for example: https://stackoverflow.com/questions/59856468/does-gcp-allow-...

  12. comment
    Comment #29720866

    This might be in poor taste, but will the next Madden game be a zombie FPS next year?

  13. comment
    Comment #29556878

    Wait you mean asking: "how many turkeys are in turkey doesn't count as meaningful?"

  14. comment
    Comment #29124461

    I'm honestly surprised by quantity even. I'd question the quality from my brief experience with it I didn't find it that impressive. The quantity aspect is also a bit surprising si…

  15. comment
    Comment #29124428

    I've used Gitlab before, I have found it to be more complicated than I'd like. Not sure why but it feels harder to use. These days Drone CI is my current favorite for OSS projects,…

  16. comment
    Comment #29096978

    "GitHub Actions has become the #1 CI service, used by popular open source projects and enterprises alike." I must be missing something. For whatever reason GH Actions just never ap…

  17. comment
    Comment #26390956

    it looks like a cool project though what I'd love to see is some solution that makes PGP/Secure Email more accessible to the common person. I know hushmail, tutanota, and protonmai…

  18. comment
    Comment #21845804

    This also applies to most library, docker (as mentioned) and basically anything you use that's 3rd party. I suppose it varies on your level of paranoia, though honestly if you rely…

  19. comment
    Comment #21555940

    I have the complete opposite point of view. I never used @Cleanup but at least the @Data annotation makes it much more readable IMO. There is tons of boilerplate in a simple Java b…