back
user profile
theanonymousone
7,179karma·1,095submissions·September 27, 2021
recent activity (1,095 total)
comment
To me it never really clicked what MCP was/is, so I'm pretty happy with this development.
comment
But Python compilers exist, nuitka being a more famous one: https://en.wikipedia.org/wiki/Nuitka …
comment
Haha. Nobody ever cared that some humans preferred to use services via a CLI versus GUI. But now that "AI" needs it, CLI programs and APIs get released left and right :D
comment
"was"?
comment
No it's not. It's an "interpreter": The whole interpreter binary (in wasm) as well as the Python source is transferred to the client to be executed.
comment
I wish someone commanded their agent to write a Python "compiler" targeting WASM. I'm quite surprised there is still no such thing at this day and age...
comment
Even if not intentionally, it is probably leaking into training sets.
comment
Neither is Copilot. The title explicitly mentions Claude "Code".
comment
I don't think you need any dependencies to match Bash scripting in capability.
comment
I already do it, but not in TS. There is a scripting language that is as available in most/all (non-Windows) systems as Bash: Python. Edit: zero-dependency Python.
comment
Does that mean half of those managers will become engineers?
comment
Why did "outsourced workers get (relatively) much more expensive after"?
comment
May I humbly and shamefully ask what does YOLO mean in this context, particularly "Yolo-ing it"? The only Yolo I know about is an object detection model :/
comment
Thanks. And why is CS not in STEM?
comment
A yearly Github copilot subscription :)
comment
> So do still learn CS or SE in college, but as a minor to another STEM field. My 2c. What other STEM field, if I may ask?
comment
Same for me regarding subreddits.
comment
Is Claude "Code" anything special,or it's mostly the LLM and other CLIs (e.g. Copilot) also work?
comment
The way I understood it, you can do your inserts with SQLite "proper", and simultaneously use DuckDB for analytics (aka read-only).
comment
So why did Google make such a choice for their front-end framework?
comment
> we’ve noticed a very long tail of websites that don’t require proxies That tail seems to be getting harshly slaughtered by Cloudflare.
comment
Is there a explanation for why C is slower than C++?