Readit News logoReadit News
joshuapark commented on Letter from Raspberry Pi Foundation over trademark use   twitter.com/RPiSpy/status... · Posted by u/detaro
joshuapark · 5 years ago
"transfer the domain to us"

I read as:

- We will be taking over your business that you worked hard to build using our products and promoting our brand.

I feel that they betrayed the open source and maker community, may sound harsh, but limiting the usage of the image/brand like this is not justifiable.

joshuapark commented on YouTube bans coronavirus vaccine misinformation   reuters.com/article/us-he... · Posted by u/finphil
owlbynight · 5 years ago
I'll preface this by stating that I hate the idea of censorship and I always have.

However, were I to happen across someone motionless on the floor with a needle in their arm, I would give them NARCAN instead of a ride to a rehab center.

I'm from the United States. Social media is currently poisoning our country to a degree that I think it may be too late to try and draw out the fight for free speech by using free speech alone.

The idea is that we are supposed to be equally free to say whatever we want, regardless of our status or wealth. This has been corrupted.

The ability for one person to amplify their voice or ideas via hundreds or thousands of bots, paid assholes, and gullible people who lack the capacity for critical thought is a problem. It's a big problem.

Truth, facts, and hoping that people can apply logic to find their way to them isn't enough anymore and the people exploiting this advantage are getting better at it.

I agree that what YouTube is doing here is a slippery slope and it's scary. However, I personally think that this is now a war for democracy, and things are going to need to be sacrificed.

I do not like the idea that hard, easily proven facts can be overwhelmed by voluminous bullshit. If this is allowed to continue, our country is going to die. Banning obvious bullshit, albeit akin to censorship, is NARCAN. The underlying problem exists and is dangerous, but this will keep us going long enough to hopefully find a more suitable solution.

I hate this.

joshuapark · 5 years ago
A war for democracy would be fighting to give everyone a voice, even to those who you disagree with. Remember:

- Those who sacrifice freedom for security, deserve neither.

We shouldn't sacrifice freedom allowing platforms to censor people.

Annoys me the bullshit on youtube on all levels, but I don't want any platform removing the right of those people to say their ideas. People can have bots, but they will never be as strong as normal users. For example, 1mi bots giving likes to a video pro-nazism, this will trend and 1mi users will downvote it :) considering the platform that youtube is, 1mi real users is almost nothing.

Also someone disagreeing with you don't mean that this person is stupid/dumb/lack critical thinking, this is a quite common thing nowadays, consider everyone who think different to be wrong and dumb, instead of analysing that most of the things break down to social, personal and moral values, which differ from people, cultures, and so on...

So let the real democracy happen and downvote what you don't like or don't approve, upvote what you endorse, etc...

joshuapark commented on Ask HN: What are the pros / cons of using monorepos?    · Posted by u/factorialboy
joshuapark · 5 years ago
Things that change together, go together. Monorepos prevent people from having to dig in all imaginable places of your version system to find all pieces of your application. At the same time, if you have 10 micro services which are accessed by 1 frontend, it may be a little bit messy to keep all that code in the same place.

Common sense (which is not that common) is what should be used to determine. Ask yourself some questions:

- Does these repositories change together ? - If the code is not together, one repo should be linked to the over via what (git tag ? version number ?) - All pieces of the application are contained within a context ? Or they can be split (example, 10 micro services and 1 frontend, but 5 of those micro services are also used by another frontend in another project).

The main goal is to make things easier, some PoC and experiments may make it more clear because it really depends on the situation.

u/joshuapark

KarmaCake day30August 20, 2020View Original