AceBonobo

joined 1 year ago
[–] AceBonobo 1 points 21 hours ago

Performance depends on your PC specs, which are?

[–] AceBonobo 2 points 22 hours ago (1 children)

Trying to make me cry?

[–] AceBonobo 3 points 2 days ago

What were they thinking?

[–] AceBonobo 21 points 2 days ago* (last edited 2 days ago) (3 children)

What's absolutely crazy about that is:

Prompt: write code that checks how many r's are in the word strawberry

Response:

using System;

class Program
{
    static void Main()
    {
        string word = "strawberry";
        char targetChar = 'r';
        int count = 0;

        foreach (char c in word)
        {
            if (c == targetChar)
                count++;
        }

        Console.WriteLine($"The letter '{targetChar}' appears {count} times in the word \"{word}\".");
    }
}
[–] AceBonobo 8 points 6 days ago (1 children)

I see so many riders without lights wearing dark clothes at night. Lights are ridiculously cheap too.

[–] AceBonobo 11 points 6 days ago* (last edited 6 days ago) (11 children)

A 12 year old on an ebike killed a 66 year old that was riding a bicycle at night without lights. Maybe set age limits? Is the solution too obvious? Traffic education and enforcement?

[–] AceBonobo 4 points 1 week ago* (last edited 1 week ago) (1 children)

Fixed. Appreciated.

[–] AceBonobo 13 points 1 week ago (5 children)

I'd love to see a crank on EVs to power the low voltage stuff in emergencies. How many amps does the car startup take? 15A? Maybe bicycle pedals.

[–] AceBonobo 7 points 1 week ago

It's much much much cheaper to use the same 12V systems that other cars use.

Kia/hyundai solved this by having a disconnect on their (li-ion) 12V battery. When the voltage gets low it completely isolates the battery. There is a button inside the car that reconnects it right before starting the car.

[–] AceBonobo 5 points 1 week ago

An explosive hatch! Or ejection seat! Love it

[–] AceBonobo 4 points 1 week ago

It seems pretty obvious, but also, it would be nice to see improvements in this area.

[–] AceBonobo 16 points 1 week ago* (last edited 1 week ago) (7 children)

Surprisingly, if you google "hydrogen airship revival", you will find that there are many companies trying to build airships.

Since the non-flammable helium has less lifting capacity and is non-renewable and expensive, they are trying to use hydrogen safely. Good luck...

78
submitted 9 months ago* (last edited 9 months ago) by AceBonobo to c/technology
 

"In our tests, on a select set of popular PC games, we observed an average of ~16% FPS increase1 and ~27% display latency reduction1. In addition, CASO contributed to a 45% decrease in timeout detection and recovery events (TDRs)"

Cross Adapter Scan-Out (CASO) can improve the performance of hybrid laptops that have both an integrated GPU (iGPU) and a discrete GPU (dGPU) or external GPU (eGPU). CASO is a feature of DirectX that allows the dGPU/eGPU to directly display the rendered frames on the screen, bypassing the iGPU. This reduces the display latency and increases the FPS for gaming scenarios. CASO does not require any specialized hardware solutions like NVIDIA’s Advanced Optimus or AMD’s Smart Access Graphics (no mux switch needed), but it does require Windows 11 and compatible hardware (AMD 6000, Intel Iris, any nvidia dGPU).

view more: next ›