Skip to content

Wednesday, 5 October 2022

For the last several years the translation system in KDE’s UserBase wiki has been somewhat dysfunctional. After the recent upgrade of the wiki software that seems to have changed!

If you have made translations on UserBase that were not displayed, they should be shown now. It would be great if you could check them and let us know, if something is still missing. Also please check that the translation system works as expected.

A small group of people got together during Akademy to discuss the current state of UserBase. We have a lot of work ahead of us to get everything in shape, but we agreed to give it shot. Stay tuned for more on this.

Sunday, 2 October 2022

KStars v3.6.1 is released on 2022.10.02 for MacOS, Linux, and Windows. It's a bi-monthly bugfix release with a couple of exciting features.

Due to major changes in this release, we are releasing it as Early Preview. We hope to release final stable release in a few weeks given the user feedback.

Optical Trains

Ekos introduces a new method to configure equipment by organizing them into Optical Trains. An optical train is a collection of devices arranged in orders from the telescope/lens up until the last imaging element. It includes everything in between including reducers, barlows, OAGs, rotators, filter wheels and so forth.

You will no longer select individual devices in Ekos modules, you simply select which train you want to use. Settings are now saved per-train basis so you can have different settings for each train. This is all done automatically and no need to save or load settings yourself.

For further explanation, check out this YouTube tutorial


Dark Guiding


Sophie Taylor is a new contributor to KStars and a highly talented scientific developer. She is a PhD student and has contributed a new internal guider feature: Dark guiding.

One of the primary benefits of the GPG guiding system is the ability to predict the behavior of the mount at any point in time; not just when guide camera images are received. Dark guiding introduces a rapid control loop that occurs several times per guide exposure, to correct for the predicted error. This way, not only can the benefits of long duration guide exposures be taken advantage of (e.g. capturing fainter guide stars), but some of the benefit of short-term exposures too; namely, quicker corrections to the mount.

For example, you can configure 5 seconds guiding exposures with 1 second dark guiding updates. Dark Guiding is an improvement to GPG, and part of the GPG menu in the Guider menu.

Internal Guider

Hy Murveit increased the number of usable MultiStar references. It was limited to 10 previously but now you can increase it as appropriate given the seeing conditions.


State Machines

Wolfgang Reissenberger continues work on dedicated state machines. This is the next step towards dedicated state machines for EKOS. This step contains:

  • Introduction of a dedicated meridian flip state machine encapsulating both the meridian flip state of the mount and the overall state. This state machine is shared between Capture and Mount, which avoids mutual state communication.
  • First functionality regarding the meridian flip is shifted from Capture and Mount to the state machine. Nevertheless, the complex operations are still part of the Capture code and will be addressed in one of the next refactoring steps.

More Fixes & Improvements

Hy Murveit           fix align solver disconnect crash, disable ssolver logging
Hy Murveit           Analyze target distance should be plotted as a property of the last capture.
Wolfgang Reissenberger Problem with guide calibration after meridian flip
Sophie Taylor        Proper support for loading compressed image statistics
Robert Lancaster     Attempting to patch Find Dialog Crash Bug on MacOS
Marius P             guidealgorithms use C++ initialization instead of memset
Hy Murveit           Reduce the resolution in drawing artificial horizon to 1 degree
Hy Murveit           Bugfix--scheduler was ignoring artificial horizon ceiling constraints
alfred herrhausen    Summary Screen layout improvements, Total RMS added
Wolfgang Reissenberger No separate JPLParser creation for check of epoch_mjd, since this causes crashes
Jasem Mutlaq         Add support for DSLR lenses. User can select either scope or lens in equipment
Hy Murveit           Fix bug where deprecated XML caused extra sequence jobs
Hy Murveit           PAA: use the index and healpix of the 3rd PAA calibration image at the start of the refresh phase.
Wolfgang Reissenberger State machines for meridian flip and Capture
Wolfgang Reissenberger Bugfix for restarting a paused capture sequence after a meridian flip
Hy Murveit           Call checkCamera before loading a sequenceQueue in case UI has not yet been updated.
Wolfgang Reissenberger Handling attempts sending an RPC call if no connection established
Hy Murveit           Do not draw star circles when printing HFRs
Jasem Mutlaq         Warn users if one or more devices fail to connect

