AceBonobo

joined 1 year ago
[–] AceBonobo 2 points 23 hours ago

What were they thinking?

[–] AceBonobo 18 points 23 hours ago* (last edited 23 hours 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 7 points 4 days ago (1 children)

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

[–] AceBonobo 10 points 4 days ago* (last edited 4 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 5 days ago* (last edited 5 days ago) (1 children)

Fixed. Appreciated.

[–] AceBonobo 13 points 5 days 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 5 days 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 5 days ago

An explosive hatch! Or ejection seat! Love it

[–] AceBonobo 4 points 5 days ago

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

[–] AceBonobo 16 points 5 days ago* (last edited 5 days 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...

[–] AceBonobo 1 points 5 days ago

Understood. CG-NAT has been so annoying, I would love for IPv6 to completely replace v4 ASAP

[–] AceBonobo 1 points 5 days ago

I figure the mobile carrier was blocking incoming connections to my phone. This was a couple of years ago, things might have changed since then.

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 ›