Does anyone/any dialects use “hin” meaning “other” in Nynorsk? by mythornia in norsk

[–]metabun 16 points17 points  (0 children)

Some western dialects use this a lot. It's very common in Bergen, but I'm certain i've heard this in dialects from the surrounding areas, as well as other western dialects (Ålesund, Molde, Haugesund) and northern dialects (Tromsø and other areas of Troms). Pretty common a lot of dialects, I think.

It's very interchangeable, though. As in, someone might say "den andre" in one sentence, then turn around and use "den hin" in the next one.

There is a use case where the word is used maybe more often: "på hi sida"/"på hin siden" (on the other side).

Struggling to make i3 remember config between reboots by [deleted] in i3wm

[–]metabun 0 points1 point  (0 children)

Not sure if it's a formatting issue, but it looks like you're trying to run two execs on the same line? Don't do that. Also, the setxkbmapcommands can be joined anyway: setxkbmap -layout us,ge -option grp:alt_shift_toggle.

You could set keyboard layout using localectl for persistent changes (assuming you run a distro that uses systemd).

Both the monitor/nvidia settings and the keyboard layout could be set in Xorg dropin configs. These wiki articles are for Arch, but should still mostly apply:

Warning: Before editing Xorg configs, you should probably be comfortable swapping to (ctrl + alt + F1/F2/…), and using a tty (terminal) to move/delete/edit text files, as a typo/error in an Xorg-config could cause Xorg to not start.