Friday, 30 September 2022

Today is a great day! I’m in Barcelona (typing this from my hotel room) to meet a good chunk of KDE for Akademy 2022. I can’t wait… it’s been a long time since the last edition was in person.

"I'm going to Akademy 2022" Banner

Well, the first few persons arrive, time for a late lunch I’d say. See you all at the welcome event and the venue.

Let’s go for my web review for the week 2022-39.


Penpot inks $8M as signups for its open source spin on Figma jump 5600% after Adobe’s $20B acquisition move | TechCrunch

Tags: tech, design, penpot

Go Penpot! Go! I hope to see it growing further.

https://techcrunch.com/2022/09/27/penpot-inks-8m-as-signups-for-its-open-source-spin-on-figma-jump-5600-after-adobes-20b-acquisition-move/?guccounter=1


So when did POP and IMAP become a “legacy protocol?” - The Boston Diaries - Captain Napalm

Tags: tech, microsoft, vendor-lockin

This is indeed a concerning move… it’s not about legacy, it’s about closing an ecosystem.

http://boston.conman.org//2022/09/22.1


The appeal of small computers • AndreGarzia.com

Tags: tech, computers, small

This! There’s definitely something interesting with those very focused devices. The problem though is carrying them + something else for other uses. This adds up quickly.

https://andregarzia.com/2022/09/The-appeal-of-small-computers.html


What Not to Recommend to Flatpak Users | TheEvilSkeleton

Tags: tech, flatpak

A little collection of dirty tricks that you should probably not use on Flatpak installs.

https://theevilskeleton.gitlab.io/2022/09/28/what-not-to-recommend-to-flatpak-users.html


Tags: tech, command-line, json

This looks interesting. Definitely something to add to the tool belt. Coupled with jq this becomes very powerful.

https://github.com/kellyjonbrazil/jc


Why Rust is actually good for your car. | by Johannes Foufas | Volvo Cars Engineering | Sep, 2022 | Medium

Tags: tech, rust, embedded, automotive

Interesting interview about some serious usage of Rust in the embedded space. That’s where I’d expect it to shine.

https://medium.com/volvo-cars-engineering/why-volvo-thinks-you-should-have-rust-in-your-car-4320bd639e09


Making python fast for free - adventures with mypyc – MeadSteve’s Dev Blog

Tags: tech, python, performance, mypy, compiler, type-systems

This is good news, this provide more venues for improving performances in Python modules next to switching to compiled Rust with something like PyO3. There’s clearly a case to be more for not having to rewrite when the codebase was already mostly Python.

https://blog.meadsteve.dev/programming/2022/09/27/making-python-fast-for-free/


I hold the opinion that state machines are underrated

Tags: tech, design, programming, statemachines

I definitely agree with this opinion. We definitely don’t use state machines enough

https://github.com/cpressey/Facts-about-State-Machines


Want cleaner code? Use the rule of six

Tags: tech, programming

This is an interesting simple rule so know when to split something, I like it.

https://davidamos.dev/the-rule-of-six/


The 4 minute bug | Alejandro AR (kinduff)

Tags: tech, bug, debugging, team

Definitely a case of a very interesting bug found in production. In the end, the root cause is the loss of context because people working on the components changed. Never underestimate the knowledge lost when someone leaves.

https://kinduff.com/2022/09/28/the-4-minute-bug/


Complexity and software engineering | Well, quite.

Tags: tech, complexity, technical-debt

Interesting points about complexity. Indeed it’s everywhere the problem is when you start to silently (and unwillingly) worship it… coupled with fear of changes this can only lead to piling more and more complexity in your systems.

https://wellquite.org/posts/complexity/


Guiding principle: Think Big, Work Small | by Jason Yip | Sep, 2022 | Medium

Tags: tech, agile, product-management, project-management, vision

This is an interesting way to frame it. I generally talk with people about making sure you got vision and horizon in your product backlog (which then requires adequate grooming). Still this sounds like a simpler to grasp wording here. Probably good for a first approach.

https://jchyip.medium.com/guiding-principle-think-big-work-small-8fb1fce6dd97


Be critical or be corrupted

Tags: tech, organization, project-management, product-management, management, metrics

Interesting way to highlight Goodhart’s Law. Indeed you can be corrupted by the very system you put in place if if it’s mainly driven by metrics. As much as possible, think qualitative, not quantitative.

