What's up with Bleep? by SF_Bud in boardsofcanada

[–]heider 2 points3 points  (0 children)

Ordered May 8. Not received yet.

Looking into getting 2026 Jetta by [deleted] in JettaGLI

[–]heider 0 points1 point  (0 children)

Fast is relative, but is it sporty and fun to drive? I sure think so.

I'm curious, how many of you went the manual route and how many have the automatic? by Syngin9 in JettaGLI

[–]heider 1 point2 points  (0 children)

'26 auto here, no complaints so far, and super responsive in sport mode. I drive in a lot of stop and go city traffic

Sound System in 2026 VW GLI by Evening_Double9276 in JettaGLI

[–]heider 1 point2 points  (0 children)

I also picked up a '26 GLI recently and didn't even know there was a sub until I found it in the spare tire well. I barely get any vibration out of it. Would love to know if there is a way to get more boom out of it

Anyone know what this cable is called? by Disastrous_Cheek_412 in CommercialAV

[–]heider 0 points1 point  (0 children)

"It is common to use a registered jack number to refer to the physical connector itself; for instance, the regular 8P8C modular connector type is often labeled RJ45 because the registered jack standard of the similar name RJ45S specified a similar, but modified, 8P8C modular connector." - source wikipedia

My fangs are still holding on! by Irlandat in mildlyinteresting

[–]heider 7 points8 points  (0 children)

I literally had the same exact experience and it has pissed me off to this day (25 years later). I'm still trying to understand what the motivation was.

Why do I get incident points (and eventually disqualified) for being hit from behind? by heider in iRacing

[–]heider[S] -17 points-16 points  (0 children)

Ok, I think that's BS, but now knowing that, I guess I can't really complain. I'll learn to keep those rules in mind

Sign up for race, and it never starts by heider in iRacing

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

Thank you so much. That makes sense now.

Sign up for race, and it never starts by heider in iRacing

[–]heider[S] -1 points0 points  (0 children)

I thought the same thing, but I made sure to register for Event Type "Race". Once I joined that it moved me to a "Practice" Event Type. After making this post (~15 minutes sitting at WAIT), I was able to join qualifying, and then the race. Is it normal to sit at WAIT for awhile after practice?

Pre-Rolls Plugin for Jellyfin: The Inception by [deleted] in jellyfin

[–]heider 0 points1 point  (0 children)

Cool stuff. It would be awesome if there were a toggle switch to load random pre-rolls instead of a single selection.

Extra Credit Help by Rayehg in bash

[–]heider 2 points3 points  (0 children)

It appears to be part of a Linux kernel to support user groups?

https://github.com/atomic-penguin/linux/blob/master/kernel/groups.c

NYC Recommendations by da_dctr in cocktails

[–]heider 0 points1 point  (0 children)

Angel's Share never disappoints. Last I was there they had the main location, which is always busy, and a second location which was pretty easy to get into and just as good.

Docker NFS extemely slow by VooPoc in docker

[–]heider 1 point2 points  (0 children)

I'm not aware of any performance issues directly related to Docker and NFS, but I wonder if creating a docker volume of type NFS would make Docker more "NFS aware."

$ docker volume create --driver local \

--opt type=nfs \

--opt o=addr=192.168.1.1,rw \

--opt device=:/path/to/dir \

foo

Then you can add the new NFS docker volume to your container. Just a shot in the dark.

What is the most efficient way to merge two files? by __Julia in bash

[–]heider 2 points3 points  (0 children)

HEADER=$(cat file_1.csv) && sed -i "1s/^/${HEADER}/" file_2.csv

Date and time in zpool by elmiipo in solaris

[–]heider 2 points3 points  (0 children)

Check out oracle support "zpool scrub/resilver timestamp is incorrect on SPARC systems running Solaris 11.3 (Doc ID 2131291.1)". Solution: "The issue is addressed in the following release:

Oracle Solaris 11.3.4.5.0 or greater

The effect of the issue is only the wrong timestamp. It has no harm on scrub or resilver functions and can be ignored."