He didn't get the job. :(
HN user
larntz
I think a few games are only on NFL Network (not always included in the base cable subscription) also. And you'll need Peacock if you don't have cable/antenna.
Anyone remember Lycoris? https://deadlinux.fandom.com/wiki/Lycoris
I never used it and had to look it up, but this post reminds of it. I think they might've charged for it also.
Here's a review thread from 2002 slashdot... https://linux.slashdot.org/story/02/03/18/1916248/lycoris-de....
This is ridiculous logic. When a person makes a premeditated decision it was their choice, and only their choice. There is no one else responsible.
Is he required to permanently fire anyone because of a government shutdown? If the answer is no, then he made a choice to do so (if firings happen).
Has anyone read The Programmer's Brain and have an opinion about it? I'd like to improve my ability to read and understand code and was thinking about reading it.
If you're working locally I can't think of much. OSC52 works to copy to your local clipboard from a remote system (e.g., over ssh) from within tmux or nvim as long as you are using a terminal that supports it.
I use it to copy from remote system when I'm in nvim (`"+y`).
Here are a couple links that relate to tmux and nvim.
- tmux: https://github.com/tmux/tmux/wiki/Clipboard
- nvim: https://neovim.io/doc/user/provider.html#clipboard-osc52
Your secrets are not safe from someone if someone needs them to run your code.
This is true. I don't disagree with that or you're assessment of repo secrets.
My comment was in the context of the grandparent committing secrets to a private repo which is a bad practice (regardless of visibility). You could do that for tests, sure (I would suggestion creating random secrets for each test when you can), but then you're creating a bad habit. If you can't use random secrets for tests repo secrets would be acceptable, but I wouldn't use them beyond that.
For CI and deploys I would opt for some kind of secret manager. CI can be run on your own infrastructure, secret managers can be run on your own infrastructure, etc...
But somewhere in the stack secret(s) will be exposed to _someone_.
I wouldn't rely on anything other than rotating leaked credentials.
Yes. Either via a secret manager (eg vault) or configured as repo secrets if that kind of infra isn't available.
https://docs.github.com/en/actions/how-tos/security-for-gith...
Never commit secrets for any reason.
Does that entire model fit in gpu memory? How's it run?
I tried running a model larger than ram size and it loads some layers into the gpu but offloads to the cpu also. It's faster than cpu alone for me, but not by a lot.
I wrote a similar post about a week ago, but for an [unsupported] Radeon RX 5500 with 4Gi RAM with ollama and fedora 41. Can only run llama:3.2 or deepseek-r1:1.5b, but they're pretty usable if you're ok with a small model and it's for personal use.
I didn't go into detail about how to setup openweb-ui, but there is documentation for the on the project's site.
This is what I'm using on a old-ish Dell Latitude. Everything works except the fingerprint reader, but I knew that going in and I'm ok with it.
Which makes me wonder, would docker have gained traction if they didn't offer free registry services?
Are you referring to the Panama Papers? I searched for Princeton Papers but didn't find anything similar to you comment.
I have a Pixel also, and have issues with is since the change to Gemini. It works _most_ of the time, but every once in a while it'll tell me it can't set a reminder.
I use reminders often so I suppose it is a low failure rate.
But, when they first made the change to Gemini I had to switch back for a few weeks/months before it could set reminders properly.
It's not an api, but just in case people don't know... It is possible to hide the horizontal tabs via userChrome.
https://github.com/piroor/treestyletab/wiki/Code-snippets-fo...
This may not count because it's not bash specifically or even Linux -> Linux, but one place you might run into this is running scripts between Linux and Mac/BSD.
In the past I've seen bad things happen because a script was written by someone on OSX that gets run on a Linux (GNU) based system.
Two common examples are the `sleep` and `sed` commands.
Edit: I meant to reply to the parent comment.
Both of those examples stood out to me also. All the examples could use explanation.
This reads like someone's personal cheat sheet more than an informative post.
There are some good suggestions but I'd really like to know why the author has these opinions.
I was wondering if that would be released also. I hope so but wouldn't blame them if they decide not to.
I've had a Pixel 2XL, Pixel 6Pro or XL (worst phone I've ever owned), and now a Pixel 8 Pro. I strongly considered moving to iPhone after my Pixel 6 experience, but decided to give it one last chance since I really prefer Android over iOS.
When I bought the 8 I got a "free" Pixel Watch 2 with the purchase. I have not owned an Apple Watch, but my wife has an older model.
They do have Fitbit integration and it works pretty well for tracking walks, jogs, and cycling. I don't use it religiously and I'm not an exercise maniac.
The watch is nice and very functional. My biggest complaint is the battery life is really bad. I have to charge it daily -- I usually only wear it during the day and charge overnight. It'll charge pretty quickly 1-2hr but I don't care enough to do it.
It looks decent and works well enough to manage notifications and take calls when I can't grab my phone. The normal functions are on par with my wife's (older model) Apple watch.
I think if I was a serious fitness and outdoor activity kind of person I would buy a Garmin. I didn't do an in-depth comparison of the watches because I only use the base functionality of fitness tracking watches (my previous smart watch was a Withings) so it's entirely possible a new Apple watch offers some great feature I'm not aware of or wouldn't personally use.
That's my personal experience with the Pixel Watch 2. It's fine for my use case, but the battery life truly is bad.
Not exactly the same but if you miss bbs you might enjoy tilde/pubnix communities.
Yep! I work from home and use WiFi calling. When I leave my house is usually when I have the issue.
Sometimes it'll work fine for a while after leaving and a few hours later I notice I don't have service.
I'm in South Florida.
I have a pixel 6 pro and this has been my experience since they day I got it. I even had it replaced and still have to reset the cellular modem several times per week because I get the no service `!`.
Starting to believe it is a T-Mobile service issue in my area. Previously had a pixel 2 on Verizon and never had a problem. Planning to leave T-Mobile in the near future.
At first I thought this was a reference to the movie Sneakers (https://www.youtube.com/watch?v=-zVgWpVXb64), but after searching it seems Wells Fargo also does this, https://www.wellsfargo.com/privacy-security/voice-verificati....
Android has work profiles that can be activated/deactivated on a schedule.
Congratulations! I hope it turns into a great experience for you.
It uses cluster-api to provision clusters. It's very cool and isn't a VMware thing. It's open source, and you can easily run it on regular k8s clusters.
That has nothing to do with a majority of people imposing restrictions on themselves. 59% of people in Mississippi oppose abortion, including the majority of women. There is no need for California or New York to parachute in and tell them otherwise.
You could also argue that if 59% of people in Mississippi oppose abortion there's no need to make it illegal. No one will ever force that 59% to start having abortions.
The 59% could simply _choose_ not to have an abortion.
I think powershell is considered a scripting language. Even though the version that is included with windows is outdated you can still do quite a bit with it.
And if you can use WSL you basically have all the linux cli stuff available to you.
And if they don't blacklist all executables you can probably just download and run zipped packages -- powershell core, python, go, vim/neovim, and probably emacs can all be run as if they were portable apps and for most things you won't need admin rights.