https://www.cenizal.com/be-critical-or-be-corrupted/


How I interview engineers to assess ability to deliver impact | Metaview Blog

Tags: hr, interviews

Interesting set of tips for interviews. Definitely inspiring to dig deeper on a candidate motives and behaviors.

https://www.metaview.ai/resources/blog/how-i-interview-engineers-to-assess-ability-to-deliver-impact


Learning is Remembering

Tags: learning, memory

Good explanation of the relationship between memory and learning… it’s not quite what one would intuitively think, things need to be in long-term memory first which means you need to repeat things somehow so that they end up there (otherwise they’re just in the temporary working memory).

https://saveall.ai/blog/learning-is-remembering



Bye for now!

Friday, 23 September 2022

I’ve just merged in kio-gdrive master the support for Shared With Me files. This new feature will be shipped with the next KDE Gear 22.12 release.

Your shared files and folders will be presented in a virtual “Shared With Me” folder (similar to the “Shared With Me” tab in the Google web-UI):

Example of Shared With Me in Dolphin

The properties dialog in dolphin will also show the date the file/folder was shared with you (if available):

Example of Shared With Me Date in Dolphin

Please test it and report any bugs you’ll find :)

Let’s go for my web review for the week 2022-38.


World of Open Source: Europe Spotlight 2022

Tags: tech, foss, business, economics

Very interesting report although I admit I’m a bit skeptical at the strong “apolitical” message in it. This highlights very well a few challenges specific to Europe. We need to see them tackled I think. It’s nice to see moves in the public sector but clearly it needs to go further and faster. Same thing regarding the creation of OSPOs in companies.

https://www.linuxfoundation.org/research/world-of-open-source-europe-spotlight


Press release: Use of Google Analytics for web analytics

Tags: tech, google, surveillance

We all know you shouldn’t use Google Analytics. Now we also know that if you’re in Europe and you’re using it, it’s probably illegal.

https://www.datatilsynet.dk/english/google-analytics/use-of-google-analytics-for-web-analytics


Open Web Search – Promoting Europe’s Independence in Web Search – Funded by the Horizon Europe Programme

Tags: tech, web, search

Could this lead to the open web index we all need? I hope this research will have high impact.

https://openwebsearch.eu/


drones run linux: the free software movement isn’t enough

Tags: tech, foss, ethics

Slightly depressing when it’s laid out like this… still there is some truth to it. Maybe it’s time to rethink a few things.

https://j3s.sh/thought/drones-run-linux-free-software-isnt-enough.html


5 Figma Alternatives for UI & UX Designers - Stack Diary

Tags: tech, design, ux, self-hosting

Since I regularly see Figma used by customers I really hope this will boost adoption on Penpot. A good open alternative you can even self-host.

https://stackdiary.com/figma-alternatives/


Rendergraphs and how to implement one

Tags: tech, 3d

Interesting dive into the implementation of a render graph system for a 3D engine.

https://poniesandlight.co.uk/reflect/island_rendergraph_1/


Wasmtime Reaches 1.0: Fast, Safe and Production Ready!

Tags: tech, webassembly, portability

Definitely a big deal for the development of WebAssembly. We’ll have to see if the security promises hold but this definitely shows interesting features.

https://bytecodealliance.org/articles/wasmtime-1-0-fast-safe-and-production-ready


Ten challenges for Rust

Tags: tech, rust, complexity, community

Interesting set of challenges indeed. I think Rust is a bit at a crossroad now. The next few years will be crucial, either they will lead to further adoption or it will stagnate and slowly disappear.

https://www.ncameron.org/blog/ten-challenges-for-rust/


A personal experimental C++ Syntax 2 -> Syntax 1 compiler

Tags: tech, c++, complexity, safety

Now this is very interesting. An excellent teaser for Herb Sutter’s CppCon 2022 talk. Let’s see where that goes.

https://github.com/hsutter/cppfront


Entitlement in Open Source | Mike McQuaid

Tags: tech, foss, work, life

Good reminder of the sometimes uneasy relationship between users and maintainers. This needs to stay healthy. Users need to know their place and maintainers should feel OK saying no to things.

https://mikemcquaid.com/entitlement-in-open-source/


