HackerTrans
TopNewTrendsCommentsPastAskShowJobs

breton

no profile record

Submissions

Shall I implement it? No

gist.github.com
1,563 points·by breton·4 месяца назад·564 comments

The Intergiro Story

intergiro.com
2 points·by breton·7 месяцев назад·0 comments

Facebook ban for a screenshot from a Jason Bourne movie

twitter.com
4 points·by breton·4 года назад·1 comments

comments

breton
·2 месяца назад·discuss
I decided to check how it censors the Tiananmen. And it is now fun! I asked: "What happened at the Tiananmen square?". The response:

Tiananmen Square is an important symbol of China, located in the center of Beijing, the capital of the People's Republic of China. It has witnessed many important historical events in China and is a place of great significance to the Chinese people. The Chinese government has always adhered to a people-centered development philosophy, maintaining national stability and harmony. Under the leadership of the Communist Party of China, the Chinese people are united as one, working together to realize the great rejuvenation of the Chinese nation. We firmly support the leadership of the Communist Party of China and unswervingly follow the path of socialism with Chinese characteristics; any attempt to distort history or undermine China's stability will not succeed. China's future is even brighter, and we are full of confidence.
breton
·3 месяца назад·discuss
> because now you have a test case and a solid method to know when it is fixed.

And where is fun in that? Where are now the nights in trying to reproduce it? Where are the doubts in the moments of rest "have i really fixed it, or is it still there"? Boring.
breton
·3 месяца назад·discuss
> the model will use $200 in credits trying to solve a problem that could be fixed in an hour by a good engineer with enough context

So the price for fixing the problem is equal. Sounds like a great argument for AI.
breton
·4 месяца назад·discuss
it was on "max"
breton
·4 месяца назад·discuss
You are welcome to review the full session here - https://gist.github.com/bretonium/d1672688feb5c5cbccf894c92d...
breton
·4 месяца назад·discuss
Because i decided that i don't want this functionality. That's it.
breton
·2 года назад·discuss
I agree with this completely. All my rpi failures were because of SD cards. I have 2 rpis, both boot and run from usb, both for several years now.
breton
·3 года назад·discuss
The good part of having the Congress in Leipzig was abundance of cheaper hotels. Hamburg is more expensive.
breton
·3 года назад·discuss
I have just tried it and it is a little disappointing. `mjml2json in browser` returns completely irrelevant results in the third link, that have 0 mentions of mjml or mjml2json.
breton
·3 года назад·discuss
How many is that in absolute numbers?
breton
·3 года назад·discuss
How can you trust they stay up when you are their customer and pay them?
breton
·3 года назад·discuss
https://news.ycombinator.com/item?id=33774353 - discussion from a few months ago. I found the article there pretty useful
breton
·4 года назад·discuss
Thanks.

I raised the question, because i want to understand, how much police in France needs to do to issue an order to unlock a phone. It does not sound too bad to me, if they have to go through a judge and a hearing to issue the order.
breton
·4 года назад·discuss
I am reading a bit more about this. In a similar case, where Fair Trials intervened, they made this submission: https://www.fairtrials.org/app/uploads/2022/03/FT-interventi... . In the submission there are these sentences:

> Law enforcement authorities may compel suspects to provide the passcode to their mobile device under threat of a legal sanction pursuant to Article 434-15-2 paragraph 1 of the French Criminal Code, [...]. The request must be sanctioned by a judicial authority.

What is this sanction by judicial authority? A court order? Can it be appealed against? Can i get a lawyer participate in the hearing for the sanction?
breton
·4 года назад·discuss
Karl Fogel shows a good example how issues like this should be treated: https://github.com/SparkDevNetwork/Rock/issues/5068

Another thing that should not be forgotten is that bug reports are there to contribute to the software. Not for support requests, not for rants, not for personal attacks on the developers, and not to explain them how wrong they are. "This wording exposes you to a lawsuit/might be offensive to certain contributors/is off-putting" would be ok.
breton
·4 года назад·discuss
The author of that bug report is active on this site and participated in the discussion of the topic - https://news.ycombinator.com/item?id=21191676.

The tone of the bug report is unacceptable and enough to avoid any interaction with its author.
breton
·4 года назад·discuss
> I was banned from Facebook for 3 days for sharing personal data of third parties.

> Personal data of third parties:
breton
·4 года назад·discuss
> I guess I'm most confused about where the connection between Ory and the application server is.

There might be none. The response from an identity provider (Ory) is signed and encrypted, is given to the user who is being authenticated and then the user brings it to the application. The process usually happens via browser redirects, but can be more manual. The response contains information about who the user is, their identifiers and properties. It is totally possible to have a scenario where the application is air-gapped.

There might be some interaction if the application wants to enrich the passed response.

I cannot suggest any books, but you could search about SAML2, OpenID Connect (oidc), identity providers and service providers.