Ludovic 'Archivist'
And that clause, that clause was pain
Danya🔥
Danya🔥
Danya🔥
I'm confused with this date
Danya🔥
Learning
what changed? wchar_t obsoleted?
Ludovic 'Archivist'
I'm confused with this date
I... I probably read a draft in 2014, but probably not the C++14 draft, I forgot that the release was very late for that one
Ludovic 'Archivist'
Alzheimer's is already out for me I guess
The
I didn't read the entire standard since C++14
You read the entire standard till cpp14?
Ludovic 'Archivist'
You read the entire standard till cpp14?
I read it at some point, but that was a long time ago
Ludovic 'Archivist'
I mean, it is like 2400 pages, it is like a 2 days read
The
Lol.. i can that novel in a week.. but not CPP spec.. I'll do more like a page per week
Ludovic 'Archivist'
I read a few documentations in the thousands of pages when starting most of my jobs
Jose
I mean, it is like 2400 pages, it is like a 2 days read
2 days read, 2400 pages, without sleeping... 80 pages per hour, 1.5 pages per minute That's brutal!
Ludovic 'Archivist'
Even a small PHP framework will have a700 pages manual
Jose
Even a small PHP framework will have a700 pages manual
That doesn't mean you can absorb 700 pages manual at first sight
Ludovic 'Archivist'
where is your math gone?
Jose
where is your math gone?
2400/48 = 80 80/60 = 1.555...
Ludovic 'Archivist'
That doesn't mean you can absorb 700 pages manual at first sight
You don't need to, you will remember caveats as you go along using things
The
Do you really grasp it all or just gloss over ? I can't even read a novel at that speed
The
CPP spec is supposed to be dense af
Ludovic 'Archivist'
2400/48 = 80 80/60 = 1.555...
2400/(24*2) => (2400/24) / 2 => 100 / 2 => 50
Ludovic 'Archivist'
WHAT!?
Yeah, where has your math gone like I said
Jose
80 pages per hour * 48 hours = 2400 pages, Where are your physics dimensions at?
Ludovic 'Archivist'
Do you really grasp it all or just gloss over ? I can't even read a novel at that speed
You will not grasp everything, for a spec, it is OK, like I said, you will have to come back to it
The
My way is to not leave a page till i digest all in it... So I do like 1 per year or more
Jose
I can't send photos
Jose
I can't still send photos. Even if you are trying to salt me, 50 pages per hour is an extremely information loss reading speed
Ludovic 'Archivist'
I can't send photos
I can do a multiplication, I gave you the pictures because like I said, where is your math
Danya🔥
I mean like it's second grade..
Jose
You enjoy humillating, it's ok. Think about how much is 50 pages per hour in a dense-a-holic manual but this is ok, but, sorry, it's not ok
Jose
I mean like it's second grade..
I mean, think why I had that result and you will encounter the solution why happened me 2 times in a row
Danya🔥
Wtf you're talking about
Jose
Both cases are very extreme, it's not normal to read 50 pages of a technic essay an hour
Ludovic 'Archivist'
I read about 2-3 pages a minute
Jose
Wtf you're talking about
I was using hexadecimal notation instead of decimal notation
Ludovic 'Archivist'
which is why my book budget is around 50€ per month despite having very little money around
Ludovic 'Archivist'
I was using hexadecimal notation instead of decimal notation
why would you use a calculator to divide 24 by 48 ?
Anonymous
He is a Tutor in Fivrr. I trust Him.
Learning
When I read a document, I run very fast, so time slows down.
Jose
I read about 2-3 pages a minute
https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0036091 So, you are not understanding what are you reading, according to this paper
Ludovic 'Archivist'
When I read a document, I run very fast, so time slows down.
look at you go, leaving a trail of deadly gamma rays behind you
Ludovic 'Archivist'
https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0036091 So, you are not understanding what are you reading, according to this paper
Which is what I said earlier, I do not aim for a deep understanding of what I read, much less on first read
Ludovic 'Archivist'
Also, using a study that compared reading of a logographic language with reading of phonetic languages is a bit cringe lol
Learning
look at you go, leaving a trail of deadly gamma rays behind you
not fast enough, std::map::emplace() took me half hour.
VD
Code points may require up to 4 bytes in UTF-8
Danya🔥
Not code point. Code units
I'm stupid in this regard
Yassin
؟
Кіт ✙
؟
⸮ (it's a link (not for yassin))
Yassin
How to remove message restrictions
Rose
How to remove message restrictions
Offtopic discussions should be done in the C/C++ Offtopic group. Please take your discussion/questions there.
Yassin
I cant send messages to new people
klimi
How to remove message restrictions
what restrictions? you are writing messages here and I can see them
Yassin
In private i cant
Yassin
Can you try send to me
Yassin
In private
klimi
In private i cant
you are not supposed to send private messages to people of this group. Also that means your limited account is limited by telegram. Probably you spammed people
Yassin
No no
klimi
Can you try send to me
I can but I won't. Also I am ending the discussion about this in here since it's considered offtopic here. Thank you for understanding
Yassin
Even i dont send any message here to any person
Yassin
I mean in general
klimi
Even i dont send any message here to any person
What I have said still holds true
John
is it meaningful to go through all the stl source code, as a beginner?
Ludovic 'Archivist'
is it meaningful to go through all the stl source code, as a beginner?
Absolutely not, the standard library code is filled with idiosyncrasies specific to the implementation of a C++ standard library, compiler specific details, platform specific details, and all of that covered in double underscores at the start of every other token
John
that's also what I thought, I found it too fussy and nearly unreadable for me
John
thanks for the advices
Lyper
Hi