goldmar | 4 days ago | on: Show HN: OpenClaw Plugin for Claude Code and Codex Orchestration
goldmar's comments
goldmar | 9 years ago | on: Ask HN: Who wants to be hired? (November 2016)
Location: Frankfurt, Germany
Remote: YES
Willing to relocate: YES
Technologies: Scala, Java, Python, SQL, Elasticsearch, AWS
Résumé: http://markgoldenstein.com/Résumé.pdf
GitHub: https://github.com/goldmar
Email: hn2016 (at) markgoldenstein (dot) com
Hi, I'm Mark and I'm currently finishing my MSc degree in Computer Science with Business & Management. Being strongly addicted to coffee and elegant software architecture designs, I particularly enjoy developing in Scala. I'm interested in Backend Engineering, Artificial Intelligence, and Cryptocurrencies.goldmar | 9 years ago | on: Deep-Fried Data
goldmar | 9 years ago | on: Man says Tesla Autopilot saved his life by driving him to the hospital
goldmar | 10 years ago | on: OS X El Capitan License: in Plain English
Which is an invalid clause in Germany and probably most other European countries. Any clause that goes beyond the extent permitted by the applicable law is automatically void in Germany. This is due to consumer protection laws. Therefore, most of these EULAs are probably void if it ever comes to law suit...
goldmar | 11 years ago | on: DuetDisplay and Unattributed Open-Source
goldmar | 11 years ago | on: Brave New Phone Call
goldmar | 11 years ago | on: Show HN: Hacker Experience – Online hacking simulation game
goldmar | 12 years ago | on: Show HN: bitcoin-akka – a btcwallet client, written in Scala and built on akka
About being over-engineered... well, it is quite extensive for what it does but I'm not sure I agree with it being over-engineered...
I also found that it's a bit difficult to debug, since I often have request-response chains (like: get raw transaction (1) of an incoming transaction, get raw transaction (2) of the input, create a new transaction using the output of (2)...) and one chain of messages gets mixed up with another chain of messages. So it gets somewhat confusing in the logs. But I guess that's a common problem of event-driven programming...
goldmar | 12 years ago | on: Show HN: bitcoin-akka – a btcwallet client, written in Scala and built on akka
btcctl is also really helpful. I only found out about it today though. Before that I've used curl and httpie and that was not very convenient.
goldmar | 12 years ago | on: PostgreSQL partitioning explained
What I noticed (some improvement suggestions):
1) "the planner could tell (using knowledge from the check constraint) that employees_1 was the only table it needed to look at."
Well, I think it still checks the parent table, right?
2) You could mention that it is possible to create a trigger function which inserts new data automatically into the correct child table (as described in your final link, here: http://www.postgresql.org/docs/9.3/static/ddl-partitioning.h...).
I think it would be cool if PostgreSQL could create these trigger functions automatically based on the check constraints...
I'm also wondering why foreign key constraints are not inherited?
goldmar | 12 years ago | on: Update on Julie Horvath's Departure
Regarding delegate mode - if something requires attention/clarification, the agent will “block”. That’s just how the mechanism works in the underlying Claude Code and Codex harnesses. There is generally no “let’s continue working on everything else that can be done without answering the questions” mechanism. That would be great, I agree, but probably a feature that should be in Claude Code / Codex themselves rather than this plugin.