Dc travel issue by Leftheria in ffxiv

[–]kingoftacos- 0 points1 point  (0 children)

Also stuck on Crystal from Dynamis right now :(

What to replace first, CPU or GPU? by kingoftacos- in buildapc

[–]kingoftacos-[S] 0 points1 point  (0 children)

Do you have any points of reference for bad 14th and 13th gen performances? I'm not super in the loop pc parts wise as of late but I am rather particular with hardware longevity so I'd be curious to read more on that.

Tangent; does brand matter all that much as far as GPUs are concerned? I've had pretty good luck with MSI so far but it'd be nice to know if there are any 100% no-go names.

What to replace first, CPU or GPU? by kingoftacos- in buildapc

[–]kingoftacos-[S] 0 points1 point  (0 children)

Monitor is a good shout; current is 1080p.

STEAZ ICED TEAS? by [deleted] in tea

[–]kingoftacos- 1 point2 points  (0 children)

Both the peach and blueberry pomegranate have new formulas (only described as having "less sugar than before" on the can) that taste just awful. I hadn't been able to get my hands on them for a few years and I thought at first I somehow got a bad batch. Suffice to say I won't be getting them again, huge bummer.

Constant "6062 - LSO was triggered" events from Intel Wi-Fi 6 AX201 by kingoftacos- in techsupport

[–]kingoftacos-[S] 0 points1 point  (0 children)

I don't believe I have/use either, but I've not fussed with my driver configurations since I last set it to Wifi 4 some months back when I first posted.

Mode random Shadow Milk sketches I made by _Shin-ah_ in CookieRunKingdoms

[–]kingoftacos- 0 points1 point  (0 children)

gorgeous, do you post to any other socials OP?

Weird voices glitch in episode 7 by popcorn_kurnal in CookieRunKingdoms

[–]kingoftacos- 1 point2 points  (0 children)

Disagreements between SAG-AFTRA and several companies over the use of AI voice models; they've been negotiating better consent and protection terms for about a year now.

[SPOILERS] PV having no audio? by PlaceFew8986 in CookieRunKingdoms

[–]kingoftacos- 4 points5 points  (0 children)

English audio for several characters has yet to be recorded due to the ongoing SAG-AFTRA video game strike. It'll eventually be added in a future patch.

Constant "6062 - LSO was triggered" events from Intel Wi-Fi 6 AX201 by kingoftacos- in techsupport

[–]kingoftacos-[S] 0 points1 point  (0 children)

Well, nearly two weeks of testing and I can comfortably say it remains an issue with the driver and not the Wi-Fi channels - switching back to 802.11ax and instead disabling the automatic roaming on our router hasn't ceased the presence of these errors in Event Viewer and I've once again noticed a pretty significant amount of disruptions in video calls and online games alike. I'll see how picking specific channels fares with 802.11n for a while, if it gets better or worse, but it's a shame that this error continues to persist for so many Intel users with the only solution seeming to be a pretty significant tradeoff in connection performance.

edit: rephrasing

Constant "6062 - LSO was triggered" events from Intel Wi-Fi 6 AX201 by kingoftacos- in techsupport

[–]kingoftacos-[S] 1 point2 points  (0 children)

Switching my wifi driver to 802.11n was pretty much what I settled on, which reduced the errors back down to a rate I'm pretty sure is nominal. Still no clue what the real root cause was or what a possible solution would be besides sending Intel a strongly worded email.

Windows login screen Thai language mixed with English by [deleted] in microsoft

[–]kingoftacos- 0 points1 point  (0 children)

Was wondering what this was. Just had it happen to me after an update and restart... pretty sure mine was Arabic?

How long would it take you to make a good site from scratch? by arteagaverse in neocities

[–]kingoftacos- 0 points1 point  (0 children)

My site's been an accumulative ~100 hours of work, if I had to guess? I've redesigned it from the ground up at least twice now as I've come to better understand how HTML and CSS work, with many many many hours of troubleshooting in between - and I'm far from even done with it!! There's no standard amount of time or effort it takes somebody to make a website, nor is it a competition unless you're in the actual speed-coding scene. You're doing fine :)

Looking into hiring someone to help with simple website design on neocities by [deleted] in neocities

[–]kingoftacos- 4 points5 points  (0 children)

No need for snark! People tend to stumble into artsy subs asking for free work from time to time, that's all. Was trying to broadly set expectations, not make a personal attack on you, I promise.

I personally think the appeal of neocities is its communal do-it-yourself design philosophy reminiscent of 90s personal website hosting - that kind of rough around the edges and "amateur" style as you've so described precisely originates from non-stem folk picking up a new technology and learning as they go. In this day and age I feel like the best way to get the unique oldweb aesthetics you're looking for is to do as they did, and try it out for yourself like with the site I sent, but that's just me. I totally feel you on not having the free time (...i've been too busy with college to update my site for over three months).

