HackerLangs
TopNewTrendsCommentsPastAskShowJobs

cpa

1,023 karmajoined hace 15 años
meet.hn/city/fr-Paris @[email protected]

Submissions

Google Knol

en.wikipedia.org
4 points·by cpa·hace 2 meses·0 comments

Show HN: Multiplayer Voronoi

voronoi.charlespierre.fr
4 points·by cpa·hace 2 meses·0 comments

Friend.com – An AI necklace that listens to you

friend.com
1 points·by cpa·hace 5 meses·0 comments

comments

cpa
·ayer·discuss
It's nice to be rich.
cpa
·hace 3 días·discuss
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://geollm.beta.ign.fr/geocontext/mcp

Unrelated, but also take a look at the nice high-density LiDAR point data we have! https://visionneuse-lidarhd.ign.fr/?px=4441970.281583222&py=...
cpa
·hace 13 días·discuss
Something something AI
cpa
·hace 21 días·discuss
https://terrytao.wordpress.com/career-advice/theres-more-to-...
cpa
·el mes pasado·discuss
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/
cpa
·hace 2 meses·discuss
[dead]
cpa
·hace 2 meses·discuss
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 GPU automatically.

It's a very mature project, maybe 10+ years old.
cpa
·hace 2 meses·discuss
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 analogies but just follow the rules—everybody says that, but it took me a while to truly realize it.

See, for example, the Tardis monad or the Cont monad: https://www.reddit.com/r/haskell/comments/446d13/exotic_mona...
cpa
·hace 2 meses·discuss
I thought it'd be the male version of https://www.thehairpin.com/women-laughing-alone-with-salad/
cpa
·hace 3 meses·discuss
Top comment of a frontpage post, you're not doing that bad at marketing.
cpa
·hace 3 meses·discuss
Interesting, but how is the trust signal measured? I couldn’t find this information
cpa
·hace 4 meses·discuss
As member of OSCE, they have observers although it’s fairly light.

https://odihr.osce.org/odihr/elections/usa/580111
cpa
·hace 4 meses·discuss
Another good read: https://www.scu.edu/ethics/focus-areas/business-ethics/resou...
cpa
·hace 5 meses·discuss
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/package/tracing-0.0.7.4/docs/Con...
cpa
·hace 5 meses·discuss
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
cpa
·hace 5 meses·discuss
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 what engineering is all about.
cpa
·hace 5 meses·discuss
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 systems).
cpa
·hace 6 meses·discuss
Absolutely true. It's even the subject of many memes! search for "c15 memes".
cpa
·hace 6 meses·discuss
Am I reading an AI trying to trick me into becoming its subordinate?
cpa
·hace 7 meses·discuss
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.