257
results for "sorting"
-
JSON dictionaries don't round trip unless you add sorting rules, yes, as different languages do different things with key order -php and js are the order you create them in, python in hash order, Go deliberately randomised
[KevinMarks]
at
2021-03-03 01:35
-
These are things like my On This Day Feature, sorting my date archives from oldest to newest, implementing a /updated url to show my site based on last updated order instead of publish date
GWG
at
2021-03-01 20:32
-
i don’t use them for topics, but i use them as roughly post type-ish sorting
aaronpk
at
2021-02-13 00:57
-
i had some issues with events on my site. like aaronpk, i use the event start time as the publish date for sorting and for the URL and that required special handling on my hugo setup.
[schmarty]
at
2021-02-04 17:31
-
the only sort of special thing about my event posts is that i use the event start time as the published date for sorting and determining the URL
aaronpk
at
2021-02-04 17:26
-
[KevinMarks]: It's just for sorting purposes, because all mentions are stored in the same table
GWG
at
2020-12-21 22:20
-
if you were ever hesitant to store JSON blobs in the database for lack of indexing (sorting, joining, ..) see ^
lahacker
at
2020-11-27 21:31
-
Not had much time for sorting thoughts during work today
Zegnat
at
2020-11-16 19:13
-
Seems to be doing much the same thing, yeah, but not open-source? I am interested in trialling a couple things. Still sorting out my thoughts from the IWC East weekend.
Zegnat
at
2020-11-16 19:13
-
multi-day events don't have the option of setting a start/end time (because it's rarely helpful and more often misrepresentative in a summary view), so for sorting, it uses the first possible absolute time of that date, which happens to take place before the pre-party
aaronpk
at
2020-11-13 20:24