Readit News logoReadit News
crescentfresh commented on XZ Utils Attack: A Threat Actor Spent 2 Years to Implement Linux Backdoor   techrepublic.com/article/... · Posted by u/devonnull
crescentfresh · 2 years ago
ChatGPT would be better than whatever wrote this, I had to stop reading.
crescentfresh commented on Ask HN: What sub $200 product improved your 2023    · Posted by u/user052919
wenc · 2 years ago
I have a pair of AirPods Pro 2 and I would say I get the same benefits plus more.

They do cost more than this product though.

crescentfresh · 2 years ago
But... those go in your ear. These don't.
crescentfresh commented on Ask HN: What sub $200 product improved your 2023    · Posted by u/user052919
vinniepukh · 2 years ago
a 3-in-1 wireless charging pad for $30 from amazon to put on my bedside table.

now I wake up with my phone at 100% every time!

crescentfresh · 2 years ago
What devices do you use this to charge aside from your phone?
crescentfresh commented on GCP automatically lowered our quota, caused an incident, and refused to upgrade   twitter.com/JustJake/stat... · Posted by u/teej
elguyosupremo · 3 years ago
Search for "all quotas" in the GCP console, from there you can view all your quotas and request increases.
crescentfresh · 3 years ago
Right. Unfortunately their right to request increases was removed. The exact wording: “Based on your service usage history you are not eligible for quota increase at this time” and then dead ends trying to reach someone.

They had billing accounts set up for all their projects. They were happy to hand over money but had no ability to.

crescentfresh commented on GCP automatically lowered our quota, caused an incident, and refused to upgrade   twitter.com/JustJake/stat... · Posted by u/teej
crescentfresh · 3 years ago
Anecdotally, I know a paying GCP customer that recently got quota blocked on the number of global static IPs they are allowed to create. We could not figure out how to contact someone to increase it, and nobody knew why the quota was set so low (4). We just kept running into automated systems that gave circular information on how to request an increase. We kept getting links to sign up for a free tier account.
crescentfresh commented on The Science of Wi-Fi on Airplanes (2019)   onezero.medium.com/what-m... · Posted by u/tosh
tetris11 · 3 years ago
What an atrocious user experienceedium give to their viewers. I made it to the first paragraph, whilst the site loaded and reloaded as it determined whether I was to be trusted with their text.
crescentfresh · 3 years ago
The article? What happened exactly?
crescentfresh commented on SQLite Doesn't Use Git   matt-rickard.com/sqlite-d... · Posted by u/bkq
simiones · 3 years ago
In my opinion, the worse part of the article is that it only shows the simple cases of feature branch history.

In particular, they show the following comparison:

Merge:

            -> C3 -> C5 -> C7
           /           /
  C1 -> C2 -> C4  -> C6
Rebase:

            -> C3 -> C5]   -> C3' -> C5'
           /             /
  C1 -> C2 -> C4  ->   C6
However, a more realistic example of a feature branch that lives for even a few days looks like this:

Merge:

            -> C3 -> C5 -> C7 -> C9 -> C11 -> C13 --------> C15
           /           /           /                    /       \
  C1 -> C2 -> C4  -> C6 -> C8 -> C10 -> C12 -> C14 -> C16 -> C17 -> C18

The final history after rebase being:

                                                                -> C3' -> C5' -> C9' -> C13' 
                                                              /                          \
  C1 -> C2 -> C4  -> C6 -> C8 -> C10 -> C12 -> C14 -> C16 -> C17 --------------------------> C18
A much much simpler history to follow, and obviously shorter.

And the complexity without rebase grows even more if more people are doing local merges and pushing to the same remote branch.

crescentfresh · 3 years ago
I feel like you inadvertently confirmed the authors point. In your “complicated” example, in order to visually show the baseline after rebase you removed the earlier C3, C5, C7 and C9 commits. But the authors point is that merge commits just need better tooling that can make it clearer what the baseline is!
crescentfresh commented on Built-in container support for the .NET SDK   devblogs.microsoft.com/do... · Posted by u/durron
petilon · 3 years ago
Right. I have Visual Studio installed. I don't need a container to build the application, I only need it for deployment.
crescentfresh · 3 years ago
Container to build is nice in CI pipelines, then you don't need msbuild installed on CI runners.
crescentfresh commented on Paginating Requests in APIs (2020)   ignaciochiazzo.medium.com... · Posted by u/exemel_hn
z3t4 · 4 years ago
Pagination in API's are a PITA as you have to make many requests to get all the data. 99% of the time you want all data, not just the first page. For the 1% use case you could use http-range or page. Pagination is often implemented as an premature optimization.
crescentfresh · 4 years ago
> Pagination is often implemented as an premature optimization.

or for forwards-compatibility.

crescentfresh commented on Ask HN: What on-call benefits do you get in your company?    · Posted by u/sdfgdfghj
chefkoch · 4 years ago
you are on call half of the year?
crescentfresh · 4 years ago
You betcha. Once upon a time there was a 6-person rotation, now down to 2.

u/crescentfresh

KarmaCake day722June 19, 2007View Original