HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stonekyx

no profile record

Submissions

GitHub Packages Is Down

githubstatus.com
120 points·by stonekyx·hace 3 años·78 comments

comments

stonekyx
·hace 3 meses·discuss
Sure, take that stricter immigration control. But if people assume upfront that immigrants are intrinsically the source of problems and it takes stricter and stricter controls to filter them down to only those that bring value, this strengthening of filtering will never end.

Remember that one does not _either_ bring value or cause problems. I expect a typical human being to bring some value and cause some problems at the same time. And you can never measure which one is bigger.
stonekyx
·hace 4 meses·discuss
I was wondering why my email verifications are not being delivered, but couldn’t find the system status link on their homepage. Then I came to HN…
stonekyx
·el año pasado·discuss
Maybe I missed something, but if DATA is given as an array at runtime, is there a way to put it into the type system? And if the result is in type system, is there a way to print it out at runtime without looping through all permutations of the possible characters?

The solution was impressive and fascinating, regardless.
stonekyx
·hace 2 años·discuss
Oh god, I feel sorry for these employees. It’s so disgusting and inhumane to just think about somebody being forced to smile and judged by how good they do that, by a machine!
stonekyx
·hace 2 años·discuss
> while the US is at the forefront of lobotomizing its population with social media

I have to point out that China is, too.

No country is "just looking for ROI", and even if they are, that's not necessarily a good thing.
stonekyx
·hace 2 años·discuss
I think what it meant is that, in the social networks today, you have to behave “consistently” all the time. If you wrote something today and then say the opposite tomorrow, people online would probably attack you for being untrustworthy or something like that, and refuse to accept your points. But in reality, nobody can be consistent all the time. We’re all different from minute to minute, and it’s perfectly natural to change your opinions however often you want.
stonekyx
·hace 2 años·discuss
Lol, typical Chinese propaganda speech I'd say. But just to be fair,

> he led his team to fight for a thousand years

The page you linked to actually said "more than a thousand days and nights", not years.
stonekyx
·hace 2 años·discuss
Even the post isn't using /dev/tcp, but compiled a C file into bash "loadable builtin" (which is something I learned today). It still feels kind of cheating to me tbh.. But cool enough!
stonekyx
·hace 3 años·discuss
The very first time in life that I reported a bug to an OSS project was to Vim, by email to Bram, when I was in high school. Thinking back from now, that was definitely not a good way to report bugs, but Bram was super helpful and responded kindly to this ignorant kid.

Thank you Bram, and RIP.
stonekyx
·hace 3 años·discuss
> This appears to be related to a behaviour that ProtonMail has of dropping all plaintext email if any mime-encoded parts exist.

https://github.com/ProtonMail/proton-bridge/issues/26#issuec...

I'm actually more shocked knowing that they drop plain text if there is a mime-encoded part (e.g. HTML). Just verified that all mails imported from GMail and all newer mails I received in PM only have the HTML part now, while GMail shows both HTML and plain text parts in message source. Great, now if I want to use a text-only client to read those mails in the future, I won't be able to.

Now I honestly wonder, how did they think this is something okay to mess up? Is there just no usable email hosting service for someone that want their mails not touched and also stored securely? Like, this is not even going to save storage space for PM - I'm paying for my storage.
stonekyx
·hace 3 años·discuss
I’m interested in what you use for mail service. Self hosting?
stonekyx
·hace 3 años·discuss
Because people too often jump to conclusions on hearing yes/no, imo. Not trying to defend the corporate speak though, obviously they should have put the yes/no up front and then try to explain later.
stonekyx
·hace 3 años·discuss
One thing I learned recently is that, the more you pursue a dream, the more you realize that people are not born equal. That resonated so much with my past failures, and now I kind of understand what this article is talking about.

That being said - From time to time I do regret chasing my old dream, but I guess I’d only be more regretful if I didn’t. It’s ok to give up! But maybe at least give it a try.
stonekyx
·hace 3 años·discuss
I guess it’s because we still cannot clearly explain how all those nuances are parsed by the LLM and reflected in the output? For something you can’t thoroughly explain which yet works quite well, it’s clearly hard to believe.
stonekyx
·hace 3 años·discuss
I understand the excitement feeling of using something like this to greatly reduce the learning effort. Before GPT/ChatGPT, it was definitely frustrating to "bootstrap" your knowledge in any new area where you don't have prior experience.

But still, I treasure the old ways I learned how to program. It was such a fulfilling experience by making newbie mistakes and getting corrected in hard ways, and you really only get the authentic insight by going through that process, and by reading all those important books chapter by chapter. It's probably not as "fun" as using GPT-4 though.
stonekyx
·hace 3 años·discuss
> Apparently Apple is doing the same.

Just curious, where did you find this?
stonekyx
·hace 3 años·discuss
Language is a major factor, yes. Another factor I think is whether you come from a “welcomed” country. Under the current chaotic world order, it’s not hard to come up with a few countries that are not welcomed almost anywhere (Disclaimer: I come from one of them).

But still, start with some people that are close with you, either at work or in private, and try to expand that circle to larger / more diverse groups. The rule of making friends still apply for immigrants, it’s just a bit harder than natives.
stonekyx
·hace 3 años·discuss
I think I observed this problem recently too, but with Japanese file names.

Basically I had a Git repository and didn’t know about `git config core.precomposeUnicode`. And when the repository is synchronized to a Linux system, on the Linux side it can sometimes have 2 files with the same-looking file name but different normalizations. (Because I think ext4 doesn’t normalize Unicode?) That took me about an afternoon to fix.
stonekyx
·hace 3 años·discuss
> apart from being faster and looking nicer

And less crashes, longer support, better security (imo). I wouldn’t call that “far behind”, but more like just personal preference. These points matter much more to me than the inability to turn off animation.
stonekyx
·hace 3 años·discuss
Had the same experience. I happened to have rebooted during the outage, and spent like half an hour checking DNS settings, etc for why tailscale wouldn't start, until I realized it wasn't my problem. Really hope they had better error messages instead of letting `tailscale up` hang forever.