Stream: Google Summer of Code

Topic: Video meeting for GSoC candidates


view this post on Zulip Sean (Mar 27 2024 at 05:58):

Hello @all we're considering having an open video meeting sometime this week where GSoC candidates can ask questions. We're tentatively looking at this Thursday or Friday, time TBD, so you have time to adapt proposals and code submissions accordingly. Is there candidate interest in meeting with mentors?

view this post on Zulip Vidit Jain (Mar 27 2024 at 06:14):

Sean said:

Hello we're considering having an open video meeting sometime this week where GSoC candidates can ask questions. We're tentatively looking at this Thursday or Friday, time TBD, so you have time to adapt proposals and code submissions accordingly. Is there candidate interest in meeting with mentors?

Yes, I am very much interested in this. I will be attending the meet for sure.

view this post on Zulip Louis Googl (Mar 27 2024 at 08:35):

Hi @Sean , can I join too ? I am not preparing anything for GSOC but I would like to restart my contributions to BRL-CAD

view this post on Zulip Daniel Rossberg (Mar 27 2024 at 10:13):

The currently most likely date for the meeting is Thursday at 17:00 UTC.

view this post on Zulip Sean (Mar 27 2024 at 13:04):

We are confirmed for this Thursday at 1700 UTC. We'll post a link sometime later today.

view this post on Zulip Sean (Mar 27 2024 at 13:06):

Louis Googl said:

Hi Sean , can I join too ? I am not preparing anything for GSOC but I would like to restart my contributions to BRL-CAD

The meeting is open to anyone. Good to see you!

view this post on Zulip Louis Googl (Mar 27 2024 at 13:16):

Great, will be ther. Good to see you too!

view this post on Zulip Sean (Mar 28 2024 at 11:59):

Hi All, our meeting is scheduled for 1700 UTC today and will be via Google Meet. Given it's an open meeting, the link will be provided here shortly before the meeting.

view this post on Zulip Daniel Rossberg (Mar 28 2024 at 16:56):

The Google Meet link is https://meet.google.com/fvy-ewyr-btn

view this post on Zulip Vidit Jain (Mar 29 2024 at 02:04):

Daniel Rossberg said:

The Google Meet link is https://meet.google.com/fvy-ewyr-btn

Sorry, I wasn't able to attend due to an family emergency :exhausted:

view this post on Zulip Louis Googl (Mar 30 2024 at 16:59):

@Daniel Rossberg I found the key file converter but it wasn't working
ConverterDoesntwork.png
and I found the bug , it is because the function ifstream::tellg() is giving the wrong position, it can be corrected by opening the file as binary
correction.png
should I subbmit a patch for it?

view this post on Zulip Louis Googl (Mar 30 2024 at 17:00):

final.png
it seems to give correct results after correction

view this post on Zulip Sean (Mar 31 2024 at 06:42):

Looks like a perfectly reasonable pull request to submit @Louis Googl and nice find fixing the issue! In other converters, they go through API where the mechanism employed to denote binary file output is a bit different.

view this post on Zulip Louis Googl (Mar 31 2024 at 10:26):

I created a pull request @Sean , I will write a proposal for the opposite converter from .g to .key. I know it's late, but if you have any suggestions please let me know. Thank you.

view this post on Zulip Daniel Rossberg (Mar 31 2024 at 17:23):

k-g was likely developed on Linux or another OS which doesn't differentiate between text and binary streams. Did you tested your patch on Linux too? Can you provide us with the k-file you used?

view this post on Zulip Louis Googl (Mar 31 2024 at 17:26):

I tested the k-g on windows, I will also test it on Linux. Sure attatched to this massage is the .k file I used
Comp.k

view this post on Zulip Louis Googl (Apr 02 2024 at 15:32):

I submitted a proposal for the g-k converter, in case the project would be too small I can work also on the STEP importer which is a project idea suggested by @Sean . Considering that LS-DYNA supports saving the geomtry in STEP format this could be an integral part to the project. if you have suggestions for what I can do next please let me know, meanwhile I will be working on the g-k converter.


Last updated: Oct 09 2024 at 00:44 UTC