Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
k0k0r0
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
k0k0r0
3y ago
Great to see you here!
2.
▲
by
k0k0r0
3y ago
That send me down memory lane... My favourite technique for solving the Rubiks Cube involved orienting the edges in the first step (resp. with a lot experience possibly on-the-fly). I believe it was called the ZZ method or something like th
3.
▲
by
k0k0r0
3y ago
Kagi appearently had a project "expertGPT" (contrast to FastGPT). Does anybody know what happened to that one? On a side note, there is now a - to my best knowledge - completely unrelated product "ExpertGPT" from some to
4.
▲
by
k0k0r0
3y ago
Best vim cheatsheet I have seen so far. OTOH I haven't looked at one in a while, and back then my understanding of vim may have been insufficient to appreciate other lists.
5.
▲
by
k0k0r0
3y ago
I am polish, but was raised in germany. I can confirm the observation about eastern europe, at least regarding poland. Man are man, and Woman are Woman. In general, (non-trans, non-homo and somewhat binary people) seem to have a healthier r
6.
▲
by
k0k0r0
3y ago
My assumption is that @chubot ment that malloc'ing each time you need some memory has been bad practise ever since. Mostly, pre-allocating stuff for whatever you need is the way to go, but that is not far away from writing general purp
7.
▲
by
k0k0r0
3y ago
Related: Github published a vim plugin to use Copilot.
8.
▲
by
k0k0r0
3y ago
Once again, "The only reason I do not take my medications is that I can not afford it." seems like a thrid world country thing to say, while you're most likely from USA. It is absolutely crazy to me that you do not have publi
9.
▲
by
k0k0r0
3y ago
I agree with the intention of this comment. However, "fog of war" usually refers to the situation the fighting soldiers and commanders are in, not to the situation the ordinary population. It refers to the fact, that the soldiers
10.
▲
by
k0k0r0
3y ago
Using a different then my own true reasoning is completely normal, and everybody does this. One adjust your reasing to the understanding of the other person for example. Moreover, there is like a miles wide gab between rhetoric and manipula
11.
▲
by
k0k0r0
3y ago
This surprisingly remind me of the last to birthday parties I organized for myself. Unexpectedly I managed to get much more people together than I expected. Simply by actually trying to ask as many people as possible. I was really happy abo
12.
▲
by
k0k0r0
3y ago
If the whole script is run with sudo, then all parts of the script that wouldn't have needed suddenly become dangerous.
13.
▲
by
k0k0r0
3y ago
I really appreciate the reply and found another no-option. I would like to do something less... "abstract". I would definitly agree that crypto has meaningful usecases, but I guess it is not so easy to find those that are meaningf
14.
▲
Ask HN: What industries need bare metal hand tuned performance optimizations?
4 points
by
k0k0r0
3y ago
|
5 comments
15.
▲
by
k0k0r0
3y ago
Exactly this bothers me a lot. I do bare metal performance optimizations, but I worry to never find a job outside of academia in that field. as I don't want to do high-frequency trading nor develop games.
16.
▲
by
k0k0r0
3y ago
Like what is this comment? Why do people with an extremely narrow view of some political topic or politcal movement like anarchism/communism/immigration policies/etc. start posting something that dismissive. Like as if they w
17.
▲
by
k0k0r0
4y ago
Well, this is not true. However, to be fair, most important use case of errno in my work is debugging in horrible code bases, trying to understand what has happened.
18.
▲
by
k0k0r0
4y ago
Yeah, Germany... For the current project I have so much overtime, needed to stop writting down my working hours officially and only record them off-the-record. This is with a mutual silent agreement with my employer to afterwards simply not
19.
▲
by
k0k0r0
4y ago
I assume the parent comment did not make fun of nushell advertizing this, but instead about the rust community advertizing itself all the time.
20.
▲
by
k0k0r0
4y ago
I do generally want a fixed commit. I often want to improve the code in the submodule possibly (voluntarily or accidently) introducing breaking changes without worrying about breaking repos that contain it as submodule.
21.
▲
by
k0k0r0
4y ago
5his is right in the spirit of: The Python community is a bunch of people learning programming together. Someone else made this remark once, when the indroduction of type annotations was discussed as the python community discovering the ben
22.
▲
by
k0k0r0
4y ago
I have a friend that actually makes a living with a business that relies on paying a lot for ads. He's furious, too, about me using that extension, but than again... I believe a business like that should not exist, and nevertheless I a
23.
▲
by
k0k0r0
4y ago
Technically, this is true, but most C++ programmers are very reluctant to use macros except for stuff like include guards or stuff like NDEBUG. The reason is mainly the many language construct of C++ cover most traditional use cases of macr
24.
▲
by
k0k0r0
4y ago
perfectionism
25.
▲
by
k0k0r0
4y ago
I checked the interfacer and I am a bit sad to that it 1) Is "deprecated" and literally the first sentence states its use is discouraged because often such suggestions are misleading and bad advise. 2) From the readme it appears i
26.
▲
by
k0k0r0
4y ago
Oh, yes... This. Had a project like this not long ago. NaNs almost killed me. The code used complex numbers, and you know who their userbase is. Anyway, exact floating point comparisons made all of this possible. In the process my coworker
27.
▲
by
k0k0r0
4y ago
No they don't. As far as Test Driven Development is commonly understood, at least. TDD would be extremely stupid if the idea would fall flat on its face when tests can not cover the whole input.
28.
▲
by
k0k0r0
4y ago
Feels like where we are heading to.
29.
▲
by
k0k0r0
4y ago
Before Go I used to program mainly in C++ which is kind of the worst language in terms of simplicity, so I might be biased. I simply don't know any other simple languages. I have only C C++, Go, Matlab/Octave and Python to compare
30.
▲
by
k0k0r0
4y ago
I second this.
More ›