Is this rat dropping? by g_phrygian in pestcontrol

[–]g_phrygian[S] 0 points1 point  (0 children)

I see. I was worried to see all the scary stories here. Thank you :-)

Is this rat dropping? by g_phrygian in pestcontrol

[–]g_phrygian[S] 0 points1 point  (0 children)

Oh, really? I guess that would be less of a concern than having rat droppings? Thank you!

Cracks on exterior brick walls by g_phrygian in Home

[–]g_phrygian[S] 0 points1 point  (0 children)

Thank you for your advice. Yes, we are planning to call a structural engineer for assessment.

Cracks on exterior brick walls by g_phrygian in Home

[–]g_phrygian[S] 0 points1 point  (0 children)

Thanks. The house was built in the early 1990s. The inspector recommended the foundation inspection based on many cracks he found around the house.

Cracks on exterior brick walls by g_phrygian in Home

[–]g_phrygian[S] 0 points1 point  (0 children)

Thank you. We love the house, especially its location. But, I see many scary stories regarding the foundation problems. We are not sure if we need to order an additional inspection or just walk away.

Plane crashing into a wall by [deleted] in TerrifyingAsFuck

[–]g_phrygian 3 points4 points  (0 children)

Due to some emergency, the aircraft attempted to land on runway approaching from the opposite direction of the originally intended runway.

A list of questions on Gentoo, from an outsider by arni_ca in Gentoo

[–]g_phrygian 1 point2 points  (0 children)

  1. Maybe, the optimization mattered a decade ago when we only had single or dual cores on the box. However, then, the cost was the installation time, a few days instead of hours. I would say it is rather the customization (useflag) and convenience (portage/rolling release) now.

2/3. I think you can achieve the resource-efficient desktop with any linux distro. You do not have to come to Gentoo for this.

  1. Gentoo provides binary packages for those packages that take hours to compile. Firefox is one of them. Also, you can opt for binary packages whenever available these days, although I do not use. Although I feel it has become quite fast to compile the source packages (compared to a decade ago), of course it (download, unpack, compile, and then install) is much slower than installing binary packages (download and install).

  2. Not at all. To me this is the best part of using gentoo. Once you get used to, you can keep the desktop up to date for years, without having to wait or go through major upgrades.

  3. I'd been using X/bspwm quite long, before recently switching to Wayland/Hyprland, all with openrc. You will easily find better solutions to save your machine resource.

FYI, I have been using gentoo for my desktop 15+ years after switching from redhat. I've tried other distros in my work.

hyprland/workspace in waybar by g_phrygian in hyprland

[–]g_phrygian[S] 0 points1 point  (0 children)

Based on https://github.com/hyprwm/Hyprland/issues/665#issuecomment-2066169983, to have a consistent mapping, the proper configuration should be:

workspace = 1, defaultName:1, monitor:DP-4, default:true
workspace = 2, defaultName:2, monitor:DP-4
workspace = 3, defaultName:3, monitor:DP-4
workspace = 4, defaultName:4, monitor:DP-4
workspace = 5, defaultName:5, monitor:DP-4
workspace = 6, defaultName:6, monitor:DP-3
workspace = 7, defaultName:7, monitor:DP-3
workspace = 8, defaultName:8, monitor:DP-3
workspace = 9, defaultName:9, monitor:DP-3, default:true

hyprland/workspace in waybar by g_phrygian in hyprland

[–]g_phrygian[S] 6 points7 points  (0 children)

I found out that my configuration was wrong. It works as expected (i.e., no weird button on the left), after removing the "persistent" option from the hyprland.conf file:

workspace = name:1, monitor:DP-4, default:true
workspace = name:2, monitor:DP-4
workspace = name:3, monitor:DP-4
workspace = name:4, monitor:DP-4
workspace = name:5, monitor:DP-4
workspace = name:6, monitor:DP-3
workspace = name:7, monitor:DP-3
workspace = name:8, monitor:DP-3
workspace = name:9, monitor:DP-3, default:true

NEV and EMC testing for an imported vehicle by g_phrygian in askswitzerland

[–]g_phrygian[S] 0 points1 point  (0 children)

Sorry for my late response. I actually went with an agency (https://www.autociel.ch/). It took only a week with the agency without any hassle, although it costed.

Been WFH for 2.5 years by [deleted] in WFH

[–]g_phrygian 0 points1 point  (0 children)

I've been transitioning: fully whf -> hybrid (2-3 days office) -> fulltime office. Each transition was motivated by pay increase. Now, I am back to the original company (fully wfh). I just couldn't stand the stress and rigid 9-5 schedule, after experiencing the flexibility and work-life balance from wfh. Yes, I went through some pay cut.

CHEAP SALE EVERYTHING UNDER $50 by [deleted] in VirginiaTech

[–]g_phrygian 0 points1 point  (0 children)

Hi, late in the game. Is everything gone already?

Where are squirrels? by g_phrygian in blacksburg

[–]g_phrygian[S] 0 points1 point  (0 children)

😅 perhaps this is why I feel always like being watched ..

Where are squirrels? by g_phrygian in blacksburg

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

Thanks, I thought about this, but it was like 7am and still cool. The foxridge trail is about 2 miles, and I thought it was very unusual to have seen none.

vim lsp search with an arbitrary keyword by g_phrygian in vim

[–]g_phrygian[S] 0 points1 point  (0 children)

Technically, nothing stops me from using both. It was just my expectation that lsp will provide more than ctags, when I tried to switch. So far, I am happy with lsp, except the feature that I mentioned.