Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cpa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cpa
5d ago
https://www.irif.fr/~gc/teachAdvancedProgramming.en.html There you go, but half of the slides are in French.
2.
▲
by
cpa
5d ago
This kind of semantics-first comparative analysis of programming languages is so important. I had a course at uni where we dissected how different languages approached concurrency, parallelism, modules/OOP, metaprogramming, eager vs la
3.
▲
by
cpa
11d ago
Indeed, been using them since 2019 and it just works.
4.
▲
by
cpa
20d ago
In my experience, unfortunately it’s fast until you need to use a webapp (Gmail, FB, Netflix…). For document editing or code it’s pretty awesome but a sluggish web is a deal breaker for many these days.
5.
▲
by
cpa
1mo ago
Bloctel ineffectiveness (the previous opt-out system) was cited as one of the reasons for moving to a ban. I was on this system too and used to get scam calls too (they would come in waves, like 3-4 calls in a week, nothing for a month, the
6.
▲
by
cpa
1mo ago
At $JOB, I use the Pareto frontier all the time. If one option is at least as good on every relevant dimension and better on one, just pick it. That's not really a trade-off, and it shouldn't need escalation. Eg, if two SaaS tools
7.
▲
by
cpa
2mo ago
https://en.wikipedia.org/wiki/Corv%C3%A9e
8.
▲
by
cpa
2mo ago
It's nice to be rich.
9.
▲
by
cpa
2mo ago
This space is very active. I work at the French mapping agency, and we're currently building MCPs to work with our data. See: https://github.com/ignfab/geocontext (French) Beta MCP instance: https://g
10.
▲
by
cpa
3mo ago
Something something AI
11.
▲
by
cpa
3mo ago
https://terrytao.wordpress.com/career-advice/theres-more-to-...
12.
▲
by
cpa
3mo ago
Super cool! I did something similar (in terms of visualisation) a few years back, a map of cities by their birthdate on wikipedia: https://cpa.github.io/wiki-cities-birthdates/
13.
▲
by
cpa
4mo ago
For those wondering what it's for: it's basically NumPy + a JIT compiler with standard Haskell syntax (you mostly just need to change the type signatures, not the code). It can vectorize, parallelize on the CPU, or offload to the
14.
▲
Google Knol
(en.wikipedia.org)
4 points
by
cpa
4mo ago
|
0 comments
15.
▲
Show HN: Multiplayer Voronoi
(voronoi.charlespierre.fr)
4 points
by
cpa
5mo ago
|
0 comments
16.
▲
by
cpa
5mo ago
Pretty cool! I've spent a lot of time wrapping my head around monads; whenever I thought I "got it," I would come across some exotic monad that completely blew my mind. The best way to understand them is not to rely on analog
17.
▲
by
cpa
5mo ago
I thought it'd be the male version of https://www.thehairpin.com/women-laughing-alone-with-salad/
18.
▲
by
cpa
5mo ago
Top comment of a frontpage post, you're not doing that bad at marketing.
19.
▲
by
cpa
6mo ago
Interesting, but how is the trust signal measured? I couldn’t find this information
20.
▲
by
cpa
6mo ago
As member of OSCE, they have observers although it’s fairly light. https://odihr.osce.org/odihr/elections/usa/580111
21.
▲
by
cpa
7mo ago
Another good read: https://www.scu.edu/ethics/focus-areas/business-ethics/resou...
22.
▲
by
cpa
7mo ago
Pretty cool to have a first-class tracing mechanism. Obviously... it's a monad! Haskell has had a MonadTrace monad for a long time, that can be switched on or off depending on your environment. https://hackage.haskell.org&#x
23.
▲
by
cpa
7mo ago
It reminds me of when I used to write lisp, where code is data. You can abuse reflection (and macros) to great effect, but you never feel safe. See also: string interpolation and SQL injection, (unhygienic) C macros
24.
▲
by
cpa
7mo ago
To add to sibling comment, if you have streaming data you have to update the whole index every time with r/kd trees whereas with H3 you just compute the bin, O(1) instead of O(log n). Not rocket science but different tradeoffs, that’s
25.
▲
by
cpa
7mo ago
The big reason is that H3 is data independant. You put your data in predefined bins and then join on them, whereas kd/r trees depend on the data and building the trees may become prohibitive or very hard (especially in distributed syst
26.
▲
Friend.com – An AI necklace that listens to you
(friend.com)
1 points
by
cpa
8mo ago
|
0 comments
27.
▲
by
cpa
8mo ago
Absolutely true. It's even the subject of many memes! search for "c15 memes".
28.
▲
by
cpa
9mo ago
Am I reading an AI trying to trick me into becoming its subordinate?
29.
▲
by
cpa
9mo ago
Companies don’t have a legal obligation to publicly disclose revenue in many countries, so if you’re selling business insights you’re always on the lookout for indicators that can be used as a proxy to revenue.
30.
▲
by
cpa
10mo ago
In the same vein 4chan.org/b/ used to make every so often "This iw now a Hacker News thread", which were hilarious. See: https://desuarchive.org/g/thread/48696148 Thread: https://new
More ›