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.
6mo ago·view thread
comment
But Python compilers exist, nuitka being a more famous one: https://en.wikipedia.org/wiki/Nuitka …
6mo ago·view thread
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
6mo ago·view thread
comment
"was"?
6mo ago·view thread
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.
6mo ago·view thread
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...
6mo ago·view thread
comment
Even if not intentionally, it is probably leaking into training sets.
6mo ago·view thread
comment
Neither is Copilot. The title explicitly mentions Claude "Code".
6mo ago·view thread
comment
I don't think you need any dependencies to match Bash scripting in capability.
6mo ago·view thread
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.
6mo ago·view thread
comment
Does that mean half of those managers will become engineers?
6mo ago·view thread
comment
Why did "outsourced workers get (relatively) much more expensive after"?
6mo ago·view thread
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 :/
6mo ago·view thread
comment
Thanks. And why is CS not in STEM?
6mo ago·view thread
comment
A yearly Github copilot subscription :)
7mo ago·view thread
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?
7mo ago·view thread
comment
Same for me regarding subreddits.
7mo ago·view thread
comment
Is Claude "Code" anything special,or it's mostly the LLM and other CLIs (e.g. Copilot) also work?
7mo ago·view thread
comment
The way I understood it, you can do your inserts with SQLite "proper", and simultaneously use DuckDB for analytics (aka read-only).
7mo ago·view thread
comment
So why did Google make such a choice for their front-end framework?
7mo ago·view thread
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.
8mo ago·view thread
comment
Is there a explanation for why C is slower than C++?
8mo ago·view thread