Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wedesoft
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
wedesoft
10d ago
On the one hand LLMs draw from a large pool of knowledge, on the other hand they are not (yet) living in the world in order to make new observations.
2.
▲
by
wedesoft
12d ago
No worries. You can also instead provide integration of third party CI. Thanks for letting me know.
3.
▲
by
wedesoft
12d ago
Will it have continuous integration or is it focused on just version control and issue tracking?
4.
▲
by
wedesoft
1mo ago
You can run Minecraft Java Edition on GNU/Linux.
5.
▲
by
wedesoft
2mo ago
"Switching between Borderless and Exclusive Fullscreen no longer requires restarting the game" Afaik GLFW does not support this. So maybe that is part of the motivation for switching? I use LWJGL3 as well and I think it is really
6.
▲
by
wedesoft
3mo ago
Maybe GPG-signing commits helps.
7.
▲
X-Plane 12 Citation-X Checklist
(wedesoft.de)
2 points
by
wedesoft
4mo ago
|
1 comments
8.
▲
by
wedesoft
4mo ago
If you are trying out the Citation-X with X-Plane 12, I can really recommend the XChecklist plugin and the checklist file for the Citation-X. To help you with finding all the different controls, I created this interactive page.
9.
▲
by
wedesoft
5mo ago
That probably took a lot more tokens and iteration than normally invested in generating code.
10.
▲
by
wedesoft
5mo ago
A Clojure port of XinJingHao’s PPO implementation using libpython-clj2, PyTorch, and Quil. PPO is a reinforcement learning method which has become popular because it addresses the problem of stability. The PPO implementation is tested using
11.
▲
Proximal Policy Optimization with Clojure and PyTorch
(clojurecivitas.org)
2 points
by
wedesoft
5mo ago
|
1 comments
12.
▲
by
wedesoft
5mo ago
Bad code is usually more costly once you are beyond 100 lines of code.
13.
▲
by
wedesoft
8mo ago
My Windows gaming graphics performance dropped by 40% after some update. I already was using Linux for everything else except gaming for many years. So I tried out Steam on Linux and I was quite amazed how many games run on Linux via Proton
14.
▲
by
wedesoft
9mo ago
I did a bit of scripting trying to automate the TDD cycle given a task description. The problem is, that the LLM tends to jump forward and submit a full implementation instead of a minimal change. I guess the problem is, that LLMs are train
15.
▲
by
wedesoft
1y ago
Yes, the main function is the worst part of the code. Whenever I discover a pattern, I refactor it and put it in a module.
16.
▲
by
wedesoft
1y ago
Yes, I forgot. However Clojure multi methods are more generic in that the function computing the dispatch value can also be defined.
17.
▲
by
wedesoft
1y ago
Good point. I definitely need to keep an eye on garbage collector pauses. I am using the new ZGC which supposedly has very short garbage pauses.
18.
▲
by
wedesoft
1y ago
In the past I have done some rigid body physics in GNU Guile (see https://www.youtube.com/watch?v=zBq3kW2jVxs for example). Of course if you need to simulate many objects, you will hit performance problems sooner if you don
19.
▲
by
wedesoft
1y ago
I am aware of Neanderthal. I think it is more suitable for larger tensors and matrices. Will have to check out what ham-fisted is about.
20.
▲
by
wedesoft
1y ago
I use a few macros for creating contexts (i.e. with-texture, with-stencil, with-scissors, with-tar). Also I have macros for rendering (onscreen-render, offscreen-render). However I try not to overuse macros.
21.
▲
by
wedesoft
1y ago
That's a lot of features. Moon is on my TODO list though and eclipses would be nice as well.
22.
▲
by
wedesoft
1y ago
Thanks.
23.
▲
by
wedesoft
1y ago
Thanks. Yes, Malli is really nice. Unfortunately it doesn't let you decorate type-tagged methods.
24.
▲
by
wedesoft
1y ago
Yes, space station docking is on my todo list.
25.
▲
by
wedesoft
1y ago
Or you could use Clojure with the immutable data structures where you don't need to lock a mutex when accessing a data structure concurrently.
26.
▲
by
wedesoft
1y ago
You can use two different fluids instead of water and air.
27.
▲
by
wedesoft
1y ago
Implementing array operations basically requires macros and JIT compilation. I have implemented JIT compilation of tensor operations in Scheme using LLVM. Maybe I should redo it in Clojure, but I think, most programmers don't care enou
28.
▲
The SOLID Principles illustrated using Clojure code examples [video]
(youtube.com)
2 points
by
wedesoft
2y ago
|
0 comments
29.
▲
Mercedes allowed to drive autonomously up to 95 km/h (Level 3)
(heise.de)
6 points
by
wedesoft
2y ago
|
0 comments
30.
▲
by
wedesoft
2y ago
There has been an arrest warrant for a Ukrainian diver. https://www.heise.de/en/news/Nord-Stream-Arrest-warrant-for-...
More ›