youtube.com

RedQuestionAsker2, to gaming in DRAGON BALL: Sparking! ZERO - Goku VS Vegeta - Rivals Trailer

I used to play Budokai Tenkaichi 3 for hours on end.

Gonna have to pick this up

Pluto,

Same~

SteefLem, to archaeology in I Watched Ancient Apocalypse So You Don't Have To (Part 1)
@SteefLem@lemmy.world avatar

Yeah those utube videos are longer then the actuall doc… ill watch the docu

infeeeee,

The actual “doc” is a pseudo archeologist bullshitting, so it’s not the same.

My dirty pleasure was watching Ancient Aliens for some time. I always paused the show when they started to speak about a new topic, read the actual facts on wikipedia, than laughed through the episode. In this kind of shows they mix facts with legends and theorems and straight up bullshit, and don’t tell you what is what. So no, it’s absolutely not the same.

SteefLem,
@SteefLem@lemmy.world avatar

I liked (not anymore) ancient aliens. If you watch it as entertainment not as fact. I see it still runs new seasons must be kinda on repeat by now.

And part 1 is 54min of this “i watched it…”. Part 1. No thanks.

harry_balzac,

The YT is factual and informative while the “documentary” is basically QArchaeology

SteefLem,
@SteefLem@lemmy.world avatar

I know

yrmyli, to linux in Fuck it, give me your most OVERRATED Distros
@yrmyli@sopuli.xyz avatar

For me there is only two distros. They are Arch an Debian. But that is only me. I don’t think that any of those distros are overreted they just have their own user types and needs.

jernej,

I use Arch BTW

setsneedtofeed, to star_wars in Battle of Hoth with fan added special effects
@setsneedtofeed@lemmy.world avatar

Recommended by UKFilmnerd in this comment.

Apologies that I couldn’t seem to get the special “!” Link to his name working.

UKFilmNerd, (edited )
@UKFilmNerd@feddit.uk avatar

If you can find them on the net, I highly recommend Adywan’s Star Wars and Empire Strikes Back. He adds a lot of extra details and general tinkering. Some of which are more noticeable than others. He’s been working on these films for years, and only Star Wars and Empire are available as 8gb SD versions. He paused work on Jedi to start the process all over again in HD.

Furthermore, he’s even gone as far as building his own miniatures, building a life-size Solo in carbonite and filming fans in costume to add to his own edits (just for Jedi). If you find his website, he said the next release should be Star Wars: Revisited in HD during the middle of this year, 2024.

EDIT: I fancied watching these myself and went hunting. Star Wars wa released as a 9GB DVD ISO in PAL and NTSC format. Empire was released as a 7.5gb 720P MKV file.

Cwilliams, to linux in Created a Java Application for Easy '.desktop' File Creation

No offense, but why Java?

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

Easy to make, cross platform GUI toolkit.

I dislike the look of standard Java applications myself, but it still makes a lot of sense for a quick form based application like this.

vredez,

Why do you need cross platform availability, if .desktop files are (mostly) Linux only?

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

I believe some BSDs use it too, and WSL2 will make Linux applications automatically appear on Windows, so editing desktop files may be useful there too. Plus, you don’t need to deal with different architectures (aarch vs amd64).

vredez,

Alright, but maybe take a look into something like Zenity. The task done by your tool doesn’t really justify installing a huge JRE, when a simple bash script would suffice.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

I didn’t make the tool, I merely answered a question.

Had I wanted to develop such a tool myself I probably would’ve gone Python + Qt6 or used some Rust GTK wrapper, or maybe dust off Gambas if all I want it a a few buttons and text fields.

Blaiz0r,

Write with what you know

ulkesh,
@ulkesh@beehaw.org avatar

Because despite the popular bandwagon belief, there’s nothing wrong with using Java. It’s just a tool, like so many others.

This is like saying, “Why that Philips head screwdriver? Why not this other Philips head screwdriver?”

MrOzwaldMan, (edited )

Because that’s what I learned from Uni, didn’t want that skill to go to waste. I was thinking about how it would be easier to make the apps (plain applications that use executables and shell to run) .desktop file without any hassle (for new Linux users).

Also, Python was two semesters ago, so I forgot all about it.

isVeryLoud,

Learn Kotlin, it’s adjacent and better.

MossyFeathers, to star_wars in Star Wars: Dark Forces review by Civvie11

