Viewing profile — xcombelle
xcombelle
HN member- Joined
- Wed, Feb 16, 2011, 3:35 PM UTC
- HN karma
- 46
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About xcombelle
No profile information was provided.
Recent public activity
-
comment
Comment #42364111
https://xkcd.com/927/
-
comment
Comment #42044159
The website has no clock. Both android and iphone lichess app has clock.
- comment
-
comment
Comment #41046090
looks like a security nightmare.
-
comment
Comment #39965902
as far as i understand, it is not based on a docker environment.
-
comment
Comment #38802627
[flagged]
-
comment
Comment #38034664
Looks like the doc is written without braces. As such, I guess, that the canonical code is without braces
-
comment
Comment #37510289
as far as I know in technical subjects google started to deliver farm content, a little bit after the happening of chatgpt.
-
comment
Comment #37226591
It is very likely that your coworkers will be able to use your Python functions.
-
comment
Comment #37226243
python pandas has pivot tables https://pandas.pydata.org/docs/reference/api/pandas.pivot_ta... I don't know if it fits your needs
-
comment
Comment #37117697
" I can't imagine anything else you can possibly store about relative elements besides index and order (and nothing). Graphs are their own other planet, and I don't think we can ea…
-
comment
Comment #36875792
How I eventually resolve this kind of problems. minimum = +Inf for b in bar.naz(): if not some_filter(b): continue b = some_op(b) minimum = min(minimum, b) foo(minimum) Yes, plain …
-
comment
Comment #36647311
tour de france organisation has a long tradition to do more than closing eyes and even encourage doping/cheating practice (for exemple making the race harder and harder) it is a fa…
-
comment
Comment #36428222
this article miss a whole part of the story. among other things, these person came back from a warzone. looks at https://fr.wikipedia.org/wiki/Affaire_du_8_décembre_2020
-
comment
Comment #36167062
I would say that 20 trials with a friend is enough to show that changing strategy is superior.
-
comment
Comment #35900993
I just don't get why people in php use lazy comparison when you know that "0e4"=="0e5" in php. and yes, Laravel use lazy comparison (hundreds of times). And yes at least three bugs…
-
comment
Comment #35859187
1- try to run the last version of python, there is speed improvement in 3.10 and 3.11 >>> import sys; sys.version '3.10.4 (main, Dec 2 2022, 17:52:13) [Clang 14.0.0 (clang-1400.0.2…
-
comment
Comment #35591023
Is the graph/SQL thing used only to manage dependencies?
-
comment
Comment #35580795
that a nice project, hope you will gather enough resources to make for other language if wikipedias.
-
comment
Comment #35030659
they probably had a warning of mailchimp that putting someone on a mailing list without their consent is a forbidden use of mailchimp. source: I worked with an organization which p…
-
comment
Comment #35014715
did you switch from nodejs?
-
comment
Comment #35008229
if you need only an engine which does formula evaluation and update of dependency when a value changes, it doesn't look that hard to implement.
-
comment
Comment #34802079
actually it is not the original code of alphazero , the original code was tensorflow/TPU https://en.wikipedia.org/wiki/AlphaGo_Zero#Training and this code is in JAX
-
comment
Comment #34428717
one of the "feature" of ads is that they track you in a cross website way. and as no having cookies & co, gemini makes this job a lot harder for an advertiser.
-
comment
Comment #34145477
>Also Safari has monopoly status for everyone using an iPhone. The people on iPhone simply can't pick another browser, because Apple won't let them. i have an iphone with safari, f…