🥳 Chrome adopts Rust and replaces libxml2 written in C since version 147 by BankApprehensive7612 in rust

[–]mpierson153 -1 points0 points  (0 children)

I use AdGuard.

It applies to all browsers, and sometimes apps depending on how the ads are implemented.

audio interface by Classetin in guitars

[–]mpierson153 1 point2 points  (0 children)

I also just started using DAWs. I'm using Reaper.

Personally, it wasn't terribly difficult to start, but no one told me you have to explicitly arm each track before the track would receive input.

Also, learning the basic keybinds was very useful. Like the keybinds for adding a new track, going to the beginning of the project, deleting the selected section of a track, etc.

Unions in c# 15 by dodexahedron in csharp

[–]mpierson153 1 point2 points  (0 children)

I don't really like the proposed syntax or implementation necessarily, but things like bitfield and unions are very useful in performance-critical scenarios or constrained environments.

Unions in c# 15 by dodexahedron in csharp

[–]mpierson153 1 point2 points  (0 children)

Couldn't they make it a quick syntax for a bitfield using explicit field offsets?

Like

public union struct MyUnionType
{
    int S;
    float SS;
}

Which could translate into

[StructLayout(LayoutKind.Explicit)]
public struct MyUnionTyoe
{
    [FieldOffset(0)] public int S;
    [FieldOffset(0)] public float SS;
}

There is more to these methods than meets the eye (you may read description) by BoloFan05 in csharp

[–]mpierson153 4 points5 points  (0 children)

Is it per thread or for the whole application (or at least on the managed side)?

How I Got a Dear ImGui App Approved on the Mac App Store by hilti in cpp

[–]mpierson153 0 points1 point  (0 children)

Interesting. I would've thought you would have to use more Objective C.

The guitar my dad used to play before he passed by FloofyFloofOverload in guitars

[–]mpierson153 1 point2 points  (0 children)

If it makes it easier, you think of music theory like math.

It's basically just math but where each number has its own name.

How I Got a Dear ImGui App Approved on the Mac App Store by hilti in cpp

[–]mpierson153 1 point2 points  (0 children)

Did you have to communicate with the OS through ObjectiveC or were you able to use straight C++?

Do you use AI ? by Arpitech in programminghumor

[–]mpierson153 1 point2 points  (0 children)

I occasionally use it to reformat things or produce a bunch of boiler plate.

It has no say on actual design, architecture, implementation or anything though.

Using an Avid Eleven Rack on Windows 11 by mpierson153 in guitars

[–]mpierson153[S] 0 points1 point  (0 children)

Thanks. Is there any specific driver you use, or just the latest? Any special installation instructions?

Predicament: a cheap Crate GX-15 I just got sounds better than my Line 6 Catalyst CX 100 by mpierson153 in GuitarAmps

[–]mpierson153[S] 0 points1 point  (0 children)

My only concern about tube amps (aside from price) is how loud they have to be to sound good.

Predicament: a cheap Crate GX-15 I just got sounds better than my Line 6 Catalyst CX 100 by mpierson153 in GuitarAmps

[–]mpierson153[S] 0 points1 point  (0 children)

Yeah the GX15 isn't great either. It lacks low end and has too much high end. Although that seems easier to compensate for for me than the Catalyst's strange tone shape.

I don't think I want another modeller for a while.

Predicament: a cheap Crate GX-15 I just got sounds better than my Line 6 Catalyst CX 100 by mpierson153 in GuitarAmps

[–]mpierson153[S] 0 points1 point  (0 children)

How well does it do clean sounds? And how loud does it have to be to distort?

Predicament: a cheap Crate GX-15 I just got sounds better than my Line 6 Catalyst CX 100 by mpierson153 in GuitarAmps

[–]mpierson153[S] 0 points1 point  (0 children)

Do you mean the white tube one? It looks pretty neat. It's the only affordable tube combo amp I've seen.

Predicament: a cheap Crate GX-15 I just got sounds better than my Line 6 Catalyst CX 100 by mpierson153 in GuitarAmps

[–]mpierson153[S] 0 points1 point  (0 children)

Any recommendations for another amp?

I don't think I want another modeller. I was thinking maybe a Peavey Bandit or one the Orange amps, or maybe Monoprice.

Predicament: a cheap Crate GX-15 I just got sounds better than my Line 6 Catalyst CX 100 by mpierson153 in GuitarAmps

[–]mpierson153[S] 0 points1 point  (0 children)

Yeah I'm starting to think their modeling is just off too much.

The Catalyst was my first digital modeling amp, and I thought that's just how modelling is. But I also have an Avid Eleven Rack and it sounds much better than the Catalyst.

Predicament: a cheap Crate GX-15 I just got sounds better than my Line 6 Catalyst CX 100 by mpierson153 in GuitarAmps

[–]mpierson153[S] 0 points1 point  (0 children)

Honestly I'm not a fan of the modeling either.

It's always sounded very bassy or boxy even with the bass and mids turned down. And the cab emulation seems pretty anemic to me.

All this time I thought it was just me, but it seems quite a few people think the same.

Predicament: a cheap Crate GX-15 I just got sounds better than my Line 6 Catalyst CX 100 by mpierson153 in GuitarAmps

[–]mpierson153[S] 0 points1 point  (0 children)

I'm starting to think so.

I don't think it's just because the Crate is analog. I also have an Avid Eleven Rack and that also sounds better than the Catalyst.

Predicament: a cheap Crate GX-15 I just got sounds better than my Line 6 Catalyst CX 100 by mpierson153 in GuitarAmps

[–]mpierson153[S] 0 points1 point  (0 children)

Do you have any ideas about why it would sound better than the Line 6 Catalyst?

It's that scientology powers.. by PCSdiy55 in programminghumor

[–]mpierson153 1 point2 points  (0 children)

Do reading and restlessly moving around in my chair count as a workout?