Hey, crypto-gang. Which wallet do you prefer?
Also, any wallet suggestions for non-tech friend? I think all of them are the same but maybe you have something special to suggest.
Thanks.
Also, any wallet suggestions for non-tech friend? I think all of them are the same but maybe you have something special to suggest.
Thanks.
Kinda smart lol
https://github.com/NotAShelf/ZenVer
TLDR: single number for versioning (that’s why there are 5 md docs in repo)
https://github.com/NotAShelf/ZenVer
TLDR: single number for versioning (that’s why there are 5 md docs in repo)
GitHub
GitHub - NotAShelf/ZenVer: A post-modern versioning scheme that does not suck.
A post-modern versioning scheme that does not suck. - NotAShelf/ZenVer
Late but still #monran: all-in-one CI job.
I don't get it when just 1 job builds all the images and pushes them to the registry. Well, that's simple, right?
But there is at least 1 flaw: you have an incident, 1 service has a bug, you have a fix for it, you just want to deploy the fixit. As you can guess, you can't! You just wait for all other N-1 services to build first. Crazy!
I literally had this situation; we had a 20-minute outage (no user impact, BTW) because we were waiting for a pipeline to build
I don't get it when just 1 job builds all the images and pushes them to the registry. Well, that's simple, right?
But there is at least 1 flaw: you have an incident, 1 service has a bug, you have a fix for it, you just want to deploy the fixit. As you can guess, you can't! You just wait for all other N-1 services to build first. Crazy!
I literally had this situation; we had a 20-minute outage (no user impact, BTW) because we were waiting for a pipeline to build
astro-spark-svc
, galactus
and yada-yada-proxy
instead of pushing json-to-json
service right after a green build.
oleg_log
Late but still #monran: all-in-one CI job. I don't get it when just 1 job builds all the images and pushes them to the registry. Well, that's simple, right? But there is at least 1 flaw: you have an incident, 1 service has a bug, you have a fix for it, you…
Galactus from https://www.youtube.com/watch?v=y8OnoxKotPQ
YouTube
Microservices
it's because of the way our backend works
// unlock exclusive deleted scenes: https://www.patreon.com/KRAZAM
// merch: https://merch.krazam.tv
// https://www.instagram.com/krazam.tv
// https://twitter.com/krazamtv
// unlock exclusive deleted scenes: https://www.patreon.com/KRAZAM
// merch: https://merch.krazam.tv
// https://www.instagram.com/krazam.tv
// https://twitter.com/krazamtv
https://aws.amazon.com/about-aws/whats-new/2024/05/amazon-s3-no-charge-http-error-codes/
Same here: Jeff Barr acknowledges ('acknowledges' sounds funny here)
https://twitter.com/jeffbarr/status/1785386554372042890
Amazon
Amazon S3 will no longer charge for several HTTP error codes
Is there a lifesaver who switched from MacBook Pro to MacBook Air (both with M processor) and can share feedback?
Goal: have a lighter laptop for work. So, it should be ok from what I see in benchmarks, but 🤷♂️
Thanks in advance.
Goal: have a lighter laptop for work. So, it should be ok from what I see in benchmarks, but 🤷♂️
Thanks in advance.
WDYT?
> Telegram has launched a pretty intense campaign to malign Signal as insecure
https://nitter.poast.org/matthew_d_green/status/1789687898863792453
+ HN https://news.ycombinator.com/item?id=40341716
> Telegram has launched a pretty intense campaign to malign Signal as insecure
https://nitter.poast.org/matthew_d_green/status/1789687898863792453
+ HN https://news.ycombinator.com/item?id=40341716
Ok-ok, now I understand why M-processor are full of tensors for ML.
https://www.apple.com/newsroom/2024/05/apple-announces-new-accessibility-features-including-eye-tracking/
https://www.apple.com/newsroom/2024/05/apple-announces-new-accessibility-features-including-eye-tracking/
Apple Newsroom
Apple announces new accessibility features, including Eye Tracking
Apple today announced new accessibility features coming later this year, including Eye Tracking, Music Haptics, and Vocal Shortcuts.
I'm somewhat surprised that such a thing happened only now (and not a year ago or so).
https://www.bbc.com/news/articles/c25rre8ww57o
https://www.bbc.com/news/articles/c25rre8ww57o
BBC News
How AI turned a Ukrainian YouTuber into a Russian
A YouTuber falls victim to generative AI on Chinese social media, but the ramifications stretch beyond China.
Psss, does anyone have cache eviction policy benchmarks?
AFAIR, there were a few good and deep comparisons. Can anyone share, please? 🙏
AFAIR, there were a few good and deep comparisons. Can anyone share, please? 🙏
google moment (https://github.com/golang/go/issues/4556#issuecomment-66073152)
So, situation is the following.
You have a full time job to work on your programming language of a dream. What you are going to create?
(Yeah, also a competitive salary to be alive)
You have a full time job to work on your programming language of a dream. What you are going to create?
(Yeah, also a competitive salary to be alive)
It's time to 👍 a fresh proposal.
Which is somewhat doubtful when you look quickly but indeed touches bad parts of everything.
I'm the causer of this discussion and proposal as the result (but all the kudos for writing are definitely for Iskander) and even I'm not sure is this a good thing to have such func in stdlib or not.
https://github.com/golang/go/issues/67921
Which is somewhat doubtful when you look quickly but indeed touches bad parts of everything.
I'm the causer of this discussion and proposal as the result (but all the kudos for writing are definitely for Iskander) and even I'm not sure is this a good thing to have such func in stdlib or not.
https://github.com/golang/go/issues/67921
GitHub
proposal: io: add WriteAll function · Issue #67921 · golang/go
Proposal Details The docs of the io.Writer guarantee that a proper implementation should return a non-nil error in case if it was a short writer (n < len(data)): Write must return a non-nil erro...