Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
antpls
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
antpls
4y ago
In Zendesk, you get an Halloween pumpkin emoji instead of a thumb up. I always wondered if it was an annoying easter egg or a bug.
2.
▲
by
antpls
4y ago
Some years ago, I evaluated Protonmail as a replacement for my personal gmail account. When came the steps "can I easily move from this service?", I realized you have to _pay_ to export all your emails from the service. They make
3.
▲
by
antpls
4y ago
I was also worried about it, but then I learned about the USB-C to jack adapter cable. Look on your favourite shopping website. That should buy us 2 or 3 more years of wired headphone, and let the wireless tech continue to improve.
4.
▲
by
antpls
4y ago
Same, I have been using snap to run Firefox and Chromium for about more than a year (personal usage, not professional), and rarely had issues. I had one issue regarding a feature like WebGL or a file picker, but it was solved after 5 minute
5.
▲
by
antpls
4y ago
Question regarding Fedora : I tried it in a docker environment. During some googling to troubleshoot issues, several results were found on the Red Hat commercial support website (so, not accessible). I'm afraid that a good part of adva
6.
▲
by
antpls
5y ago
https://www.nhc.no/en/five-facts-about-the-referendum-in-bel... : "The amendments to this article will make it sound as follows: The Republic of Belarus excludes military aggression from its territory against othe
7.
▲
by
antpls
5y ago
SIMD instructions as we know them today do not make a consensus among the actors and architectures. See : https://www.phoronix.com/scan.php?page=news_item&px=Linus-To... That makes them harder to implement in compilers
8.
▲
by
antpls
5y ago
No one mentioned video games settings? It's a solved problem there, have profiles : "Low", "Medium", "High", "Ultra High". They allow for a quick start, then as the user is more aware of the feat
9.
▲
by
antpls
5y ago
Good reading ! It would be interesting to have other similar challenges, such as Euler, solved in idiomatic Tensorflow and Pytorch. Also some examples of more complicated state-of-the-art algorithms, such as sorting/graph/trees al
10.
▲
by
antpls
5y ago
HN's Point of View doesn't represent the PoV of the 1 billion active iPhone owners. Most people won't have any idea about the meaning of "hashes" and "databases". Not everyone is trying to actively fight t
11.
▲
by
antpls
5y ago
Tesla's Autonomous driving ads are banned in Germany since about a year now : https://www.reuters.com/article/us-tesla-autopilot-germany-i...
12.
▲
by
antpls
5y ago
Not in Germany : Tesla' self-driving ads are banned in Germany since about a year now : https://www.reuters.com/article/us-tesla-autopilot-germany-i...
13.
▲
by
antpls
5y ago
Since no one mentioned it in the comments so far, please add Hazelcast Jet to the long list of stream processors : https://github.com/hazelcast/hazelcast-jet
14.
▲
by
antpls
5y ago
In order to understand the ecosystem, I ask myself this question : why did 4chan personally harass Audacity leader, but did nothing about the behavior of freechat leader?
15.
▲
by
antpls
5y ago
To me, the downside of graph db is the non-standardized query language. I tried Gremlin but it feels like an imperative DSL. Cypher queries are more readable, but are limited to Neo4J. I am looking forward for Open Cypher or maybe a variati
16.
▲
by
antpls
5y ago
One has to admit, Copilot raises many questions regarding global code quality, reviewing processes and copyright. It's a marketing success.
17.
▲
by
antpls
5y ago
Another way to look at it : if an "AI" can predict what you would code next, it means your program is probably not that innovative, and was already created somewhere.
18.
▲
by
antpls
5y ago
That doesn't look like a "leak", but more like the usual mass scraping of APIs. An actual data leak from a breach would contain password hashes and private messages. It means somehow, people can access that "leaked"
19.
▲
by
antpls
5y ago
> now, that happens in a zoom/slack I am not in, and awareness is much lower. It sounds like all you need is a social graph of interactions from your chat software. That could lead to micromanagement deviance, but if the graph is op
20.
▲
by
antpls
5y ago
Great, but that's not a reason to force people who don't want to do it
21.
▲
by
antpls
5y ago
The way I understand the comment : With an interpreter, the JavaScript source is compiled to some bytecode, then the bytecode is executed in a loop, instruction by instruction. With a compiler (not jit), the whole bytecode would be further
22.
▲
by
antpls
5y ago
"In the Netherlands, the Dutch National Bank (DNB) now requires that crypto service providers looking to officially register with the central bank must demonstrate their compliance with verification requirements under the 1977 Sanction
23.
▲
by
antpls
5y ago
That's great, but it still performs 2 times worst than the best supervised model. Also : "The discriminator itself is also a neural network. We train it by feeding it the output of the generator as well as showing it real text fro
24.
▲
by
antpls
5y ago
Why is this flagged?
25.
▲
by
antpls
5y ago
I like to believe to that theory as well. But there is probably a simpler explanation : crypto is still experimental and Elon is pragmatic as new informations arrive. Where Bitcoin is the graal for some people, for Tesla it was only another
26.
▲
by
antpls
5y ago
Could be alleviated by creating yet another permission at the browser level : "allow to link to local applications"
27.
▲
by
antpls
5y ago
The reactions on Twitter are crazy, the Bitcoin fanatics who never cared about other cryptocurrencies are loudy. But that's a great move for crypto as a whole : once the environmental issue is resolved in people's mind, crypto (no
28.
▲
by
antpls
5y ago
No mention of https://frictionlessdata.io/ dataset metadata format which is also used by Kaggle
29.
▲
by
antpls
5y ago
Thanks : 1. In distributed computing, there are usually minimal communication because nodes communication is costly, the bottleneck can still be the hot loop on each nodes. 2. When optimizing the hot loop only, it can be quickly written in
30.
▲
by
antpls
5y ago
People need to focus on solving business problem first. "memory layout" and "cache usage" should be abstracted with premade data structures and algorithms into a library. You could then use "CacheFriendlyHashMap&quo
More ›