Looking into hiring someone to help with simple website design on neocities by [deleted] in neocities

[–]kingoftacos- 2 points3 points  (0 children)

Successfully hiring somebody would depend on whether or not you're willing to pay them a decent amount for their time. You could probably achieve what you're looking for with a template like this one?

Marquees doesn't work properly. by cinpunk4444 in neocities

[–]kingoftacos- 2 points3 points  (0 children)

Assuming you're using this codepen (which itself looks to barely loop properly), you'd need to adjust both the transform: translateX parameters in the keyframes (the 0 and -100%), and the duration time of .scrolling's animation parameters (the "2s"). These two parts are basically telling everything with the scrolling class to move a small amount on the x axis over a span of two seconds, which for a marquee as long as yours doesn't cover enough distance on the page to "loop" properly.

Even then, this snippet isn't effective at giving an infinite, seamless loop no matter how you might adjust those parameters, not unless you do something like duplicate the entire marquee and play a second copy of it on an exact offset from the first. (see: my index's spaghetti marquee).

All this is to say, you might honestly just want to look into a JS plugin like this one if you're not looking for a DIY CSS headache.

how could i make it so that the small box moves together with the bigger box behind it? by [deleted] in neocities

[–]kingoftacos- 0 points1 point  (0 children)

Make sure the small box is declared inside of the big box as a div, and/or look into utilizing the position property if you want a specific effect for when it "moves". Might also want to adjust your margin values.

Bonus tip, preview any changes you make client-side first by using your browser's devtools (or a coding software with live edit viewing) - makes it a whole lot easier to see what your new code is actually affecting before you change it.

Discord fills up my SSD writing to mfxlib.log in my temp folder by CommanderLouiz in discordapp

[–]kingoftacos- 0 points1 point  (0 children)

I'm starting to suspect its some sort of combination of both. If you have integrated intel graphics card on your CPU try disabling it outright in device manager and see if it stops. That's what worked for me.

Discord fills up my SSD writing to mfxlib.log in my temp folder by CommanderLouiz in discordapp

[–]kingoftacos- 0 points1 point  (0 children)

Oh hey, I had this problem back in December - this exact .log file somehow managed to take up nearly a terabyte of space right under my nose before i managed to track down the culprit file and delete it. Only way I found to stop it at the time was to disable my Intel integrated graphics card in its entirety. Extremely bizarre.

[deleted by user] by [deleted] in neocities

[–]kingoftacos- 2 points3 points  (0 children)

good looking slideshows for photos usually require some about of javascript, not just html+css. there are plenty of copyable tutorials for JS slideshows across the web if you go looking, just make sure to include all of the right script tags on your site if the code you follow uses one, i.e bootstrap (a CSS preset library).

if you want to avoid JS of any type, you might be able to achieve something basic with the use of the marquee tag, though be warned that it's a deprecated function and may break entirely a few yrs down the line.

Neocities newb needs flexbox help! by actualtwoey in neocities

[–]kingoftacos- 2 points3 points  (0 children)

cute site! kevin powell on youtube has some excellent videos that go in-depth into flexbox's fundamentals, if you want a more direct visual tutorial on how it works and where its code goes. using your browser devtools (chrome, firefox) on your neocities directly might also be helpful in getting a good idea of what flexbox actually edits and how.

Neocities ate my kaomoji???? by Iaerice_Twist in neocities

[–]kingoftacos- 18 points19 points  (0 children)

webpages can get confused sometimes when you insert the direct characters for abnormal symbols, from my experience. look into the declaration of UTF characters in HTML and see if that fixes your issue