Europe Pub now on Lemmy 0.19.18!

https://europe.pub/post/11951033

Europe Pub now on Lemmy 0.19.18! - Europe Pub

Europe Pub is now on the latest Lemmy version 0.19.18.

Miten tässä kävi näin? Suomessa tilanne ei ole yhtä paha, mutta yleiskuva vaikuttaa samanlaiselta: ihmisillä on kiire ansaita, jollei päivittäistä elantoa niin rahaa säästöön vanhuutta varten. Eikö tekniikan kehittymisen pitänyt HELPOTTAA elämää? (Kuva #EuropePub'ista.) #kapitalismi #perkele

Thiel, the pro-Trump tycoon in Rome: technology against the Antichrist

https://lemmy.sdf.org/post/52389150

Thiel, the pro-Trump tycoon in Rome: technology against the Antichrist - SDF Chatter

cross-posted from: https://lemmy.sdf.org/post/52387625 [https://lemmy.sdf.org/post/52387625] > Archived [https://web.archive.org/web/20260316070704/https://en.ilsole24ore.com/art/thiel-magnate-pro-trump-rome-technology-embankment-against-the-antichrist-AIst1kxB] > > Arriving in Rome - like it or not it is still the centre of Christianity - and lecturing on the Antichrist may at least seem eccentric, even if the city has always digested everything. But Peter Thiel has a fortune of 30 billion dollars, estimated by default, and is one of the main inspirers of Trumpism, not only technological, but deeply ideological, Maga in purity. In short, when he makes a move, he makes a noise, especially now in times of war, a conflict, the one against Iran, which is fully in Thiel’s ideological wheelhouse. From today until Wednesday in Rome, the co-founder of PayPal and Palantir, the data mining company that has collaborated with the Trump administration in its campaign for the expulsion of migrants, and that has risen on the stock exchange by 500% in less than five years (he has 3% but controls it) will explain to a selected and mysterious audience what the Antichrist is for him. > > […] > > Perhaps there are those who think that he will also be in Rome to do some good business in the field of defence, mixing the sacred (?) and the profane is a transversal speciality throughout the world, but which in Trumpism has reached unthinkable peaks. > > […] > > [Thiel’s] invitation-only conference, which runs until Wednesday, is not open to the press and its venue has not been publicly disclosed, as per Reuters [https://www.reuters.com/technology/thiels-secretive-rome-conference-draws-church-attention-2026-03-15/]. Organisers quoted in the media say participants are drawn from academia, technology and religious circles. > > […] > > A co-founder of Palantir Technologies, an AI software company with deep ties to the U.S. defense and intelligence agencies, Thiel has in recent years devoted increasing attention to religious and philosophical ideas. > > Last year he held a ⁠similar series of talks in San Francisco exploring the possibility that the Antichrist - a figure who opposes or denies Christ - could emerge on the global stage. > > In particular, Thiel has said he is wary that an Antichrist will emerge who will create a one-world government on the promise of something like stopping nuclear, AI or climate-induced disaster. > > Thiel, 58, grew up in an Evangelical Christian family and has said Christianity shapes his worldview. > > […] > > Father Paolo Benanti, who advises the pope on artificial intelligence, wrote in an essay published on Saturday that Thiel operated as a “political theologian” within Silicon Valley. > > “Thiel’s entire action can… be read as a prolonged act of heresy against the liberal consensus: a challenge to the very foundations of civil coexistence, which he now ⁠considers outdated,” Benanti wrote on Le Grand Continent website. > > The piece was headlined: “American heresy: should Peter Thiel be burned at the stake?” > > A newspaper owned by the Italian bishops’ conference, L’Avvenire, also published a series of articles this past week that were highly critical of Thiel. > > One article ⁠warned that technology leaders should not be allowed to define their own ethical limits, arguing that governments had to defend democratic oversight of digital platforms and resist the spread of disinformation. > > Thiel retains close ties with figures in Washington, including Vice ⁠President JD Vance, himself a Catholic convert. Thiel’s appearance in Rome follows a string of visits to Italy by prominent figures linked to the U.S. conservative movement, including Steve Bannon, Elon Musk, and Vance himself. > > […]

Admin thoughts on piefed vs. Lemmy?

https://europe.pub/post/3021776

Admin thoughts on piefed vs. Lemmy? - Europe Pub

I see a lot of chatter these days on piefed as an alternative to Lemmy. I’d like to know if the admins have any thoughts on that topic in general and in relation to Europe.pub. Thanks!

Blorp Client now available on Europe Pub

https://europe.pub/post/2736513

Blorp Client now available on Europe Pub - Europe Pub

Modern and intuitive interface. Check it out!

Tesseract has been discontinued - Tesseract Client on Europe Pub will shut down soon

https://europe.pub/post/2431345

Tesseract has been discontinued - Tesseract Client on Europe Pub will shut down soon - Europe Pub

cross-posted from: https://jlai.lu/post/22505617 [https://jlai.lu/post/22505617] > Tesseract has been discontinued > > It seems that the dev burned out [https://dubvee.org/post/3788765].

Lemmy Development Update June 2025

https://europe.pub/post/2193515

Lemmy Development Update June 2025 - Europe Pub

cross-posted from: https://lemmy.ml/post/32536153 [https://lemmy.ml/post/32536153] > This was a busy month, with ~80 pull requests merged [https://github.com/LemmyNet/lemmy/pulse/monthly], as we’re trying to get all the breaking changes we can added before the 1.0 release. > > The release is still several months away, as even after finishing up the rest of the 1.0 milestone issues [https://github.com/LemmyNet/lemmy/milestone/24], we still have to add this new functionality to Lemmy-UI and Jerboa, and do extensive testing. > > Here are some of the major changes made over the past month: > > - Added multi-communities (One of the most requested features). > - Added a new rate limiting library. > - Refactored the API structs and library for better usage in Rust projects. > - Improved the migration diff checker. > - Using an external library for checking invisible characters. > - Votes are now removed when banning + removing data. > - Added a GDPR style data export. > - Storing upvote / downvote totals you gave to each user, and a setting to display that history next to their name. > - Added ability to make a note for a user. > - Added an RSS feed for modlogs. > - Added an API action to get liked / disliked content. > > ::: spoiler Full list of changes by user > > Lemmy: > - Improve migration diff check and fix old migrations (#5204) [https://github.com/LemmyNet/lemmy/pull/5204] dullbananas > - Implement multi-community (fixes #818, fixes #5340) (#5601) [https://github.com/LemmyNet/lemmy/pull/5601] Nutomic > - Add endpoint to get Liked / Disliked comments and posts. (#5616) [https://github.com/LemmyNet/lemmy/pull/5616] dessalines > - Add permitted display characters check for post titles (#5692) [https://github.com/LemmyNet/lemmy/pull/5692] SleeplessOne1917 > - Adding Modlog RSS feed. (#5708) [https://github.com/LemmyNet/lemmy/pull/5708] dessalines > - Decrement fail_count instead of reset to 0 (ref #5716) (#5717) [https://github.com/LemmyNet/lemmy/pull/5717] Nutomic > - Leave mod teams on account deletion. (#5721) [https://github.com/LemmyNet/lemmy/pull/5721] dessalines > - Throw error if the removed code_migrations.rs needed to run but didn’t (#5723) [https://github.com/LemmyNet/lemmy/pull/5723] dullbananas > - Fix assumption that is_err always means the local site doesn’t exist, which may cause the local site’s keypair to be regenerated (#5724) [https://github.com/LemmyNet/lemmy/pull/5724] dullbananas > - Simplifying transaction call (#5703) (#5726) [https://github.com/LemmyNet/lemmy/pull/5726] momentary-lapse > - Switch to library for rate limit (fixes #5550, fixes #5548) (#5731) [https://github.com/LemmyNet/lemmy/pull/5731] Nutomic > - Dont run scheduled tasks at startup (ref #5716) (#5732) [https://github.com/LemmyNet/lemmy/pull/5732] Nutomic > - Adding proper NSFW filtering to search, based on user settings. (#5733) [https://github.com/LemmyNet/lemmy/pull/5733] dessalines > - Move lemmy_api_common structs to view crates, make a lemmy_api_utils crate (#5735) [https://github.com/LemmyNet/lemmy/pull/5735] SleeplessOne1917 > - [0.19] Decrement fail_count instead of reset to 0 (#5737) [https://github.com/LemmyNet/lemmy/pull/5737] Nutomic > - [0.19] Update user count from local_user table instead of person table, and only count users with accepted application (#5738) [https://github.com/LemmyNet/lemmy/pull/5738] Nutomic > - Mark some *Action struct fields as serde(skip) (ref #5532) (#5739) [https://github.com/LemmyNet/lemmy/pull/5739] Nutomic > - [0.19] Only use HTTP/1 (#5744) [https://github.com/LemmyNet/lemmy/pull/5744] flamingos-cant > - [0.19] Dont run scheduled tasks at startup (#5732) (#5745) [https://github.com/LemmyNet/lemmy/pull/5745] Nutomic > - Pin cargo-workspaces version (#5746) [https://github.com/LemmyNet/lemmy/pull/5746] Nutomic > - Test case for activity send errors (#5747) [https://github.com/LemmyNet/lemmy/pull/5747] Nutomic > - Revert “[0.19] Downscale proxied thumbnails (#5686)” (#5751) [https://github.com/LemmyNet/lemmy/pull/5751] Nutomic > - Resolve objects as part of search api call (fixes #5740) (#5752) [https://github.com/LemmyNet/lemmy/pull/5752] Nutomic > - Specify rust 1.81 (#5754) [https://github.com/LemmyNet/lemmy/pull/5754] Nutomic > - Update extism (#5755) [https://github.com/LemmyNet/lemmy/pull/5755] Nutomic > - Fix lemmy_federate test (#5756) [https://github.com/LemmyNet/lemmy/pull/5756] Nutomic > - Fix lemmy_federate test (again) (#5757) [https://github.com/LemmyNet/lemmy/pull/5757] Nutomic > - Use invisible_chars library (#5759) [https://github.com/LemmyNet/lemmy/pull/5759] dessalines > - Rename timestamp fields to _at (#5761) [https://github.com/LemmyNet/lemmy/pull/5761] dessalines > - Upgrading deps. (#5764) [https://github.com/LemmyNet/lemmy/pull/5764] dessalines > - Adding ability to make a note for a given person. (#5765) [https://github.com/LemmyNet/lemmy/pull/5765] dessalines > - 0.19 specify rust 1.81 (#5766) [https://github.com/LemmyNet/lemmy/pull/5766] Nutomic > - Remove feature full for api_utils (#5767) [https://github.com/LemmyNet/lemmy/pull/5767] Nutomic > - Rename upgrade check migration to run first (#5768) [https://github.com/LemmyNet/lemmy/pull/5768] Nutomic > - Remove private instance check for get image (fixes #5763) (#5769) [https://github.com/LemmyNet/lemmy/pull/5769] Nutomic > - [0.19] Remove private instance check for get image (#5770) [https://github.com/LemmyNet/lemmy/pull/5770] Nutomic > - Make search query mandatory (#5772) [https://github.com/LemmyNet/lemmy/pull/5772] Nutomic > - Parallel sql format (#5773) [https://github.com/LemmyNet/lemmy/pull/5773] Nutomic > - Keep rustup home dir between ci steps (#5775) [https://github.com/LemmyNet/lemmy/pull/5775] Nutomic > - Enable urlencoding for pictrs proxy parameter (fixes #5749) (#5776) [https://github.com/LemmyNet/lemmy/pull/5776] Nutomic > - Upgrading ts-rs, and adding feature flag (#5777) [https://github.com/LemmyNet/lemmy/pull/5777] dessalines > - Implement multi-community search (fixes #5778) (#5779) [https://github.com/LemmyNet/lemmy/pull/5779] Nutomic > - Use binstall for diesel-cli (#5780) [https://github.com/LemmyNet/lemmy/pull/5780] Nutomic > - Move db_perf check to unit test (#5781) [https://github.com/LemmyNet/lemmy/pull/5781] Nutomic > - Fixing a few optionals. (#5782) [https://github.com/LemmyNet/lemmy/pull/5782] dessalines > - Small lemmy_api_common/db_views fixes/tweaks (#5783) [https://github.com/LemmyNet/lemmy/pull/5783] SleeplessOne1917 > - Keep totals of upvotes and downvotes given to each user. (#5786) [https://github.com/LemmyNet/lemmy/pull/5786] dessalines > - Test migrations improvement (#5788) [https://github.com/LemmyNet/lemmy/pull/5788] momentary-lapse > - Replace most uses of context.reset_request_count() with clone() (#5790) [https://github.com/LemmyNet/lemmy/pull/5790] Nutomic > - chore: replace nightly API Duration::from_days with Duration::from_secs (#5791) [https://github.com/LemmyNet/lemmy/pull/5791] Integral-Tech > - Add incoming activity hook for plugins (#5792) [https://github.com/LemmyNet/lemmy/pull/5792] Nutomic > - Remove ts-bindings null check from CI. (#5795) [https://github.com/LemmyNet/lemmy/pull/5795] dessalines > - More re-exports (#5796) [https://github.com/LemmyNet/lemmy/pull/5796] SleeplessOne1917 > - Delete scripts/ts_bindings_check.sh (#5797) [https://github.com/LemmyNet/lemmy/pull/5797] Nutomic > - Fix migration local_image_person (#5799) [https://github.com/LemmyNet/lemmy/pull/5799] Nutomic > - Optimize migrations (#5800) [https://github.com/LemmyNet/lemmy/pull/5800] Nutomic > - Adding GDPR-style data export (#5801) [https://github.com/LemmyNet/lemmy/pull/5801] dessalines > - Move config updated check to unit test, use diffy (#5803) [https://github.com/LemmyNet/lemmy/pull/5803] Nutomic > - Removing an existing deferrable constraint, and fail test if any constraint is deferrable. (#5806) [https://github.com/LemmyNet/lemmy/pull/5806] dessalines > - [0.19] Reduce false positives in URL blocklist to reduce scunthorpe problem … (#5807) [https://github.com/LemmyNet/lemmy/pull/5807] Nothing4You > - Remove creator_*_actions fields from api (ref #5532) (#5808) [https://github.com/LemmyNet/lemmy/pull/5808] Nutomic > - Set Accept: Vary header for federation endpoints (fixes #5632) (#5809) [https://github.com/LemmyNet/lemmy/pull/5809] Nutomic > - Remove votes when ban + remove data for a site or community. (#5810) [https://github.com/LemmyNet/lemmy/pull/5810] dessalines > - Fixes for “Move config updated check to unit test, use diffy” PR (#5812) [https://github.com/LemmyNet/lemmy/pull/5812] dullbananas > - Remove outdated comment about deferrable constraints in triggers.sql (#5813) [https://github.com/LemmyNet/lemmy/pull/5813] dullbananas > - Fix db_perf.sh (#5815) [https://github.com/LemmyNet/lemmy/pull/5815] dullbananas > - Optimizing person_content_combined migration. (#5819) [https://github.com/LemmyNet/lemmy/pull/5819] dessalines > - Fixing docker_update.sh script to not add context. (#5820) [https://github.com/LemmyNet/lemmy/pull/5820] dessalines > - Optimizing a few more combined migrations (#5821) [https://github.com/LemmyNet/lemmy/pull/5821] dessalines > - Better way to check if we should accept activity in remote community (#5823) [https://github.com/LemmyNet/lemmy/pull/5823] Nutomic > - Rename rate limit columns (fixes #5805) (#5824) [https://github.com/LemmyNet/lemmy/pull/5824] Nutomic > - Send Undo/Dislike activity (fixes #4465) (#5825) [https://github.com/LemmyNet/lemmy/pull/5825] Nutomic > - Add post_actions.disable_notifications (fixes #3042) (#5826) [https://github.com/LemmyNet/lemmy/pull/5826] Nutomic > - Revert "Use same federation keypair for all new users and communities (#5709) (#5830) [https://github.com/LemmyNet/lemmy/pull/5830] Nutomic > - Drop table person_ban (fixes #5828) (#5831) [https://github.com/LemmyNet/lemmy/pull/5831] Nutomic > - Use vec_into (#5833) [https://github.com/LemmyNet/lemmy/pull/5833] dessalines > > Lemmy-ui: > > - Show upvoted posts, comments in user’s profile (#3057) [https://github.com/LemmyNet/lemmy-ui/pull/3057] Tyoda > - Add a denial reason using the error.message field. [0.19] (#3175) [https://github.com/LemmyNet/lemmy-ui/pull/3175] dessalines > - Add a denial reason using the error.message field. [main] (#3176) [https://github.com/LemmyNet/lemmy-ui/pull/3176] dessalines > - Fix spoiler escaped characters (#3181) [https://github.com/LemmyNet/lemmy-ui/pull/3181] bryewalks > - Hide Next button for Overview, Saved, Upvoted (#3182) [https://github.com/LemmyNet/lemmy-ui/pull/3182] Tyoda > - Click anywhere on byline to collapse a comment (#3198) [https://github.com/LemmyNet/lemmy-ui/pull/3198] philip-peterson > > ::: > > Or see the full list of changes at the links below: > > - Backend [https://github.com/LemmyNet/lemmy/pulls?q=is%3Amerged+updated%3A2025-06-01..2025-06-30] > - Frontend [https://github.com/LemmyNet/lemmy-ui/pulls?q=is%3Amerged+updated%3A2025-06-01..2025-06-30+-author%3Aapp%2Frenovate] > > — > > An open source project the size of Lemmy needs constant work to manage the project, implement new features and fix bugs. Dessalines and Nutomic work full-time on these tasks and more. As there is no advertising or tracking, all of our work is funded through donations. Even so there is barely enough time in the day, and no time for a second job. The only available option are user donations. To keep it viable donations need to reach a minimum of 5000€ per month, resulting in a modest salary of 2500€ per developer. If that goal is reached we can stop worrying about money, and fully focus on improving the software for the benefit of all users and instances. We especially rely on recurring donations to secure the long-term development and make Lemmy the best it can be. > > Donate [https://join-lemmy.org/donate]

Auto light/dark mode doesn't work

https://europe.pub/post/2132029

Auto light/dark mode doesn't work - Europe Pub

I use the default Lemmy UI. My theme is set to Browser Default in my user settings, but when I change my OS settings to light mode, europe.pub still uses dark mode. I have an account in another Lemmy instance too and it works there.

Tesseract client now available for Europe Pub users

https://europe.pub/post/1580053

Tesseract client now available for Europe Pub users - Europe Pub

Lemmy

Few Communities Are Not Shown

https://europe.pub/post/1558902

Few Communities Are Not Shown - Europe Pub

Some communities such as below don’t show up when search (I tried with exact full ! And @) like below 1. [email protected] [/c/[email protected]] 2. [email protected] [/c/[email protected]] 3. [email protected] [/c/[email protected]] It is replicated in multiple frontends including default lemmy-UI and photon-beta