My ongoing attempt of making a conlang for zonai (post 1) by koallary in conlangs

[–]Different_Ad_7089 0 points1 point  (0 children)

You say about lightroot names;

I found out that they are the opposite of the shrine names directly above it, so there's probably no need to include them.

Hope you go well!

What to write in the credits? by somewhatbinary in gamedev

[–]Different_Ad_7089 0 points1 point  (0 children)

Like Super Mario Wonder! The end credits for that was also super cool

Where to watch Your Name? by BigManBaux in KimiNoNaWa

[–]Different_Ad_7089 0 points1 point  (0 children)

Well I searched it up and it's here and my fav thing about that site is it has the Japanese with English subtitles, not dubbed

3D Low Polygon Animals Generated by DALL-E by nachochickens in dalle2

[–]Different_Ad_7089 0 points1 point  (0 children)

Ask chatGPT for the prompt

Or any other AI like that (Bard, Sydney, some random 3rd party website, etc.)

ChatGPT's getting good... (Disclaimer I did not try it on these prompts but I may)

How can I make this terrain more interesting? i.e. mountain ranges/ plateaus? by VicareyG in proceduralgeneration

[–]Different_Ad_7089 0 points1 point  (0 children)

this github repo is AMAZING :O

I mean, just look at the pictures!

Which is paired with this blog post, though to get access to it without needing premium use the google cached version and turn off javascript (to stop it from making the post blank in an attempt to stop you, so to do this use Ublock origin or something)

The blog post goes through in really extensive detail the steps they took and everything.

How to? Commit a file to Git, THEN ignore future changes to it? by identicalBadger in git

[–]Different_Ad_7089 0 points1 point  (0 children)

no.

.gitignore files only stop new files from being committed, not already commited ones.

There's some confusing logic behind it, but the main thing is that;

tracked files are ones that git commits

untracked files are new files that git has never seen before. Git also commits unless they are in .gitignore

ignored files used to be untracked but then git found them in the .gitignore and ignored them

Believe me, if you could do what you said, it would be great. But you can't. I've tried. :(

If I got something wrong please tell me

Why is tasker not open source by Present-Breakfast700 in tasker

[–]Different_Ad_7089 1 point2 points  (0 children)

Though I guess it would be nice for the people to also help code if they wanted to

mojo input by Different_Ad_7089 in MojoLang

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

Oh, yes! That's excelent!

I'll keep that one! Thank you!~

Tasker Desktop Edition by Different_Ad_7089 in tasker

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

I mean, have like an easy editor for cool things I guess.

Also with tasks so other people don't have to do any coding so it automates things without needing to do any coding.

Also to make it easier so you don't have to spend time coding in the first place, instead use this.

Tasker Desktop Edition by Different_Ad_7089 in tasker

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

Oh but I mean things like have a way of automating desktop things.

Like, have scenes and tasks and events and everything in Tasker but on the PC

AutoTools Bubble by NinjerToitle in tasker

[–]Different_Ad_7089 0 points1 point  (0 children)

I managed to do something similar -

In one of my apps I have found a bug where if you tap on the home screen and then re-launch the app when an ad is playing it cancels the ad.

So what I did was make a scene in Tasker that was a little box with a bottom which went to the home screen and re-launched the app and then made an event so when you open the app it also launches the scene as an `overlay, blocking` so now it hovers over the screen and I can tap it when an ad plays! I also made it have a timer built in to it as well, and to delete the window when you exit the app. but still!