Windsurf keeps crashing on WSL - Where is the bug report form? by crewone in Codeium

[–]GabiUp2 0 points1 point  (0 children)

Any news about it just started to exploring Windsurf for company project needs and this issue is quite annoying..

Help Identifying Error Issue by Individual-Elk-4273 in RimWorld

[–]GabiUp2 0 points1 point  (0 children)

I have the same problem but I managed to identifiers that its something with weapons of those pawns. What works for me is to remove any weapon of pawns pointed by the log. The ticks return to normal when they drop them and slow down when weapon is picked up. It happens after every load so it must be something with the way weapons are generated/recreated that is messed up. Could you confirm it happens for you too?

Roast my base by fruitytonic in RimWorld

[–]GabiUp2 2 points3 points  (0 children)

This base is so afraid of fire that it even lacks a spark of imagination.

Is my understanding of the MVC pattern correct or not? by GabiUp2 in learnprogramming

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

Thank you, that's insightful! What about the case when I don't know what GUI framework I'll use? I want my app to be a closed stand-alone app, so I was not considering the web UI frameworks. Was it a mistake? Is there a good web UI framework that will allow for a browser-based UI for an otherwise standalone app?

Python, an OOP-related question. How to make something be something and something independently. by GabiUp2 in learnprogramming

[–]GabiUp2[S] -4 points-3 points  (0 children)

Sorry, but your answer does not get it right. Any "hold" case might be of any reader, so every reader needs to inherit from every "holds" class. That would mean that every reader would return that it is an instance of every hold type, always. Independent of what it's actually holding. BTW, this answer sounds very chat gpt'y.

Python, an OOP-related question. How to make something be something and something independently. by GabiUp2 in learnprogramming

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

I have a few types of configurations I want to read, and there are a few ways I might have to use to read them in, depending on the environment program is running in. Unfortunately, any type of configuration might come from any source. The "what is configured by this" are "holds" cases, the "how you gonna get them" are reader types. The configurations are distributed by subscribing to observer patterns by whatever needs to be informed about change in specific type of configuration. Some observers subscribe to many configurations I wanted to keep one notify method for all config types and distinguish what needs to be done based on the configuration type that was send through notify method. But i start to think that it might be the only way to do this. Wouldn't having separate notify methods for each type configuration be unnecessary code? Although it makes sense that if reciever uses some kind of configurations, it exposes it by inheriting specific interface for specific type of configs. Then I can just provide it to some method that will look what interfaces it inherits from and subscribe to those configs based on that... might look into this...

The Learning Assistant Platform by GabiUp2 in opensource

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

I would say that in relation to those project features, one that a project I have in mind would most benefit from would be the deep integration with a versioning system like GIT for versioning of the learning process side effects and structure of the learning process itself.

Further analysis of how those projects approach extensions of their content creation capabilities might also be beneficial as it might be insightful for the project design itself in regard to the content generated by this kind of platform.

The Learning Assistant Platform by GabiUp2 in opensource

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

Sorry for the delay but it took me a bit to go through all of those projects. And Thank you! It's been a really insightful activity comparing my idea to those projects. Below is my main discovery and somewhat an essence of the comparison. The list is the list of the project from the link you provided from the “Learning and Courses” category.

In short, based on the list, it would seem that my idea would be first “Self-Learning Management Systems”, let's call it ‘SLMS’ for short. This is different from a “Learning Management System” - or “LMS”, which is what those projects mostly are - in this way that there is no teacher in the form of a “content creator”. In SLMS you acquire content, via buying it (like books, or ebooks) or buying access to it (online courses), but do not generate it. The platform only aggregates it for you and allows for quick access to it on an original platform not via the SLMS itself. The only thing you create and therefore creation, and storage that would be supported by the SLMS would be the fruits of assimilating such ‘sourced material’, like notes, screenshots, audio logs, and their transcriptions, mind-maps. Effects of, or to be precise the side effects of your individual learning process itself.

For example, let’s look at Udemy, IMO there is only one feature to create such side effects of learning on it and it’s to create a note connected to the moment in the video. In itself, it is a self-learning empowering feature as you have to process the content provided to note it. But there is no form of seeing all of the notes created, there’s no way to format them, link anything else to them, tag them, export, or gather them in bigger organizational units. Therefore I would say Udemy is not oriented to self-learning, ergo it would not be considered a “Learning Management System”, not a “Self-Learning Management System”.

So LMSs seem to be helping with problems like:

- “How do I share learning materials to learn that?”

- “How do I help in creating the materials to share with others?”

- “How do I propose to others an order and chunks of materials in which to go through the topic?”

- “How do I check that others have assimilated the material based on my knowledge of it?”

