ICastFist

joined 2 years ago
[–] ICastFist 1 points 3 hours ago

So, kinda like Freenet or I2P?

[–] ICastFist 1 points 3 hours ago

By the way, you can set up and use a Global script that is accessible from any node (set it up from Project Settings -> Autoload tab), it can also contain a _ready() function that will run one time once the game is loaded

On a project of mine, I use this function to change between different window modes, maybe one of these could make your think work? Possibly setting the window to fullscreen would work as you intend.

func _on_windowtype_item_selected(index):
	match index:
		0: #Windowed mode
			get_tree().root.mode = Window.MODE_WINDOWED
			get_window().size = get_viewport().size #Possibly what you were looking for all this time
## alternatively, get_window().size = DisplayServer.window_get_size() #should make the game window the same size as the whole screen
			get_tree().root.borderless = false
		1: #Fullscreen mode
			get_tree().root.mode = Window.MODE_FULLSCREEN #easiest full screen
		2: #Windowed Borderless mode
			get_tree().root.mode = Window.MODE_WINDOWED
			get_tree().root.borderless = true
		3: #Fullscreen Borderless mode
			get_tree().root.mode = Window.MODE_MAXIMIZED
			get_tree().root.borderless = true
[–] ICastFist 2 points 1 day ago

My guess is that Palworld and Helldivers 2 carried a good chunk of that time. I was going to mention Factorio Space Age, but it would just track time for base game. Satisfactory has been in early access for a long time, but officially released 1.0 this year as well, I wonder how that'd count.

[–] ICastFist 5 points 1 day ago

Space. Obviously space.

[–] ICastFist 5 points 1 day ago (1 children)
[–] ICastFist 2 points 1 day ago

Gforth and spread the word of Reverse Polish Notation into the Void!

[–] ICastFist 6 points 1 day ago (1 children)

Here's a project for ya, make porn out of polygonal art

[–] ICastFist 2 points 1 day ago

The Dutch Giant once cosplayed as Kratos, so maybe that could kinda count?

[–] ICastFist 2 points 1 day ago

Who is secretly another boy

[–] ICastFist 1 points 1 day ago

Maybe he went around a few circles, much like his logic

[–] ICastFist 69 points 1 day ago (12 children)

I kinda miss when places would host their own videos instead of relying on youtube, but that's the problem of a centralized internet, the majority of people won't want to leave yt/ig/fb/tiktok/twitter/reddit in order to watch or read whatever you posted.

[–] ICastFist 27 points 1 day ago (1 children)

He also had a very nice dog! No monster would ever have a nice dog!

 

I've got a number of these cups in a variety of sizes, but I can't figure what kind of scenery to do with them. I'd like some ideas, both fantasy and futuristic, whether as blogs, pictures or videos.

 
 

Other points:

  • it's not mutually exclusive with any other neurodivergence, in which case they're "twice exceptional";
  • In an environment with unprepared people and professionals, they may be wrongly diagnosed as having some other neurodivergence.
  • It's not just a high IQ score;
  • Gifted kids can be problem students and have low grades;
  • Homework feels like torture (this is true to any child, tho);
  • They're very likely to question authorities and point out perceived hypocrisy (emphasis here on perceived, because pointing something and being right are different things);
  • As kids, they may have weird quirks for executing tasks, such as wanting to hold pencils the "wrong" way, or wanting to press against a wall to do homework;

If you're Brazilian or can understand Brazilian Portuguese, this is the podcast I listened to - https://www.youtube.com/watch?v=apnuIIePeeA

Aos brasileiros que acabarem encontrando esse post, o podcast que assisti é o que linkei acima

 

I've been interested in checking out some "DIY" boardgames, ones that you could just print the pieces/sheets/cards/tokens/etc and play.

I'm mostly interested in boardgames that can be played with 4+ people and require little setup or rules introduction, as I'm pretty much being the "gateway drug" for the group (everyone I've shown Blokus so far has loved the game).

I'm ok with knowing about heavy games (stuff that takes an afternoon to finish) to keep an eye on for future reference

 

I've been reading a book on the Paraguay War, Maldita Guerra, and it mentioned how Solano Lopez (then Paraguay's dictator) planned to invade Mato Grosso and possibly take Cuiabá. Trips upstream from Assuncion to Cuiabá at that time would usually take 12+ days on steam ships.

What really surprised me is that this kind of information was supposed to be taught back when I was in school.

 

Some weeks ago, I've come across Delta Chat, whose main thing is "(near) instant messaging using your email"

That left me thinking, has this been attempted before? If not, why? Also, why (besides servers' limitations as means to fight spam) isn't this solution used more often, given that e-mail has been a decentralized solution for well over 40 years now?

 

I'm thinking about making a character entirely out of Polygon2D nodes without textures. One thing I haven't figured out how to do is make each polygon cast a "permanent" shadow on top of the ones that are Z levels below it.

Below is an image of what I want to do, but using shaders/lights. I've only managed to do this by making extra polygons to fill in as the shadows.

How exactly do I have to set up a light source to achieve this effect? Using a DirectionalLight2D or a PointLight2D just brightens the polygons and I can't figure how to use a LightOccluder2D, or even if this is the correct way to get this result

(The polygons are green due to the DirectionalLight being green) - The occlusion simply applies the shadow on anything that is Z levels below it.

 

I'm looking for something that "a child would find easy to learn", possibly a virtual keyboard with an obvious "start recording" button that does that, recording your keys on the selected Track, then allowing easy playback so you can listen to it.

95
A very old furry rule (programming.dev)
 

Time sure does fly, huh

 

Tennis uses multiples of 15, but only up to 45, calls other points weird names, then closes a set, which has to be repeated at least 6 times for a separate scoring, with said scoring also needing to be repeated AT LEAST 3 more times, but can be dragged out ad infinitum.

Even table tennis has the decency of using a straight scoring system where 11 points wins a set and 2 sets wins the match.

 

It's totally original, you guys!

view more: next ›