@movq@www.uninformativ.de unison seems pretty fast for me, and quite nice looking on my macOS desktop. Itâs bsed on GLFW, but it seems to work quite well đ€
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.)
@prologic@twtxt.net no, I really meant small. I only have a handful of GiBs left of storage. If you can wait until mid-December, then no probleml. Right now it is kind of running on fumes. For testing, and to do not disturb anyone timelines, I recommend you run a small test instance. Running GtS is easier than running Yarn, by the way. Word.
Someone, on the Bridge, this is meant to have sent @manton@bridge.twtxt.net a âFollow Requestâ via Activity Pub hmmm đ§
Anyone run a Mastodon serve rI can have an account on to help test the Twtxt <-> Activity Pub bridge? đ
@prologic@twtxt.net we are not going to get far by blaming the other side. đ đ
** SQL Injection: Listing Database Contents on Non-Oracle Databases**
UNION-based SQL injection used to enumerate database tables, extract credential columns, dump usernames and passwords, and log in as theâŠ
[Continue reading on I ⊠â Read more
I need some test Activity Pub / Mastodon users to test with đ€
WOW LOL
fetch https://weaknotes.com/users/david: status 500 Internal Server Error
First real test failed trying to lookup / follow @david@weaknotes.com
For those curious, the new Twtxt <-> ActivityPub bridge Iâm building (bidirectional) simply requires three things:
- You register your Twtxt feed to the bridge: https://bridge.twtxt.net
- You verify that you in fact own/control the feed by putting the verification code somewhere on/in your feed (doesnât matter where or how)
- You proxy/forward requests for
/.well-known/webfingerto the Bridgebridge.twtxt.net.
Iâm still testing through and ironing out bugs đ Please be patient! đ
@lyse@lyse.isobeef.org LOL, that one was too good to pass, right? I am glad you are enjoying my little notes in a bottle!
@lyse@lyse.isobeef.org then it was, most likely, space debrisâwhich, sadly, make up for 98% of all space anomalies these days. And thought they have applied to the Grant Wishes Council, they are yet to be approved. Keep playing, though. đ
@lyse@lyse.isobeef.org I hope you were prepared to cram those wishes in 3 seconds. I am always prepared for that eventuality. You donât have to mutter a word, nor clearly think much about itâthat is, you donât need to think your wish(es) word-by-word. As long as you stay within the wish(es) main goal(s), you should be fine, and it/they shall be granted, of course.
@kiwu@twtxt.net is it almost over, or just got closer to the next one? đ§©
Privilege Escalation From Guest To Admin â Read more
How to Find P1 Bugs using Google in your Targetâââ(Part-2)
Earn rewards with this simple method.
[Continue reading on InfoSec Write-ups »](https://infosecwriteups.com/how-to-find-p1-bugs-using-google-in-your-target-part-2-d37a9bb0b2e7?sour ⊠â Read more
Stack Overflow Co-Founder to DHH: You Should be Afraid of Me
Jeff Atwood (co-founder of Stack Overflow & Discourse), appears to make a public threat against Omarchy & Ruby on Rails founder, DHH. â Read more
4chanâs Lawyer Talks to Lunduke
Preston Byrne, the attorney representing both 4chan and Kiwi Farms, talks with Lunduke about Ofcom and the United Kingdomâs censorship campaign against Americans. â Read more
# url = fields, so maybe thatâs it?
@movq@www.uninformativ.de Haha, you were spot on! It took me a bit to figure this out on my own. Iâm actually very surprised to have gotten this wrong. Oh well.
No, I was using an empty hash URL when the feed didnât specify a url metadata. Now Iâm correctly falling back to the feed URL.
@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?
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.
Reacher out to Mike on BlueSky.
Ukinami Yuzuha asked to come inside (kukiyuusha) [zenless zone zero] â Read more
@lyse@lyse.isobeef.org nginx allows logging per user, via using defined variables on configuration. Not sure, though, if a Tilde would be willing to go to those âextremesâ.
@bender@twtxt.net Sounds about right.
I had a brainfart yesterday, though. For whatever reason I thought of subdomains, which are modeled with server entries in nginx. So, each could define its own access_log location. However, there are no subdomains in place! Searching around, I didnât find any solution to give each user their own access log file.
One way would be a cronjob, aeh, systemd timer as I learned the other day, that greps the main access log and writes all user access log files with only the relevant stuff.
@lyse@lyse.isobeef.org was it? Hmm, am I back to square one? đ Contacting one tilde could be a step ahead, but there are so manyâŠ!
Ignite Realtime Blog: First release candidate of Smack 4.5 published
The Smack developers are happy to announce the availability the first release candidate (RC) of Smack 4.5.0.
The upcoming Smack 4.5 release contains many bug fixes and improvements. Please consider testing this release candidate in your integration stages and report back any issues you may found. The more people are actively testing release candidates, the less issues will remain in the actual release.
Smac ⊠â Read more
@bender@twtxt.net Wasnât that transferred to somebody else?
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. đ
access.log files. Hence theyâll never see followers, unless we notify them out of band. đ«€
I spent a few mins on teh tilde website, and for the life of me I canât find a way to contact anyone responsible/accountable for this wonderful little service đ€Ł
access.log files. Hence theyâll never see followers, unless we notify them out of band. đ«€
Is it worth me reaching out to the operator and helping build some solution for their userbase to detect followers? đ§
@movq@www.uninformativ.de Wow, thatâs a hell lot of food! If it doesnât spoil, itâs easily enough for the rest of your life and all your neighbors and surrounding cities, probably more. :-D
Thatâs a great font. I like it. It just suits the print style incredibly well. No offence, to the absolute contrary, I would not have thought that you actually designed that. It looks just so right. Hats off! :-)
@movq@www.uninformativ.de Have we reached peak enshittification yet?
YouTube is completely broken for me for a week or more. The player doesnât even load anymore. Trying to limit the search results to real videos doesnât do shit, etc. Itâs useless. But downloading the videos with yt-dlp still works like a dream.
It is harder to regain ownership of an IRC channel than crossing the Mexico/US border. đ
access.log files. Hence theyâll never see followers, unless we notify them out of band. đ«€
@movq@www.uninformativ.de Actually, @threatcat@tilde.club popped up in my own access log first. Thatâs how I discovered the feed. :-) So I figured that this feed author actually sees my reply. The hope is that with the next mention of my feed in threatcatâs feed, the other tilde users, who are following threatcat, are then also informed of my existence. :-)
I donât know how tilde.club is set up. But it should be relatively easy to give all users access to their nginx access logs. Not sure if somebody already requested that or not. But Iâd encourage tilde users to ask for that. Maybe also just for twtxt.txt and/or in a custom, reduced log format.
Lol, YouTube supports increasing the playback speed, but when you want to go to 4x, they want you to pay extra:
DHH Talks to Lunduke
David Heinemeier Hansson (aka âDHHâ, the creator of Ruby on Rails & Omarchy Linux), talks with Lunduke about Linux âselling outâ, what a âdistroâ is, & the attacks from activists within Open Source. â Read more
@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. đ
ProcessOne: On Signal Protocol and Post-Quantum Ratchets
Signal improved its protocol to prepare encrypted messaging for the quantum era.
They call the improvement âTriple Ratchetâ (or SPQR = Signal Post-Quantum Ratchet).
[Signal Protocol and Post-Quantum Ratchets\âš\âšWe are excited to announce a significant advancement in the security ⊠â Read more
** Timber **
Timber, Iâm not gonna lie, I kinda hated you. At the same time I am surprised to find how gutted I am now ⊠â Read more
Thousands of people in Ukraine engaged in efforts to stabilize power system â Zelensky â Read more
@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.
@movq@www.uninformativ.de what do you use? Is it plus-aliased emails? I am curious to know how others are accomplishing this. I am currently using the âHide my Emailâ feature, from iCloud.
Not too important, but an item on a wish list: add support for WebP? I had to convert the animated WebP to GIF.
Listening to #Bernsteinâs #WestSideStory đ”
I really like it, but (and?) it makes me very nostalgic. It reminds me of my father, he introduced it to me.
Zelenskyy vows to prevent Russia from selling oil to Hungary â Read more
Thank you for the encouragement and love and kind words, @lyse@lyse.isobeef.org @movq@www.uninformativ.de @bender@twtxt.net @doesnm@doesnm.p.psf.lt and others along the way Iâm not sure of their feed uris đ Iâll keep at it, but for the time being I will keep my distance, mostly off IRC, because I donât have the energy to spare in that kind of engagement (what//if the worst happens, itâs so draining). I need to remember what I ever did any of this for, it was back in ~2020 and I wanted really to build small interconnected communities that any non âtech savvyâ person (more or less) could also benefit from ane enjoy. Even if there are aspects of the specs weâve built/extended over time that arenât âperfectââą, theyâre âgood enoughââą that theyâve last 5+ years (I believe this is 6 years running now). I want to spend a bit of time going back to why I did any of this in the the first place, and get a little micro-SaaS offering going (barely covering running costs) so encourage more folks to run pods, and thus twtxt feeds and grow the community ever so slightly. Other than that, I plan to get the specs âin orderâ to a point (with @movq@www.uninformativ.de and @lyse@lyse.isobeef.orgâs help) where I hope theyâll stand the test of time â like SMTP.
Thank you all ! đ
Thank you for https://www.uninformativ.de/blog/postings/2025-11-09/0/POSTING-en.html, @movq@www.uninformativ.de! I never configured systemd timers, but I would have gotten it wrong, too. Good to know when I eventually stumble across that in the future. Iâm still using cron. Yeah, its field order sucks and I always have to look it up (because I donât deal with that all that often). Indeed, systemdâs order sounds more reasonable.
I should work on my client again and add some new features. Like adding a new feed directly in the client and not having to go to the config first. And showing a preview of a feed before actually adding it. Also, a search would be something to add. And finally combining my User-Agent analyzer with my subscription list to spot new feeds automatically.
UK military to help protect Belgium after drone incursions â Read more
Welcome to the party, @threatcat@tilde.club! I reckon itâs totally fine what youâre doing. Over time, message counts naturally drop anyway. :-D And this is fine, too.
@prologic@twtxt.net @movq@www.uninformativ.de Same here, I give each service a dedicated e-mail address. Itâs very interesting to see how e-mail addresses are transferred to other actors. Luckily, this only happens rarely. But it does happen. In surprising ways.
Aliases not only help to fight spam, but are also a great way to specify filter rules to sort e-mails.
From Wooden Ducks to Digital Flags: My First v1t CTF OSINT Challenge â Read more
**How I Used AI to Become Someone Else (And Why Your Face Is No Longer Your Password) **
Free Link đ
[Continue reading on InfoSec Write-ups »](https://infosecwriteups.com/how-i-used-ai-to-b ⊠â Read more
Time-of-check Time-of-use (TOCTOU) Race Condition Leads to Broken Authentication | Critical Finding â Read more
Account Takeover via IDOR: From UserID to Full Access â Read more
Israel says Hamas violated ceasefire by refusing to return body of fallen IDF officer â Read more
China suspends ban on exports of gallium, germanium, antimony to U.S. â Read more
Zuckerberg, Chan shift bulk of philanthropy to science, focusing on AI and biology to curb disease â Read more
French lawmakers vote to tax American retirees who freely benefit from social security â Read more
PR to clean up some unwanted specs and cleanup some invalid/bad references. đ
@prologic@twtxt.net nothing to be sorry about. It gave me time to watch TV with kids! đ€
Iran to cut water to Tehran, weigh evacuations as it faces worst drought in decades â Read more
UK looking at Denmark model to cut illegal migration â Read more
Somebody managed to piss @prologic@twtxt.net off, and it looks like he took twtxt.net down with it. Oh dearâŠ
is there an etiquette to twtxtâing? am i flooding?
Japan eyes nuclear subs after U.S. gives OK to S. Korea â Read more
@movq@www.uninformativ.de Yeah ! đ Iâm trying to build my first micro-SaaS and get more lay-people to protect their own inboxes and identify đ€Ł â Hopefully it all works out đȘ
@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. đ„ł
Double congrats, @thecanine@twtxt.net! \o/
Iâm not a fan of the gemtext limits. This being only a single page (which probably doesnât get updated a whole lot), the efforts of having two dedicates files are not all that big, or so Iâd at least naively imagine.
I always recommend checking the W3C validator results, even though Iâm very guilty of not doing that myself. It just doesnât occur to me in the heat of the moment. I reckon if I were writing HTML on a more regular basis, I would pick up on making that a real habit. Anyway, your HTML being generated, you probably canât address the findings, though. So, might not be even worth the time heading over to the validator.
From a privacy point of view, personally, I would definitely host the CSS myself. Other than that, nice link collection. :-)
She loves to go multiple rounds (jtveemo) [original] â Read more
WWII veteran declares winning the war âwasnât worth itâ due to the state of the UK â Read more
@bender@twtxt.net to work through both https and gemini, the site is not written in HTML, but in Gemtext, automatically converted to HTML, when needed. Gemtext is nicely explained for example here: https://garden.bouncepaw.com/hypha/gemtext . In short, it is so limited, no line can be more than one thing, so no links in a list are possible, othar than doing it through something like this primitive workaround.
Poland to Train 400,000 Citizens in âLargest Military Readiness Driveâ Since WWII â Read more
Zelenskyy vows to block Russian oil to Hungary â Hungaryâs MOL says it can already go 80% non-Russian â Read more
Also, did you intended for the page title to be simply âhomeâ?
Just a small update, on my birthday (on the 5th), I accidentally deleted the main page, of my website, so Iâm using that as an opportunity, to try something new, at https://thecanine.smol.pub or gemini://thecanine.smol.pub - depending on your preferred protocol.
Any feedback is welcome!
Jeremy Renner Accused of Threatening to Call ICE on Chinese Filmmaker Yi Zhou After Misconduct Allegations. Chinese filmmaker Yi Zhou claims Avengers star Jeremy Renner threatened to call ICE after she confronted him over alleged misconduct and sending explicit images â Read more
Thanks for sharing your thoughts! Iâm going to bed, but Iâll have a closer read/think tomorrow đ€
⊠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. đ
This brings a thought I had for a long time, why canât we upload arbitrary files to a twtxt? If not an image, make it simply a link. I could have used such feature to upload the text.
@prologic@twtxt.net when I first âfedâ the text to Gemini, I asked for a three paragraphs summary. It provided it. Then I asked to âelaborate on three areas: user experience, moral/political impact, and technical/legal concernsâ. The reply to that is too long for a twtxt.
I then asked to counter the OP opinionsâas in âhow would you counter the authorâs opinion?â. The reply was very long, but started like this:
âThatâs an excellent question, as the post lays out some very strong, well-reasoned criticisms. Countering these points requires acknowledging the valid concerns while presenting a perspective focused on mitigation, responsible integration, and the unique benefits of AI.â
What followed was extensive, so I asked for a summary, which didnât do justice to the wall of text that preceded it.
@prologic@twtxt.net hehehe, yeah, it isnât mine neither. Most obscure TLDs are in small registrars. I like to stick to one register (even though when Google Domains ceased to exist I was forced to have two, as Cloudflare doesnât support the .ONE TLD).
@bender@twtxt.net I think thatâs where it sends the capture verification requests. Itâs based on PoW, so it has to perform validation somehow. It actually looks pretty decent as far as a way to prevent spam/abuse of forms on the open web (e.g: Waitlist on SnipMail).
@prologic@twtxt.net never heard of it before. I wouldnât call lightweight to anything that needs Docker to run, though. đ
Thoughts/Opinions on Cap đ€
The modern, open-source CAPTCHA
Lightweight, self-hosted, privacy-friendly, and designed to put you first. Switch from reCAPTCHA in minutes.
New York: 19-year-olds were planning attacks on Christians and Jews â They declared allegiance to ISIS and wanted to behead the unbelievers â Read more
Russian soldier sentenced to life in jail in unprecedented Ukrainian trial â Read more
Trump Officials Accused of Bullying Tactics to Kill a Climate Measure â Read more
@movq@www.uninformativ.de I am genuinely curious as to why you think Geminis summarization and the categorization of your gopher post was and is as you say misunderstood?
I asked this very genuinely because before reading @bender@twtxt.netâs comments and Gemini summarization I actually went and unplugged your post into flood gaps go for proxy, and then listen to the text intently with my own human ears đ
@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.
Bavaria is moving to the Microsoft cloud: The state government intends to conclude a contract with the US corporation by the end of the year for the use of the cloud office package Microsoft 365.
Source: https://www.heise.de/en/news/Bavaria-wants-to-move-to-Microsoft-cloud-by-year-end-11066929.html
đđđ