Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xcombelle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
xcombelle
2y ago
https://xkcd.com/927/
2.
▲
by
xcombelle
2y ago
The website has no clock. Both android and iphone lichess app has clock.
3.
▲
by
xcombelle
2y ago
looks like a security nightmare.
4.
▲
by
xcombelle
2y ago
as far as i understand, it is not based on a docker environment.
5.
▲
by
xcombelle
3y ago
Looks like the doc is written without braces. As such, I guess, that the canonical code is without braces
6.
▲
by
xcombelle
3y ago
as far as I know in technical subjects google started to deliver farm content, a little bit after the happening of chatgpt.
7.
▲
by
xcombelle
3y ago
It is very likely that your coworkers will be able to use your Python functions.
8.
▲
by
xcombelle
3y ago
python pandas has pivot tables https://pandas.pydata.org/docs/reference/api/pandas.pivot_ta... I don't know if it fits your needs
9.
▲
by
xcombelle
3y ago
" 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 easily say much about them. So the 3 data struc
10.
▲
by
xcombelle
3y ago
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 old pro
11.
▲
by
xcombelle
3y ago
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 fair part of how it became a $100M business. source: i’m
12.
▲
by
xcombelle
3y ago
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
13.
▲
by
xcombelle
3y ago
I would say that 20 trials with a friend is enough to show that changing strategy is superior.
14.
▲
by
xcombelle
3y ago
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 where caused by this use. see: h
15.
▲
by
xcombelle
3y ago
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.29.202)]' 51.9441740512
16.
▲
by
xcombelle
3y ago
Is the graph/SQL thing used only to manage dependencies?
17.
▲
by
xcombelle
3y ago
that a nice project, hope you will gather enough resources to make for other language if wikipedias.
18.
▲
by
xcombelle
4y ago
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 put a lot of people in their mailchimp mailing list
19.
▲
by
xcombelle
4y ago
did you switch from nodejs?
20.
▲
by
xcombelle
4y ago
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.
21.
▲
by
xcombelle
4y ago
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
22.
▲
by
xcombelle
4y ago
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.
23.
▲
by
xcombelle
4y ago
>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, firefox, firefox focus and chrome, ...
24.
▲
by
xcombelle
4y ago
definitely out of date, see https://lichess.org/about for up to date information
25.
▲
by
xcombelle
4y ago
the fact that screenwriter is framed as the filmmaker is definitely a mistake, it is not a convention of french culture. (I'm french). this article on the same subject https://www.rtbf.be/article/des-fans-d-ana-de-
26.
▲
by
xcombelle
4y ago
sections: [ "one" "two" "three" ] and sections: [ "one" ["two" "three"] ] exists already and is named rebol (and
27.
▲
by
xcombelle
4y ago
if you know the number is a factorial for example 9! = 9 × 8 × 7 × 6 × 5 × 4 × 3 × 2 × 1 you have are half way of having prime factorization, you can just to compute the prime factor from 1 to 9 and you get 9! = 3^2 x 2^3 x 7
28.
▲
by
xcombelle
4y ago
the source offer better insight https://www.ons.gov.uk/peoplepopulationandcommunity/cultural...
29.
▲
by
xcombelle
4y ago
it is slowloris [1] isn't it ? [1] https://en.wikipedia.org/wiki/Slowloris_(computer_security)
30.
▲
by
xcombelle
4y ago
it is not json # Usual pipewire configuration variant wireplumber.components = [ { name = libwireplumber-module-default-nodes , type = module }, { name = policy-device-profile.lua, type = script/lua } ] # Actual JSON
More ›