HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cjauvin

no profile record

投稿

What does it mean to create with AI?

cjauvin.github.io
1 ポイント·投稿者 cjauvin·3 か月前·0 コメント

Conveying math intuition is hard

cjauvin.github.io
2 ポイント·投稿者 cjauvin·4 か月前·0 コメント

Does ChatGPT know what is a question?

cjauvin.github.io
1 ポイント·投稿者 cjauvin·5 か月前·0 コメント

The Sexual Paradise that never was

quillette.com
4 ポイント·投稿者 cjauvin·6 か月前·2 コメント

Insurmountable Hans (or the era of turbocharged goalpost moving)

cjauvin.github.io
2 ポイント·投稿者 cjauvin·7 か月前·0 コメント

Some models of reality are bolder than others

cjauvin.github.io
24 ポイント·投稿者 cjauvin·7 か月前·18 コメント

Manifesto: AI (as a term and field) should subsume CS

cjauvin.github.io
2 ポイント·投稿者 cjauvin·8 か月前·2 コメント

We didn't get the AI failure modes that philosophy anticipated

cjauvin.github.io
2 ポイント·投稿者 cjauvin·8 か月前·0 コメント

Proof of Prompt

cjauvin.github.io
1 ポイント·投稿者 cjauvin·9 か月前·0 コメント

Learning Persian with Anki, ChatGPT and YouTube

cjauvin.github.io
265 ポイント·投稿者 cjauvin·10 か月前·90 コメント

コメント

cjauvin
·3 か月前·議論
For those interested in this type of climate data visualization apps, I have worked on this one in the past, which is actively maintained with a lot of love, and very nice:

https://portraits.ouranos.ca/en
cjauvin
·5 か月前·議論
Sorry for the stupid question but is Elliptic Tales your favorite or is it Summing it up?
cjauvin
·5 か月前·議論
For "something that is published" (which includes a comment like this) I clearly dislike it too, but for chatting / texting, I realize that I often use it more than my interlocutors, and I'm not sure why. There's a part of lazyness I guess, but also a vague sense of "conveying the impression of a never ending stream of communication", which is closer in my mind to the essence of the chat medium. In French, there is also the additional layer of "using the accents or not".
cjauvin
·6 か月前·議論
Very interesting project! I cannot resist mentioning an old project of mine that was made in a very similar spirit, but way before any LLM: wrapping a classic Lone Wolf gamebook around a very crude text parser: https://projectaon.org/staff/christian/gamebook.js

I had written an entire "framework" for it, in JS (so in theory more books could be supported), but it never went anywhere: https://github.com/cjauvin/gamebook.js
cjauvin
·8 か月前·議論
I asked a question about exactly this on Stack Overflow, many years ago, which I think received a nice answer: https://stackoverflow.com/questions/57966935/asyncio-task-vs...
cjauvin
·10 か月前·議論
Author here: my learning objectives, in order of importance, are: (1) vocal understanding, (2) speaking, (3) reading, and (4) typing and writing (far further). As I explain, I'm mostly bypassing the problem of typing by using screenshots (ChatGPT's OCR capabilities are very good, and Anki works very well with it too).
cjauvin
·10 か月前·議論
Thanks for suggesting it, here you go: https://cjauvin.github.io/posts/learning-persian/
cjauvin
·10 か月前·議論
I've been using ChatGPT to learn Persian (as a third language) for more than a year now (along with a heavy use of Anki), and it's incredibly useful and surprisingly good, for about everything: romanization, OCR from screenshots, deep explanations of complex and subtle stuff, etc.
cjauvin
·10 か月前·議論
Counterpoint: I actually really enjoy his style of writing, which I find clear, patient (you must appreciate visual examples and exploration though) and very often challenging and stimulating (recent examples: the posts about the bigger brains, Conway GoL engineering, and biology / evolution). I find he regularly introduces intriguing and useful ideas, like the distinction between "brain-like" computers (which includes neural networks) and more general, Turing-like mechanisms, and I find his overarching concept of computational irreducibility (even though he didn't invent it) quite profound in its implications. I would add that his posts read like an ambitious research program in progress (like a book written one chapter at a time) and that is why I think certain concepts (like ruliology) may appear obscure at first, if you didn't read a lot of stuff that comes before. One tiny nitpick I have: certain language tics, like the constant use of the "And, yes" pattern (he really uses this a lot I wish someone somehow told him).
cjauvin
·10 か月前·議論
One of my greatest pleasure of random walking the internet is building my list of possible next books to read.. thank you for this one!
cjauvin
·10 か月前·議論
If you consider this from the angle of Wittgenstein's "language games", you could say that the problem would be "simply" to distinguish between these two, quite different, language games, and act accordingly.
cjauvin
·7 年前·議論
SEEKING WORK | Remote, Montreal

I'm an independent consultant/data scientist, interested and able to work at many locations in a data pipeline: from the app layer to custom processing algorithms (including machine learning stuff).

https://cjauvin.github.io
cjauvin
·12 年前·議論
I concur that 6502 programming is great fun. When I had a bout of C=64 nostalgia recently, I created a simple Tetris clone as a relearning project:

https://github.com/cjauvin/tetris-c64