
Tim Janik
@TimJanik
Followers
1K
Following
460
Media
83
Statuses
840
Building Anklang DAW, Free Software advocate. Author of Alsamixer/GObject/Imagewmark, GLib/Gtk+/procps/LibreOffice contributor Β· https://t.co/FCVYmOjgsW
Hamburg
Joined October 2011
#DevLog: Debugging #GitHub Actions. π Debugged why JJ abandoned commits I meant to keep.π§ͺ Wrote gh-release script to upload #CI artifacts.β³ Testing GitHub Actions took several hours. Still refining, but progressingβ¦. #100DaysOfCode #GitHubActions #DevOps #CI_CD.
0
0
1
RT @WolframRvnwlf: While others delay their models, don't release the weights at all or talk about going closed source, others - like @Alibβ¦.
0
1
0
#DevLog: #Anklang #CI Actions Deep Dive. π Read up on collecting artifacts from multi-workflow jobs.π§ͺ Tested many {up|down}load-artifact variants in dedicated test repo.π§ Studied gh CLI code to automate #GitHub releases.π Still debuggingβ¦. #100DaysOfCode #GitHubActions.
0
0
1
π¦ Source-only release for now: . π¬ Feedback welcome! Esp. on your preferred binary format (deb/rpm/Alpine APK/AppImage/Docker)?. π₯ Contributors: @TimJanik @polysynth. #OpenSource #DigitalWatermarking #PrivacyTech #DevTools #CI #Docker #ImageForensics.
github.com
Imagewmark Version 0.5.0 is Now Available Imagewmark is a free software tool for adding encrypted, invisible digital watermarks to images. These watermarks can be robustly extracted from cropped, s...
0
0
1
π #Imagewmark v0.5.0 Released!. Add invisible an #watermark to images that survives cropping, scaling, compression with blind decoding!. β
Forward error correction via convolutional codes.β
Geometric distortion-resilient decoding.β
AES key-dependent encoding. #100DaysOfCode.
1
0
2
#DevLog: #Anklang #CI Grind. π³ Built #Dockerfile twice:. π« First attempt on Debian Bookworm failed due to libstdc++-12 being too old. β
Switched to #ubuntu:22.04 for newer deps . π οΈ Updated Makefiles to remove Git dependency from tarball builds (unfinished). #100DaysOfCode.
0
0
0
#DevLog: #Anklang #SolidJS Influx. 𧬠Fixed some of my #LitElement bugs by migrating to solid.π§© Refactored & simplified modal dialog creation. π― Goal: Robust UI with modern reactivity patterns!. #WebDev #100DaysOfCode.
1
0
2
DevLog: #Anklang: Testing #SolidJS. π Migrated our main UI shell from #Lit to Solid.β‘ Using Signals definitely made dealing with reactivity easier.π§© This is still a test migration to get a basic feel, but it looks like a significant improvement overall. #100DaysOfCode #WebDev.
0
0
1
So here is our Wiki page with the result of LLMs comparing Lit and SolidJS under our requirements:.
github.com
MIDI and Audio Synthesizer and Composer. Contribute to tim-janik/anklang development by creating an account on GitHub.
0
0
0
DevLog: #Anklang Tech Stack Juggling. π Deep dive into SolidJS vs. Lit Components trade-offs π.π³ Resolved Dockerfile builds missing pandoc.π§ͺ Looked into combining SolidJS lifecycle with custom class logic. #100DaysOfCode #WebDev #SolidJS.
1
0
1
RT @Sheraj99: Big O notation 101 #BigData #Analytics #DataScience #AI #MachineLearning #IoT #IIoT #Python #RStats #TensorFlow #Java #JavaScβ¦.
0
3
0
DevLog: #Anklang Tech Stack Modernization. π Migrated to #TailwindCSS-4 + #Vite (#HMR rocks).π Replaced Vue with SolidJS signals + #LitElement.π‘ Fixed sidebar overlaps, double-click bugs. π§ Quirk debugging still ongoing, but progress is solid!. #100DaysOfCode #WebDev.
1
0
1
I you are interested:.Join me and learn about it here: Kudos to @ka11away . #100DaysOfCode.
100daysofcode.com
The Official Website for the Challenge
0
0
0
I'm publicly committing to the 100DaysOfCode Challenge, aiming to work on #Anklang and tweet about it daily. I expect it to be far easier to spend an hour coding every day than to craft an intelligent microblog message about it. #100DaysOfCode.
2
0
4
Interesting take on #X11 removal from a "Wayland shill". π Wayland promises a glory future, but where are headless GUI solutions, OCR tools, GUI automation, clipboards and window manager choice at?. Critical gaps remain, especially regarding #Accessibilityβ¦. #Linux #Wayland.
1
1
4
RT @Rainmaker1973: Even with a life jacket on, it is difficult to escape from the pool at the bottom of the waterfall. This shows how danβ¦.
0
528
0
Right. π‘ Also, if the script requires extra arguments: `env -S`. ENV(1).-S string. process and split S into separate arguments;. used to pass multiple arguments on shebang lines. For example:.#!/usr/bin/env -S python3 -b -B.
@vermaden @LukeMaciak #!/usr/bin/env bash. This is always the correct way, even for perl or python scripts.
0
0
1