Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dxuh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dxuh
2mo ago
None of these will be used to attack the far-right parties on the right though. They barely investigate those parties in the individual countries, but they focus more on the moderate left already.
2.
▲
by
dxuh
3mo ago
"All it takes to run" might be fair if you paid $2400, but right now the total price is way closer to $10k (almost 5k for the RAM and 2k each for the GPUs). Today that is a lot of expensive hardware.
3.
▲
by
dxuh
3mo ago
I think it should be noted that the current government, which did this silly thing, belongs to a party that is pretty much advertising on wanting to be a smaller government that gets involved less. That is a large part of why people vote fo
4.
▲
by
dxuh
5mo ago
Location: Essen, Germany Remote: yes Willing to relocate: no Technologies: C++, Linux, Python, Lua Résumé/CV: https://joelschumacher.de/cv Email: mail AT joelschumacher.de I like systems programming work of all kinds.
5.
▲
by
dxuh
6mo ago
I feel like this whole problem is just made up. Back in the day, when I played lots of Counter Strike, we had community servers. If a cheater joined, some admin was already online and kicked them right away. I'm sure we hit some people
6.
▲
by
dxuh
6mo ago
Counter-Strike has been doing this for years. It's called "Overwatch" (even before Blizzards Overwatch came out). And believe it or not it failed to reliably catch actual cheaters AND got non-cheaters in trouble (both repeate
7.
▲
by
dxuh
6mo ago
I agree that use of trigonometry is almost always a smell, but e.g. in games there are so many cases where angles are just more useful and intuitive. I just grep-ed for "angle" in a game of mine and I find it for orienting billboa
8.
▲
by
dxuh
7mo ago
But CMake only reruns, when CMakeLists.txt has changed. That doesn't happen a lot after the core of the project has been set up for me. Especially not when I am tweaking a game mechanic or something. Also if you want your project to co
9.
▲
by
dxuh
7mo ago
I think the standard library is good, but if you pull in ANY of it's headers you add a couple hundred milliseconds to every translation unit. So when making games (and only then), I avoid the standard library. What I do like and use is
10.
▲
by
dxuh
7mo ago
I quite like modern C++, so I really tried to make it work for gamedev, but I think you can't really do it. You can use all the modern C++ features that are not in the standard library though! I am working on a little game the last few
11.
▲
by
dxuh
7mo ago
I loved the gym and it did help my psyche. That is very clear to me. But now I don't go to the gym anymore, because I have a very stubborn radial tunnel syndrome in my right arm and my knee osteoarthritis is worse than ever. Of course
12.
▲
by
dxuh
7mo ago
I feel like this is ultimately uninteresting. This doesn't change anyone's image of these companies. We know they are evil. They have done worse and they will do worse. They never got a meaningful punishment and I have no reason t
13.
▲
by
dxuh
8mo ago
I am sort of questioning my use of LLMs again after, first reluctantly, starting to use them multiple times a day. This story seems like it was intended to be an allegory for LLM-use though I know it couldn't have been.
14.
▲
by
dxuh
8mo ago
I liked aider initially, but I keep running into problems, as the project seems largely unmaintained. I wanted to install OpenCode yesterday, but this somewhat turns me off. Are there any good model-agnostic alternatives? I am somewhat shoc
15.
▲
by
dxuh
8mo ago
I've had serious trouble with my knee and elbow for years and ChatGPT helped me immensely after a good couple dozen of doctors just told me to take Ibuprofen and rest and never talked to me for longer than 3 minutes. I feel like as wit
16.
▲
by
dxuh
1y ago
I have recently started re-implementing parts of the standard library myself just to improve compile times (and I did - massively!), but I purposely kept {fmt} around, because I think it's a great library and I thought it would be as f
17.
▲
by
dxuh
1y ago
I find this argument hard to agree with. We are seeing unprecedented levels of buffoonery in many governments of the world and people enthusiastically agreeing with (objectively) idiots. Before anyone that does not know how to understand a
18.
▲
by
dxuh
1y ago
GPUs are very fast, but not quite infinite. If you spend your GPU time on text, you can't spend it on something else. And almost always you would like to spend it on something else. Also the more GPU time you require, the faster the mi
19.
▲
by
dxuh
1y ago
I always thought that JavaScript cryptomining is a better alternative to ads for monetizing websites (as long as people don't depend on those websites and website owners don't take it too far). I'd much rather give you a seco
20.
▲
by
dxuh
1y ago
> As others have also observed, permissions such as MANAGE_EXTERNAL_STORAGE have been rampantly abused in the past, often in horrific ways. I understand that great care should be taken when this permission is granted to new apps, but Nex
21.
▲
by
dxuh
1y ago
Isn't the submission about this being a monopolized market, because options are being removed (NextCloud - a popular option).
22.
▲
by
dxuh
1y ago
I tried to make something like this (not power specifically) for a game jam once: https://pfirsich.itch.io/arbitrary-complexity I took down the servers though, so you probably can't easily try it. I don't know if
23.
▲
by
dxuh
1y ago
Have you actually lost weight like that? I think exercise is a huge trap for weight loss. Cardio exercise makes you healthy, but it will also make you hungry. Especially if you are not used to it. Overweight people are usually already overe
24.
▲
by
dxuh
1y ago
"The Revised Plan" should have been "talk to my girlfriend about how I felt when she spoilt the book I was reading" and that's it. I could not fathom living with someone I would have to butt heads with like that, ev
25.
▲
by
dxuh
1y ago
There was a time where Nintendo clearly made consoles and games for children. I think the price of the console and the game (80€ by now) is just too high for most children. When I was a child I was always a console generation behind and bou
26.
▲
by
dxuh
1y ago
I'm afraid that in time people will forget that it's all about learning to climb.
27.
▲
by
dxuh
1y ago
You can use https://news.ycombinator.com/active too
28.
▲
by
dxuh
1y ago
> All of this also ignores the fact that Europe jails people for thought crime at a much higher rate than US or even Russia. This sounds crazy to me and I have trouble believing it. I tried to find sources, but could not. As you were men
29.
▲
by
dxuh
1y ago
I don't use Lua as much anymore, but there were a few years where I used Lua and C++ both daily and very quickly you can easily handle both zero and one-indexing, even while switching between languages frequently. As with most things i
30.
▲
by
dxuh
2y ago
I've had issues with tennis elbow for pretty much a year now. I didn't rest at all in the beginning and simply toned down the intensity of my exercise. But gradually it became worse, until I had no choice but to take a break. Firs
More ›