Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
youknowone
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
19 ms
·
1.
▲
Pyre: New JIT Python interpreter written in Rust
(pyre-lang.org)
10 points
by
youknowone
6mo ago
|
1 comments
2.
▲
Bit-exact Python compatible math library in Rust
(crates.io)
3 points
by
youknowone
6mo ago
|
0 comments
3.
▲
by
youknowone
11mo ago
The article is a bit misleading. The new law requires the installation of solar panels in all *public* parking lots operated by the government. I checked this through local news sources. In South Korea, there are already incentives to insta
4.
▲
by
youknowone
1y ago
Congratulations on having been born into an environment where you’ve had the privilege of becoming so fluent in English that you feel comfortable complaining about other people’s stylistic choices in writing. Note: This comment was translat
5.
▲
Rust malachite-bigint is a drop-in-replacement of num-bigint
(github.com)
1 points
by
youknowone
2y ago
|
0 comments
6.
▲
by
youknowone
3y ago
Our team tends to drilling on code more than writing. I know it is not a strategic good way though. Any idea what do you expect to see on the blog?
7.
▲
by
youknowone
3y ago
Thank you for working with RustPython. I believe kybra made RustPython wasi support a lot more stable.
8.
▲
by
youknowone
3y ago
If Python community and CPython developers were more open to PyPy, many things could be changed. A group of people talks about how good having a third-party interpreter in Python community while the whole Python eco-system is heavily relyin
9.
▲
by
youknowone
3y ago
I translated a survey about LK-99 papers to English https://hackmd.io/DMjYGOJFRheZw5XZU8kqKg
10.
▲
About LK-99 Papers
(hackmd.io)
2 points
by
youknowone
3y ago
|
0 comments
11.
▲
by
youknowone
3y ago
The article is mostly about people and their motivation. And why it is going with noise and trouble. Please feel free to ask about the article if your machine translator doesn't work for specific sentences.
12.
▲
(Mostly) Non-technical background of LK-99 Room-temperature superconduct
(hackmd.io)
2 points
by
youknowone
3y ago
|
1 comments
13.
▲
by
youknowone
4y ago
Thank you. That sounds like an important feature.
14.
▲
by
youknowone
4y ago
RustPython itself has more bugs. e.g. `dict()` doesn't work well on some multithread scenario yet.
15.
▲
by
youknowone
4y ago
RustPython didn't adapt the optimization designs yet. One of the current major goal is this optimization: https://github.com/RustPython/RustPython/issues/3244 RustPython even cannot run `1+1` without cal
16.
▲
by
youknowone
4y ago
RustPython doesn't have working JIT in the common meaning of JIT yet.
17.
▲
by
youknowone
4y ago
RustPython doesn't use GIL at all. RustPython use individual lock for each data type. So RustPython has more multithreading bugs.
18.
▲
by
youknowone
4y ago
Windows utility. Working for AMD chips with multiple L3 cache clusters. By the developer, it boosts stellaris 50%.
19.
▲
Saturn Affinity: boosting game performance on AMD chips
(github.com)
3 points
by
youknowone
4y ago
|
1 comments
20.
▲
by
youknowone
4y ago
preview: https://twitter.com/js1024fun/status/1547183423239897089 This is insane.
21.
▲
Epyt: JavaScript typing game in 1022 bytes with brotli trick (js1024)
(js1024.fun)
1 points
by
youknowone
4y ago
|
1 comments
22.
▲
by
youknowone
7y ago
Thanks. I didn't think adding them to the why page. For now, the actual projects work like: if DEBUG: ring_cache = functools.partial(ring.dict, {}, default_action='execute') else: ring_cache = functools.part
23.
▲
by
youknowone
7y ago
agree
24.
▲
by
youknowone
7y ago
Thanks, I will fix it
25.
▲
by
youknowone
7y ago
I agree they are missing features but still they are easy goal with small refactoring so it will be solved soon. Issue #129 is about application default. After that, dryrun is just replacing default action from 'get_or_update' to
26.
▲
by
youknowone
7y ago
Will it be correct expression if I fix it to outside? https://github.com/youknowone/ring/pull/133/files
27.
▲
by
youknowone
7y ago
no dogpile lock but get_or_create exists with different name: get_or_update
28.
▲
by
youknowone
7y ago
I want to say "not yet". It is shame that I didn't know docpile lock.
29.
▲
by
youknowone
7y ago
Thanks for the great advice. I never thought about this problem.
30.
▲
by
youknowone
7y ago
Actually it is common requests from the users but it wasn't solved yet. I will check the project, thanks!
More ›