Fed keeps rates unchanged after Trump floats appointing himself to chair


The U.S. Federal Reserve announced on Wednesday that it is not lowering interest rates, keeping them steady at 4.25 to 4.5%.

"Although swings in net exports have affected the data, recent indicators suggest that economic activity has continued to expand at a solid pace," the Federal Open Market Committee (FOMC) said in a press release. "The unemployment rate remains low, and labor market conditions remain solid. Inflation remains somewhat elevated."

The Federal Reserve last cut interest rates in December. Despite increasing pressure from Donald Trump, Chair Jerome Powell has refused to lower them further.

fzn: output selected line number with fzf instead text [Bash]


Regular call to fzf, but output the index number of the selected entry, instead the text itself. It's a pretty niche use case, but there was a few times in the past when I needed it. You can use options for fzf just normally too.
fzn() {
    nl | fzf --with-nth 2.. "${@}" | awk '{print $1}'
}

Usage:
find . -maxdepth 1 -type d | fzn -e -m

I always forget how to do this manually, so I made this simple function for Bash. Just copy this like an alias into your .bashrc and use it like any other command in a pipe.
This entry was edited (1 hour ago)

Boardswarm, a new Open Source tool for board management and distributed development


This entry was edited (1 hour ago)

Is there anything I would still need a windows dual boot for?


I've been meaning to switch my pc to linux for a while but have only recently gotten enough time to switch.
Is there anything that I would need a dualboot for? I was previously concerned with VR, specifically using a quest wirelessly. I heard about a year ago that it is possible but not the best. Has it improved since then?

And is there anything else I would still need a windows machine for? I don't know specifically what doesn't work and I don't mind using FOSS alternatives.

I was running a raspberry pi with raspian on it as a homelab for a few years (until the SD card died 🙁 I still need to fix that) so I am not completely unfamiliar with linux and the terminal and am willing to use it to make programs work as long as they work as well as they would on windows.

(I've decided on swapping to mint if that matters)

Can configuration.nix be a symlink?


Hi! I'm trying out Nix and I'm trying to set up and organize everything. Usually I put all my configs in a directory which is also a git repo and synced to my NAS, using the same subfolders they'd be in, and use GNU Stow to symlink the top-level folders (/dotfiles/home/ to /home/username/, /dotfiles/etc to /etc and /dotfiles/usr to /usr) and let it do its thing. Would it cause problems to also do that for configuration.nix?

On Arch I already had a /dotfiles/etc symlinked to /etc for my custom keyboard layouts, which worked fine... until the update which moved the location of the GUI keyboard layouts. It prevented the update so I undid the symlinks, updated, and put them again to the new location... but somehow it broke everything except the tty and no Wayland compositor I tried would work anymore (and there went my record of having never broken Arch since the first install over a year ago 😅 )

So I'm kinda wary of doing it on an even more critical file... but also I'm very lazy and having everything in a single repo is very convenient... How do you do it?

This entry was edited (2 hours ago)
in reply to supersquirrel

By legal standards, it's my understanding that any unlawful release from custody is a "jail break" regardless of the conditions of incarceration. Unjust detainment is a kind of legal threshold intended to assign a determination of legality to any scenario where anyone is taken into custody by state officials or law enforcement, not someone's opinion of whether or not it's fair.

Austria to tighten gun control rules after the country's worst school shooting. Gun permits will require a serious psychology test. There will be a "cooling off phase" after ordering a weapon.


This entry was edited (7 hours ago)
in reply to LandedGentry

Also, cars are dangerous AF. Tens of thousands of people die a year because of them. Hence why we have licenses and maintenance rules and an unbelievably extensive road system with clear signals and lights.


And despite all these rules, the number of car deaths is much greater then any other cause of death. It's not a lack of rules that are the problem with cars (nor guns).

This entry was edited (2 hours ago)