mirror of
https://github.com/vale981/website
synced 2025-03-04 17:11:40 -05:00
add thanks and work product
This commit is contained in:
parent
da828f2910
commit
8315f04b91
2 changed files with 200 additions and 0 deletions
98
content.org
98
content.org
|
@ -728,6 +728,103 @@ this blog post and thank you for your attention.
|
|||
Cheers,
|
||||
Valentin
|
||||
|
||||
*** KDE GSOC: Thanks and Work Product :GSOC:
|
||||
CLOSED: [2021-08-21 Sat 10:17]
|
||||
:PROPERTIES:
|
||||
:EXPORT_FILE_NAME: kde-gsoc-thanks-and-work-product
|
||||
:END:
|
||||
|
||||
First of all: A big thanks to my mentor Jasem Mutlaq and the KStars
|
||||
Team.
|
||||
|
||||
Jasem, you were extremely helpful whilst leaving me a lot of
|
||||
freedom. With patience you have endured my mood swings and occasional
|
||||
panics :P. It has always been a pleasure working with you and I am
|
||||
certain that this will continue to be the case.
|
||||
|
||||
Furthermore, the rest of the KStars Team, especially Akarsh Simha,
|
||||
Wolfgang Reissenberger and Robert Lancaster who have found bugs,
|
||||
helped me to debug them and suggested improvements[fn::Akarsh prompted
|
||||
the color stuff...].
|
||||
|
||||
I also thank Yuri Chornoivan for correcting all the typos that I've
|
||||
inadvertently introduced into the handbook and the comments in the
|
||||
code.
|
||||
|
||||
**** Work Product
|
||||
See also the previous posts with the =GSOC= tag.
|
||||
For a list with the MRs linked see [[https://invent.kde.org/education/kstars/-/wikis/GSOC-2021:-Work-Product][here]].
|
||||
|
||||
- DSO Overhaul Main MR
|
||||
- !93
|
||||
- this constitutes the bulk of the contributions
|
||||
- the main GSOC coding period was mainly used to add more features
|
||||
and fix integration bugs
|
||||
- Python Framework
|
||||
- https://invent.kde.org/vboettcher/kstars-catalogs
|
||||
- this is also a rather BIG part of the GSOC effort
|
||||
- see also [[https://protagon.space/catalogs/][the documentation]]
|
||||
- Minor Fixes...
|
||||
- !308
|
||||
- !309
|
||||
- !310
|
||||
- !312
|
||||
- !313
|
||||
- !313
|
||||
- !315
|
||||
- that one was hard to find... Thanks Wolfgang :)
|
||||
- !317
|
||||
- !321
|
||||
- !322
|
||||
- !323
|
||||
- !325
|
||||
- !326
|
||||
- and again !327
|
||||
- !330
|
||||
- slight design improvement for the hashing of objects
|
||||
- !335
|
||||
- !338
|
||||
- !339
|
||||
- not a bug introduced by me for a change :P
|
||||
- !342
|
||||
- !343
|
||||
- !354
|
||||
- !355
|
||||
- !362
|
||||
- !373
|
||||
- !374
|
||||
- !380
|
||||
- !382
|
||||
- low hanging fruit :)
|
||||
- !383
|
||||
- !384
|
||||
- I should have added a "Thumbnail Odyssey" :P
|
||||
- "Bullet Proof" database initialization
|
||||
- !314
|
||||
- Label Density Odyssey
|
||||
- !316
|
||||
- !319
|
||||
- Is the moon really not there if you don't look?
|
||||
- !320
|
||||
- What's Interesting Fixes
|
||||
- !328
|
||||
- !352
|
||||
- Thanks Robert for pointing this out.
|
||||
- Search Dialog
|
||||
- !331
|
||||
- !348
|
||||
- Database Migration
|
||||
- !337
|
||||
- Handbook Updates
|
||||
- !349
|
||||
- !357
|
||||
- see also the =Config= section in the handbook
|
||||
- Colors :)
|
||||
- !375
|
||||
- Thanks Akarsh for pointing this out.
|
||||
- Import old Database
|
||||
- !377
|
||||
|
||||
** Small Insights :@Tricks:
|
||||
*** How to use the Systemd userspace DBus API on Traivis-CI :DBUS:CI:
|
||||
:PROPERTIES:
|
||||
|
@ -2714,6 +2811,7 @@ Ein wenig python verwandelte das Ganze in das neue Blog format.
|
|||
|
||||
Und damit koennt ihr nun unter [[/categories/neuseeland][Neuseeland]] die alten posts lesen.
|
||||
[fn:5] =ctime=, creation time
|
||||
|
||||
* Local Vars
|
||||
# Local Variables:
|
||||
# eval: (org-hugo-auto-export-mode)
|
||||
|
|
102
site/content/posts/kde-gsoc-thanks-and-work-product.md
Normal file
102
site/content/posts/kde-gsoc-thanks-and-work-product.md
Normal file
|
@ -0,0 +1,102 @@
|
|||
+++
|
||||
title = "KDE GSOC: Thanks and Work Product"
|
||||
author = ["Valentin Boettcher"]
|
||||
date = 2021-08-21T10:17:00+02:00
|
||||
tags = ["GSOC"]
|
||||
categories = ["KDE"]
|
||||
draft = false
|
||||
+++
|
||||
|
||||
First of all: A big thanks to my mentor Jasem Mutlaq and the KStars
|
||||
Team.
|
||||
|
||||
Jasem, you were extremely helpful whilst leaving me a lot of
|
||||
freedom. With patience you have endured my mood swings and occasional
|
||||
panics :P. It has always been a pleasure working with you and I am
|
||||
certain that this will continue to be the case.
|
||||
|
||||
Furthermore, the rest of the KStars Team, especially Akarsh Simha,
|
||||
Wolfgang Reissenberger and Robert Lancaster who have found bugs,
|
||||
helped me to debug them and suggested improvements[^fn:1].
|
||||
|
||||
I also thank Yuri Chornoivan for correcting all the typos that I've
|
||||
inadvertently introduced into the handbook and the comments in the
|
||||
code.
|
||||
|
||||
|
||||
## Work Product {#work-product}
|
||||
|
||||
See also the previous posts with the `GSOC` tag.
|
||||
For a list with the MRs linked see [here](https://invent.kde.org/education/kstars/-/wikis/GSOC-2021:-Work-Product).
|
||||
|
||||
- DSO Overhaul Main MR
|
||||
- !93
|
||||
- this constitutes the bulk of the contributions
|
||||
- the main GSOC coding period was mainly used to add more features
|
||||
and fix integration bugs
|
||||
- Python Framework
|
||||
- <https://invent.kde.org/vboettcher/kstars-catalogs>
|
||||
- this is also a rather BIG part of the GSOC effort
|
||||
- see also [the documentation](https://protagon.space/catalogs/)
|
||||
- Minor Fixes...
|
||||
- !308
|
||||
- !309
|
||||
- !310
|
||||
- !312
|
||||
- !313
|
||||
- !313
|
||||
- !315
|
||||
- that one was hard to find... Thanks Wolfgang :)
|
||||
- !317
|
||||
- !321
|
||||
- !322
|
||||
- !323
|
||||
- !325
|
||||
- !326
|
||||
- and again !327
|
||||
- !330
|
||||
- slight design improvement for the hashing of objects
|
||||
- !335
|
||||
- !338
|
||||
- !339
|
||||
- not a bug introduced by me for a change :P
|
||||
- !342
|
||||
- !343
|
||||
- !354
|
||||
- !355
|
||||
- !362
|
||||
- !373
|
||||
- !374
|
||||
- !380
|
||||
- !382
|
||||
- low hanging fruit :)
|
||||
- !383
|
||||
- !384
|
||||
- I should have added a "Thumbnail Odyssey" :P
|
||||
- "Bullet Proof" database initialization
|
||||
- !314
|
||||
- Label Density Odyssey
|
||||
- !316
|
||||
- !319
|
||||
- Is the moon really not there if you don't look?
|
||||
- !320
|
||||
- What's Interesting Fixes
|
||||
- !328
|
||||
- !352
|
||||
- Thanks Robert for pointing this out.
|
||||
- Search Dialog
|
||||
- !331
|
||||
- !348
|
||||
- Database Migration
|
||||
- !337
|
||||
- Handbook Updates
|
||||
- !349
|
||||
- !357
|
||||
- see also the `Config` section in the handbook
|
||||
- Colors :)
|
||||
- !375
|
||||
- Thanks Akarsh for pointing this out.
|
||||
- Import old Database
|
||||
- !377
|
||||
|
||||
[^fn:1]: Akarsh prompted the color stuff...
|
Loading…
Add table
Reference in a new issue