From e805e4b10e1a27bb9f802aae27e990e71afa9200 Mon Sep 17 00:00:00 2001 From: Frank Delporte Date: Fri, 12 Jan 2024 11:36:09 +0100 Subject: [PATCH] LOTW 2024-01-12 --- links/2024/2024-01/2024-01-12/readme.md | 14 ++++++++++++++ links/links.json | 6 ++++++ 2 files changed, 20 insertions(+) create mode 100644 links/2024/2024-01/2024-01-12/readme.md diff --git a/links/2024/2024-01/2024-01-12/readme.md b/links/2024/2024-01/2024-01-12/readme.md new file mode 100644 index 00000000..43b6347d --- /dev/null +++ b/links/2024/2024-01/2024-01-12/readme.md @@ -0,0 +1,14 @@ +## Applications + +* **Christopher Schnick** is working on a [standalone application running on NixOS](https://twitter.com/crschnick/status/1743296483544150114) with Deepin desktop environment: "The popup windows don't support transparency and the tray icon is cut off, but other than that it is working fine." +* **Robert Ladstätter** published a [new release of LogoRRR](https://twitter.com/rladstaetter/status/1745586922515288416): "This update brings enhanced zip file support and animated clipboard actions, alongside various bug fixes." [Here you can find the release notes](https://github.com/rladstaetter/LogoRRR/releases/tag/24.2.0). + +## Podcast, Video, Books + +* Nice video by **Akif (Sorest) KARACA** to help you [understand different sorting algorithms](https://www.youtube.com/watch?v=HmoRQkmyPnk) (selection, insertion, quick, bubble, heap, shell) by visualizing them with JavaFX (in Turkish). + +## Miscellaneous + +* The JFX Adopters Meeting 2024 takes place on the 6th of March at ZEISS in Munich Germany. This is the user meeting about JavaFX technology and the [registration is open](https://zeiss.com/meditec/en/news-events/events/jfx-adopters-meeting.html#register). You can still apply to be a speaker at this event! +* **Heshan Kariyawasam** [fell in love with JavaFX canvas](https://www.linkedin.com/posts/heshanthenura_javafx-java-night-activity-7149071331672616960-gXKa/): "So I'm going to simulate night sky. I'll try to add Constellations and Meteors so it will be more realistic." + * And he shared this [list of coding challenges](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH) that he would like to solve with JavaFX. Keep scrolling, the list is very long ;-) diff --git a/links/links.json b/links/links.json index 824f95ff..eae3eee8 100644 --- a/links/links.json +++ b/links/links.json @@ -424,5 +424,11 @@ "tags": "openjfx, links, week", "createdOn": "2024-01-05", "modifiedOn": "2024-01-05" + }, + { + "id": "2024/2024-01/2024-01-12", + "tags": "openjfx, links, week", + "createdOn": "2024-01-12", + "modifiedOn": "2024-01-12" } ] \ No newline at end of file