HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kitschyred

no profile record

Submissions

Archiving YouTube Channels with YT-DLP and Plex (2021)

l0g.is
2 points·by kitschyred·3 years ago·0 comments

NormCap: OCR powered screen-capture tool

github.com
72 points·by kitschyred·3 years ago·24 comments

Rnote – Sketch and take handwritten notes

rnote.flxzt.net
1 points·by kitschyred·3 years ago·0 comments

Programming Paradigms for Dummies: What Every Programmer Should Know [pdf]

info.ucl.ac.be
2 points·by kitschyred·3 years ago·0 comments

The Essential Guide to Color Spaces (2020)

blog.frame.io
1 points·by kitschyred·3 years ago·0 comments

[untitled]

1 points·by kitschyred·3 years ago·0 comments

HarfBuzz brings professional typography to the desktop (2017)

lwn.net
16 points·by kitschyred·3 years ago·0 comments

Why is Lichess free? (2014)

lichess.org
20 points·by kitschyred·4 years ago·9 comments

You aren't lazy. You just need to slow down

npr.org
9 points·by kitschyred·4 years ago·2 comments

Best File Formats for Archiving

suchanek.name
3 points·by kitschyred·4 years ago·1 comments

Shader-slang/slang: Making it easier to work with shaders

github.com
2 points·by kitschyred·4 years ago·0 comments

A Degrowth Response to an Ecomodernist Manifesto

mahb.stanford.edu
2 points·by kitschyred·4 years ago·0 comments

What will socialism look like?

marxist.com
3 points·by kitschyred·4 years ago·0 comments

Bill Gates' Open Letter to Hobbyists (1976)

blinkenlights.com
6 points·by kitschyred·5 years ago·0 comments

Do All Languages Have Adjectives?

medium.com
5 points·by kitschyred·5 years ago·0 comments

comments

kitschyred
·4 years ago·discuss
> And that significant difference is that TikTok is a Chinese company, not an American one

Can't repeat this enough. The Americans in here might see that foreigness and national dick-measuring contest as enough justification for a ban. All while either willingly ignoring or relishing in the fact that they do the same thing in other countries. "But we're your allies!" my arse, I trust your government as much as I trust China's, which is to say I don't, at all.

I can't accurately express with words the anger I derive from the hypocrisy of the SV-types in here arguing for a ban on privacy grounds. And to be clear, I'm not trying to defend TikTok here, they do deserve to be banned from every country on Earth. I just wish American companies would get the same treatment, and die as they all deserve.
kitschyred
·4 years ago·discuss
> I think the bias of Wikipedia is pretty clear polar to that of PragerU

As if. This article: https://en.wikipedia.org/wiki/Holodomor_genocide_question is still up despite having almost zero pertinent sources.[1] Calling that "polar" is nothing short of a stretch.

At most, Wikipedia could be said to have a neo-liberal bias, an ideology upheld by both of the US' political parties, based on policies alone and not on each individual voter's personal and nuanced adherence. The parties are wrongly assumed to be polar opposites on the political spectrum by most US citizens, but they're not.

[1] https://www.youtube.com/watch?v=3kaaYvauNho
kitschyred
·4 years ago·discuss
> Let the law punish these people One of the people he picked as an example is the law. He's a white supremacist cop from Illinois: https://accollective.noblogs.org/post/2022/04/01/magic-dirt-.... So what you're asking for can't and won't happen. "Some of those that work forces are the same that burn crosses."
kitschyred
·4 years ago·discuss
The phrase "he doesn't like" is doing a lot of work in this whole thread isn't it? Makes it sound like Travis is scraping other people's data for not having the same favourite colour that he does. However, the people presented as examples in the README are nazis, scammers, homophobes and transphobes. It's an interesting way of minimising calls for genocide.
kitschyred
·4 years ago·discuss
> Talk about bad UX.

I think you could say this for CLIs in general. While we can all agree that the CLI is great for tasks that require repetition; it's just a PITA for any one-time task. When you just need to do something once and as soon as possible, the manual-help-type-run loop gets tiresome quickly.

Passing options to a program so it can do what most users would want it to do in the first place is nonsensical, and yet that describes the behaviour of many if not all of *nix's tools. It should be the other way around: do what is expected by default, and provide options for different, more uncommon use-cases. Though I suppose this is also a form of baggage from the past that it's very difficult to get rid off because of backwards compatibility.