Viewing profile — k0k0r0
k0k0r0
HN member- Joined
- Sat, Jan 01, 2022, 1:35 PM UTC
- HN karma
- 209
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About k0k0r0
No profile information was provided.
Recent public activity
-
comment
Comment #37506985
Great to see you here!
-
comment
Comment #37431229
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)…
-
comment
Comment #37424486
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 un…
-
comment
Comment #37033812
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.
-
comment
Comment #36477933
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…
-
comment
Comment #36426407
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…
-
comment
Comment #36332969
Related: Github published a vim plugin to use Copilot.
-
comment
Comment #36322235
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 abso…
-
comment
Comment #36209028
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 pop…
-
comment
Comment #36123302
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, …
-
comment
Comment #36088214
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 tryi…
-
comment
Comment #36080458
If the whole script is run with sudo, then all parts of the script that wouldn't have needed suddenly become dangerous.
-
comment
Comment #35997513
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…
-
story
Ask HN: What industries need bare metal hand tuned performance optimizations?
I know that they do that a lot in high-frequency trading and in the gaming industry. Both of them are not an option to me. Of course, this is done in academia, but that's not "real…
-
comment
Comment #35997284
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 tr…
-
comment
Comment #35286061
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…
-
comment
Comment #35197080
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.
-
comment
Comment #35177472
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 mutua…
-
comment
Comment #35124949
I assume the parent comment did not make fun of nushell advertizing this, but instead about the rust community advertizing itself all the time.
-
comment
Comment #35009540
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 break…
-
comment
Comment #35007357
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 annotatio…
-
comment
Comment #34890279
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 bu…
-
comment
Comment #34850331
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 langua…
-
comment
Comment #34801023
perfectionism
-
comment
Comment #34751447
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 misleadi…