HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cjauvin

no profile record

Submissions

What does it mean to create with AI?

cjauvin.github.io
1 points·by cjauvin·3 เดือนที่ผ่านมา·0 comments

Conveying math intuition is hard

cjauvin.github.io
2 points·by cjauvin·4 เดือนที่ผ่านมา·0 comments

Does ChatGPT know what is a question?

cjauvin.github.io
1 points·by cjauvin·5 เดือนที่ผ่านมา·0 comments

The Sexual Paradise that never was

quillette.com
4 points·by cjauvin·6 เดือนที่ผ่านมา·2 comments

Insurmountable Hans (or the era of turbocharged goalpost moving)

cjauvin.github.io
2 points·by cjauvin·7 เดือนที่ผ่านมา·0 comments

Some models of reality are bolder than others

cjauvin.github.io
24 points·by cjauvin·7 เดือนที่ผ่านมา·18 comments

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

cjauvin.github.io
2 points·by cjauvin·8 เดือนที่ผ่านมา·2 comments

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

cjauvin.github.io
2 points·by cjauvin·8 เดือนที่ผ่านมา·0 comments

Proof of Prompt

cjauvin.github.io
1 points·by cjauvin·9 เดือนที่ผ่านมา·0 comments

Learning Persian with Anki, ChatGPT and YouTube

cjauvin.github.io
265 points·by cjauvin·10 เดือนที่ผ่านมา·90 comments

comments

cjauvin
·3 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
Sorry for the stupid question but is Elliptic Tales your favorite or is it Summing it up?
cjauvin
·5 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
Thanks for suggesting it, here you go: https://cjauvin.github.io/posts/learning-persian/
cjauvin
·10 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
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