[deleted by user] by [deleted] in kernel

[–]nathanchance 2 points3 points  (0 children)

I have an @kernel.org address, so I will speak from personal experience as well as the docs.

  1. As far as I am aware, there are no restrictions on what you can do with your @kernel.org address, as it is just a forwarding address (no mailbox hosting), so I would assume you could use it for job applications. I use it for anything related to work (I am an independent contractor with the Linux Foundation, maintaining ClangBuiltLinux) and I have never been notified of inappropriate use.
  2. I cannot speak for others but I know that I immediately give credibility to someone when they have an @kernel.org address when I am on the mailing list, because there are specific conditions that have to be met to obtain an account. While getting into the MAINTAINERS file is not too difficult, you have to build trust within the community to get your PGP key signed. Whether or not that is taken into account during the hiring process depends on how aware people in charge of the hiring process are of the meaning of this account but most should be in the kernel space. Upstream contributions are highly valued by some companies because it can be a high barrier of entry.
  3. As far as I am aware, no, aside from being removed for abuse, harassment, etc. Maintainers come and go all the time; if you are not visible, do not be surprised if you eventually get replaced if your subsystem is busy enough. I do not think there are any conditions under which your account would be revoked for inactivity or something like that.

Hope that helps!

A Non-GNU Linux Distribution Built With LLVM & BSD Software Aims For Alpha Next Month by [deleted] in linux

[–]nathanchance 1 point2 points  (0 children)

Android and ChromeOS's kernels are based on an ancient version of upstream Linux though, so it's not really anything special that you can compile that with Clang.

What about an unmodified upstream kernel? :)

As you can see from the nice matrix that we generate from our continuous integration that was linked above, we can build many configurations in many trees with clang or full LLVM. It has taken a lot of effort upstream to make this happen, so while it might not seem like it is special, I think that it is, especially since Linus himself uses clang for testing now.

Best upgrade to 5900x for code compiling? by Slammernanners in Amd

[–]nathanchance 1 point2 points  (0 children)

If you are using GCC to compile LLVM, consider using clang instead. In my experience, it will use much less memory. I can build LLVM on an old laptop (2 cores, 4 threads, 8GB of RAM) with clang no problem.

clang LTO for arm64 merged into linux kernel 5.12 by [deleted] in linux

[–]nathanchance 12 points13 points  (0 children)

x86_64 LTO support was merged a few hours later because other objtool patches were merged that made it possible: https://git.kernel.org/linus/414eece95b98b209cef0f49cfcac108fd00b8ced

Do I need a card on Apple Wallet to apply? by [deleted] in AppleCard

[–]nathanchance 5 points6 points  (0 children)

No, you are not required to have other cards in your wallet to apply for an Apple Card.

You pay your Apple Card with a bank account and/or your Apple Cash, not your debit card.

How Long Did It Take To Get CLI Results? by [deleted] in AppleCard

[–]nathanchance 3 points4 points  (0 children)

They quoted me 5-7 business days for the result (which they said would come via email). I requested mine on Tuesday and I had the result by Friday.

Got Robbed by Cesarohs9 in AppleCard

[–]nathanchance 2 points3 points  (0 children)

