Viewing profile — safaci2000
safaci2000
HN member- Joined
- Mon, Feb 17, 2014, 11:34 PM UTC
- HN karma
- 55
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About safaci2000
Recent public activity
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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
-
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…
-
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-...
-
comment
Comment #29720866
This might be in poor taste, but will the next Madden game be a zombie FPS next year?
-
comment
Comment #29556878
Wait you mean asking: "how many turkeys are in turkey doesn't count as meaningful?"
-
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…
-
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,…
-
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…
-
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…
-
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…
-
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…