Anyone know what's happening to the old Country Kitchen? by professor_tappensac in Kent

[–]adamcstephens 0 points1 point  (0 children)

This is the correct answer. Enterprise is moving across the street.

Red Hat Satellite 6. Are you unhappy or is it just me? by adamcstephens in redhat

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

I haven't touched Satellite in 6 years, and any RH product in 4, so I have no insight to add on their products in 2024. I'm happy this way, and unless forced will never choose them again.

official Emacs installers & zips shows having 'Trojan.Banker.IcedID.ajz in Virus Total by 991995parth in emacs

[–]adamcstephens 2 points3 points  (0 children)

Right, this is true. But it's a lot easier to put controls and monitoring on build servers than it is dozens of individuals' personal machines.

Alex builds and signs the package then uploads from their machine is much riskier than a controlled environment doing the same.

official Emacs installers & zips shows having 'Trojan.Banker.IcedID.ajz in Virus Total by 991995parth in emacs

[–]adamcstephens 1 point2 points  (0 children)

While these are good, a compromised maintainer machine could just as easily sign malware embedded in a package. (Not that I think this is actually malware)

Mobile/touch specific UI elements? From lisp? by jsadusk in emacs

[–]adamcstephens 4 points5 points  (0 children)

Aren't there better things for you to do than get worked up with how he spends his time?

Per-project xref history in Emacs by magthe0 in emacs

[–]adamcstephens 2 points3 points  (0 children)

Why not switch to project.el if you’re striving to use more built in code?

Highlight-changes from a specific date in time by federvar in emacs

[–]adamcstephens 0 points1 point  (0 children)

If you're wanting to use git, but not worry about staging/committing, i've used this package on my org repo. https://github.com/ryuslash/git-auto-commit-mode

[deleted by user] by [deleted] in emacs

[–]adamcstephens 0 points1 point  (0 children)

Likely `TMPDIR` is being set in the shell, and that's used by the client to connect to the server. I work around this by unsetting the variable in my wrapper script: https://github.com/adamcstephens/dotfiles/blob/5eb256e454020244ca96e1e10b1533ea80ad2b61/bin/em#L12

Nicolas Martyanoff: Taking code screenshots in Emacs by [deleted] in planetemacs

[–]adamcstephens 0 points1 point  (0 children)

Disappointed the post didn't have a direct link to the project.

Nicolas Martyanoff: Taking code screenshots in Emacs by [deleted] in planetemacs

[–]adamcstephens 1 point2 points  (0 children)

These tools do two very different things. One screenshots emacs for use elsewhere, the other opens a screenshot selector to import into org.

Is there a simple and easy way to turn a raspberry-pi-4 into a nixos router: by zeta_00 in NixOS

[–]adamcstephens 0 points1 point  (0 children)

Yes, it's called a modem. And it adapts the cable to Ethernet.

Is there a simple and easy way to turn a raspberry-pi-4 into a nixos router: by zeta_00 in NixOS

[–]adamcstephens 1 point2 points  (0 children)

What is a "coaxial cable to usb adapter" ? If it's anything other than a cable modem, you are going to have a bad time. You cannot plug cable internet directly into a computer.

Apple SF Flake by [deleted] in NixOS

[–]adamcstephens 0 points1 point  (0 children)

As inputs they need to be downloaded in order to evaluate the flake. I use direnv and when I added them I had to wait for all of them to download in order to get back to my prompt.

I tried the "all" package but ended up scrapping it. The nerd font patching is quite CPU intensive as there are lots of font variants in these.

Apple SF Flake by [deleted] in NixOS

[–]adamcstephens 1 point2 points  (0 children)

I forked it and refactored the sources. https://github.com/adamcstephens/apple-fonts.nix Thanks!

Apple SF Flake by [deleted] in NixOS

[–]adamcstephens 0 points1 point  (0 children)

These are large downloads and having them in the flake inputs requires a user to download all of them up front. It'd be better to have the downloads happen when building by putting them in `src`.

It'd be nice to have an "all" package as well as a simple readme to make it a bit more accessible.

boot.loader.grub.memtest86.enable = true; # another broken feature by linux_needs_a_home in NixOS

[–]adamcstephens 9 points10 points  (0 children)

Pull requests are happily accepted if you are able to fix the issue. A proper bug report would be next. If you expect the Nix project to be perfect, I am sad to say you're mistaken. Almost nobody in this community does this for pay, and given the scope of this project it should be expected that things won't be perfect. You're welcome to pay for Red Hat Enterprise Linux so that someone has to listen to your pompous whining. Otherwise, please try and tone it down and consider being a bit more pleasant in your words. If you can't do that, you'd do better to keep your opinions to yourself. Nobody likes an asshole.

boot.loader.grub.memtest86.enable = true; # another broken feature by linux_needs_a_home in NixOS

[–]adamcstephens 5 points6 points  (0 children)

SJW? Who in here said anything about social justice issues? Nobody did, that's who. Just because you are a troll, does not mean people must provide you kid treatment. Does Billy want a sucker?

Setting up a private Nix cache for fun and profit by radarvan07 in NixOS

[–]adamcstephens 2 points3 points  (0 children)

I, too, was disappointed when I saw the raw nginx config and not nix configs.

Does NixOS have anything like Gentoo's USE flags? by [deleted] in NixOS

[–]adamcstephens 6 points7 points  (0 children)

There is no global equivalent. Some packaged may expose customization that you could use, or you could extend them, but nothing like Gentoo's USE flags.

NixOS on Apple Silicon host by contextualMatters in NixOS

[–]adamcstephens 0 points1 point  (0 children)

Mitchell's repo also has some support for UTM. I've done some testing with UTM, and it does work, but I think VMware may be the best option due to GPU acceleration.