Viewing profile — robertkrahn01
robertkrahn01
HN member- Joined
- Mon, Feb 11, 2013, 12:05 AM UTC
- HN karma
- 765
- Public activity
- 161 items
- HN profile
- View on Hacker News ↗
About robertkrahn01
Recent public activity
-
comment
Comment #48147968
Love using this tool. While it is made to make AI agents more efficient in navigating source code, I also found it really handy in getting a quick overview of code bases and unders…
- story
-
comment
Comment #45686964
What an incredible loss. I first met Vanessa almost 20 years ago while she was working for impara in Magdeburg. We were colleagues until 2017. She introduced me to Cory Doctorow's …
-
comment
Comment #45636257
Just put scaffolding around it, will fit much better into NYC :D
-
comment
Comment #45591631
Can they fix schedules and reliability first please?! https://www.welt.de/politik/deutschland/article244075801/Bah...
-
comment
Comment #44400541
Probably linking the paper and examples notebook here makes sense as they are pretty explanatory: https://github.com/ExtensityAI/symbolicai/blob/main/examples... https://arxiv.org/…
-
comment
Comment #41465129
Brendan Eich used both Scheme and Self as inspirations. Self is a dialect of Smalltalk. https://en.wikipedia.org/wiki/Brendan_Eich
-
comment
Comment #35553321
From the workflow shown in the video it might even make sense to build a low-res game now with DirectX 9 and "mod it up"? The texture upscaling and material inference as well as th…
-
comment
Comment #35428229
Thanks for reporting, we'll be looking into this. What is the location that you installed the app to? Are you starting it via the startup menu, desktop icon, or directly with coscr…
-
comment
Comment #35387927
Hello! We are still planning on Linux support but, to be honest, have had our hands full with supporting macOS and Windows. There are a surprising number of things to do and edge c…
- story
-
story
Show HN: Run ChatGPT and DALL-E in Emacs org-mode
org-ai is an Emacs package to integrate with the OpenAI API. It exposes a number of the API parameters (like temperature, system prompt, etc) so that it is easy to experiment with …
-
comment
Comment #35073721
Another Emacs integration, using org-mode for ChatGPT and DALL-E: https://github.com/rksm/org-ai
- story
-
comment
Comment #33983404
https://github.com/gabdube/native-windows-gui isn't in the list but is quite a polished option for building Windows specific GUIs. Seems to be the more mature option compared to wi…
-
comment
Comment #32979834
There is lively.el [1]! It is also on MELPA in a more recent version [2]. It allows to put an elisp expression into any buffer and then replaces that with the output in a time inte…
-
comment
Comment #32363857
In JS for example, if you change the prototype of an object you have effectively changed it's data layout but of course everything is behind a pointer / an indirection. When changi…
-
comment
Comment #32363755
> have a "release" compilation mode that removes the hot reloading entirely Oh that is easy to do thanks to Rust features, see the reload-feature example: https://github.com/rksm/h…
-
comment
Comment #32363674
It's definitely a possibility to design some form of RPC mechanism and have multiple parts of your application run as essentially a distributed system. There would still be the pro…
-
comment
Comment #32363599
Yeah the approach is restricted and more compiler support for this kind of workflow would be incredibly welcome. I wrote this in part to try to get more folks in the Rust community…
- story
- story
-
comment
Comment #29487071
Dan Luu's "How do cars fare in crash tests they're not specifically optimized for?" comes to mind. https://danluu.com/car-safety/
-
comment
Comment #28287125
I'm using Emacs as my main development tool since more than a decade. In recent years, the improvements around language server tooling, especially lsp-mode [1], makes setting emacs…
-
comment
Comment #27427135
Your project looks very interesting :) Not sure if I can help but happy to get in touch. Feel free to shoot me an email or such, contact links in my profile.