Cultivating Hospitality

Tags: business, hr, culture, organization

A very important and unfortunately underestimated factor for a sane and welcoming culture.

https://kevinyien.com/blog/cultivating-hospitality.html


We Spoke With the Last Person Standing in the Floppy Disk Business – Eye on Design

Tags: tech, surprising, culture, low-tech

The death of the floppy disk has been greatly exaggerated it seems. At least for now…

https://eyeondesign.aiga.org/we-spoke-with-the-last-person-standing-in-the-floppy-disk-business/


Photography for geeks

Tags: photography

A long and complete article about the important parameters when taking photos and processing them. So it gives a few tricks for shooting the picture but also when you sit in front of the computer.

https://lcamtuf.coredump.cx/photo_basics/



Bye for now!

Monday, 19 September 2022

Last month, I was in Saumur (France) to attempt a KDE Promo sprint. This was my first sprint since the pandemic, actually this might even be my first ever official KDE sprint as before the pandemic I primarely attended conferences (Akademy, Fosdem, Libre Graphics Meeting, Linux App Summit, …) but no official sprint.

The sprint took place during the weekend and was a great occassion to meet Allon, Aron and Neophytos for the first time. Aside from them I also meet Claudio, Paul, Joseph and Aniqua would I had already had the chance to meet before.

While the sprint was only 2 days long, I think we had some really productive discussions about the general strategie we should take and also how to move forward with some stuck tasks.

Personally I was quite happy to unblock one of my previous idea of creating “KDE for”-webpages. I already created a KDE for Kids page a long time ago but never managed to find the time and motivation to create more of them. So during the sprint, we started to brainstorm a bit for a “KDE for Creators” page, you can already take a look at the wip prototype here and if you have suggestions and want to help we have a phab task.

Aside from all the productive discussions, Allon made us discover Saumur. It’s a really nice city near the Loire. But I need to say that I was quite depressed at the level of water in the Loire, it looked almost empty. Good reminder that climate change is real and human made.

Aside from the sad state of the Loire, we also tasted a lot of good food. We had some gallete bretones on Sunday evening and it was delicious. Allon also invited us Saturday night at his place and he made fouée for us.

bread oven with fouée
bread oven with fouée

It’s a local speciallity and it was really good and I was so full at the end of the day. Thank you Allon and your family for being such wonderful hosts!

Sprint photo
Sprint photo

Saturday, 17 September 2022

Tuesday night, I managed to break the screen of my laptop. This is particular annoying when you don’t have any external screen at home and need to work. Fortunately the scren wasn’t completely broken, and I managed to survice Wednesday, with half of the screen working.

From half of the screen working on Wednesday, the situation got worse on Tursday and I was forced to find another solution. My only other Linux powered devices at home were a PinePhone and my SteamDeck. Performance wise, the choice was easy and I choose to try to use my SteamDeck. And so my workstation on Tursday and Friday ended up like this:

Steam deck workstation
Steam deck workstation

I connected the dev environment of my laptop with SSH and it kinda worked. I did some commit. I even managed to do call and share my screen for a demo/presentation at work. But still the experience on the small screen wasn’t that great.

Fortunately, I ordered a new laptop (Thinkpad E14 gen 4) and it arrived on Friday afternoon. The new laptop has a working screen but no mainline wifi drivers. So took me a bit more time than expected to build and sign the out-of-tree drivers with secure boot enabled.

I love hardware.

Friday, 16 September 2022

Let’s go for my web review for the week 2022-37.


W4 Games raises $8.5 million to support Godot Engine growth – W4 Games

Tags: tech, 3d, godot, business

This could be good news, let’s hope this really pushes Godot forward.

https://w4games.com/2022/09/13/w4-games-raises-8-5-million-to-support-godot-engine-growth/


Privacy vs “I have nothing to hide” - Kev Quirk

Tags: tech, privacy, surveillance

As if we still need people to be convinced… apparently we do. So just in case we need a well built argument about it, this post does it.

https://kevquirk.com/privacy-vs-i-have-nothing-to-hide/


Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs

Tags: tech, microsoft, security

So they’re seriously not using the system credential management to store these… I mean OK if your machine is compromised there’s not much you can do. But for a laptop being stolen for instance it’d make sense for such tokens to be protected by default and require a passphrase to be read by a local application, otherwise you could just easily recover it from the disk if it’s not encrypted.

