Viewing profile — marius_k
marius_k
HN member- Joined
- Sun, Aug 20, 2017, 8:21 AM UTC
- HN karma
- 140
- Public activity
- 110 items
- HN profile
- View on Hacker News ↗
About marius_k
a61b9639b415876e15aeff4533b8cc37a1b0faa4cbc73cfc2bc513506b3b9688
Recent public activity
-
comment
Comment #43722141
These days I go to https://news.ycombinator.com/active And search for [flagged] items first.
-
comment
Comment #43487314
Does this explain Atlantic reporter invitation?
-
comment
Comment #40718376
I did not expect RISC-V to be ahead of ARM for framework. Is this is because of freedoms RISC-V brings for manufacturers?
-
comment
Comment #40163479
Wait, isn't it the old way of thinking? That browser is a medium rather than a compute node. (I like both old and new ways)
-
comment
Comment #39877678
Sometimes I wonder what would be the smallest program to generate humans DNA. How many operations would it take and how would it compare to real world iterations of total evolution…
-
comment
Comment #38487025
I failed at first try but I found a hint by looking at the example character by character.
-
comment
Comment #38414379
Using xss one might target login form and steal username/password instead of a token. So I do not see argument here against jwt. Sure the xss will have to be more sofisticated(?)
-
comment
Comment #37782961
I don't find these figures regarding casualties in the article.
-
comment
Comment #37549645
From now on you are not doing the real data science. But you can hire me to tell how the real data science is done.
-
comment
Comment #37153081
Could it find some equilibrium environment to be able to suck as much matter as it radiates. So it could last longer (?)
-
comment
Comment #34471815
If there would be such right, it should be expresed in terms of error probabilities rather than a specific features like ECC.
-
comment
Comment #34446103
https://quantum.country/ it has built-in spaced repetition cards
-
comment
Comment #34291901
My flow/boilerplate for apps: ./scripts/create-venv.sh # create venv using specific python version, update pip, wheel, setuptools, install requirements.txt ./scripts/freeze-require…
-
comment
Comment #34131186
Is there an elegant way to import type hints without circular imports?
-
comment
Comment #33784016
That is why I choose to have zero friends.
-
comment
Comment #33698972
We should not call it verification IMHO. The malicious user can create random website and add the rel=me. The "green" link makes impression that the user is "verified". (I would pr…
-
comment
Comment #32375174
AI should have elaborated more on what could be done better on Ukraine side. A few points for the context: - Ruzzians block evacuation routes of civilians when they have a chance. …
-
comment
Comment #32197669
By "not a big problem" I mean it would be worse to still have pandemic of original polio and maybe with additional mutations. I am a layman in this field so I could be wrong.
-
comment
Comment #32196976
Are you saying the problem is that we can't stop vaccinating for polio even if this normal type polio is gone? Because if we do stop vaccinating there is a risk of subtype 2 spread…
-
comment
Comment #31684994
I guess these traces should depend on users network (location/latency/throughput/tor-enabled) and CPU. Did you use these as additional features for your model? Or was it a single c…
-
comment
Comment #31684508
Could this be mitigated by disabling/suspending js in background tabs?
-
comment
Comment #31551967
what would you recommend for power efficient hdds (when idle)? I have recently built a truenas box with 2x4TB ssd's. But I think I will want to expand it. Currently it runs at 14W …
-
comment
Comment #31345978
nvidia, fuck you no more!
-
comment
Comment #31298436
Non visual UI used by other computers or programs.
-
comment
Comment #31278583
> and lack of a lock file Is it possible to solve your problem using pip freeze?