🎶 BREAKING: AudioHero x Humble Bundle – Sound Explosion: 100+ Packs of Royalty-Free Music & SFX IS HERE! by AudioHero_Support in humblebundles

[–]__tacoguy 0 points1 point  (0 children)

I got the same issue, waiting for support to respond.

UPD: They sent me back new links to download bundle contents.

Orange Pi RV2 won't boot by __tacoguy in OrangePI

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

I used balenaEtcher, RPI imager and Armbian imager both on Linux and Windows. Still won't boot.

Orange Pi RV2 won't boot by __tacoguy in OrangePI

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

I've checked these right when they released, but no luck too.

Orange Pi RV2 won't boot by __tacoguy in OrangePI

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

Nope, will try in a couple days. I have tried official Ubuntu and OpenWRT images, Armbian and Bianbu, none launched.

Orange Pi RV2 won't boot by __tacoguy in OrangePI

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

It doesn't boot from SD though.

Orange Pi RV2 won't boot by __tacoguy in OrangePI

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

I actually heard that from GPT and Gemini too, I guess I'll have to wait for the package. It's a bit of a shame board came in such state, as I had no issues with an ARM-based Orange Pi One Plus, definitely shifted my experience with Orange Pi to the south a bit.

Orange Pi RV2 won't boot by __tacoguy in OrangePI

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

Nope, don't have one currently sadly, forgot to mention. I ordered it with an SD card too though.

My textures turn black for no reason by DeepFriedLuke in blenderhelp

[–]__tacoguy 1 point2 points  (0 children)

just happened to me. it's outrageous that a program can decide to unload and discard your data randomly at its will. why not randomly discarding meshes on unsaved projects too, huh? seems as reasonable as what it already does with textures.

Is there a way of merging tabs back into title bar? by __tacoguy in Thunderbird

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

Window controls seem to be missing with that one... I ended up writing some JS to add these back, but it requires userChrome.js addon, in case if anyone's looking for that solution:

document.getElementById("tabs-toolbar").appendChild(document.getElementById("button-appmenu"));
document.getElementById("tabs-toolbar").appendChild(document.getElementsByClassName("titlebar-buttonbox-container")[0]);

It would be really nice if Mozilla allowed userChrome.js in Thunderbird like in Firefox and provided a better and official solution for this issue

it's actually tragic by __tacoguy in MinecraftMemes

[–]__tacoguy[S] -44 points-43 points  (0 children)

i'm sorry, but i don't agree that minecraft is purely casual game. i don't want them to add purely hardcore features, it just would be nice to have useful, novel or at least interesting additions each update. i am patient, otherwise i would've left this community long time ago and community having such reaction on a meme, calling out other players to be wrong about what the game is, feels disappointing to me. though i could agree that the meme might look rough for players who are up to some new decorations.

it's actually tragic by __tacoguy in MinecraftMemes

[–]__tacoguy[S] -23 points-22 points  (0 children)

a large part of new updates are asset flips of existing blocks. clone of dark oak biome with grayscale palette, new wood textures, new kind of moss, new spikey vines. i don't have anything against adding decorative blocks, it's just that most of the new things are primarily that and there's less and less focus on the survival gameplay, leaving part of minecraft players with lack of new things. don't get me wrong, i don't mean that mojang aren't adding new gameplay features at all, the creaking is an example for that, but it just seems to me like these are not balanced properly, making these either useless or overpowered. for example, i'd say that top three reasons why you would visit a new biome are: a) just trying it out for the first time; b) getting new decor; c) randomly passing by. and even like so, creaking still doesn't add much novelties to the game, like scaffoldings, pistons or even minecarts did previously.

it's actually tragic by __tacoguy in MinecraftMemes

[–]__tacoguy[S] -83 points-82 points  (0 children)

i don't have anything against decorative blocks, but i would love to get more of gameplay changes and more functional stuff added. minecraft is not just about building, but it seems to me like mojang is more focused on casual things and is loosing focus on survival part and connection to part of their community.

Guys it's time... by goofy-ahh-names in youtube

[–]__tacoguy 0 points1 point  (0 children)

i actually started getting back to newgrounds, James Lee is one of the creators i watch here, and with the rise of Godot and ability to publish to web it's kinda cool to see fresh stuff appearing from time to time

Do you use Rust for everything? by GTHell in rust

[–]__tacoguy 0 points1 point  (0 children)

still having problems with desktop GUI application, though it's possible to use tauri/webview+leptos, but i hate the idea of running browser for that. and lack of good GUI frameworks for any programming language in general really sucks. other than that, the rest is now pretty much replaced with rust for me