I do love me some civvie.

setsneedtofeed,
@setsneedtofeed@lemmy.world avatar

He’s the pinnacle of entertainment.

0x4E4F, to linuxmemes in Average Linux user

That kinda looks like me though… wait… am I an average Linux user 🤔…

QuazarOmega,

Holy shit, Ryan Gosling uses Linux?

0x4E4F, (edited )

That kinda looks like Terry Davis, creator of TempleOS. I knew he looked familiar, just couldn’t remember who he reminded me of.

QuazarOmega,

Yes, it’s him, I was just pulling your leg for the “literally me” kind of comment
(btw, Terry is literally me (I am the best programmer that’s ever lived))

0x4E4F,

So… on what meds are you and why have you stopped taking them?

QuazarOmega,

Uhh, to follow God’s word?

0x4E4F,

Fair enough. Sooo… I guess I’ll go this way then…

siipale,

Probably an average. I think the above average types usually have a vim keybinding configured to send current buffer to CIA via curl so they don’t have to use bloated web browser for doing everyday task.

light_mnemonic, to star_wars in A Disturbance in the Force - Official Trailer (2023) Seth Green, Weird Al Yankovic

Damn. Any idea what platform it’ll premiere as a basic option on? I assume it’s premiering as rent/own on Amazon?

Ultragramps,
@Ultragramps@lemmy.blahaj.zone avatar

Yarr. Some say there’s a map to the treasure.

khan_shot_1st,

Blu-ray is available already.

Blaze, to star_wars in A Disturbance in the Force - Official Trailer (2023) Seth Green, Weird Al Yankovic
@Blaze@discuss.online avatar

Weird al Yankovic, now that’s a name I hadn’t heard in a long time

FenrirIII,

He has a biopic on Hulu.

Ultragramps,
@Ultragramps@lemmy.blahaj.zone avatar

The 2022 movie just won 2 Emmy awards and was nominated for 6 others.

toothbrush, to linux in Created a Java Application for Easy '.desktop' File Creation
@toothbrush@lemmy.blahaj.zone avatar

Don’t most desktop environments already have this?

If you want to include this as an option when right clicking the desktop, you will probably need to patch this into the DE of your choice, however I think at least KDE has an option for custom right click actions.

ScottE,

Yep, all desktop environments have this - whatever text editor is handy. :⁠-⁠)

MrOzwaldMan, (edited )

I see, I didn’t know KDE had that, does KDE allow java apps to be used as the right click action? As for GNOME, I’m still trying to figure it out.

Until then, I will post the link to the app in the future. It needs some beautification, and quality of life changes so you and the others can use it as you use sudo apt update and upgrade to update your PCs.

toothbrush,
@toothbrush@lemmy.blahaj.zone avatar

Yes, it works with any command.

leopold, (edited )

For KDE right click menus, you need to use service menus: develop.kde.org/docs/apps/dolphin/service-menus/

These are used by Plasma and most KDE apps that deal with files.

Krusader has a more powerful system for this called UserActions, but they’re exclusive to Krusader and afaik Krusader is also compatible with service menus, so these are much less portable: docs.kde.org/trunk5/en/…/useractions.html

yianiris,
@yianiris@kafeneio.social avatar

A window manager is enough with any customizable drop menu, can open a file manager of choice, create a folder or file, no desktop is needed.

worker ~/.Desktop

or whatever filemanager one is using

@toothbrush @MrOzwaldMan

QuazarOmega,

Don’t most desktop environments already have this?

An environment agnostic tool isn’t a bad thing though, it already exists as PinApp, though I’m guessing OP is doing this more as a learning project

MrOzwaldMan,

Damn, i didn’t know this existed. Welp, at least I know how to manipulate the system from code.

QuazarOmega,

Don’t be discouraged, doing something from scratch is always a great learning opportunity and even if this isn’t the first iteration of such a tool there is room improvement, for instance, I don’t think any of the tools that allow creation .desktop shortcuts interface with any context menu as yours would do in the future, so that could be a cool feature to show off!

QuazarOmega, to linux in Created a Java Application for Easy '.desktop' File Creation

That’s neat

make this appear when right-clicking. Any idea how I can achieve that?

Right clicking where exactly? If you mean the desktop, then I imagine you’ll likely need a GNOME Shell or Nautilus extension

MrOzwaldMan,