https://www.bleepingcomputer.com/news/security/microsoft-teams-stores-auth-tokens-as-cleartext-in-windows-linux-macs/


A taxonomy of hosting options, for personal data security

Tags: tech, self-hosting

This is a welcome list of options to clarify what we’re talking about when we talk about “self-hosting”. It’s not a single concept but a range of approaches.

https://thomask.sdf.org/blog/2022/09/15/a-taxonomy-of-hosting-options.html


QR codes | Dan Hollick 🇿🇦

Tags: tech, barcode, qrcode

Nice explanation on how QR codes are made. The most gritty details are left out so it’s easy to follow.

https://typefully.com/DanHollick/qr-codes-T7tLlNi


Transcending POSIX: The End of an Era? | USENIX

Tags: tech, system, unix, posix

Very interesting piece. Goes in length about the UNIX history and the evolution of POSIX. It also highlight its limitations and where the design needs to evolve.

https://www.usenix.org/publications/loginonline/transcending-posix-end-era


The Little Things: My “radical” opinions about unit tests

Tags: tech, tests, tdd

Some good points in this list although I’m not in full agreement with everything (especially the one about the lack of usefulness for TDD). The importance and the impacts of the tooling is often underestimated indeed. The last two random opinions about mocking and overtesting are very much true as well.

https://codingnest.com/the-little-things-my-radical-opinions-about-unit-tests/


9 Practices that Haunt Developers Working with Scrum | by Willem-Jan Ageling | Serious Scrum | Sep, 2022 | Medium

Tags: tech, project-management, scrum, agile

Lots of truth in there. Indeed the proposed “practices” when they get in just kill the promises of things like Scrum.

https://medium.com/serious-scrum/9-practices-that-haunt-developers-working-with-scrum-e5903b8500f0


⭐️ How management by metrics leads us astray

Tags: management, metrics

A good reminder about the impacts of Goodhart’s law, or even simply of measuring the wrong thing. I like the conclusion overall: it’s fine to measure things but that shouldn’t be the center of the decision taking and conversations need to take a larger role into it.

https://jakobgreenfeld.com/metrics


First rule of the team: size

Tags: management, team

Good points to keep in mind regarding team size. It’s a delicate balance to strike in an organization.

https://medium.com/@kolyaskink/first-rule-of-the-team-size-94cdad8bc79e


ZeroBanana – Senior Engineers are Living in the Future

Tags: tech, organization, information

Interesting point of view. Indeed what might look like magic skills can simply be about having gathered more information. That thus depends on the organization.

https://www.zerobanana.com/essays/living-in-the-future/


Etsy Engineering | Blameless PostMortems and a Just Culture

Tags: management, failure, postmortem, safety, psychology

If you want to get to the bottom of a problem and of why an accident happen, people need psychological safety. This is indeed necessary if you want them to share truthfully why the accident happened in the first place. Otherwise fear will drive the conversation and hide important facts.

https://www.etsy.com/codeascraft/blameless-postmortems


Quality Is Systemic - Jacob Kaplan-Moss (jacobian.org)

Tags: tech, quality, team

In our industry, we obsess too much over individual performance. In turn it means that the systems we put in place within or around our teams get neglected… this is a problem because it is what has the biggest impact on quality and performance.

https://jacobian.org/2022/sep/9/quality-is-systemic/


Bikes, Not Self Driving Cars, Are The Technological Gateway To Urban Progress

Tags: tech, urbanization, bike

Please this, I’d love to see more bikes everywhere.

https://nextcity.org/urbanist-news/bikes-not-self-driving-cars-are-the-technological-gateway-to-progress


The world’s 30 most beautiful bookshops

Tags: book, library, travel

Definitely a good list of places I’d love to visit and get lost into.

https://nitter.42l.fr/AlexAndBooks_/status/1550145062260117506



Bye for now!

Thursday, 15 September 2022

KDE PIM is the set of applications that helps you manage your email, contacts, appointments, tasks and more. Since our last report covering KDE PIM in May and June, the PIM applications and libraries have seen over 1200 changes from almost 30 contributors. Let’s go over some of the biggest updates. New features Kalendar I … Continue reading "KDE PIM in July and August"