HackerTrans
TopNewTrendsCommentsPastAskShowJobs

CITIZENDOT

6 karmajoined 4 lata temu

Submissions

Why content is becoming less and less interesting to consume

citizendot.github.io
1 points·by CITIZENDOT·w zeszłym roku·6 comments

Detecting Arbitrage in Sports Betting

github.com
1 points·by CITIZENDOT·2 lata temu·2 comments

comments

CITIZENDOT
·9 dni temu·discuss
std::accumulate is sequential and guarantes in order traversal. std::reduce is parallel version of it
CITIZENDOT
·10 miesięcy temu·discuss
threejs ?
CITIZENDOT
·11 miesięcy temu·discuss
After getting good at it, there is no "additional" prep time, unlike take homes, where you would need to spend hours for every individual assignment. Is that so hard to understand?
CITIZENDOT
·12 miesięcy temu·discuss
Why not? Elaborate
CITIZENDOT
·w zeszłym roku·discuss
I think we prefer effort put in. If it feels like that post is a direct copy paste of LLM, It doesn't feel worthy to be read. If the poster made some effort to make it their own and give it a personality, it's fine I guess.
CITIZENDOT
·w zeszłym roku·discuss
i don't understand, are you implying i'm marketing something? what do i have to market ;)

i used the term "consume" and "content" because it covers all forms of content, "reading text", "watching videos" under one blanket term.
CITIZENDOT
·2 lata temu·discuss
Watching Fall (2022) made me extremely wary of these kind of stunts.
CITIZENDOT
·2 lata temu·discuss
of course, they have to be accounted for before making a bet. but even then, it's possible to get out with profit sometimes.
CITIZENDOT
·2 lata temu·discuss
This is great, I'm going to start learning Morse code because of this.
CITIZENDOT
·2 lata temu·discuss
This article doesn't consider reusing similar components. For example, you want to use the purple button with a shitton of classes at multiple places. You don't always define the classes. Design a component (I know react, so using it's terminology), and use that. It'll be much easier to read/write and maintain that single component.

And article also says tailwind is the safest way to remain a beginner in CSS. I agree with this. But again, tailwind is not for someone who doesn't know CSS. It's not a magic UI framework. You have to know CSS. Tailwind is just a way of writing CSS without stylesheets.