An application and programs that use shell as their application, for example, IntelliJ IDEA use ‘idea.sh’ to run the IDE, so it would be useful for people to right-click and just create the ‘.desktop’ file right away.

QuazarOmega,

Yes, but on what environment are you going going to right click in? The desktop? The file manager?
That’s what I’m asking

MrOzwaldMan,

File managers, because that’s where the applications are. As for desktop, I will give the option for that one or more users who do that.

QuazarOmega,

I see, then yes, as others have suggested the Nautilus extension is what you’re looking for

skullgiver, to linux in Created a Java Application for Easy '.desktop' File Creation
@skullgiver@popplesburger.hilciferous.nl avatar

I believe this tool will allow you to register an action in nautilus for your desktop file.

MrOzwaldMan,

Does it allow java applications to be used as an ‘action’?

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

I don’t see why not. The example config file has a whole bunch of complex commands, far more than just the java --jar you need to run a Java application.

MrOzwaldMan,

Great! This is going to be my first time doing this, hopefully this comes to everybody’s machine as default.

reddig33, to star_wars in The Bad Batch | The Final Season Official Trailer | Disney+

I always wonder if these current three dimensional CGI animated series are cheaper to produce than live action or traditional animation.

marcos,

You meant if the 3D GCI where only the voice and movements of the people are used is cheaper than the 3D CGI where the people’s appearance is used too?

I have no idea, but the difference can’t be very big.

EndlessApollo,

3D animation is definitely a lot easier/cheaper than 2D, and probably a lot cheaper than live action. Making a good looking 3D character is harder than drawing a frame in a cartoon, but once you have it, animation is much easier, since you don’t have to make a new model for each frame. I assume it’s also easier to make effects for 3D than live action, since they’re stylized and don’t have to look lifelike, which is the goal of most CGI in live action media

setsneedtofeed, (edited )
@setsneedtofeed@lemmy.world avatar

Mandalorian was about $15 million per episode in season 1.

Clone Wars was about $1 million per episode.

Certainly cheaper to make cartoons than live action, but not exactly shoestring.

It’s difficult for me to find a good price analog to a 2D cartoon made recently that has a similar amount of action, and doesn’t have the budget weirdly skewed by licensing.

I would guess that to make a traditional animation as detailed, full of motion even in backgrounds, and full of constant action scenes it would probably be more expensive and time consuming compared to 3D.

DigitalGemini, to star_wars in The Bad Batch | The Final Season Official Trailer | Disney+

As a Star Wars fan since the 1980s, please sell me on why I should spend time watching this show. I have heard good things but haven’t got around to watching it yet. What makes this show among the best of Star Wars? If it is.

setsneedtofeed,
@setsneedtofeed@lemmy.world avatar

I’m not particularly a fan of the art style, but this show has the best iteration of it both in the graphics and designs.

The action is good and it feels like a very distilled iteration of many of the good things about The Clone Wars but to me it is fresher to follow along with the Bad Batch as opposed to Anakin and Obi-Wan.

DigitalGemini,

Thanks for the detailed reply!

ShadowCat,
@ShadowCat@lemmy.world avatar

It’s certainly not the best, but if you enjoyed the clone wars and the characters of the clones, it’s worth watching to see their story continued into the era of the Empire

Kabutor,

this is the correct answer, you liked Clone Wars/Rebels, this is more of that on a more serious tone. You haven’'t watched CW/R? Probably you dont care about this

DigitalGemini,

Thanks!

FordBeeblebrox,

It shows the transition from Republic troops to Empire troops in real time as Palestine seizes control, and the animation is incredible. Probably the best looking animated Star Wars show so far.

Gamoc,

This anti Palestine propaganda is getting a bit far fetched.

setsneedtofeed,
@setsneedtofeed@lemmy.world avatar

I choked up laughing. Please don’t edit this.

FordBeeblebrox,

Autocorrect strikes again, I’m leaving it

Redkey, to patientgamers in Banishers: Ghosts of New Eden - Love, Death and Sacrifice | PS5 Games

This game hasn’t even been released yet. This is the patient gamers community. We’re not patient because we’re waiting for games to be released, we’re patient because we don’t buy games until months or years after their release.

Pluto,

Oooooohhhh

My apologies.

Subtex,

No worries.

I’ll be removing this post now though.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 22950288 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 174

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10502144 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 36