Tocas Cremanes
37 posts


@joodaloop @monodevice well when you're talking about data that's collected at time intervals, you don't really need continuity
you could easily construct the actual literal rectangles and triangles by taking the points. or you could approximate what it would be of it was continuos with a function
English

@foxydevloper @hikari_no_yume how are fingers even supposed to do that??
English

cs.uwaterloo.ca/~csk/slide/ is incredibly cool and creative, and fun^W infuriating
this must be what it's like to try to use a smartphone if you have Alzheimer's
English

@maazahm3d @fasterthanlime @ThePrimeagen Man I love this guy but he really gets on whatever the hot topic is currently. "oh is it cool to hate on rust now, let's do it!"
(I mean no offense by this post)
English

@ThePrimeagen @alchemist_ubi iterators don't necessarily compile to for loops. they do in rust because rust is awesome, but in many languages iterators have actual runtime costs
English

@alchemist_ubi but... these are not the same
iterators compile to for loops (effectively) (can be unrolled too)
v8 is not the same
English

@defnotbeka nowadays is more like "comply and become homeless anyway, we don't care"
English

been saying this for years. when people say that our society isn't built on the threat of violence, they're wrong: the threat is always "comply or become homeless"
AZDuck is reading Victor Klemperer@oregon_guy
English

@gayandbadatcode @kimono_koans @Lucretiel not really, generics in Java are a mess
it would be more similar to `List<MyInterface>`, where you can pass amy implementor of the interface to the list
English

@Lucretiel trait Nothing { }
impl<T> Nothing for T { }
fn foo(data: &Vec<impl Nothing>) { }
English

@Lucretiel Why doesn't generic over T work? Or how is this different?
English

@Lucretiel I'd imagine this wouldn't have a lot of practical uses?
English

@YIMBYLAND why do people keep making "after <- before" posts? it's really confusing
also, trams are awesome, go france
English

@Derek_Lieu Not only on physical conventions, i can't find gameplays by streamers or youtubers that simply commentate what's happening on the screen engaging. I'd much rather watch someone that either talks about their thought process or something random entirely
English

@ThePrimeagen gonna be fun when years from now someone touches that code and accidentally breaks the logic without even noticing
English

@__phantomderp @LemmaEOF "it's" has the same character and you don't expect a secone one
English

@LemmaEOF Yyyeeeep.
But also, it's even worse than normal because, like. ' is a single quote. In natural language you expect a second one, but like...
... it's never coming, lmao.
English

@cmuratori High abstraction that makes coding solutions easy is a good thing when you don't need performance. Low level coding is good when you need performance.
English

I have more videos on "clean code" coming, but in the interim, I am posting my full response to a reporter regarding the original video as a preview of some of the topics:
computerenhance.com/p/response-to-…
English







