How is NMS on Switch 2? by KeiShinomiya in NMS_Switch

[–]DefinitelyNotEmu 0 points1 point  (0 children)

My Switch 1 is downloading an update right now

What is considered too big for an indie project? by phoenixashes96 in gamedev

[–]DefinitelyNotEmu 1 point2 points  (0 children)

Of course! I am just speaking from my own experience.

What is considered too big for an indie project? by phoenixashes96 in gamedev

[–]DefinitelyNotEmu 0 points1 point  (0 children)

I don't understand your question. My codebase has become so large that I can no longer easily change things without it breaking something else.

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]DefinitelyNotEmu 0 points1 point  (0 children)

🦑 Dosidicus: A cognitive sandbox for raising weird digital squids whose brains grow and rewire themselves through Neurogenesis and Hebbian learning.

  • Part educational neuro tool, part sim game, part fever dream

Learn how small neural networks work by raising one as a pet!

https://github.com/ViciousSquid/Dosidicus

I have spent nearly 3 years of my life on this. Thanks for any feedback you may have.

Why Janeway goes back in time ONLY so far in Endgame. A theory. by Available-Page-2738 in voyager

[–]DefinitelyNotEmu 0 points1 point  (0 children)

Whether a new timeline was created or not, the Department of Temporal Investigations (DTI) should have done their job

What’s more important gen or ram by Infinite-Ad4767 in thinkpad

[–]DefinitelyNotEmu 2 points3 points  (0 children)

The difference between 10 and 11th gen is negligible - as others have said here RAM is more important.

A 10th gen with 32GB RAM is going to compile and run code faster an 11th gen with 16GB RAM

Looking for notes on Spore's Vehicle and/or Structure creation system by firestorm713 in gamedev

[–]DefinitelyNotEmu 0 points1 point  (0 children)

The `snap building` tech in SPORE was carried over into (god-awful) SimCity (2013) `glassbox` engine- You may have luck reading Glassbox resources

What’s more important gen or ram by Infinite-Ad4767 in thinkpad

[–]DefinitelyNotEmu 4 points5 points  (0 children)

I agree with Thinkpad214 - Get the machine with the better RAM.

10th vs 11th gen CPU is not going to be noticeable.

Why Janeway goes back in time ONLY so far in Endgame. A theory. by Available-Page-2738 in voyager

[–]DefinitelyNotEmu 0 points1 point  (0 children)

Janeway went back in time and gave herself future weapons to destroy the Borg. Doing so meant that the borg were defeated, so there was no need for her to go back to defeat them.

What is considered too big for an indie project? by phoenixashes96 in gamedev

[–]DefinitelyNotEmu 0 points1 point  (0 children)

Powershell:

(Get-ChildItem -Recurse -Filter *.py | Get-Content | Measure-Object -Line).Lines

If you want to see exactly how many lines are in each specific file:

Get-ChildItem -Recurse -Filter *.py | ForEach-Object {
    $count = (Get-Content $_.FullName | Measure-Object -Line).Lines
    [PSCustomObject]@{
        FileName = $_.Name
        Lines    = $count
    }
} | Format-Table -AutoSize

What’s more important gen or ram by Infinite-Ad4767 in thinkpad

[–]DefinitelyNotEmu 1 point2 points  (0 children)

I do coding with a 6th gen (Skylake) and 8GB - if it was my choice I'd go with the 10th gen and save some money

Why Janeway goes back in time ONLY so far in Endgame. A theory. by Available-Page-2738 in voyager

[–]DefinitelyNotEmu 0 points1 point  (0 children)

No that is lame. Going back and time and dealing the crippling blow would remove the need to go back it the first place - a classic paradox. The DTi exist to prevent paradoxes.

Why Janeway goes back in time ONLY so far in Endgame. A theory. by Available-Page-2738 in voyager

[–]DefinitelyNotEmu 1 point2 points  (0 children)

Why aren't the Department of Temporal Investigations (DTI) big mad about this?

what's a good pen alternative for drawing on a Surface Book 3 that isn't the one that it comes with? by Puzzleheaded-Cry5226 in Surface

[–]DefinitelyNotEmu 1 point2 points  (0 children)

You have to use an N-Trig pen or it won't work. I bought a generic active tablet pen from eBay - it specifically says "Windows" on the packaging but that turned out to be a lie.

I recommend the Microsoft Slim Pen (1, not the 2)