HackerTrans
TopNewTrendsCommentsPastAskShowJobs

TACD

no profile record

comments

TACD
·29 days ago·discuss
I don’t see why “truthful, nuanced, well reasoned” is the long-shot vs cagey and evasive.
TACD
·last month·discuss
There’s a Tumblr for that: https://www.tumblr.com/moviecode
TACD
·2 months ago·discuss
Seems like this is even more reason to set a good example and follow the style guide.
TACD
·4 months ago·discuss
Soccer is not destroying the planet and making basic computer hardware unaffordable.
TACD
·5 months ago·discuss
I categorically do not love the timer. Timers should be a fixed-width typeface so the numbers don't jiggle.
TACD
·6 months ago·discuss
This isn't the first time it's happened, either. It's a pretty frequently recurring issue, in fact:

https://github.com/google-gemini/gemini-cli/issues/16723

https://github.com/google-gemini/gemini-cli/issues/16725

https://github.com/google-gemini/gemini-cli/issues/16732

https://github.com/google-gemini/gemini-cli/issues/16734
TACD
·8 months ago·discuss
A couple of other comics with their own distinct personalities but an unmistakable C&H vibe:

Cul de Sac (https://www.gocomics.com/culdesac)

Wallace the Brave (https://www.gocomics.com/wallace-the-brave)
TACD
·10 months ago·discuss
My pet theory about why the Minis sold poorly is that the 12 Mini was released just a few months after the SE 2; I suspect a lot of the would-be Mini purchasers had just bought an SE 2 instead (not knowing the Mini was just around the corner), and are also not a demographic interested in upgrading their phone every year.
TACD
·last year·discuss
Something quite similar to this is a theme in Greg Egan's Diaspora[1]. Specifically the various "flesher" societies and "bridgers" who facilitate communication between vastly divergent groups.

[1] https://en.wikipedia.org/wiki/Diaspora_(novel)
TACD
·last year·discuss
Similarly with 9.2, assignment using a walrus operator will also fail if the value is 0 (or anything falsy: https://docs.python.org/3/library/stdtypes.html#truth-value-...)
TACD
·last year·discuss
I would love to have a bit more detail on why this is a non-starter, though I appreciate it’s likely that the answer is too complicated for a layperson to really understand.
TACD
·3 years ago·discuss
So why not incorporate blocks as a signal for the ranking algorithm? The simple version is every person that blocks $USER causes a -n modifier on all of $USER's content; more complex versions could scale the modifier with the number of people (or the combined "reputation" of the people) blocking $USER or shadowban them once x% of posters block them.

Open to abuse? Potentially, but so are a lot of community voting features, and reliably muting serial trolls would be a useful feature for a lot of social sites.