Viewing profile — imfing
imfing
HN member- Joined
- Fri, Jun 16, 2023, 12:21 AM UTC
- HN karma
- 9
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About imfing
Recent public activity
-
comment
Comment #47397546
Thanks for putting all these model architectures together!
-
comment
Comment #47361944
Awesome! been using Vite since its early days. really excited to see how it's improving the JavaScript and TypeScript tooling landscape and how it continues to evolve
-
comment
Comment #47254703
I like the idea! Similar to how openclaw is exploring a “personal agent” that runs on your computer, this feels like a step toward personal software - tools that live locally, unde…
-
comment
Comment #47145410
A very recent frustration from them was this: https://x.com/youyuxi/status/2005904473332564339?s=20 - their Chrome extension was breaking code block rendering on a lot of websites …
-
comment
Comment #46920215
This is a really interesting take on the sandboxing problem. This reminds me of an experiment I worked on a while back ( https://github.com/imfing/jsrun ), which embedded V8 into P…
-
story
Show HN: jsrun – Isolated JavaScript Runtime in Python via Embedded V8
Hi HN! I built jsrun, a Python library that embeds the V8 ( https://v8.dev ) engine to run JavaScript inside Python https://github.com/imfing/jsrun Python does not have great optio…
-
comment
Comment #42134212
just wanna take this chance to say a huge thank you for all the amazing work you’ve done with Keras! back in 2017, Keras was my introductory framework to deep learning. it’s simple…
-
comment
Comment #42099325
cool project! Visualizing tabular data often presented some challenges, as I had to rely on tools like Google Sheets or Colab + Pandas for quick cleaning and wrangling before explo…