Live data from Hacker News

Viewing profile — juliosueiras

juliosueiras

HN member
Joined
Wed, Mar 08, 2017, 1:40 AM UTC
HN karma
32
Public activity
22 items

About juliosueiras

No profile information was provided.

Recent public activity

  1. comment
    Comment #37263687

    I ain’t changing the license for mine(so it will stay the same license)

  2. comment
    Comment #35387205

    why not both ;) https://github.com/danielfullmer/robotnix

  3. comment
    Comment #35169548

    https://github.com/hercules-ci/arion which allow docker-compose

  4. comment
    Comment #35154281

    maybe quay.io?

  5. comment
    Comment #32737147

    is more due to the fact that KF is born from the sole purpose of harassment(CWC) then move to harass more than just that one person

  6. comment
    Comment #30063940

    played maybe around 5% of it, I am mostly collecting them as modern gaming is rapidly becoming too unbearable for me(MTX, Lootboxes, the recent NFTs, etc), and I am most likely pla…

  7. comment
    Comment #30043969

    No, emulator primary motive is enabling longevity for the target system, since hardware get damaged over the years, CD/DVD/Cart get corrupt over the years, without it, there will b…

  8. comment
    Comment #29949667

    funny enough, B2+Cloudflare will still be cheaper, since Cloudflare R2 from the blog you linked is at the cost of $0.015/GB/month for stored storage, where as B2 is $0.005/GB/month…

  9. comment
    Comment #29725764

    I notice that none of the comment think about scenario where the engineer doesn't know how to drive or doesn't own a car

  10. comment
    Comment #27442234

    I do like how most people here sort of forgot that a decent amount of people in ops(especially in bigger enterprise company) are not programmer and at most have shell scripting exp…

  11. comment
    Comment #27378395

    Aside from the fact no show case of a phone interface Just from the ars article alone I have extreme doubt of what the phone system(AOSP copy job) on release is the same as the cod…

  12. comment
    Comment #25187364

    the article lose any creditability after doing a quick check and realizing that CGTN formally known as CCTV-9, so go figure

  13. comment
    Comment #24146661

    the focus of nix in the build process is the ideal of if you have three build inputs bash 4, gcc 4.8. , libc , and the source of the package being the same(hash-wise) , the output …

  14. comment
    Comment #23395523

    I think one way to look at nix is that it want to act(in good way) the central source of truth for deterministic package, and one way it goes about it is by doing the step for both…

  15. comment
    Comment #22871902

    I think the person above is mostly pointing out about dynamic blocks , since that do allow abstracting blocks of config and also allow subtle differences

  16. comment
    Comment #22869822

    want to point that ever since Terraform 0.12, all terraform params and modules etc are transformable in objects, what I mean by that is you can use functions like yamldecode or jso…

  17. comment
    Comment #20758368

    LSP is quite a life saver for me, I created https://github.com/juliosueiras/vim-terraform-completion first, but when terraform 0.12 came out, I move on to LSP implementation https:…

  18. story
  19. story
    Ask HN: Should GitHub use as a political discussion platform?

    the current top trending repo on github is https://github.com/sikaozhe1997/Xin-Yue, which is regarding a sensitive case in China. A portion on the issues is arguing whether should …

  20. comment
    Comment #16249814

    it will make more sense with something like data "template_file" "eth_service" { filename = "./files/eth.service" vars { wallet_address = "${var.wallet_address}" } } with ExecStart…

  21. comment
    Comment #16248078

    If you are using vim for terraform, then you should try this https://github.com/juliosueiras/vim-terraform-completion , hoping to migrate to langserver by this year so any editor c…

  22. comment
    Comment #13817062

    The moment I try scrimba, I notice is using the code completion from VS code, so I went with my instinct and open a file with .ts(for typescript) and it work EDIT: a bit hackish bu…