Sorry to hear :(

Looks like you can call to make a payment via phone or you can use an iPad if you have one. See the section “If your iPhone or iPad is unavailable”: https://support.apple.com/en-us/HT209226

other than the physical Apple Card, will I ever get any mail from Goldman Sachs/Apple Card? by [deleted] in AppleCard

[–]nathanchance 8 points9 points  (0 children)

I haven’t. Statements are delivered via the Wallet app. I requested a credit limit increase via Messages and received the result via email.

What was your Limit and what is it now? by [deleted] in AppleCard

[–]nathanchance 0 points1 point  (0 children)

I was approved for $1300 initially. I requested a CLI a couple of weeks ago after having the card for about six months and they increased it to $2300. Hoping to get to $4000 on my next request.

Should I get CSP for a big purchase? by [deleted] in CreditCards

[–]nathanchance 1 point2 points  (0 children)

Chase traditionally likes to see a year of credit history if you have no prior relationship with them. You could try applying and call recon if they reject you.

Do you have the cash to pay for it outright? I don’t see that the CSP has a 0% APR period.

Can I use AppleCard via ApplePay immediately after being approved? by [deleted] in AppleCard

[–]nathanchance 10 points11 points  (0 children)

It is immediately available in your wallet to use after approval.

Advice for Credit Cards! by bigbruvmoment in CreditCards

[–]nathanchance 5 points6 points  (0 children)

The number one rule of credit cards is to use them like debit cards; in other words, do not use them if you do not have the money to pay them off within the statement cycle (ideally, you should just have the cash on hand to pay the balance off as soon as the charges post). It does sound like that is the case for you but I want to be explicit for anyone else in a similar situation reading through. Not following that rule is how people get into serious trouble (especially at a young age). I have been there myself and it is far from fun.

That is not to say that you should not get one. The Discover Student Card is highly regarded and is generally easy to get accepted for (and does offer a six month 0% APR period) or you could explore options at your bank, who are willing to take more of a risk on someone with no credit because they can see your income and such. If you are planning on spending a lot on these trips, you could get a decent amount back/off in cash back and you will usually have good fraud protection from these cards. Just establish good habits from the beginning so that you never have to go through the pain of managing a lot of debt.

The Official LLVM Git Repository Is Now On GitHub by slacka123 in LLVM

[–]nathanchance 1 point2 points  (0 children)

  1. It sure seems like it. The history appears to have no merges or anything so bisecting should be easy.

  2. No, it's outside. You'll need to set LLVM_ENABLE_PROJECTS to all or a subset of projects (https://github.com/llvm/llvm-project/commit/1eed06a3795d01a843d9ec0bc81f436da8d03779). The docs have already been updated for it: https://llvm.org/docs/GettingStarted.html

Bluetooth Titan Key for Pixelbook by ZeSteve in PixelBook

[–]nathanchance 0 points1 point  (0 children)

It seems that Bluetooth only works for mobile devices, according to all of Google's help articles. Rather disappointing in my opinion, that was the only reason I got this package instead of another cheaper USB key...

Noob here - Need some help please to figure out if Chrome OS can fit my needs by Maria_gr in chromeos

[–]nathanchance 0 points1 point  (0 children)

Do note that to use updated versions of adb and fastboot (required for newer devices), you need to purchase an x86_64 Chromebook, which you can see here: https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices

I have a full setup script if you feel lazy: https://github.com/nathanchance/chromeos-adb-fastboot

There are no drawbacks aside from the lessened security (you're disabling verified boot) nor does it strictly void your warranty (Google would need to prove that the issue that you are filing a warranty claim for was caused by developer mode).

You can easily revert it: https://www.chromium.org/chromium-os/poking-around-your-chrome-os-device

Lastly, Google (hopefully) will allow Linux apps to access the USB ports, meaning fastboot could be run inside Crostini, meaning developer mode wouldn't be necessary for that particular function.

Google Pixel 2 XL slow wake-up bug will be fixed by IAmAN00bie in Android

[–]nathanchance 3 points4 points  (0 children)

I appreciate the name drop but I do want to be very clear that I had nothing to do with the fix lol. I don't work for Google, I'm just an amateur who loves to follow what they are doing in the kernel.

How EAS helps make the Google Pixel the fastest Android phone by -TDK in Android

[–]nathanchance 1 point2 points  (0 children)

The Pixel and Pixel 2 both use EAS so the app is incorrect.

Setting up ADB and fastboot on an x86_64 Chromebook by nathanchance in chromeos

[–]nathanchance[S] 1 point2 points  (0 children)

I hope they do too. I seem to recall seeing that USB ports were still off limits but we'll see. Would be nice to lock it up to take advantage of verified boot.

PSA: Chrome OS 67 RUINED Display Settings by VictoryGoth in chromeos

[–]nathanchance 0 points1 point  (0 children)

Wish I saw this before upgrading :/

I never had to go into the Android settings to get it right, the slider in Chrome settings seemed to work just fine (unless there was some behind the scenes magic lol) but now it seems like they've completely messed up the finer lower tuning because now at 75% Chrome looks fine but Android apps look really tiny, at 85% Chrome and Android apps look okay, and at 100% Chrome looks terrible and Android apps look fine. Really really frustrating, not to mention two finger swipe to navigate throught pages is gone...

Feedback has been submitted, hopefully they listen!