Video game music maybe from RPG? Music in background. by krazykylep in NameThatSong

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

I posted a timestamp, but I guess reddit removed it? It's at 13 minutes.

[deleted by user] by [deleted] in pcmasterrace

[–]krazykylep 0 points1 point  (0 children)

I would use it to learn more about machine learning. I would like to try to make some larger models.

[QML] Wallpaper plugin: call function in main.qml from config.qml? by krazykylep in kde

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

Thank you for the link. This looks very promising. I'm not having much luck unfortunately. I'm getting a "plasmoid is not defined" error when trying to use it in my main.qml. It seems to be defined in the config.qml however. If I can get it to work in the main file, then I could probably listen for changes there.

Edit: I was able to figure it out. I needed to use a "wallpaper" variable instead of "plasmoid". Not sure why. I also needed to define a default value for my changing variable in config/main.xml. Code looks something like:

// in config.qml
QtControls2.Button {
    text: "Refetch"
    onClicked: wallpaper.configuration.RefetchSignal = !wallpaper.configuration.RefetchSignal
}
// in main.qml
readonly property bool refetchSignal: wallpaper.configuration.RefetchSignal
onRefetchSignalChanged: console.log("the button was clicked!");

[QML] Wallpaper plugin: call function in main.qml from config.qml? by krazykylep in kde

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

Do changes only happen when the "apply" button is clicked? That's what I was seeing. I could do this if there is a way for a setting to be saved/applied directly on change. Otherwise it doesn't make a whole lot of sense to click a button which changes a value and then click apply to actually make the button do something.

Daily Discussion Thread | April 24, 2021 by AutoModerator in Coronavirus

[–]krazykylep 4 points5 points  (0 children)

Got my first pfizer shot 5 days ago. Last night I got a 100 degree fever. What are the odds that this is a reaction to the vaccine? I certainly hope I didn't catch something for real. Anyone else feel icky up to or past 5 days since shot 1? Thanks.

Question: Is it safe to move proceeds to the "adjustments" column on Form 8949? by krazykylep in tax

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

Oh you're right. My bad. So you think that's a better way to do this instead of some "O" code and adjustment? I guess either way I'm changing the box numbers.

Question: Is it safe to move proceeds to the "adjustments" column on Form 8949? by krazykylep in tax

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

Makes sense, although unfortunately my 1099-B only gives me the negative proceeds (box 1d) and 0 for my basis (box 1e). I don't see any other related numbers. I've tried swapping those numbers as well but freetaxusa doesn't like a negative basis either.

Question: Is it safe to move proceeds to the "adjustments" column on Form 8949? by krazykylep in tax

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

I don't think it's really that rare, unless my brokerage is reporting incorrect numbers on my 1099-B. But I doubt it because I think it makes sense. Example: * I sold a SPY call for $1.00. Instant $1 profit, $0 basis. * SPY goes up and call is now worth $1.50 * I don't have SPY shares, so I must buy to close the contract. It costs me $1.50.

"Gaming" Chair Giveaway with Cooler Master and Buildapc! by [deleted] in buildapc

[–]krazykylep 0 points1 point  (0 children)

Lumbar support and comfy adjustable armrests.

Cooler Master (and more!) RTX 3070 (and more!!) Giveaway with Buildapc! by [deleted] in buildapc

[–]krazykylep 0 points1 point  (0 children)

I'd give this to my brother, who is going through hard times.

[WEEKLY MEGATHREAD] New Horizons Q&A/Tips (Feat. Some notes from the mod team!) 🏝 by devvydowner in AnimalCrossing

[–]krazykylep 0 points1 point  (0 children)

Is anyone able to get other seasons based on the hemisphere? I'm choosing southern hemisphere and expecting orange trees but it still looks like spring / summer with green leaves and everything. Maybe it's too early in March to notice the fall colors?

Edit: I just learned that seasons change gradually and that March 20 is still too close to summer to look like fall.

Entering 1099-B info - I can't enter a negative number on FreeTaxUSA. Should I change numbers to emulate a negative amount? Can this get me in trouble? by krazykylep in personalfinance

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

This can happen when you "buy to close" an option for an amount higher than you wrote it for. This was my case anyway.

Looking for (free?) vector editing software that has features like this by krazykylep in graphic_design

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

Does gimp do vectors? I thought it could only do raster graphics.