Viewing profile — karolkozub
karolkozub
HN member- Joined
- Tue, Dec 31, 2019, 6:06 PM UTC
- HN karma
- 233
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About karolkozub
Recent public activity
- comment
-
comment
Comment #35723919
If this truly is an attempt at censorship, it seems that shadow banning could have been just as effective and harder to detect. Maybe they could even secretly add a generic has_neg…
-
comment
Comment #29842084
I really like the idea of automated code review tools that point out unusual or suspicious solutions and code patterns. Kind of like an advanced linter that looks deeper into the c…
-
comment
Comment #29770967
Almost exactly 10 years ago I picked up climbing/bouldering and I cannot recommend it enough. It's a fascinating sport combining elements of pure strength, coordination, technique …
-
comment
Comment #29329268
I think I found one more minor typo – in the Control Flow Graph section I believe "The possible number of calls to c is zero to infinity;" should be "zero to one" instead, as the f…
-
comment
Comment #26631557
It looks like a machine code snippet. I wonder if we'll develop high level languages and compilers for genetic code in the future.
-
comment
Comment #26560228
There's also a tutorial [0] which goes through these examples one by one explaining in detail how each concept works. I highly recommend it to anyone interested in learning this fr…
-
comment
Comment #26554159
Typed out version: > General Note to Myself > Writing isn't so bad really when you get through the worry. Forget about the worry, just press on. Don't be embarrassed about the bad …
-
comment
Comment #25927076
For a good default config of zsh I highly recommend oh-my-zsh[0]. I've been using it for years and it's amazing. [0]: https://github.com/ohmyzsh/ohmyzsh
- story
- comment
-
comment
Comment #25227285
The following values were inspected: 1 2 4 8 16 32 64 32 48 40 44 42 43 The most surprising part for me is that in the integer search 32 is inspected twice. From my brief testing i…
-
comment
Comment #25197158
In my understanding AI is an even broader term and means "any solution that imitates intelligent behavior". E.g. expert systems which are pretty much a bunch of if-then rules are a…
-
comment
Comment #25197008
I love the article, but I don't agree with the premise that machine learning equals neural nets. In my understanding machine learning is a very broad term that just as well could b…
-
comment
Comment #25135615
Wow. That's amazing. That's a 20% increase in revenue for those eligible. I'm guessing they decided the increased value of their products from more smaller developers creating apps…
-
comment
Comment #25058102
Taxes have many purposes, and one of them is incentivizing preferred behaviors. Why should we discourage working from home? Is wasting a significant part of your life commuting to …
-
comment
Comment #25012583
First of all let me make clear that by "really good" I don't necessarily mean expensive. Instead, the goodness of the pen will be reflected in how pleasant it is to write with it. …
-
comment
Comment #24974456
I use very cheap notebooks with a plain paper cover. I tried more expensive Moleskine notebooks a while ago and found a surprising problem with them. They were too beautiful to use…
-
comment
Comment #24966713
Throughout my adult life I've always kept a notebook to write down everything that came to my mind. Random ideas for projects and articles, problems and solutions, schemas and draw…
-
comment
Comment #24846512
> The entire game operates on a turn-based system Diablo was initially meant to be turn-based and was only later changed to real-time. According to the lead programmer the change w…
- comment
-
comment
Comment #24821432
I was raised on programming contests and it took me many years to realize that clever code doesn't equate good code. In the vast majority of cases readability is more important tha…
-
comment
Comment #23594190
I have many ongoing side projects I struggle to bring to a publishable state and noticed that my motivation was dwindling. I decided I needed to create something simple from start …