Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alexrustic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
What Does One Billion Dollars Look Like?
(whatdoesonebilliondollarslooklike.website)
78 points
by
alexrustic
1y ago
|
94 comments
2.
▲
Knowing better, doing worse: the science behind self-sabotaging behaviour
(unsw.edu.au)
3 points
by
alexrustic
1y ago
|
0 comments
3.
▲
Missing link to 'blobs' deep within Earth
(theconversation.com)
7 points
by
alexrustic
1y ago
|
0 comments
4.
▲
Malware in DNS
(dti.domaintools.com)
4 points
by
alexrustic
1y ago
|
1 comments
5.
▲
China's Baidu to bring its driverless cars to Uber globally
(cnbc.com)
1 points
by
alexrustic
1y ago
|
0 comments
6.
▲
Order Within Chaos in Double Pendulum (Island of Stability Simulation) [video]
(youtube.com)
2 points
by
alexrustic
1y ago
|
0 comments
7.
▲
Duck.ai Privacy Policy
(old.reddit.com)
3 points
by
alexrustic
1y ago
|
0 comments
8.
▲
Photo Finish Explained [video]
(youtube.com)
1 points
by
alexrustic
1y ago
|
0 comments
9.
▲
Clever Custom Software Used to Reconstruct First Recorded Sounds (2010)
(theatlantic.com)
1 points
by
alexrustic
1y ago
|
0 comments
10.
▲
Amazon Introduces SWE-PolyBench, a Multilingual Benchmark for AI Coding Agents
(aws.amazon.com)
3 points
by
alexrustic
1y ago
|
0 comments
11.
▲
Napster pioneered music sharing over 25 years ago. It just got bought for $207M
(cnbc.com)
11 points
by
alexrustic
1y ago
|
4 comments
12.
▲
Blake Scholl Built the First Independent Supersonic Jet [video]
(youtube.com)
1 points
by
alexrustic
2y ago
|
0 comments
13.
▲
Open source AI: Red Hat's point-of-view
(redhat.com)
70 points
by
alexrustic
2y ago
|
64 comments
14.
▲
Working with The Associated Press to provide fresh results for the Gemini app
(blog.google)
87 points
by
alexrustic
2y ago
|
64 comments
15.
▲
US Cyber Trust Mark launches as the Energy Star of smart home security
(theverge.com)
1 points
by
alexrustic
2y ago
|
0 comments
16.
▲
An LLM is just a processor [video]
(youtube.com)
2 points
by
alexrustic
2y ago
|
0 comments
17.
▲
Epic Games' app store will be preinstalled on Android phones
(engadget.com)
6 points
by
alexrustic
2y ago
|
0 comments
18.
▲
Tim Cook Wants Apple to Save Your Life
(wired.com)
3 points
by
alexrustic
2y ago
|
1 comments
19.
▲
by
alexrustic
2y ago
Jinbase is designed to be thread-safe, ensuring it can be reliably used in a multithreaded context. To interact with SQLite, Jinbase uses LiteDBC [1] an SQL interface compliant with the DB-API 2.0 specification described by PEP 249 [2], its
20.
▲
by
alexrustic
2y ago
Thank you for your comment ! Indeed, for wide adoption across languages, we will need to port at least Paradict as that is the format in which BLOBs are serialized. Protobuf relies heavily on predefined schemas and this rigidity goes agains
21.
▲
Show HN: Jinbase – Multi-model transactional embedded database
(github.com)
48 points
by
alexrustic
2y ago
|
4 comments
22.
▲
WWDC17: Essential Design Principles – Apple [video]
(youtube.com)
1 points
by
alexrustic
2y ago
|
0 comments
23.
▲
Xavier Niel, a Driving Force of French AI, Is Now Shaping TikTok
(wired.com)
2 points
by
alexrustic
2y ago
|
0 comments
24.
▲
Windows App now available on all major platforms
(techcommunity.microsoft.com)
37 points
by
alexrustic
2y ago
|
43 comments
25.
▲
Kaspersky offloads U.S. antivirus customers to Pango Group
(axios.com)
5 points
by
alexrustic
2y ago
|
0 comments
26.
▲
by
alexrustic
2y ago
If I understand correctly, goroutines = asyncio (non-invasive) + asyncio.to_thread (when needed, but automatic). So, it is still cooperative concurrency that feels preemptive due to its design. This Go capability is interesting, and it 
27.
▲
by
alexrustic
2y ago
Thank you !
28.
▲
by
alexrustic
2y ago
Thanks for your comment ! When you are doing parallelism, don't forget to protect the 'entry point' of the program by using "if __name__ == '__main__'", and also avoid the __main__.py file [1] # this f
29.
▲
by
alexrustic
2y ago
If I'm given a chance to develop, I would start with the last part of the sentence that might sound subjective. For example, the 'Future' class in 'concurrent.futures' exposes a method named 'result' to co
30.
▲
by
alexrustic
2y ago
I was asked hours ago by a concurrency enthusiast, whose website has been a valuable source of information for me on the topic, to tell in a sentence what capability Asyncpal provides to users above the Python standard library (stdlib). I f
More ›