Viewing profile — bonquesha99
bonquesha99
HN member- Joined
- Mon, Aug 03, 2009, 11:20 PM UTC
- HN karma
- 82
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About bonquesha99
Recent public activity
-
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. …
-
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/…
-
comment
Comment #25410813
nmap ; :
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #20874162
LendingHome | Offices in San Francisco and Pittsburgh | Remote friendly Tech: AWS, CloudFormation, Docker, GraphQL, JavaScript/TypeScript, OCR (tesseract), PostgreSQL, Python, Reac…
-
comment
Comment #18972338
Elixir/Unix style pipe operations in Ruby! https://github.com/LendingHome/pipe_operator
-
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…
-
comment
Comment #18878384
Elixir/Unix style pipe operations in Ruby! https://github.com/LendingHome/pipe_operator
-
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…
-
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…
- story
- story
- story
-
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…
-
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
-
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…
-
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 …
- story
-
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…
-
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 …
- story