Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GB
Posts
23
Comments
485
Joined
2 yr. ago
Gentoo Linux @reddthat.com
glibg10b @lemmy.ml

Instead of --autounmask --autounmask-write, use --autounmask{,-write}

--autounmask tells emerge to show you what you should add to your package.accept_keywords in order to unmask masked packages.

--autounmask-write tells emerge to automatically modify package.accept_keywords and package.use. You still need to apply the changes using dispatch-conf, since Portage's config files are protected by CONFIG_PROTECT.

{,-write} tells bash to duplicate the argument, adding to the first argument and -write to the second.

Technology @lemmy.world
glibg10b @lemmy.ml

This was the first result on Google

  • That's true for any conversation that isn't a DM, though. All popular search engines let you enter a string in quotes and find pages that matches exactly. But if someone wanted to make fun of me on the internet, I would prefer if they censored my name.

  • Programmer Humor @lemmy.ml
    glibg10b @lemmy.ml

    ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯

  • I chose Xamarin in the early days of Bitwarden because it was a technology that I was proficient at (.NET and C#) and it afforded me the time to maintain a mobile app along with all the other apps I was building for Bitwarden. Xamarin is a real time saver, for sure and it has served us well over the past 8 years, but it comes with some downsides as well: ...

  • emaciated

    I guess that's my word of the day.

    Not sure why you brought up masculinity, though — I'd argue that getting your balls cut off doesn't make you any less of a man. It certainly does expand your repertoire of safe and comfortable seating positions, though.

  • 196 @lemmy.blahaj.zone
    glibg10b @lemmy.ml

    Blows rule

    LemmyLeft @lemmy.ml
    glibg10b @lemmy.ml

    Hmm

    2 days old account
    No posts or comments
    Creates 8 highly political communities
    This is very sus

    LocalLLaMA @sh.itjust.works
    glibg10b @lemmy.ml

    Uncensored Mixtral 8x7B with 4 GB of VRAM

    I have a 1650 Super with 4GB of VRAM and 16GB of system RAM. I'm able to get roughly 2.7 tokens per second using the Q2 quantized dolphin 2.5 model from here (n_gpu_layers = 5). A dolphin 2.7 model exists, but I haven't tried it yet.

    The Q2 model produces lower-quality output. Here are a few responses using the prompts from here.

    Prompt 1

    Linda has 3 sisters
    Paul has 4 sisters
    Can Linda and Paul be siblings?

    Yes, they can be siblings. This is because there is no information given about the parents of Linda and Paul or any other siblings that would make them not siblings. Hence it is still possible for them to be siblings.

    Prompt 2

    Björn is 3 years older than Freya
    Freya is Björn’s sister.
    Björn is twice Freya’s age.
    How old is Freya? How old is Björn?

    techsupport @lemmy.world
    glibg10b @lemmy.ml

    Motherboard provides more USB ports than B450?

    My motherboard provides 4x USB 3.2 Gen1 ports for rear I/O and another 2x USB 3.2 Gen1 ports for front I/O (through the header), but my chipset only supports 2x USB 3.2 Gen1 ports. Where is the support for the other ports coming from?

    Motherboard Wikipedia

    The motherboard is an ASRock B450M Steel Legend

    Lemmy Support @lemmy.ml
    glibg10b @lemmy.ml

    Images not loading

    Images aren't loading for me on rc10/rc11. I didn't have this issue on rc8/rc9.

    Opening an image in a new tab shows the following response:

     json
        
    {"error":"auth_cookie_insecure"}
    
      

    Edit: fixed

    Mildly Infuriating @lemmy.world
    glibg10b @lemmy.ml

    Protecting me by limiting my actions is insulting

    uBlockOrigin @lemmy.ml
    glibg10b @lemmy.ml

    What are the purple domains in uBlock Origin?

    Lemmy Support @lemmy.ml
    glibg10b @lemmy.ml

    Post date is in the future

    This post was apparently posted at 11:08 GMT+2, which is almost two hours in the future from now.

    This is obviously a bug, but is it a frontend or a backend issue?

    Android @lemmy.ml
    glibg10b @lemmy.ml

    After over 2 years, audio transitions are still abrupt on Samsung phones

    Two years ago, a feature was added to Android 12 where the previous audio source would fade out when a different source starts playing (e.g. you start a YouTube video while music is playing).

    A post was made on XDA on 18 May, 2021:

    Audio focus is determined by the app in question that's playing media. Google explained that when an app requests audio focus while another app has the focus and is playing, the framework forces the playing app to fade out. This will be a nice change because instead of another app abruptly ending its audio stream whenever the user starts another session, Android 12 will nicely fade out the old stream that's lost focus.

    I remember being very impressed with this feature and found it satisfying every time. However, after buying a Samsung Galaxy A24 running Android 13, I was disappointed to discover that this feature is missing.

    This is yet another reason why I can't wait to install a c

    Cars @lemmy.ml
    glibg10b @lemmy.ml

    Calculating idle fuel consumption

    Some research I've done suggests that a small idling engine should consume about 0.2 - 0.3 gal/h, which is about 0.8 - 1.1 L/h. However, the following calculations I've done are off by a mile.

    At idle, engines typically operate in a rich-running condition, which implies a best-case air-fuel ratio of roughly 14.7:1 (i.e. 1 Lfuel / 14.7 Lair).

    According to this article, engines typically have a volumetric efficiency of 15% at idle. This means the volume of fresh air drawn into each cylinder is about 15% of the cylinder's volume.

    A 4-stroke engine sucks air into all cylinders in two revolutions.

    Using this information, I've calculated the idle fuel consumption for a 1.1L engine at 800 RPM as follows:

    rate = (800 rev / min) (15% 1.1 Lair / 2 rev) (1 Lfuel / 14.7 Lair)

    This comes out to roughly 4.5 Lfuel / min, or 269 Lfuel / h. What gives?

    Android @lemmy.ml
    glibg10b @lemmy.ml

    Why disclaimers are important

    User jAm-0 has issues getting into and out of his phone's bootloader. He attributes this to the bootloader being corrupt and wants to replace it.

    User return.of.octobot provides instructions to allow reflashing the bootloader. One of the steps is to run fastboot flashing unlock_critical, which allows the bootloader to be overwritten.

    Overwriting the bootloader is the only way to hard brick most devices, and fastboot flashing unlock_critical tells Android you don't care and are willing to take the risk.

    Cars @lemmy.ml
    glibg10b @lemmy.ml

    Are these normal O2 sensor values?

    Sensor 1 Sensor 2
    Oscillates between 0.1 V and 0.75 V Stays at 0.45 V

    1.1L I4 petrol engine
    Measurements taken about six minutes after starting

    There was a fault code for sensor 2 that I cleared about 3 000 km ago, but it hasn't come back since. There was never a CEL

    Ask Mechanics @lemmy.ml
    glibg10b @lemmy.ml

    Are these normal O2 sensor values?

    Sensor 1 Sensor 2
    Oscillates between 0.1 V and 0.75 V Stays at 0.45 V

    1.1L I4 petrol engine
    Measurements taken about six minutes after starting

    There was a fault code for sensor 2 that I cleared about 3 000 km ago, but it hasn't come back since. There was never a CEL

    C & C++ @lemmy.ml
    glibg10b @lemmy.ml

    University is great

    Programmer Humor @lemmy.ml
    glibg10b @lemmy.ml

    No more problem

    LaTeX @lemmy.ml
    glibg10b @lemmy.ml

    My lock screen wallpaper / university timetable (LaTeX)

    Audio @lemmy.ml
    glibg10b @lemmy.ml

    Equalizing car speakers

    TL;DR How can I equalize my car speakers using an equalizer app like ViPER4Android on my phone?


    I just equalized my headphones on my phone using ViPER4Android's convolver feature and a headphone-specific .wav file I got from AutoEq, and it sounds great. Unfortunately, AutoEQ only seems to support a limited range of sound devices, which does not include car sound systems.

    I'm not an audiophile, but even I can tell that my car's system's frequency response is terrible, specifically in the low end, where there are specific frequencies that resonate through the car (especially noticeable when the bass frequency changes in a song).

    As far as I know, AutoEq's files are made by playing something over the speakers, recording it with a high-quality microphone and correcting it to match some pre-determined frequency response curve called an equalizer target. I was wondering if there's a way to replicate this process using my phone's microphone (I'm not after