The older Intel-based Dell XPS 13 machines have the same footprint as some 11 inch Chromebooks. Some models have thermal quirks that cause a shutdown, which is easily addressed by lowering the CPU frequency. Battery life is pretty good (but I replaced the batteries before I realized the CPU issue was the culprit).
HN user
johnvaluk
There are a lot of old Chromebooks with only 2GB of RAM soldered to the motherboard. Other than that, they're surprisingly capable machines after you flash them with MrChromebox firmware.
Is it possible to override shellcheck? It's a valuable tool that I use all the time, but it reports many false positives. It's not unusual for junior developers to introduce bugs in scripts because they blindly follow the output of shellcheck.
And a CLI you can use interactively or for automation (once you get the quoting right).
Like any documentation system, its success depends on its audience.
As an administrator, I wish MediaWiki had a built-in updater (bonus points if it could be automated).
Can you describe the fix?
This isn't fair. Researchers put an extraordinary burden on administration in an academic institution. Research by its very nature is cutting edge and is always testing limits. "I want it now!" ignores existing streamlined processes and administration often provides value by enforcing compliance. This kind of oversight also minimizes a lot of abuse.
Yes, your local agent can be accessed on the destination host by any other user with the necessary privileges (including your own account -- a root compromise is not required). This has been known for a very long time and a warning is included in the documentation. No, it does not compromise any private keys.
Your private keys are more likely to be compromised when you store them on untrusted systems. SSH-Agent allows you to avoid that risk.
Another mitigation is to use a dedicated agent per private key (or group of keys) to prevent forwarding keys to destinations that don't need them.
SSH agent restriction (ssh-add -h) looks promising, but support isn't widespread and it doesn't cover all use cases.
The article assumes a remote attacker, but the attacker can more easily be your boss or team. Keep this in mind whenever you forward your agent and plan accordingly.
SSHFS provides enormous value precisely because it doesn't rely on configuring a file server or elevated privileges. It's convenient, secure and performs well. The ability to create ad hoc mounts for any remote location I can access via SSH is awesome (though I prefer rsync or scp for file transfers).
But relying on SSHFS in production... Yeah, that's insane.
This is a nice guide.
In my experience, it isn't necessary to configure ChromeOS by logging into a Google account after enabling Developer Mode, if you simply want to ditch ChromeOS and flash the UEFI firmware. Just press ctrl+alt+F2 to get a shell, login as chronos (no password), then type `sudo bash` or `sudo -s` to get a root shell.
In addition to the other recommended distros, NixOS runs well on all my converted ChromeOS devices.
It's a great way to get continued use out of hardware that no longer receives ChromeOS updates. Even underpowered devices can be appealing for some tasks because they're lightweight and fanless.
Great novel. It's a shame the author never gave it a title. /s
I started refusing local anaesthetic for dental procedures when I was teenager. I discovered the pain of the procedure itself (such as drilling a cavity) was the same, but I was spared the pain of the injection and lingering numbness afterwards. I was happy to leave my appointments alert and pain-free.
I imagine any color light or other type of distraction would provide the same results. It's not even a placebo effect, so much as the fact that a lot of these procedures are well within most people's pain tolerance and/or can be over in a minute.
I gladly went under general anaesthesia to have my wisdom teeth removed, however.
It would be nice to see the MacOS-specific commands in a separate table (or somehow marked as such).
The discourse UI is horrible. Adding insult to injury, it checks browser versions and breaks for anything it deems unworthy. Why would a text forum care about which browser is used?
I call them firemen who put out their own fires. Also annoying are the managers who suddenly champion mission continuity without wondering why operations have been free of disruption for years...
Whenever someone wishes for a film adaptation of Blood Meridian, I recommend The Proposition. I'll be amazed if any Blood Meridian movie is as good.
I just canceled one of my ISPs because there was no way for me to adjust my plan online unless I selected an upgrade. The agents I chatted with were misleading and the website was full of dark patterns. I'd still be a customer if they had simply allowed me to make choices a la carte.
You can also hold down the Option key when booting to select bootable partitions or external devices. Different models may require extra steps to enable this, but I've never needed to use rEFInd.
I run NixOS on several old Chromebooks with 2 GB RAM and 16 GB drives. It's doable if you stay on top of garbage collection. YMMV depending on your use case.
Note that some firmware upgrades will only be applied if MacOS is booted from the internal drive (NVME support was added this way to some models). I leave MacOS on the machine for as long as it's supported and dual boot other operating systems from external devices. Some can run completely in RAM if there's room, which is nice.
When the model is no longer supported with MacOS updates, I wipe the disk and install Linux. Sometimes I'll keep a copy of MacOS on an external drive if I need to access or troubleshoot specific features of that model (like digital optical audio before support matured on Linux).
As a touch typist, I can usually adapt quickly to variations in the bottom row (Ctrl, Fn, Alt, super key). But I find it impossible to use a keyboard with undersized, asymmetrical Shift keys. Odd choice for a flexible keyboard.
For a feature that isn't enabled by default, "just use Nix Flakes" hardly qualifies as best practice or even commonplace.
I've used Nix/NixOS for years and still don't have a use case for flakes. I only enabled it this week to restore some functionality to the nix command, which is still a work in progress.
Getting there was painful and required a deep dive into the documentation. In the end, it was as simple as adding this line to my configuration.nix:
nix.settings.experimental-features = [ "nix-command" "flakes" ];
The flexibility of Nix is one of its main selling points, so it's impossible to say that "everyone" uses it in a similar way. Flakes are a welcome, but disruptive, enhancement. Hopefully, the experimental phase will end soon.Why does CSS animation consume so much CPU? I've been trying to use it in my own projects, but the fans kick in even with a single simple continuous animation. Unfortunately, this (awesome!) example is no exception.
Don't overlook the benefits. Use them to your favor.
Go for a walk. Did you see an interesting bird, insect, or plant? Take a picture or commit to memory and try to identify it when you get home.
Got any broken stuff? Look up information on how to fix it. Then fix it.
Has it been over a year since your last physical? Make an appointment with your doctor. Look up any new terminology from your visit or test results.
Seek experiences, then supplement them with related information. Emphasize quality over quantity.
Common Table Expression (the WITH clause).
See the NixOS manual for more information on buildFHSUserEnv (https://nixos.org/manual/nixpkgs/stable/#sec-fhs-environment...).
Cormac MaCarthy writes terrible novels that are good to the last word.
Blood Meridian left me with the feeling that Judge Holden was originally multiple characters turned into a composite to serve as a narrative device and metaphor. I think I would have enjoyed the book more if it had been a straightforward odyssey of the kid, involving the many people and situations he encountered along the way. Using the Judge as a thematic binder sort of ruined it for me.
I'm tempted to try UML with GitHub Copilot to see if two wrongs make a right.
I just want to download the image and dd it to a flash drive. Nobody uses ChromeOS without a Google account, so why add extra hoops to jump through?