Another day, another attempt at rearranging the furniture, because I am never happy with that. đ
@lyse@lyse.isobeef.org That is brilliant! đ€Ł
FTR, I see one (two) issues with PyQt6, sadly:
- The PyQt6 docs appear to be mostly auto-generated from the C++ docs. And they contain many errors or broken examples (due to the auto-conversion). I found this relatively unpleasent to work with.
- (Until Python finally gets rid of the Global Interpreter Lock properly, itâs not really suited for GUI programs anyway â in my opinion. You canât offload anything to a second thread, because the whole program is still single-threaded. This would have made my fractal rendering program impossible, for example.)
@prologic@twtxt.net Hm, same startup delay. (Go is not an option for me anyway.)
Itâs hard to tell why all this is so slow. Maybe in this particular case it has something to do with fonts: strace shows the program loading the fontconfig configs several times, and that takes up a bulk of the startup time. đ€ (Qt6 or Java donât do that, but theyâre still slow to start up â for other reasons, apparently.)
To be fair, itâs âjustâ the initial program startup (with warm I/O caches). Once itâs running, itâs fine. All toolkits Iâve tried are. But I donât want to accept such delays, not in the year 2025. đ Imagine every terminal window needing half a second to appear on the screen ⊠nah, man.
Be it Java with Swing or PyQt6, it takes ~300 ms until a basic window with a treeview and a listbox appears. That is a very noticeable delay.
Is it unrealistic to expect faster startup times these days? đ€
Once the program is running, a new second window (in the same process) appears very quickly. So itâs all just the initialization stuff that takes so long. I could, of course, do what âfatâ programs have done for ages: Pre-launch the process during boot, windowless. But I was hoping that this wasnât needed. đ (And itâs a bad model anyway. When the main process crashes, all windows crash with it.)
@lyse@lyse.isobeef.org Yeah, I noticed that too. I havenât double-checked my code, though. Maybe it has something to do with selecting the correct URL? I mean, these feeds donât have any # url = fields, so maybe thatâs it?
@lyse@lyse.isobeef.org Ah, there it is. đ Never gets old. đ
@arne@uplegger.eu ⊠I still havenât watched that show. đ€Š
tilde.club feeds have no # nick and is messing with yarnd's behavior đ
@prologic@twtxt.net And none of them use Yarn-style threading. I donât think theyâre aware of us, theyâre probably using plain twtxt. Other than one hit by @threatcat@tilde.club a few days ago, Iâve seen no traffic from them. đ€
Speaking of sunsets ⊠https://movq.de/v/753ab5f9e5/sunset.jpg
@threatcat@tilde.club Let me guess, sl? đ
This looks like a botnet, to be honest. The IPs are all over the place. Ethopia, Brazil, Kenya, Lebanon, Netherlands, ⊠I mean, thatâs the logical thing to do, isnât it? Do your web crawling on infected PCs. Nobody will block those, because those are the same IP ranges as legitimate requests. And obviously you donât have to pay for computing time.
⊠and they all send invalid HTTP requests, all answered with HTTP 400 ⊠How silly.
@bender@twtxt.net Better safe than sorry, I guess. đ
My goodness, a new level of stupidity.
The bots are now doing things like this:
GET http://uninformativ.de/projects/lariza/feednotify/datenstrahler/slinp/countty HTTP/1.1
- That URL does not exist.
- By including
http://uninformativ.dein that request, this instructs the webserver to do an HTTP proxy request. Of course, this isnât allowed on my webserver (and shouldnât by allowed on any normal webserver), resulting in HTTP 400. And even if it were, the target would be the exact same server, making a proxy request unnecessary.
And of course, itâs not just 50 hits like this or 100 or 1â000 or 10â000. No, itâs over 150â000 in the last 2 days. All from vastly different IP ranges of different cloud hosters.
This almost looks like a DDoS attack, but itâs just completely stupid. This feels more like some idiot vibe coded a crawler.
I used Gemini (the Google AI) twice at work today, asking about Google Workspace configuration and Google Cloud CLI usage (because we use those a lot). Youâd think that itâd be well-suited for those topics. It answered very confidently, yet completely wrong. Just wrong. Made-up CLI arguments, whatever. It took me a while to notice, though, because itâs so convincing and, well, you implicitly and subconsciously trust the results of the Google AI when asking about Google topics, donât you?
Will it get better over time? Maybe. But what I really want is this:
- Good, well-structured, easy-to-read, proper documentation. Google isnât doing too bad in this regard, actually, itâs just that they have so much stuff that itâs hard to find what youâre looking for. Hence âŠ
- ⊠I want a good search function. Just give me a good fuzzy search for your docs. Thatâs it.
I just donât have the time or energy to constantly second-guess this stuff. Give me something reliable. Something that is designed to do the right thing, not toy around with probabilities. âAI for everythingâ is just the wrong approach.
@lyse@lyse.isobeef.org Well, they say you have to build up stocks, donât they? đ
The font is fiamf3 (scaled up 2x, it would be too small when printed). Itâs the same one that I use in my terminal and the status bars. đ
@lyse@lyse.isobeef.org Yeah, it feels broken. It often needs a couple of retries and a lot of patience. Itâs been like that for months. đ«€
Lol, YouTube supports increasing the playback speed, but when you want to go to 4x, they want you to pay extra:
@lyse@lyse.isobeef.org Thereâs a couple of new users on https://tilde.club, but since this is a shared host, I doubt that they have access to their access.log files. Hence theyâll never see followers, unless we notify them out of band. đ«€
Android shopping list apps disappointed me too many times, so I went back to writing these lists by hand a while ago.
Hereâs whatâs more fun: Write them in Vim and then print them on the dotmatrix printer. đ„ł
And, because I can, I use my own font for that, i.e. ImageMagick renders an image file and then a little tool converts that to ESC/P so I can dump it to /dev/usb/lp0.
(I have so much scrap paper from mail spam lying around that I donât feel too bad about this. All these sheets would go straight to the bin otherwise.)
@lyse@lyse.isobeef.org Yeah, Iâm glad Iâm not the only one who didnât get this right. đ You never had to configure a systemd timer? Lucky. đ
@bender@twtxt.net No plus-aliases, just aliases. The mailserver runs on my OpenBSB box and is managed using BundleWrap (we use that at work), so to create a new alias, I push a new BundleWrap config to the server.
@prologic@twtxt.net Glad youâre back. âïž
@lyse@lyse.isobeef.org Itâs possible to run the validator locally (my blog generator scripts do that):
https://validator.w3.org/nu/about.html
That way you donât forget. đ„ł
@prologic@twtxt.net FWIW, I love the idea and I do the same with my email domains. Itâs the most effective way to fight spam, IMO. đ„ł
@bender@twtxt.net All good. âïž Itâs just that Iâve been through several iterations of this (on other platforms), AI output back and forth, pointing out whatâs wrong, but in the end people were just trolling (not saying thatâs what you had in mind), because apparently thatâs âfunâ.
This is formatted poorly on twtxt.net, so hereâs a plain text file: https://movq.de/v/971c5a125d/wall-of-text.txt
⊠and now I just read @bender@twtxt.netâs other post that said the Gemini text was a shortened version, so I might have criticized things that werenât true for the full version. Okay, sorry, Iâm out. (And I wonât play that game, either. Donât send me another AI output, possibly tweaked to address my criticism. That is besides the point and not worth my time.)
@prologic@twtxt.net Letâs go through it one by one. Hereâs a wall of text that took me over 1.5 hours to write.
The criticism of AI as untrustworthy is a problem of misapplication, not capability.This section says AI should not be treated as an authority. This is actually just what I said, except the AI phrased/framed it like it was a counter-argument.
The AI also said that users must develop âAI literacyâ, again phrasing/framing it like a counter-argument. Well, that is also just what I said. I said you should treat AI output like a random blog and you should verify the sources, yadda yadda. That is âAI literacyâ, isnât it?
My text went one step further, though: I said that when you take this requirement of âAI literacyâ into account, you basically end up with a fancy search engine, with extra overhead that costs time. The AI missed/ignored this in its reply.
Okay, so, the AI also said that you should use AI tools just for drafting and brainstorming. Granted, a very rough draft of something will probably be doable. But then you have to diligently verify every little detail of this draft â okay, fine, a draft is a draft, itâs fine if it contains errors. The thing is, though, that you really must do this verification. And I claim that many people will not do it, because AI outputs look sooooo convincing, they donât feel like a draft that needs editing.
Can you, as an expert, still use an AI draft as a basis/foundation? Yeah, probably. But hereâs the kicker: You did not create that draft. You were not involved in the âthought processâ behind it. When you, a human being, make a draft, you often think something like: âOkay, I want to draw a picture of a landscape and thereâs going to be a little house, but for now, Iâll just put in a rough sketch of the house and add the details later.â You are aware of what you left out. When the AI did the draft, you are not aware of whatâs missing â even more so when every AI output already looks like a final product. For me, personally, this makes it much harder and slower to verify such a draft, and I mentioned this in my text.
Skill Erosion vs. Skill EvolutionYou, @prologic@twtxt.net, also mentioned this in your car tyre example.
In my text, I gave two analogies: The gym analogy and the Google Translate analogy. Your car tyre example falls in the same category, but Geminiâs calculator example is different (and, again, gaslight-y, see below).
What I meant in my text: A person wants to be a programmer. To me, a programmer is a person who writes code, understands code, maintains code, writes documentation, and so on. In your example, a person who changes a car tyre would be a mechanic. Now, if you use AI to write the code and documentation for you, are you still a programmer? If you have no understanding of said code, are you a programmer? A person who does not know how to change a car tyre, is that still a mechanic?
No, youâre something else. You should not be hired as a programmer or a mechanic.
Yes, that is âskill evolutionâ â which is pretty much my point! But the AI framed it like a counter-argument. It didnât understand my text.
(But what if thatâs our future? What if all programming will look like that in some years? I claim: Itâs not possible. If you donât know how to program, then you donât know how to read/understand code written by an AI. You are something else, but youâre not a programmer. It might be valid to be something else â but that wasnât my point, my point was that youâre not a bloody programmer.)
Geminiâs calculator example is garbage, I think. Crunching numbers and doing mathematics (i.e., âcomplex problem-solvingâ) are two different things. Just because you now have a calculator, doesnât mean itâll free you up to do mathematical proofs or whatever.
What would have worked is this: Letâs say youâre an accountant and you sum up spendings. Without a calculator, this takes a lot of time and is error prone. But when you have one, you can work faster. But once again, thereâs a little gaslight-y detail: A calculator is correct. Yes, it could have âbugsâ (hello Intel FDIV), but its design actually properly calculates numbers. AI, on the other hand, does not understand a thing (our current AI, that is), itâs just a statistical model. So, this modified example (âaccountant with a calculatorâ) would actually have to be phrased like this: Suppose thereâs an accountant and you give her a magic box that spits out the correct result in, what, I donât know, 70-90% of the time. The accountant couldnât rely on this box now, could she? Sheâd either have to double-check everything or accept possibly wrong results. And that is how I feel like when I work with AI tools.
Gemini has no idea that its calculator example doesnât make sense. It just spits out some generic âargumentâ that it picked up on some website.
3. The Technical and Legal Perspective (Scraping and Copyright)The AI makes two points here. The first one, I might actually agree with (âbad bot behavior is not the fault of AI itselfâ).
The second point is, once again, gaslighting, because it is phrased/framed like a counter-argument. It implies that I said something which I didnât. Like the AI, I said that you would have to adjust the copyright law! At the same time, the AI answer didnât even question whether itâs okay to break the current law or not. It just said âlol yeah, change the lawsâ. (I wonder in what way the laws would have to be changed in the AIâs âopinionâ, because some of these changes could kill some business opportunities â or the laws would have to have special AI clauses that only benefit the AI techbros. But I digress, that wasnât part of Geminiâs answer.)
tl;drExcept for one point, I donât accept any of Geminiâs âcriticismâ. It didnât pick up on lots of details, ignored arguments, and I can just instinctively tell that this thing does not understand anything it wrote (which is correct, itâs just a statistical model).
And it framed everything like a counter-argument, while actually repeating what I said. Thatâs gaslighting: When Alice says âthe sky is blueâ and Bob replies with âwhy do you say the sky is purple?!â
But it sure looks convincing, doesnât it?
Never againThis took so much of my time. I wonât do this again. đ
@bender@twtxt.net Itâs sad. Remember that Munich once ran the LiMux project. đ
We could build a strong IT sector in Germany or the EU, but we just donât want to.
@lyse@lyse.isobeef.org @bender@twtxt.net Iâm not very knowledgable regarding the two points you mentioned, hence I didnât include them in my list. But, yeah, from what Iâve heard, it doesnât look good.
@lyse@lyse.isobeef.org Maybe, but still nice. đ
@bender@twtxt.net Thanks for this illustration, it completely âmisunderstoodâ everything I wrote and confidently spat out garbage. đ
@lyse@lyse.isobeef.org Thereâs an auto-finish function:
https://movq.de/v/7a01b9471c/os2-autofinish.mp4
I just did it by hand because I found it satisfying. đ
For the innocent bystanders (because I know that I wonât change @bender@twtxt.netâs opinion):
curl -s gopher://uninformativ.de/0/phlog/2025/2025-11/2025-11-05--my-current-reasons-against-ai.txt
Winning animations (TkSolâs timing is screwed up): https://movq.de/v/92d7758740
Won a bunch of games of Solitaire and then rearranged the cards for maximum negative points, to distract me from the horrors.
(Still ended up with >0 points on OS/2, because donât ask me.)
https://www.uninformativ.de/desktop/2025%2D11%2D04%2D%2Dkatriawm%2Dsolitaire.png
@lyse@lyse.isobeef.org ⊠sounds like a bad day. đ
@prologic@twtxt.net Nothing, yet. It was sent in written form. Thereâs probably little point in fighting this, they have made up their minds already (and AI is being rolled up en masse in other departments), but on the other hand, there are â truthfully â very few areas where AI could actually be useful to me.
There are going to be many discussions about this âŠ
This is completely against the âspiritâ of this company, btw. We used to say: âItâs the goal that matters. Use whatever tools you think are appropriate.â Thatâs why Iâm allowed to use Linux on my laptop. Maybe they will back down eventually when they realize that trying to push this on people is pointless. Maybe not.
s/MittelaltermÀrkte/KI/g
It happened.
Management asked me if Iâm using enough AI and what Iâm doing to learn more about it.
@prologic@twtxt.net That too, yeah ⊠đą
Javaâs Swing is allegedly in âmaintenance modeâ, so I doubt itâs a good idea to use it for new programs. For example, I very much doubt that it will ever support Wayland.
The replacement is supposed to be JavaFX, but thatâs not included in JREs â anymore! It used to be, now itâs not, even though itâs well over 15 years old now.
This whole thing (âJava GUIsâ) appears to have stagnated a lot. Probably because everything is web stuff these days âŠ
https://www.oracle.com/java/technologies/javafx/faq-javafx.html#6
@arne@uplegger.eu MeckPomm erscheint mir immer wie ein groĂartiges Bundesland, in dem ich gerne Leben wĂŒrde. Kleines HĂ€uschen auf dem Land mit HĂŒhnerstall. Ginge aber â was auch diese Umfrage da impliziert â vermutlich nur, wenn ich meinen derzeitigen Job behalten und full-remote weitermachen wĂŒrde, damit genug Geld flieĂt? đ€
@lyse@lyse.isobeef.org Hmmmmmmmmmmmm ⊠guess I should take a look at Qt. đ€ Thatâs the one popular toolkit that Iâve never really tried for some reason. I really donât like C++ (might as well use Rust), so Iâll also use Python.
(⊠wonât be fast, either, though âŠ)
The one for Delphi was quite good.
It was! I didnât use Delphi for long, though. Dunno why, I always gravitated towards Visual Basic back then. đ
These days I donât deal with GUI programming anymore.
I also avoid it when possible, because ⊠itâs exhausting, because ⊠the tools that I have/know are âsubparâ. Doing anything regarding GUIs always feels like a chore. That wasnât the case in the VB days.
Well, I made this in ~2009 with Java/Swing and it was pretty nice to work with, custom widgets and all:
https://movq.de/v/de26d5edb3/s.png
I wouldnât dare doing this with GTK.
@lyse@lyse.isobeef.org Canât tell if serious or not â because Iâm actually considering this. đ
And maybe I should go back to using GUI designers. Havenât used those since the Visual Basic days. đ€ It wasnât pretty, but you got results very quickly and efficiently.
(When I switched to Linux, I quickly got stuck with GTK and that only had Glade, which wasnât super great at the time, so I didnât start using it ⊠and then I never questioned that decision âŠ)
Theming on Qt6 is a bit unusual (you have to install qt6ct and then set an environment variable for every Qt program?), but at least pcmanfm-qt doesnât look like brain damage anymore now. đ€ (Except thereâs no darkmode. What is this, 1980?)
@prologic@twtxt.net Hmm, Iâll have to take a look. Appears to be Go only, doesnât it?
Iâm not quite sold yet on the idea of âimmediate modeâ GUIs. đ€
@prologic@twtxt.net Such as? đ€
There are no really good GUI toolkits for Linux, are there?
Theyâre either slow (like GTK4, Qt6), donât support Wayland (like Tk), and/or unmaintained (like GTK2 and many others).
@lyse@lyse.isobeef.org Nothing special, just fooling around in corporate chats. đ€Ș
@lyse@lyse.isobeef.org (⊠I am making a Zalgo Generator in Python right now, because I need it for something else ⊠đ€Ł)
@lyse@lyse.isobeef.org Theyâre seriously telling us at work: âCan it be AIâd? Do it, donât waste time!â Shit like that is the result. (Whatâs this weird gray triangle in the bottom right corner?)
@arne@uplegger.eu Reicht, wenn die Kinder lernen, wie Arbeit und Disziplin geht. https://movq.de/v/e92f4b59ec/capitalism.mp4
Just FTR, in case this wasnât obvious, the âright to repairâ (if there ever is one) needs to be more than just âyouâre legally allowed to repair stuffâ.
I just fixed this thing by replacing two capacitors. Great, but this was an absolute shitshow and it took several days. So many obstacles, everythingâs tiny, connectors glued together, ⊠It worked in the end, but I was so close to giving up.
Being legally allowed to do something is basically worthless if itâs not feasible to actually do it.
@prologic@twtxt.net Ah, I see. Yeah, you might be right. (Still a fragile process due to the general AI wonkiness, but it can help to some degree, yes.)
@prologic@twtxt.net Yes, although I have a feeling that speech recognition or other means of entering text could be better and much less computationally intensive. đ€
GTK2 about to be removed from the official Arch repos: https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/2BDHYLEFSYQBDTMUOZT5J6AFTA5M3FO6/
Itâll probably all be dropped to the AUR, so I can build this myself, because I still have some stuff that depends on it (and will never receive further updates).
This was a great read, btw. đ If you liked Event Horizon, this is for you. Iâm gonna get her other two scifi books as well, thatâs for sure.
@prologic@twtxt.net No pressure! This is meant to be fun. đ
Fuck me sideways, trying to repair stuff that isnât meant to be repaired is such a pain. So many pointless obstacles.
@prologic@twtxt.net Yeah, lots of people are welcoming this change, saying they are relieved that there are fewer puzzles. And ngl, I, too, have been very exhausted at the end of the month. Itâs a lot of fun and I loved it each time, but yeah, it can be exhausting.
Der ganze Vorgang ist archetypisch fĂŒr die seit Jahrzehnten völlig ohne Not stattfindende politische Selbstverzwergung Europas.
A comment on heise about the recent AWS outage.
(Too bad thereâs no good translation for the great word âSelbstverzwergungâ.)
Iâm paraphrasing: Europe (and other regions) depend on US IT services, a lot, without an actual need. We saw AWS, Google, and Microsoft build large datacenters and then we thought âwelp, shit, nothing we can do about that, guess weâll just be an AWS customer from now on.â Nobody really went ahead and built German/European alternatives. And now we completely depend on the US for lots of our stuff.
The article even claims that thereâs now a shortage of sysadmins in the EU? Iâm not so sure. But Iâd welcome it, makes my job more secure. đ€Ł
Hosting services, datacenters, software, everything, itâs all US stuff. Why do we accept this, why not build alternatives âŠ
Are we some of the only people in the world that realize how fucking dumb all this Internet-connect shitâą really is?
Yeah, but donât ask me why that is. Iâve never gotten a satisfying answer when I talk to people who hype this kind of stuff. (I mean just normal tech people, not CEOs or something.) They just shrug it off and/or think that my concerns are paranoid. đ€
@lyse@lyse.isobeef.org Hm, that might actually be (partially) true. Some external CD drives (without such a weight) start to spin/wiggle when the drive spins up and down ⊠Although I guess thatâs not really the case for Audio CDs as they are run at a fixed low RPM value, I think. đ€
@prologic@twtxt.net That sounds horrible. đ I wouldnât want to own such a car. (My plan is not to buy a new car after my current one finally broke down entirely.)
@lyse@lyse.isobeef.org First time I heard about eCall. I donât think I like this. đ«€ Feels like another attempt at going for complete surveillance. Yes, yes, itâs about âsecurityâ/âsafetyâ ⊠it always is.
Advent of Code will be different this year:
There will only be 12 puzzles, i.e. only December 1 to December 12. This might make it more interesting for some people, because itâs (probably) less work and a lower chance of people getting burned out. đ€
Personally, Iâll probably stretch it out over 24 days. Giving myself more time to solve each puzzle and I really want this event to last the entire month. đ
Maybe this makes it more interesting for some people around here as well?
Haha, beds âstopped workingâ due to that outage? đ€Ș
@prologic@twtxt.net Yeah. The actual services donât run on AWS, apparently, but often itâs just the login service?! The whole Atlassian suite was âdownâ today because you couldnât log in. But if you already were logged in, it wasnât much a problem.
jenny.vim?
@bender@twtxt.net I think youâve asked for that a while ago. đ
Does that diff actually help? Donât you have to use A (instead of i) anyway? đ€
That was a very non-fun day at work.
Weâre not using AWS directly, but soooooooooooooooo much other stuff does.
@lyse@lyse.isobeef.org Bwahaha. đ
@lyse@lyse.isobeef.org Thatâs from a radio / CD-player thingy that someone in my family gave me so that I can try to repair it. (Indeed, some capacitors have blown up. But if that doesnât fix it, I donât know what to do. đ )
Thereâs nothing on the other side. This really is just a block of metal that acts as a weight.
You just gotta love products with articial weights in them, because they would âfeel cheapâ otherwise.
https://movq.de/v/c5dcc25bc9/weight.jpg
Also, that red stuff on those connectors might be glue? To make it harder to disconnect them?
@dce@hashnix.club Same, Iâm not quite sure what you mean. đ€
@prologic@twtxt.net So you love @bender@twtxt.net very much? đ€Ł How does speech recognition work for you? đ€
đ¶ ⊠GĂ€steklo, GĂ€steklo, ja, das macht die GĂ€ste froh ⊠đ¶
@arne@uplegger.eu Wer mir mit Werbung im Buch kommt, hat verschissen. đ Hatte ich kĂŒrzlich auch (in einem Roman von 2025), da wurde immer wieder sehr auffĂ€llig eine bestimmte LokalitĂ€t erwĂ€hnt. Ganz am Ende habâ ich dann gesehen, dass auf den letzten paar Seiten diese LokalitĂ€t nochmal explizit einen âFlyerâ platziert hatte, das war also durchaus ein Werbedeal.
Nervt stark. Ich habâ schon fĂŒr das Buch gezahlt, da will ich nicht noch âangeworbenâ werden. Dann machâ lieber das Buch leicht teurer oder setzâ einen Spendenaufruf rein, wenn die Finanzen so knapp sind. đ€
@lyse@lyse.isobeef.org ⊠der Bremsschlumpf ⊠đ https://de.wikipedia.org/w/index.php?title=Antiblockiersystem&curid=22921&diff=53690119&oldid=53690088
@arne@uplegger.eu Joa, ân Vierteljahr, dann biste durch, oder? đ
(âStahlratteâ, uffpuh, welch Wort. đ )
@dce@hashnix.club Arch is the most stress-free OS Iâve ever run (I last reinstalled it 14 years ago, only rolling updates since then) â but to be honest, I sometimes wonder what role my general choice of software plays. I mostly run minimalistic software or programs that I wrote myself. I guess that greatly reduces the chance of breakage. đ€
@bender@twtxt.net Wait, wait, wait, thatâs the chance to post this GIF!
Again, lots of flies now. There werenât that many in the last few months, but now theyâre everywhere. Thereâs not really much that I can do and spiderbro canât keep up with them, either. đ
Everything in the realm of âsmartphonesâ is such an incomprehensible clusterfuck. I want to throw this thing out the window.
And this fucking WhatsApp ⊠jfc.
@bender@twtxt.net I only know two songs, to be honest, but yeah, she can be quite good. đ
I donât care much for the video, but damn, that is one catchy song. đ¶ https://www.youtube.com/watch?v=ko70cExuzZM
@lyse@lyse.isobeef.org Indeed. đ
Whatâs brokenâą on my system that makes a little âdoorâ show up in YouTubeâs progress thingy? Happens in Firefox and Chromium. https://movq.de/v/f03f47afcc
@prologic@twtxt.net Iâm pretty sure thatâs going to happen at some point or has already happened. đ Is this âthe dark webâ? đ
Finally, new books arrived. Letâs see if Dead Silence is as good as it sounds. đ
It happened.
âCan you help me debug this program? I vibe coded it and I have no idea whatâs going on. I had no choice â learning this new language and frameworks would have taken ages, and I have severe time constraints.â
Did I say ânoâ? Of course not, Iâm a ânice guyâ. So Iâm at fault as well, because I endorsed this whole thing. The other guy is also guilty, because he didnât communicate clearly to his boss what can be done and how much time it takes. And the boss and his bosses are guilty a lot, because theyâre all pushing for âAIâ.
The end result is garbage software.
This particular project is still relatively small, so it might be okay at the moment. But normalizing this will yield nothing but garbage. And actually, especially if this small project works out fine, this contributes to the shittiness because management will interpret this as âhey, AI worksâ, so they will keep asking for it in future projects.
How utterly frustrating. This is not what I want to do every day from now on.
@thecanine@twtxt.net Got any responses from any politicians? đ€ (Assuming you send this letter directly to them, of course.)
@klaxzy@klaxzy.net Yes, if Germany actually opposes this. But so far, thereâs only one guy that said something on a press conference. He does speak for the âCDUâ party, which is âin commandâ at the moment, but thatâs about it. I donât trust these people â not until Iâve actually seen them voting against Chat Control. đ„Ž
@prologic@twtxt.net Where do I stand on âChat Controlâ? How long of a response/rant do you want? đ Itâs a disaster. As I understand it, they want to spy on me directly on my devices before encryption even happens â jfc, no, fuck off. And since there are so many devices, they want to automate the scanning, which is the worst idea you could possibly have.
@bender@twtxt.net I guess most clocks donât support that. đ My wrist watch can do it, you can select it in the menu:
https://movq.de/v/ccb4ffcbc5/s.png
In general, different transmitter means different frequency and different encoding, for example these two:
@klaxzy@klaxzy.net Why, because Germany is now listed as âopposedâ on fightchatcontrol.eu? Iâm not so sure. This is just one guy (Jens Spahn) saying âno we donât want itâ. Thatâs not an âofficialâ stance, itâs very fragile and could change any minute. https://netzpolitik.org/2025/eu-ueberwachungsplaene-unionsfraktion-jetzt-gegen-chatkontrolle-innenministerium-will-sich-nicht-aeussern/