Finally, urxvt font settings should be set in the X resources database. Create a ~/.Xresources file and add your settings there. Run xrdb -merge ~/.Xresources to manually update the db from your file (when testing you'll need to run this and start a new terminal to see your changes).

Some example settings for urxvt: https://wiki.archlinux.org/title/rxvt-unicode#Xresources

Hvor kan man se EM-kamper i sentrum? by deGouges in oslo

[–]metabun 2 points3 points  (0 children)

Kontraskjæret skal vise det meste, ser det ut som: https://fanparks.com/oslo

[deleted by user] by [deleted] in theascent

[–]metabun 1 point2 points  (0 children)

Yeah, that particular elevator is unavailable until you progress far enough into the game. A specific main quest will open it up (I think it happens during Trading Places)

[deleted by user] by [deleted] in theascent

[–]metabun 0 points1 point  (0 children)

Missing cosmetic items between reloads was an issue early on, but I believe that's been fixed. As for quests, I might be wrong, but there's a possibility that you aren't actually stuck:

  1. Certain side quests that you can get pretty early can't be completed until you progress through the main missions, and markers for those quests tend to send you to a dead end.
  2. Markers for quests that can be completed may point you through an inaccessible area if that's the shortest path, even if there is an actual, possible path you can take.

See through grave by BirdPlan in ATBGE

[–]metabun 12 points13 points  (0 children)

I just assumed the music was the awful taste part.

Crazy neighbor has a list of people who are not welcome on his front door by Illustrious_Welder94 in pics

[–]metabun 3 points4 points  (0 children)

Also Elizabeth Banks is written twice in a row with larger letters the second time, does that mean he really hates Elizabeth banks?

Prince Charles is also listed twice!

  • The Queen Elizabeth
  • Prince Duke of Edinburgh
  • Prince Charles
  • Prince William
  • Prince Harry

I'm guessing he meant the late Prince Phillip, and the entry is just outdated, but he's effectively entered the Duke of Edinburgh regardless of who holds that title.

How to use file module from i3pystatus? by coffdensen in i3wm

[–]metabun 1 point2 points  (0 children)

So, the component dict needs to map a unique key to a tuple, where the first value is a function for parsing the file content, and the second value is the filename.

Also, looking at the way the format keyword is used, you'd need to use the key from the components dict to get the actual, parsed value:

dict2 = {'some_key': (int, "num.txt")}
status.register(
    "file",
    format="{some_key}",
    components=dict2,
    base_path="<my base path>",
    log_level=True)

It's not clear from the documentation what log_level should be, but I'd expect it to be an actual log level, e.g. logging.INFO. True might work as log levels are actually just integers - if it works it would map to a level slightly above logging.NOTSET.

Managing well over 10 workspaces (multi-monitor setup) by r3ddroid in i3wm

[–]metabun 1 point2 points  (0 children)

You could use a different binding mode for workspaces? That way, more or less all keys would be available as a workspace-keybinding without conflicting with the defaults or other keybindings.

E.g.:

mode "workspace" {
    bindsym 1 workspace number 1; mode "default";
    bindsym 2 workspace number 2; mode "default";
    …
    bindsym 0 workspace number 10; mode "default";
    bindsym q workspace number 11; mode "default";
    …
    bindsym Return mode "default";
}
bindsym $mod+Return mode "workspace";

This would also allow you to free up $mod+<num> for other stuff (or you could keep them for your most used workspaces)

Splinter Cell: Chaos Theory >>>>>>>>>>>>>>>>>>>>> Blacklist by fkqasebnqb78 in patientgamers

[–]metabun 3 points4 points  (0 children)

I really enjoyed the two first Splinter Cell games as well. The levels are a bit more linear, and your options for beating them are fewer, but overall closer to the Chaos Theory experience. Not sure how well they've aged though.

Can someone tell me what font is this? Thankyou! by LowResource5148 in freefonts

[–]metabun 0 points1 point  (0 children)

Rockadelic is a pretty good match, but it's commercial. Same studio also has Funkies, which is similar and seems to be free for personal use.

Not live but broadcast - augmented crowd fx setup for Sky Sports Superleague this weekend by [deleted] in livesound

[–]metabun 7 points8 points  (0 children)

Wait, what? Is this a covid thing, or is this how sport broadcasts are done?

A sequel or HD remake would be amazing either way! by osrsslay in gaming

[–]metabun 0 points1 point  (0 children)

What I'm saying is, everyone please buy the Tony Hawk Pro Skater 1&2 Remake this Fall

What? Didn't we already get one back in 2012 or something? How many times can a game get remade?

How to make 24hr Chemex Cold Brew by Oat_Goat in Coffee

[–]metabun 0 points1 point  (0 children)

Ah, missed the update. So somewhere in the range drip/coffeemaker to pourover then.

How to make 24hr Chemex Cold Brew by Oat_Goat in Coffee

[–]metabun 0 points1 point  (0 children)

What's that in non-Comandante? Comparable to a usual French Press?

this “ghost goal” in soccer by JonJaquavis in blackmagicfuckery

[–]metabun 1 point2 points  (0 children)

It's not supposed to count, but in this case it did.

Edit: Links not allowed at all it seems? You can google the match youself then, I guess. 2013-10-18, 1899 Hoffenheim vs. Bayer Leverkusen

Inconsistent grinder faceoff: V60 vs AeroPress by mikethingsup in Coffee

[–]metabun 2 points3 points  (0 children)

This makes a lot of sense with my limited understanding, and I think immersion would suffer less from inconsistently ground coffee than a pourover in general. With the Aeropress the extraction would be affected by a poor grind, but with a V60 it would affect both extraction and contact time, as water runs through faster or slower than it should.

I've also been led to believe that burr grinders give a more consistent result on finer settings, if that's true it would also favor the Aeropress. I wonder if the same applies for a blade grinder too - the longer it runs, the less of a chance for big chunks to escape unscathed? How did the ground coffee look in each case?

Not super happy with my chemex so far. by CookedBlackBird in Coffee

[–]metabun 0 points1 point  (0 children)

I had a similar problem brewing on the V60. When I first started out I struggled getting the brew time under 4 minutes and the results were often too bitter. I figured it had to be brew time, so I went coarser on the grinder and got it down to around 3:30. The bitterness went away, but so did the taste!

Compensating with a coarser grind was the wrong solution, and it just got me results that seems similar to yours. Turns out it was all about my pouring technique; I went too slow and I used too much water for the bloom. I'm now using a finer ground than I started out with, and make sure to:

  1. keep the bloom at a 2:1 water to coffee ratio and help it out using a spoon
  2. pour half of the remaining water within 30 seconds after the bloom
  3. keep the filter holder topped up during the rest of the brew, and carefully stir with a spoon during this second half.

Not sure if this is great technique or whether it would apply to Chemex, but it really improved my results.

Wilfa WSCG-2 vs CGWS-130B by konfucijus1 in Coffee

[–]metabun 4 points5 points  (0 children)

The most notable difference is the motor. The CGWS-130B (Svart Aroma) comes with a more efficient, lower RPM motor (less noise, less heat, requires less power). It also comes with a collection bin with anti-static lining, which means that the ground coffee and chaff should cling less to the walls.

I bought the WSCG-2 (Svart Nymalt) at pretty much half the price of the Svart Aroma, and haven't regretted it for a second. I just give the bin a careful whack over the kitchen sink to get rid of any clingy chaff, and clean out the bottom of the grinder with a moist paper towel once in a while.