Raphael
raphael@mastodon.sdf.org
<p>Software Developer in Brisbane.</p><p> Lots of programming stuff, some game stuff, also just life stuff.</p>
Posts
-
Post #4280285
What’s the Tokyo or New York City equivalent of the story beat where someone sees a gas station sign with gas at like 14 dollars a gallon to express that things have gotten very expensive?
-
Post #4280284
Django people out in the world: do y&#39;all actually reach for the Django built-in class based views? Class Based Views with a bunch of extra functionality is nice of course, but I&#39;ve found that the couple lines it takes for me to do simple forms and the like in a function-based view just makes it a hard sell. But perhaps there are people out there using CBVs even for the basic stuff to have a bit more of a declarative configuration
-
Post #4280283
https://github.com/3YOURMIND/django-migration-linter/ I was today year&#39;s old when I found out about a package that lints Django migrations for common mistakes that cause issues when trying to do zero-downtime deployments
-
Post #4280282
@carlton was there ever any discussion when you were working on template partials around having support for &quot;inline with&quot; with django template partials, like how {% include %} has it? Searched the forums and having trouble finding chatter around that Is this a &quot;we already have {% with %}&quot; thing for you? Or some subtlety I&#39;m missing?
-
Post #4280281
Recently chatted about French entrance exams with buddies and decided to check out what recent exams look like for the comp sci stuff and... men would rather write this than just write `list(set(s))` smh https://www.doc-solus.fr/prepa/sci/adc/pdf/enonces.pdf/2024/MP_INFO_MINES_2_2024.enonce.pdf
-
Post #4280280
.... alright I&#39;m definitely translating one of the year&#39;s exams into english it needs to be known
-
Post #4280279
obviously translation is a skill and hard etc but I&#39;m regretting my declaration that I will definitely translate this french entrance exam. Got through 3 pages (still need to reproduce one gnarly diagram...), 7 more to go. French has too many run-on sentences!!!!
-
Post #2552746
Been chatting a lot about XMPP with some people the past couple months and it got me wondering... is there an XMPP SDF instance?
-
Post #2552745
640 points of psychic damage to me of a week ago if I had seen this before seeing the movie
-
Post #2552744
PlainDateTime.from docs &gt; As an input, you may optionally include the offset and time zone identifier, in the same format as ZonedDateTime, but they will be ignored. Note that the offset must not be Z. Other annotations in the [key=value] format are also ignored, and they must not have the critical flag. Why.... why do you accept some offsets but not all of them. Why do you do this to me