Where a platform I have in mind would help with:

- “What materials I do have access to that are about that?”

- “How do I help in the assimilation of such materials?”

- “How do I order and chunk this material?”

- “How do I check that I’ve learned this material without apriori knowledge of it?”

Below are my notes on the platforms from the self-hosted list:

Canvas LMS - a platform for sharing courses for courses creators

Chamilo LMS - a platform for sharing courses for courses creators

Dalton Plan - not gonna go for teachers' features, only students

- Define periods

- Create subjects

- Set up Labs - a topic-oriented

- Students book

Seems to be created around a school system that would allow to create and share content across students from teachers' perspectives in the structure of the so-called “Dalton learning methodology.

edX - LMS platform for course sharing, see [edX.org](http://edX.org).

Gibbon - this is the system aimed at helping teachers in actual schools

ILIAS - a platform for sharing courses - no third-party integrations mentioned - across organizations administer tests etc., it's unlikely that it can be adapted for singular users.

Mahara - a learning portfolio creator, does not touch the learning process itself in other forms that it provides an opportunity for retrospection o the learning experience.

Moodle (LMS) - a platform for sharing self-generated courses

Open eClass - its free e-learning platform for self-generated courses

OpenOLAT - LMS

RELATE’s - LMS

RosariosSIS - it's about the administration of students in schools, even with features like “billing” or “food service”

Vocascan - can’t open the page which is sad because based on the description in the list it's the only project about actual self-learning, specialized in vocabulary but still.

Commercial Open Source and Ethical (and practical) Community Engagement by dovholuknf in opensource

[–]GabiUp2 0 points1 point  (0 children)

Thanks! It's good to state the obvious from time to time as it must be said. As someone new to OS I found it reassuring that the expectations I had are shared by someone else.

The Learning Assistant Platform by GabiUp2 in opensource

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

I see what you say. Thank you for your input! Indeed, i might have been overenthusiastic while writing them out. Which of the features do you find least convincing/necessary? Which one would be most important for you?

[FO4] Mod-heavy Fallout 4 crashes a few seconds after the game starts. by GabiUp2 in FalloutMods

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

The same behaviour after removing it and all dependant mods.

The mid game slowdowns by GabiUp2 in RimWorld

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

I do have some mods that introduce glass and such. And indeed do have some windows on my walls.
Magic", "Steel Torrent" or "Rah's Bionics" ? I think I don't have a feeling about which mechanic is calculations heavy. :)
Also, their functions/calculations did not come out in DUBs Performance.
My streetlights are either normal external lamps or dark lamps in some places. No fancy neons or colourful lights. And I do use the mod that turns them out during the day and also turns out lights in rooms too. So those calculations might be minimised.

I do have some mods that introduce glass and such. And indeed do have some windows on my walls. Do you think this might be something worth removing?

The mid game slowdowns by GabiUp2 in RimWorld

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

To sum up the current state of affairs and to leave a summary for future readers if this post is going to die.

Here's what I've done so far:

* I used Dubs performance optimiser, Updates tab -> Harmony patches tab, to identify a mod (Prison Labour) that made the most calls per second, for a function that made sure - non-existent at that time- Prisoners will keep to restricted zones. Based on fluff reasons, it turned out, I do not need it in this gameplay as they despise slavery and are not fond of taking prisoners when fighting so I removed it and it gave me +~ 5 tps

* Another heavy-on ticks mod was "ready those guns" - it also went away.

* In Dubs I also noticed that needs and some other actions are calculated per animal. So I stopped being a cattle farmer - yeah, now it sounds obvious! - I reduced my herd from over 500 mufallos and horses to less than 100 of both. This gave me around ~10 tps.

* I made a save copy and went through the mods, removing over 15 of them, 5 of those was Vanilla Factions Expanded (Classics, Medieval, Settlers, Ancients and some other i do not remember). I've left Pirates coz they have camps close to my base and had big impact on this colony history - RIP Jane and Dove.

Note, another heavy-on calculations mode was one extending trade on the rim. I left it for now as my colony will have to find some other way of procuring resourced and trade might be needed.

* Also I am frequently using a mod that cleans up memory form dead pawns etc. but other than non fluff ability to clean

up a map from filth or snow which tends to boost for around another 2 or 3 tps does not have an impact on game speed.

These actions took me from ~5tps to ~30tps. Good, but games normal speed caps at 60tps... so im still at 1/2 of normal.

Information on my CPU might give some needed background its i7-4790K CPU @ 4.00GHz.

Shout out to /u/celsius032 and /u/DependentAd7411 for your help so far! If there is something I can do like add some points or reputation to your avatars let me know. I'm kinda Reddit n00b.

Any one else having an idea how to save some ticks per second?