Live data from Hacker News

Viewing profile — bonquesha99

bonquesha99

HN member
Joined
Mon, Aug 03, 2009, 11:20 PM UTC
HN karma
82
Public activity
49 items

About bonquesha99

https://github.com/shuber

Recent public activity

  1. comment
    Comment #45515937

    If you're interested in the Ruby language too, check out this PoC gem for an "operator-less" syntax for pipe operations using regular blocks/expressions like every other Ruby DSL. …

  2. comment
    Comment #33936704

    Check out this proof of concept gem to perform pipe operations in Ruby using block expressions: https://github.com/lendinghome/pipe_operator#-pipe_operator "https://api.github.com/…

  3. comment
  4. comment
    Comment #23209221

    As a Kafka alternative, has anyone attempted to use PostgreSQL logical replication with table partitioning for async service communication? Proof of concept (with diagrams in the c…

  5. comment
    Comment #22002900

    Definitely agree regarding the strange semantics recently like the pipeline[0] or `.:` method reference[1] operators. I do think those kind of functional features would be handy if…

  6. comment
    Comment #21443558

    LendingHome | Offices in San Francisco and Pittsburgh | REMOTE friendly Tech: AWS, Docker, GraphQL, JavaScript/TypeScript/Node.js, Lambda, OCR (tesseract), PostgreSQL, Python, Reac…

  7. comment
    Comment #21143907

    Sometimes it's nice to step away for some perspective and start again fresh somewhere new! People do actually read these comments so please give it a shot (even with a throwaway) j…

  8. comment
    Comment #21128871

    LendingHome | Offices in San Francisco and Pittsburgh | REMOTE friendly Tech: AWS, Docker, GraphQL, JavaScript/TypeScript/Node.js, Lambda, OCR (tesseract), PostgreSQL, Python, Reac…

  9. comment
    Comment #20874162

    LendingHome | Offices in San Francisco and Pittsburgh | Remote friendly Tech: AWS, CloudFormation, Docker, GraphQL, JavaScript/TypeScript, OCR (tesseract), PostgreSQL, Python, Reac…

  10. comment
    Comment #18972338

    Elixir/Unix style pipe operations in Ruby! https://github.com/LendingHome/pipe_operator

  11. comment
    Comment #18878460

    That's what it's doing, arguments are preserved: # don't really know what IO.inspect is doing # but guessing something like this? def IO.inspect(value, label:) puts "#{label}: #{va…

  12. comment
    Comment #18878384

    Elixir/Unix style pipe operations in Ruby! https://github.com/LendingHome/pipe_operator

  13. comment
    Comment #18657889

    Thanks! Agreed it feels like a good fit for Ruby as well! RE the pattern matching stuff I think the destructuring concept could be applied to look something like: def div(*args) ca…

  14. comment
    Comment #18656217

    Thanks for your feedback! Check out this other proof of concept demonstrating ES6 style object destructuring in Ruby: https://github.com/lendingHome/destruct I think this same type…

  15. story
  16. story
  17. story
  18. comment
    Comment #12832111

    What are some good resources to learn more about the inner workings of text editors or building one from scratch? So far I've found and enjoyed reading/watching the resources below…

  19. comment
    Comment #11724908

    Wow that sounds awesome! Are there any estimates of when this will be an open beta for everyone? Very excited to try it out! Docker ID: shuber

  20. comment
    Comment #11263332

    Nice, we had a similar issue which is why we decided to merge the repositories. It makes sharing code, extracting shared dependencies, and reviewing PRs so much easier when you can…

  21. comment
    Comment #11261273

    Misc tools to make development more efficient: https://github.com/shuber/owners - Take ownership of your code! Knowing who owns a project or section of a code base is very helpful …

  22. story
  23. comment
    Comment #10316672

    I have a similar remapping of Caps: * When I tap Caps, it's ` ` * When I hold Caps OR hit it in combination with any other key, it's ` ` It really feels like the best of both world…

  24. comment
    Comment #2498974

    Projects like these are awesome learning experiences. I've been working on something similar (rubyisms in php) but in pure php - https://github.com/shuber/phuby * mixins * classes …

  25. story