Live data from Hacker News

Viewing profile — pabl0rg

pabl0rg

HN member
Joined
Sat, Aug 13, 2016, 10:09 AM UTC
HN karma
189
Public activity
65 items

About pabl0rg

No profile information was provided.

Recent public activity

  1. comment
    Comment #42059655

    It says she “Led the push for the Domestic Workers Bill of Rights Act, federal worker unionization”. Federal worker unionization is very undemocratic b/c federal employees essentia…

  2. comment
    Comment #36905369

    Adobe used to have an app called Fireworks that was great for non-artists. They got it when they bought Macromedia. Too bad they killed it. I hope Graphite will replace it.

  3. comment
    Comment #35486148

    Mn bc b n bn bn Ng bn v

  4. comment
    Comment #33031999

    Thanks! That is very interesting. They’ve had great tools along these lines in the Clojure world where the repl/shell has been around longer (deps.edn+repl and boot).

  5. comment
    Comment #33019028

    When i read the title, I thought they were finally going to fix gradle or improve maven. Those are the real on-ramps and they are a much bigger barrier to entry than main(). A clea…

  6. comment
    Comment #31491141

    I’ve been looking forward to this since the nimbella acq, but now I feel betrayed by the new pricing and probably won’t even try it.

  7. comment
    Comment #30382929

    Are there any non-chinese suppliers of gsm gateways?

  8. comment
    Comment #29972791

    If you’re on Kotlin, consider http4k It can use netty, undertow, and others under the hood

  9. comment
    Comment #29368848

    That’s the idea in Proof of time and space used by chia.net You probably haven’t heard of this coin/network (invented by the inventor of bittorrent) b/c it doesn’t aim to be a spec…

  10. comment
    Comment #28546952

    Specifically, I was unable to find the gradle shadow/maven shade rules needed to use the jdk9+ version of the multi-release dependency "com.sun.xml.ws:jaxws-rt:2.3.5". The reply I …

  11. comment
    Comment #28546901

    Unfortunately, the only explanation I found for my troubles with SOAP and java 11 is found in the comments to this answer in StackOverflow: https://stackoverflow.com/questions/5831…

  12. comment
    Comment #28546842

    Publishing some flavor of SOAP services seems to be easy and common in companies that live in the Microsoft ecosystem. I’m no fan of that, but unfortunately we are forced to use so…

  13. comment
    Comment #28541675

    Yes. But in the move to java 9 they broke java’s customary backward compatibility and left behind a lot of users. It doesn’t help that there is no good, clear and complete guide on…

  14. comment
    Comment #27961440

    Which one of those has the best hardware?

  15. comment
    Comment #27215846

    It was harder than I expected to find the changelog so I’ll leave the link https://github.com/ansible-community/ansible-build-data/blob...

  16. comment
    Comment #26804515

    Yes, the Kotlin compiler does this. Suspending functions are based in CPS. https://resources.jetbrains.com/storage/products/kotlinconf2...

  17. comment
    Comment #25806596

    Cedric Beust made a great alternative to Gradle called Kobalt. Unfortunately, Jetbrains went with Gradle — probably in order to associate Kotlin with a known entity. Now we are stu…

  18. comment
    Comment #25358451

    Meanwhile AWS uses google’s GWT to great effect

  19. comment
    Comment #25316419

    Maybe the real problem with the paper is that it points out that GPT-3 and the like can completely distort search results by filling the web with auto-generated spam. Botnets could…

  20. comment
    Comment #25122915

    Have you taken a look at Pulumi? If infrastructure is going to be code, I’d like to code it in a type-safe DSL please. Otherwise refactoring is hell (as in Ansible). Another promis…

  21. story
  22. comment
    Comment #24978343

    What part of the EU are you in?

  23. comment
    Comment #24809378

    The Nvidia Jetson Nano costs the same and is less likely to be killed-off after you’ve invested in the platform. Jetson is actually an important product for Nvidia and Google tends…

  24. comment
    Comment #24787675

    Facebook is terribly buggy and also has google-level customer service (none)

  25. comment
    Comment #24538716

    Baeldung has decently up-to-date tutorials. Try kotlin instead of Java, and if you must use java, read the book Effective Java. If you use kotlin, check out ktorm for db access, ht…