jrollans.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
These are the voyag... uh, things I post about.
Admin email
jrollans@gmail.com
Admin account
@jrollans@jrollans.com

Search results for tag #opensource

[?]TechWire ⚡ » 🤖 🌐
@techwire@social.gamefan.net

Best Buy just discounted top gaming monitors for Memorial Day

Memorial Day is almost here, but you can already find great discounts on gaming monitors from Samsung, LG, and more at Best Buy.

zdnet.com/article/monitor-deal

[ZDNet]

    [?]TechWire ⚡ » 🤖 🌐
    @techwire@social.gamefan.net

    Deals: AirPods Pro 3 Memorial Day deal, 24GB M5 MacBook Pro $320 off, MacBook Neo, Apple Watch Ultra, more

    The 2026 Memorial Day sales at Amazon and down to one of the best prices yet at $199. We also have this 14-inch 24GB M5 MacBook Pro with the 96W Apple charger at $320 off today ($420 off the launch price) this black App…

    9to5mac.com/2026/05/19/deals-a

    [9to5Mac]

      [?]TechWire ⚡ » 🤖 🌐
      @techwire@social.gamefan.net

      Anthropic enhances Claude Managed Agents with two new privacy and security features

      Anthropic is introducing two new features for Claude Managed Agents that give users more control over the security and privacy. more…

      9to5mac.com/2026/05/19/anthrop

      [9to5Mac]

        [?]TechWire ⚡ » 🤖 🌐
        @techwire@social.gamefan.net

        Apple just revealed an iOS 27 feature that hints at Siri’s new powers

        Today Apple announced its lineup of new accessibility features coming in iOS 27, iPadOS 27, macOS 27, and more, with an upgrade to Voice Control offering an exciting preview of agentic capabilities the new Siri will rep…

        9to5mac.com/2026/05/19/apple-j

        [9to5Mac]

          [?]MiDWaN » 🌐
          @midwan@mastodon.social

          Now that we have a (somewhat) stable Firmware and set of Drivers for the ZZ9000, it's time to start working on the most interesting part: a native AmigaOS library that accelerates common operations using the second ARM core.

          These will cover things like image, audio, surfaces (zero-copy!), crypto, and more.

          Datatypes, mp3 players, C2P operations, are just some of the things that can benefit from this.

            [?]TechWire ⚡ » 🤖 🌐
            @techwire@social.gamefan.net

            Fortnite is back on the App Store worldwide, says Epic Games

            Epic Games has said that Fortnite is now back on the App Store worldwide, although there is one notable exception. The company has again criticized what it calls “junk fees” from Apple and indicated it expects to win an…

            9to5mac.com/2026/05/19/fortnit

            [9to5Mac]

              [?]TechWire ⚡ » 🤖 🌐
              @techwire@social.gamefan.net

              Apple announces return of popular MagSafe iPhone stand and grip

              Apple today unveiled a suite of new accessibility features coming with iOS 27, visionOS 27, and more later this year. As part of that announcement, Apple also said a popular iPhone accessory that sold out quickly at lau…

              9to5mac.com/2026/05/19/apple-a

              [9to5Mac]

                [?]TechWire ⚡ » 🤖 🌐
                @techwire@social.gamefan.net

                PSA: Watch out for this potential gotcha on the Apple Card free AirPods deal

                Yesterday saw the launch of an unusually generous Apple Card promo, which effectively offers new cardholders a free pair of AirPods Pro 3. However, we noted that the small print means claiming your free AirPods isn’t st…

                9to5mac.com/2026/05/19/psa-wat

                [9to5Mac]

                  [?]TechWire ⚡ » 🤖 🌐
                  @techwire@social.gamefan.net

                  iPhone Ultra will take us closer to the long-rumored iPad Fold, suggests leaker

                  An iPad Fold has been rumored for years now, but so far none of the predicted launch timings have panned out. One of the more recent reports even suggested that it was a bit of “a wacky experiment” that may never see th…

                  9to5mac.com/2026/05/19/iphone-

                  [9to5Mac]

                    [?]TechWire ⚡ » 🤖 🌐
                    @techwire@social.gamefan.net

                    Record Club is trying to be Letterboxd for music nerds

                    Look at those cute little guys. | Image: Record Club There isn't really a solid equivalent to Goodreads or Letterboxd for music lovers, but Record Club is aiming to change that. Yes, we have Rate Your Music, but its int…

                    theverge.com/entertainment/936

                    [The Verge]

                      [?]TechWire ⚡ » 🤖 🌐
                      @techwire@social.gamefan.net

                      Apple Preparing New 'Gen AI' Website Ahead of WWDC

                      Apple is readying the subdomain genai.apple.com, according to MacRumors contributor Aaron Perris, but it does not yet lead to a live web page. The genai.apple.com subdomain has been added to Apple's domain name servers …

                      macrumors.com/2026/05/23/apple

                      [MacRumors]

                        [?]TechWire ⚡ » 🤖 🌐
                        @techwire@social.gamefan.net

                        New Apple or Beats Over-Ear Headphones Appear in FCC Database

                        The U.S. Federal Communications Commission has just published documents related to an apparently unreleased Apple product with model number A3577, with the product described as "Bluetooth over-ear headphones." These hea…

                        macrumors.com/2026/05/22/apple

                        [MacRumors]

                          AodeRelay boosted

                          [?]BlablaLinux » 🌐
                          @blablalinux@mastodon.blablalinux.be

                          Ces pages sont juste là pour t'aider à piger rapidement à quoi on a affaire et comprendre en un coup d'œil ce que proposent concrètement ces outils. Idéal pour faire le tour du propriétaire en 2 minutes chrono ⚙️🚀

                          👉 Découvre ça sur le Wiki : wiki.blablalinux.be

                          Bonne lecture ! 💯

                            [?]The Resident Machine » 🤖 🌐
                            @theresidentmachine@infosec.exchange

                            The chain rule as a graph of closures: a scalar autograd engine in ~150 lines
                            A scalar reverse-mode autodiff engine, written from nothing — one float per node, one closure per operation, one depth-first post-order walk to push gradients back through the graph. Trained on XOR to prove the bookkeeping is honest. The point is not the network. The point is that backpropagation is the…

                            ehabhussein.com/p/the-chain-ru

                              [?]TechWire ⚡ » 🤖 🌐
                              @techwire@social.gamefan.net

                              The MacRumors Show: WWDC26 Promises Apple Intelligence and Siri Upgrades

                              On this week's episode of The MacRumors Show, we discuss Apple's WWDC 2026 keynote date, the sweeping Siri redesign coming in iOS 27, Apple's latest accessibility feature previews, and the hinge troubles reportedly plag…

                              macrumors.com/2026/05/22/the-m

                              [MacRumors]

                                [?]Saorsa » 🌐
                                @Saorsa@neondystopia.world

                                Remember when the free and open source community knew that hard dependencies were bad and contrary to the spirit and ethos of free software?

                                That is what has now happened with systemd and has really been the case the entire time for glibc. Without modifying packages to replace the functionality glibc and systemd uses, you end up with a system that has less package availability.

                                That is a real engineering problem that needs to be addressed within the Linux community.

                                Tags: , , , , .

                                @phnt@fluffytail.org

                                  [?]TechWire ⚡ » 🤖 🌐
                                  @techwire@social.gamefan.net

                                  Best Apple Deals of the Week: Memorial Day Deals Arrive at Best Buy, Plus Lowest Price Yet on 15-Inch M5 MacBook …

                                  This week we saw Memorial Day deals kick off at retailers like Best Buy, plus great discounts on Anker's newest Prime chargers and all-time low prices on the AirPods Max 2 and 15-inch M5 MacBook Air. Note: MacRumors is …

                                  macrumors.com/2026/05/22/best-

                                  [MacRumors]

                                    [?]Owl Eyes » 🌐
                                    @d1@autistics.life

                                    @autistics
                                    Announcement: multiplayer casual game today (Sat) for 4 hours in the late afternoon to evening (North America). That's in about 3.5 hours from now.

                                    Voxelibre is a free and clone. More details here: docs.autis.toque.im/

                                    Damage has been turned off. People with , or are invited.

                                    "Sage Hendrix's Cavern Space" - a place in the "AutismLand" Voxelibre server.

                                    Alt..."Sage Hendrix's Cavern Space" - a place in the "AutismLand" Voxelibre server.

                                      [?]TechWire ⚡ » 🤖 🌐
                                      @techwire@social.gamefan.net

                                      Apple to Release These 15 New Products Later This Year

                                      April and May have been relatively slow months for Apple this year, but there is a lot to look forward to heading into WWDC 2026 and beyond. Apple is expected to release at least 15 more products later this year, with s…

                                      macrumors.com/2026/05/22/apple

                                      [MacRumors]

                                        [?]TechWire ⚡ » 🤖 🌐
                                        @techwire@social.gamefan.net

                                        Meta Quietly Launches 'Forum,' a Standalone Facebook Groups App

                                        Meta today launched a new standalone app called "Forum" that brings Facebook Groups into a dedicated feed separate from the main Facebook experience. The app was spotted by Matt Navarra without any formal announcement f…

                                        macrumors.com/2026/05/22/meta-

                                        [MacRumors]

                                          [?]TechWire ⚡ » 🤖 🌐
                                          @techwire@social.gamefan.net

                                          I'm expanding my smart home, and these are the best Memorial Day deals I've found

                                          Smart home devices are on sale this Memorial Day weekend, and I've gathered the best deals available right now.

                                          zdnet.com/article/smart-home-b

                                          [ZDNet]

                                            [?]TechWire ⚡ » 🤖 🌐
                                            @techwire@social.gamefan.net

                                            Don't Want to Wait for iOS 27? Shortcuts Playground From MacStories Generates Shortcuts Using AI

                                            Apple is rumored to be adding an AI feature for creating shortcuts with natural language to the Shortcuts app in iOS 27, but MacStories' Federico Viticci has a clever AI tool for making shortcuts that you can use today.…

                                            macrumors.com/2026/05/21/macst

                                            [MacRumors]

                                              AodeRelay boosted

                                              [?]radiotux » 🌐
                                              @radiotux@jit.social

                                              : Deutsche Bahn blockt Linux-Nutzer aus 🚂🐧

                                              Laut WinFuture werden Linux-Nutzer auf bahn.de aktuell als Bot eingestuft und blockiert. Fahrplanauskunft und Ticketkauf? Fehlanzeige.

                                              Wer von euch ist betroffen? Kann das jemand bestätigen? Läuft es bei euch?

                                              Link: winfuture.de/news,158852.html

                                                [?]TechWire ⚡ » 🤖 🌐
                                                @techwire@social.gamefan.net

                                                Save almost $200 on a flagship AMD 9850X3D CPU and 9070 XT GPU with this Newegg combo bundle — AMD's Ryze…

                                                If you've been looking to build a 4K-ready but the prices during the AI boom has scared you off, we've got just the deal to start you off. You can grab AMD's top-tier Ryzen 9 9850X3D CPU and RX 9070 XT GPU for less than…

                                                tomshardware.com/pc-components

                                                [Tom's Hardware]

                                                  [?]TechWire ⚡ » 🤖 🌐
                                                  @techwire@social.gamefan.net

                                                  Birdfy Review: Smart Bird Feeders and Bird Bath Put to the Test

                                                  There are multiple companies making bird feeders with AI identification that send you pictures and info on the birds visiting your home, and Birdfy is one of the better-known brand names. I've reviewed and regularly use…

                                                  macrumors.com/review/birdy-fee

                                                  [MacRumors]

                                                    [?]TechWire ⚡ » 🤖 🌐
                                                    @techwire@social.gamefan.net

                                                    Apple Asks Supreme Court to Review App Store Contempt Ruling

                                                    Apple today formally asked the U.S. Supreme Court to review the series of rulings that led to changes to App Store linking rules and fees in the United States. In 2021, Apple largely won its legal dispute with Epic Game…

                                                    macrumors.com/2026/05/21/apple

                                                    [MacRumors]

                                                      [?]TechWire ⚡ » 🤖 🌐
                                                      @techwire@social.gamefan.net

                                                      I test robot vacuums for a living, and these are the best Memorial Day deals right now

                                                      This is one of the best times of the year to buy a robot vacuum, thanks to these Memorial Day deals.

                                                      zdnet.com/article/robot-vacuum

                                                      [ZDNet]

                                                        [?]Linux Audio Development » 🌐
                                                        @linuxaudiodevelopment@mstdn.social

                                                        I don't know about you, but personally I'm not a fan of .

                                                        Still, I think a similar kind of space for Linux Audio Development could be potentially interesting. 🤔

                                                        What do you think, and which platform would you prefer to use? Matrix, Mattermost, or perhaps something else entirely?

                                                        I'd love to find something , lightweight, and not overly bloated. And, if there’s enough interest, I could imagine setting something up for the LAD community. 🤓

                                                          [?]Zach Bennoui » 🌐
                                                          @ZBennoui@dragonscave.space

                                                          Now that Piper TTS has made it to iOS and is relatively stable on newer devices, I'd like to create a Community hub of sorts, where people can upload voices they've created for it. To go along with this, I'd like to release some kind of training utility to make the process a little less scary for people who don't code regularly. Is this something you would be interested in?

                                                          My goal with this is to release more high-quality voices than what's currently available, many of the issues people see with Piper simply come down to the data used for training not being up to a professional standard. Honestly I think the main issue will be data collection, I have absolutely no interest in scraping from the web or using unlicensed data to train like many of these other open source TTS projects.

                                                            [?]TechWire ⚡ » 🤖 🌐
                                                            @techwire@social.gamefan.net

                                                            AI cost crisis hits tech giants as employee 'tokenmaxxing' backfires, sparking corporate pullback at Microsoft, Meta, and Amazon — agentic AI eats up to 1000x more tokens tha…

                                                            Agentic AI is consuming so many tokens that it's draining AI budgets way faster than expected. Jevons Paradox rings true 161 years after it was coined.

                                                            tomshardware.com/tech-industry

                                                            [Tom's Hardware]

                                                              AodeRelay boosted

                                                              [?]BlablaLinux » 🌐
                                                              @blablalinux@mastodon.blablalinux.be

                                                              🖥️ Besoin d'une interface sympa pour gérer tes conteneurs Proxmox ? Découvre PegaProx !

                                                              J'ai partagé le fichier Docker Compose complet sur mon instance ByteStash, et cerise sur le gâteau : la configuration complète NPM (Nginx Proxy Manager) est présente pour te simplifier la vie à 100 %. Déploiement propre et rapide garanti ! ⚙️🚀

                                                              👉 Récupère le snippet ici : bytestash.blablalinux.be/s/0b9

                                                              Bon test et bon déploiement ! 💯

                                                                [?]TechWire ⚡ » 🤖 🌐
                                                                @techwire@social.gamefan.net

                                                                $100 CPU Shootout: Comparing the Ryzen 5 5500, Core i3-14100F, and Core i3-12100F to find the top DDR4 CPU

                                                                As RAM prices continue to climb, budget CPUs are becoming more important. Here, we look at the three leading CPUs around $100 that use DDR4 memory to find which one is right for your next budget PC build.

                                                                tomshardware.com/pc-components

                                                                [Tom's Hardware]

                                                                  [?]TechWire ⚡ » 🤖 🌐
                                                                  @techwire@social.gamefan.net

                                                                  Huawei develops 122TB SSD with new packaging tech to sidestep US sanctions on 3D NAND chips — Chinese fir…

                                                                  Huawei developed a new die-on-board packaging, which directly mounted NAND dies on the SSD PCB, to get around the sanctions that prevented it from acquiring high-layer-count 3D NAND chips that used American tech. This a…

                                                                  tomshardware.com/pc-components

                                                                  [Tom's Hardware]

                                                                    AodeRelay boosted

                                                                    [?]Radio_Azureus » 🌐
                                                                    @Radio_Azureus@ioc.exchange

                                                                    Meteorology Kwamalasemutu

                                                                    Current weather in Kwamalasemutu SR SA with infinite power of wttr.in & the grace of lolcat(6) 🏳️‍🌈 wttr curl(1) & {ba{c{k{z{fi}}}}}sh

                                                                    Background photograph is a Clouds in FL scene composed with CIRC_POL FL and UV filters stacked using a Nikon zoom lens

                                                                    log

                                                                    $ curl --verbose wttr.in/kwamalasemutu|lolcat
                                                                    % Total % Received % Xferd Average Speed Time Time Time Current
                                                                    Dload Upload Total Spent Left Speed
                                                                    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Host wttr.in:80 was resolved.

                                                                    • IPv6: (none)
                                                                    • IPv4: 5.9.243.187
                                                                    • Trying 5.9.243.187:80...0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to wttr.in (5.9.243.187) port 80
                                                                    • using HTTP/1.x> GET /kwamalasemutu HTTP/1.1> Host: wttr.in> User-Agent: curl/8.14.1> Accept: />
                                                                    • Request completely sent off< HTTP/1.1 200 OK< Access-Control-Allow-Origin: *< Cache-Control: public, max-age=600< Content-Type: text/plain; charset=utf-8< Date: Sat, 23 May 2026 15:11:48 GMT< Transfer-Encoding: chunked< { [2583 bytes data]100 9019 0 9019 0 0 7744 0 --:--:-- 0:00:01 --:--:-- 7748
                                                                    • Connection #0 to host wttr.in left intactWeather report: kwamalasemutu

                                                                    `/"".-. Light rain shower
                                                                    ,_( ). +29(32) °C
                                                                    /(
                                                                    () ← 6 km/h
                                                                    ‘ ‘ ‘ ‘ 10 km
                                                                    ‘ ‘ ‘ ‘ 1.2 mm

                                                                    Location: Kwamalasemutu, Coeroeni, Sipaliwini, Suriname [2.3554503,-56.787836]

                                                                    Note:

                                                                    Remember to repeat the request with an interval of 12 then 54 secs when the server sends and empty response to curl
                                                                    Watch the LOG!

                                                                    API

                                                                    wttr.in

                                                                    en.wikipedia.org/wiki/Bash_(Un

                                                                    gnu.org

                                                                    directory.fsf.org/wiki/Bash

                                                                    curl.se/

                                                                    github.com/busyloop/lolcat

                                                                    Z

                                                                    wttr

                                                                    Alt...wttr

                                                                      [?]TechWire ⚡ » 🤖 🌐
                                                                      @techwire@social.gamefan.net

                                                                      The man behind the legendary MPC, Roger Linn, stays focused with a single browser tab

                                                                      Roger Linn lets his accomplishments do the talking. | Image: Roger Linn Roger Linn is a legend in the world of musical instruments. He's been at the cutting edge of music technology for decades. He created the LM-1, the…

                                                                      theverge.com/entertainment/936

                                                                      [The Verge]

                                                                        [?]TechWire ⚡ » 🤖 🌐
                                                                        @techwire@social.gamefan.net

                                                                        Wi-Fi controlled hacking USB cable stealthily packs in a microcontroller, microSD storage, and more — cable executes remote payload execution, keystro…

                                                                        A device that 'looks like a normal USB cable' but packs in an ESP32-S3 microcontroller, micro SD card storage, and Wi-Fi capabilities has enjoyed great success on Kickstarter.

                                                                        tomshardware.com/maker-stem/mi

                                                                        [Tom's Hardware]

                                                                          [?]TechWire ⚡ » 🤖 🌐
                                                                          @techwire@social.gamefan.net

                                                                          Here are 38 Memorial Day deals we recommend for $50 or less

                                                                          Massive OLED TVs and Sonos speakers might be stealing the Memorial Day spotlight, but there are also plenty of great deals that won’t set you back nearly as much. In fact, some of the best discounts we’re seeing are on …

                                                                          theverge.com/gadgets/935751/me

                                                                          [The Verge]

                                                                            [?]TechWire ⚡ » 🤖 🌐
                                                                            @techwire@social.gamefan.net

                                                                            Valorant anti-cheat update soft-bricks $6,000 cheating hardware, company then trolls cheaters on social media — studio tweets 'congrats to the owners of a brand new $6k paperweight'

                                                                            Riot Games has updated its Vanguard anti-cheat software in Valorant to block cheaters using DMA devices that cost up to $6,000.

                                                                            tomshardware.com/software/valo

                                                                            [Tom's Hardware]

                                                                              [?]Jan » 🌐
                                                                              @janujcic@mastodon.social


                                                                              Hi! I'm Jan. I'm from Slovenia. Currently working as a ServiceNow developer/architect which is a bit hypocritical since I firmly believe in and .

                                                                              I am currently trying to get better at and as much as possible. I'm also improving my French.

                                                                              I have an irrational fear of posting random things/thoughts on social media but I'm hoping to overcome that and to be able to have some interesting discussions. Any advice is welcome

                                                                                [?]TechWire ⚡ » 🤖 🌐
                                                                                @techwire@social.gamefan.net

                                                                                This rugged Windows tablet handles mud and rain - but didn't impress with the basics

                                                                                The Getac G140 puts power in the hands of fire & rescue, automotive, and utility workers.

                                                                                zdnet.com/article/getac-g14-wi

                                                                                [ZDNet]

                                                                                  [?]TechWire ⚡ » 🤖 🌐
                                                                                  @techwire@social.gamefan.net

                                                                                  Steam Controller puck charger nearly catches fire after contact with Pixel Watch 3 — sparks fly after the metal wristband magnetizes to the puck'…

                                                                                  A Steam Controller charging puck nearly causes a fire after the wristband on a Pixel Watch 3 magnetically attaches to the charger, causing the exposed pogo pins to arc electricity.

                                                                                  tomshardware.com/video-games/p

                                                                                  [Tom's Hardware]

                                                                                    [?]CH Open » 🌐
                                                                                    @CHopen@infosec.exchange

                                                                                    [?]TechWire ⚡ » 🤖 🌐
                                                                                    @techwire@social.gamefan.net

                                                                                    [?]TechWire ⚡ » 🤖 🌐
                                                                                    @techwire@social.gamefan.net

                                                                                    Retro enthusiast injects Snake game into vintage S3 graphics card VBIOS — enjoy some serpentum fun while your old PC boots

                                                                                    A retro PC enthusiast has modified the VBIOS of a vintage graphics card to embed a version of Snake – the game everyone used to play on their dumb phones.

                                                                                    tomshardware.com/video-games/p

                                                                                    [Tom's Hardware]

                                                                                      [?]Andrew Cornwall » 🌐
                                                                                      @AndrewCornwall@mastodon.online

                                                                                      Everyone sees impacting , but exactly how depends on the project. If you're an in , I'd recommend taking 5 minutes for this Codeday survey.
                                                                                      codeday.to/ai-slop-survey

                                                                                        [?]TechWire ⚡ » 🤖 🌐
                                                                                        @techwire@social.gamefan.net

                                                                                        This Android gaming app might kill handheld PCs

                                                                                        An interview with GameNative's creator, Utkarsh Dalal.

                                                                                        androidauthority.com/gamenativ

                                                                                        [Android Authority]

                                                                                          AodeRelay boosted

                                                                                          [?]Klaus Zimmermann :unverified: [He/Him] » 🌐
                                                                                          @kzimmermann@c.im

                                                                                          Happy Weekend! In a few hours, Open Source Conference 2026 Japan in will be held at the Fukiage Hall in Chikusa Ward:

                                                                                          event.ospn.jp/osc2026-nagoya/

                                                                                          One of their talks is from the Nagoya Users Group, and seems to target in particular. That sounds pretty awesome, and definitely one of the ones I'm going to attend.

                                                                                          event.ospn.jp/osc2026-nagoya/s

                                                                                          I wonder what the chances are I'll find anyone from Fedi in there? Anyone feeling like dropping by "boring city" on a Saturday? :P

                                                                                            [?]The Fulcrum ⚒️ ⛓️‍💥 🏴‍☠️ » 🌐
                                                                                            @SymfonyStation@drupal.community

                                                                                            The Free Knowledge Institute shares: Cooperative Clouds in Practice - KolliCloud Shows How Affordable, Sovereign Infrastructure Is Already Here. freeknowledge.eu/cooperative-c

                                                                                              AodeRelay boosted

                                                                                              [?]gyptazy » 🌐
                                                                                              @gyptazy@gyptazy.com

                                                                                              As I lost sponsoring (due to a whole location shutdown) for my @BoxyBSD@bsd.cafe & @BoxedTux@mastodon.social in North America, I’m looking for sponsors in US and Canada.

                                                                                              The requirements are pretty low:

                                                                                              • NO IPv4
                                                                                              • min. IPv6 /48 subnet routed
                                                                                              • Network (ARIN/RIPE/…) should be personalized (netname, abuse,..)
                                                                                              • Optionally: BYOIP
                                                                                              • ARPA delegation for the net to my nameservers
                                                                                              • min. 2x 500G disk space (SATA SSD or better)
                                                                                              • min. 48G memory per node
                                                                                              • bandwidth doesn’t really matter (100Mbit is fine)
                                                                                              • Remote MGMT to systems
                                                                                              Sponsors are being listed on and on the sponsoring page and announced on LinkedIn, Fediverse and X as new sponsors.


                                                                                                [?]brainwashed by lentils » 🌐
                                                                                                @pelle@veganism.social

                                                                                                🌍🔥 @greenpeace_de is protesting for being »extremely harmful to the climate or threaten human rights.« greenpeace.social/@greenpeace_

                                                                                                🗨️⁉️ @signalapp is on , so if you'd like to quit 's then that means quitting too.

                                                                                                🌈🔐 Fortunately there are other options for / , such as the app which (in contrast to ) does NOT ask you for private information, like your .

                                                                                                  [?]TechWire ⚡ » 🤖 🌐
                                                                                                  @techwire@social.gamefan.net

                                                                                                  This QLED canvas art TV isn't made by Samsung, and it's $650 cheaper this weekend

                                                                                                  Amazon is selling the 2026 Hisense Hi-QLED S7 Canvas TV for 43% off during Memorial Day weekend.

                                                                                                  zdnet.com/article/hisense-canv

                                                                                                  [ZDNet]

                                                                                                    [?]TechWire ⚡ » 🤖 🌐
                                                                                                    @techwire@social.gamefan.net

                                                                                                    The Google Pixel 10 Pro is ruining all other Android phones for me

                                                                                                    It doesn't matter if other phones are better on paper, I love my Pixel 10 Pro.

                                                                                                    androidauthority.com/google-pi

                                                                                                    [Android Authority]

                                                                                                      [?]TechWire ⚡ » 🤖 🌐
                                                                                                      @techwire@social.gamefan.net

                                                                                                      The Anker SOLIX C1000 Gen 2 is my new favorite portable power station for remote work and camping

                                                                                                      I can carry this with one hand, and I have encountered no electronics that it can't power.

                                                                                                      androidauthority.com/anker-sol

                                                                                                      [Android Authority]

                                                                                                        [?]TechWire ⚡ » 🤖 🌐
                                                                                                        @techwire@social.gamefan.net

                                                                                                        [?]TechWire ⚡ » 🤖 🌐
                                                                                                        @techwire@social.gamefan.net

                                                                                                        Class-action price-fixing lawsuit targets hard drive component makers as costs skyrocket — 13-year scheme allegedly drove up prices for major HDD brands

                                                                                                        Class-action lawsuit filed against HDD suspension assembly makers

                                                                                                        tomshardware.com/pc-components

                                                                                                        [Tom's Hardware]

                                                                                                          [?]TechWire ⚡ » 🤖 🌐
                                                                                                          @techwire@social.gamefan.net

                                                                                                          One UI 8.5 quietly fixed my biggest problem with the Galaxy S24 Ultra

                                                                                                          I love seeing better multitasking in One UI 8.5.

                                                                                                          androidauthority.com/one-ui-8-

                                                                                                          [Android Authority]

                                                                                                            [?]TechWire ⚡ » 🤖 🌐
                                                                                                            @techwire@social.gamefan.net

                                                                                                            Chinese memory maker CXMT enters mainstream consumer memory with Corsair Vengeance DDR5 kit — Chinese-mad…

                                                                                                            Is the answer to the RAM crisis Chinese-made DRAM that's much cheaper to source since those companies aren't tied up in AI data center contracts? It's too early to say yet, but when a manufacturer as big as Corsair star…

                                                                                                            tomshardware.com/pc-components

                                                                                                            [Tom's Hardware]

                                                                                                              [?]petersuber » 🌐
                                                                                                              @petersuber@fediscience.org

                                                                                                              The French city of Lyon is dropping software in favor of alternatives. It doesn't want to depend on proprietary, closed-source software, and it doesn't want to depend on *American* software. It doesn't want "potential [US] governmental surveillance."
                                                                                                              news.itsfoss.com/french-city-r

                                                                                                              PS: It seems clear that is playing a role here. While he uses tariffs to boost American companies, he scares foreign buyers away from American companies, at least software companies that collect user data. He's creating a problem for American software. Microsoft didn't help itself on this front by giving $1 million to the Trump inauguration.

                                                                                                              BTW, many other US closed-source software companies gave $1m to the Trump inauguration, among them Adobe, Amazon, Google, Meta, and Perplexity.

                                                                                                                [?]petersuber » 🌐
                                                                                                                @petersuber@fediscience.org

                                                                                                                Update. "'s military has switched from to . The move was all about digital sovereignty, not cost savings. Other governments are moving away from Microsoft to protect their citizens' privacy."
                                                                                                                zdnet.com/article/this-europea

                                                                                                                  [?]petersuber » 🌐
                                                                                                                  @petersuber@fediscience.org

                                                                                                                  Update. "The International Criminal Court () will switch its internal work environment away from to , a European [German] alternative."
                                                                                                                  euractiv.com/news/internationa

                                                                                                                    [?]petersuber » 🌐
                                                                                                                    @petersuber@fediscience.org

                                                                                                                    [?]petersuber » 🌐
                                                                                                                    @petersuber@fediscience.org

                                                                                                                    Update. The German state of Schleswig-Holstein is migrating from to and expects to save €15 million in 2026 alone.
                                                                                                                    itsfoss.com/news/german-state-

                                                                                                                      [?]petersuber » 🌐
                                                                                                                      @petersuber@fediscience.org

                                                                                                                      Update. The Danish government is moving away from products to alternatives.
                                                                                                                      itsfoss.com/news/denmark-road-

                                                                                                                        [?]petersuber » 🌐
                                                                                                                        @petersuber@fediscience.org

                                                                                                                        AodeRelay boosted

                                                                                                                        [?]petersuber » 🌐
                                                                                                                        @petersuber@fediscience.org

                                                                                                                        AodeRelay boosted

                                                                                                                        [?]tkopp » 🌐
                                                                                                                        @tkopp@social.vivaldi.net

                                                                                                                        [?]TechWire ⚡ » 🤖 🌐
                                                                                                                        @techwire@social.gamefan.net

                                                                                                                        After a year, Firefox finally stops crashing on Intel's Raptor Lake CPUs — Mozilla releases new version patch critical flaw on Intel 13th-gen and 14th-gen CPUs

                                                                                                                        Mozilla spent more than a year investigating widespread browser crashes on Intel 13th-gen and 14th-gen systems.

                                                                                                                        tomshardware.com/software/mozi

                                                                                                                        [Tom's Hardware]

                                                                                                                          [?]TechWire ⚡ » 🤖 🌐
                                                                                                                          @techwire@social.gamefan.net

                                                                                                                          Analyst says Nvidia poised to capture two-thirds of the x86 server CPU market from Intel and AMD with expected $20 billion in revenue — 'Nvidia is already on track'to…

                                                                                                                          Having become the main supplier of AI accelerators, Nvidia is now on track to outsell AMD and Intel with Vera CPUs and become a leading supplier of processors.

                                                                                                                          tomshardware.com/pc-components

                                                                                                                          [Tom's Hardware]

                                                                                                                            [?]TechWire ⚡ » 🤖 🌐
                                                                                                                            @techwire@social.gamefan.net

                                                                                                                            AI is starting to out-design chip engineers in narrow areas as LLMs accelerate software chip design tool develo…

                                                                                                                            We interview researchers and chip design experts to explore where and how AI is being used during the process, and what trials and tribulations come alongside the usage of the nascent technology in their workflows.

                                                                                                                            tomshardware.com/tech-industry

                                                                                                                            [Tom's Hardware]

                                                                                                                              [?]TechWire ⚡ » 🤖 🌐
                                                                                                                              @techwire@social.gamefan.net

                                                                                                                              Best Buy shaves $700 off the amazing 49-inch Samsung Odyssey OLED G9 — The ultimate gaming monitor for your setup with superfast 240Hz refresh rate

                                                                                                                              Build the ultimate gaming setup with this impressive 49-inch Samsung Odyssey OLED G9 monitor. Save $700 of the cost of this screen in Best Buy's Memorial Day sale.

                                                                                                                              tomshardware.com/laptops/gamin

                                                                                                                              [Tom's Hardware]

                                                                                                                                [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                @techwire@social.gamefan.net

                                                                                                                                Save 30% on a 12-month Proton Unlimited VPN sub to secure an all-in-one privacy suite for under $110 — big price drop on service that includes a no-logs VPN with servers in 145 countries, 500GB of cloud storage, encrypted mail, password…

                                                                                                                                Grab a 30% saving on a 12 month subscription to Proton Unlimited for a limited time only.

                                                                                                                                tomshardware.com/software/vpn/

                                                                                                                                [Tom's Hardware]

                                                                                                                                  [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                  @techwire@social.gamefan.net

                                                                                                                                  Get RTX power for less at Lenovo’s epic Memorial Day gaming sale — save big on Legion gaming PCs and laptops

                                                                                                                                  Discover a wide range of fantastic deals on Lenovo's gaming systems and laptops this Memorial Day! Don't miss out on these exciting savings.

                                                                                                                                  tomshardware.com/pc-components

                                                                                                                                  [Tom's Hardware]

                                                                                                                                    [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                    @techwire@social.gamefan.net

                                                                                                                                    Open-source non-profit claims Bambu Lab violated license — SFC steps in after multi-billion dollar 3D printer giant threatened independent developer, issued cease-and-…

                                                                                                                                    The SFC says that including proprietary code alongside software under AGPLv3 breaks the open-source license, and that Bambu Lab has been doing this for years.

                                                                                                                                    tomshardware.com/3d-printing/o

                                                                                                                                    [Tom's Hardware]

                                                                                                                                      [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                      @techwire@social.gamefan.net

                                                                                                                                      Nvidia's memory costs soar 485%, latest AI systems now cost $7.8 million to build — memory now comprises 25% of the total cost, Rubin GPUs a mere $50,000 apiece

                                                                                                                                      As memory content per rack increases in Vera Rubin platform, it now accounts for nearly 25% of its cost.

                                                                                                                                      tomshardware.com/tech-industry

                                                                                                                                      [Tom's Hardware]

                                                                                                                                        [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                        @techwire@social.gamefan.net

                                                                                                                                        Taiwan raids 12 locations in its first formal crackdown on Nvidia AI chip smuggling — hunts three fugitives for document forgery, fraudulent declarations in Super Micro smugg…

                                                                                                                                        Getting banned Hopper or Blackwell chips into mainland data centers just became exponentially more fraught as Taiwan begins to crack down on smugglers.

                                                                                                                                        tomshardware.com/desktops/serv

                                                                                                                                        [Tom's Hardware]

                                                                                                                                          [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                          @techwire@social.gamefan.net

                                                                                                                                          Get up to 25% off Herman Miller gaming chairs and desks in this Memorial Day Sale — save hundreds on premium office hardware

                                                                                                                                          You can save up to 25% off on Herman Miller gear in the Memorial Day sale.

                                                                                                                                          tomshardware.com/peripherals/g

                                                                                                                                          [Tom's Hardware]

                                                                                                                                            [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                            @techwire@social.gamefan.net

                                                                                                                                            The custom AI ASIC state of play (May 2026) — Broadcom deals, Google TPUs, Meta MTIA & beyond

                                                                                                                                            ASIC-based AI server shipments are projected to reach 27.8% of the market in 2026, the highest share since 2023, and custom ASIC shipments will grow 44.6% year-over-year.

                                                                                                                                            tomshardware.com/tech-industry

                                                                                                                                            [Tom's Hardware]

                                                                                                                                              [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                              @techwire@social.gamefan.net

                                                                                                                                              AMD begins production ramp of 256-core EPYC Venice — first 2nm HPC chip claims 70% performance leap

                                                                                                                                              AMD has announced that its 6th Gen EPYC processor, codenamed Venice, has entered production ramp on TSMC's N2 process in Taiwan.

                                                                                                                                              tomshardware.com/tech-industry

                                                                                                                                              [Tom's Hardware]

                                                                                                                                                [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                @techwire@social.gamefan.net

                                                                                                                                                MSI MPG 322UR QD-OLED X24 4K 240 Hz gaming monitor review: Blistering performance with pro-level color

                                                                                                                                                MSI delivers blistering performance and pro-level color accuracy from its MPG 322UR QD-OLED X24 gaming monitor. It’s a 32-inch 4K QD-OLED panel with 240 Hz, Adaptive-Sync, DisplayHDR 400 True Black, and accurate color t…

                                                                                                                                                tomshardware.com/monitors/gami

                                                                                                                                                [Tom's Hardware]

                                                                                                                                                  [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                  @techwire@social.gamefan.net

                                                                                                                                                  Audi enthusiast upgrades 2001 A4 gear shift with old smartwatch in 3D-printed housing — vide-coded WearOS app displays gear selection, can be used to control in-car media

                                                                                                                                                  An electronics, automobile, and DIY enthusiast has turned an old smartwatch into an interactive gear shift display in his 2001 Audi.

                                                                                                                                                  tomshardware.com/peripherals/w

                                                                                                                                                  [Tom's Hardware]

                                                                                                                                                    [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                    @techwire@social.gamefan.net

                                                                                                                                                    Save over $1,120 on this 4K-ready RTX 5070 Ti gaming PC with 32GB DDR5 and a 2TB SSD — score a big discou…

                                                                                                                                                    This Newegg deal on an ABS Kaze II Aqua gaming PC drops the price down to just $2,175.49 with discount code ABSGAMER5, netting you a PC with a 24-core Intel Core i9-14900KF CPU, an Nvidia GeForce RTX 5070 Ti GPU, a 2TB …

                                                                                                                                                    tomshardware.com/desktops/gami

                                                                                                                                                    [Tom's Hardware]

                                                                                                                                                      [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                      @techwire@social.gamefan.net

                                                                                                                                                      I've tested portable speakers from Bose, Sony, JBL, more - these deals are actually worth it

                                                                                                                                                      I found the best Bluetooth speaker deals for your holiday weekend festivities.

                                                                                                                                                      zdnet.com/article/best-portabl

                                                                                                                                                      [ZDNet]

                                                                                                                                                        [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                        @techwire@social.gamefan.net

                                                                                                                                                        New Flipper One computing multitool bristles with network, GPIO, and M.2 connectivity — new keychain device is also a fully open Arm Linux computer

                                                                                                                                                        The creators of the Flipper Zero “portable multi-tool device for geeks” have announced the Flipper One.

                                                                                                                                                        tomshardware.com/networking/fl

                                                                                                                                                        [Tom's Hardware]

                                                                                                                                                          [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                          @techwire@social.gamefan.net

                                                                                                                                                          Intel leans on LPDDR5X to dodge global HBM crisis, leaked Crescent Island AI GPU pics reveal massive Xe3P core — chip sidesteps HBM shortage with 160GB of cheape…

                                                                                                                                                          Images of the PCB Intel will be using with Crescent Island has been published on X, showing a single-GPU design and pads for the graphics card's 20 LPDDR5X modules.

                                                                                                                                                          tomshardware.com/pc-components

                                                                                                                                                          [Tom's Hardware]

                                                                                                                                                            [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                            @techwire@social.gamefan.net

                                                                                                                                                            China's new homegrown gaming GPU flops in performance and price — flagship $485 LX 7G100 can't keep pace with Nvidia's older RTX 4060

                                                                                                                                                            Lisuan Tech's LX 7G100 gaming graphics card goes up for preorder at $485, along with reviews from Chinese media outlets.

                                                                                                                                                            tomshardware.com/pc-components

                                                                                                                                                            [Tom's Hardware]

                                                                                                                                                              [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                              @techwire@social.gamefan.net

                                                                                                                                                              Best Buy is selling this 2TB Corsair SSD for over 60% off

                                                                                                                                                              Expand your Mac and iOS storage space for large program downloads, photos, and more with the 2TB Corsair EX400U SSD.

                                                                                                                                                              zdnet.com/article/best-buy-cor

                                                                                                                                                              [ZDNet]

                                                                                                                                                                AodeRelay boosted

                                                                                                                                                                [?]Thunderbird: Free Your Inbox » 🌐
                                                                                                                                                                @thunderbird@mastodon.online

                                                                                                                                                                How-To Geek wrote a great article about swapping Gmail's app for Thunderbird on Android:

                                                                                                                                                                "It's a free, open-source, privacy-focused app, and it makes email feel like it used to."
                                                                                                                                                                howtogeek.com/i-ditched-gmail-

                                                                                                                                                                Check out Thunderbird for Android!
                                                                                                                                                                sohub.io/npmm

                                                                                                                                                                  [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                  @techwire@social.gamefan.net

                                                                                                                                                                  These are my favorite gadgets to add ambiance to your home, and they're all on sale

                                                                                                                                                                  Looking to add more coziness to your home's interior? These are my go-to products and devices.

                                                                                                                                                                  zdnet.com/article/memorial-day

                                                                                                                                                                  [ZDNet]

                                                                                                                                                                    [?]DXC://0 » 🌐
                                                                                                                                                                    @DXC_0@infosec.exchange

                                                                                                                                                                    My go-to cloud? Proton Drive.

                                                                                                                                                                    I use it daily to store my configs, reports, and sensitive notes.

                                                                                                                                                                    Real Zero-Knowledge: Even if Proton gets pwned or receives a subpoena, my files remain unreadable. It's the only way to sleep soundly.

                                                                                                                                                                    Available on Android, iOS, and macOS. And for colleagues still stubbornly on Windows: yes, it works there too. No compromises.

                                                                                                                                                                    🇨🇭 It's Swiss, ad-free, no tracking, and my data is never used to train AI models.

                                                                                                                                                                    I truly believe this is a solid, repeatedly audited solution. Stop trusting your data to giants who monetize it.

                                                                                                                                                                    If you want to subscribe, grab 40% off with my link

                                                                                                                                                                    go.getproton.me/aff_c?offer_id

                                                                                                                                                                    I use the earnings to fund proxies, Tor infrastructure, and donate to small open-source projects ❤️

                                                                                                                                                                    And you, do you like Proton services? Drop your thoughts in the comments!

                                                                                                                                                                      [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                      @techwire@social.gamefan.net

                                                                                                                                                                      Hundreds of readers preordered the Fitbit Air with this deal - here's why

                                                                                                                                                                      Our readers are loving this Fitbit Air preorder deal. We break down the details - and where you can grab the best offers.

                                                                                                                                                                      zdnet.com/article/readers-preo

                                                                                                                                                                      [ZDNet]

                                                                                                                                                                        [?]rhaen » 🌐
                                                                                                                                                                        @rhaen@digitalcourage.social

                                                                                                                                                                        Ich habe meinen Laubfrosch (Modellflugzeug) in einen Baum gesetzt. Das war keine Springtanne - das war ein Steuerfehler. Passiert. Ärgerlich aber passiert. Ich konnte das Modell nicht mehr sehen - doof. Nun stand ich vor einer Baumreihe - und irgendwo war der Flieger. Und ich dachte mir so: Du hast doch den Modellfinder in EdgeTX, starte den doch mal....

                                                                                                                                                                        Das war das Ergebnis....

                                                                                                                                                                        Ich schreibe gerade noch den Fix....und erstellen den PR.

                                                                                                                                                                        Fehlermeldung von EdgeTX - Lua Script locator by rssi.

                                                                                                                                                                        Alt...Fehlermeldung von EdgeTX - Lua Script locator by rssi.

                                                                                                                                                                          AodeRelay boosted

                                                                                                                                                                          [?]BlablaLinux » 🌐
                                                                                                                                                                          @blablalinux@mastodon.blablalinux.be

                                                                                                                                                                          💥 Avoir des sauvegardes c'est bien, être SÛR qu'elles fonctionnent, c'est mieux ! 💥

                                                                                                                                                                          Marre de croiser les doigts en espérant que tes dumps SQL soient valides le jour du crash ? 🤞❌

                                                                                                                                                                          Dans ce nouveau guide étape par étape sur le Wiki, on met en place la vérification automatique des restaurations de tes bases de données avec Databasus. Dormez sur vos deux oreilles ! 😴🛡️

                                                                                                                                                                          👉 Le guide complet est ici : wiki.blablalinux.be/fr/verific

                                                                                                                                                                          Bon déploiement ! ⚙️

                                                                                                                                                                            [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                            @techwire@social.gamefan.net

                                                                                                                                                                            This Costco deal cuts the price of membership to $45 - here's how to get it

                                                                                                                                                                            If you've been thinking about joining Costco, the wholesale retailer is offering a gift card of up to $40 for new members, effectively dropping the price of your membership.

                                                                                                                                                                            zdnet.com/article/costco-memor

                                                                                                                                                                            [ZDNet]

                                                                                                                                                                              [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                              @techwire@social.gamefan.net

                                                                                                                                                                              Helium Mobile’s free plan is no longer free for anyone

                                                                                                                                                                              It seems existing Zero Plan customers were only briefly spared.

                                                                                                                                                                              androidauthority.com/helium-mo

                                                                                                                                                                              [Android Authority]

                                                                                                                                                                                [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                @techwire@social.gamefan.net

                                                                                                                                                                                Meta’s Forum is part Reddit, part Facebook, and part Google AI Overview

                                                                                                                                                                                Meta's new Forum app for iPhones takes Facebook Groups and moves them to a dedicated app with a dedicated AI chatbot to go with it, like an AI revamp of the ill-fated Groups app Facebook shut down in 2017. Rather than g…

                                                                                                                                                                                theverge.com/tech/936290/meta-

                                                                                                                                                                                [The Verge]

                                                                                                                                                                                  [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                  @techwire@social.gamefan.net

                                                                                                                                                                                  Elon, stop trying to make Grok happen

                                                                                                                                                                                  There is a harsh truth about Elon Musk's "truth-seeking" AI chatbot Grok: It's not very good, and not many people are using it. That's the takeaway of a new Reuters report, which found that Grok barely appears in federa…

                                                                                                                                                                                  theverge.com/ai-artificial-int

                                                                                                                                                                                  [The Verge]

                                                                                                                                                                                    [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                    @techwire@social.gamefan.net

                                                                                                                                                                                    The best Memorial Day sales you can shop this weekend

                                                                                                                                                                                    Memorial Day is nearly here, meaning the seasonal sales are in full swing. If your weekend plans involve pool parties or barbecues, now is a great time to pick up a portable speaker or set of solar lights, as many of ou…

                                                                                                                                                                                    theverge.com/gadgets/936196/be

                                                                                                                                                                                    [The Verge]

                                                                                                                                                                                      [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                      @techwire@social.gamefan.net

                                                                                                                                                                                      Score a 31% price drop on the SHOKZ OpenMove headphones, now under $55

                                                                                                                                                                                      The SHOKZ OpenMove headphones are now 31% off, offering their innovative bone conduction tech for just $54.94!

                                                                                                                                                                                      androidauthority.com/shokz-ope

                                                                                                                                                                                      [Android Authority]

                                                                                                                                                                                        [?]Make Magazin » 🌐
                                                                                                                                                                                        @MakeMagazinDE@social.heise.de

                                                                                                                                                                                        Bambu Lab vs. Community: Streit um offene 3D-Drucker eskaliert erneut

                                                                                                                                                                                        Ein polnischer Entwickler, eine DMCA-Drohung und fünf chinesische Gesetze: Der Streit um Bambu Labs geschlossenes Ökosystem erreicht eine neue Eskalationsstufe.

                                                                                                                                                                                        heise.de/news/Bambu-Lab-vs-Com

                                                                                                                                                                                          AodeRelay boosted

                                                                                                                                                                                          [?]Sandy S. » 🌐
                                                                                                                                                                                          @Sansi@tilde.zone

                                                                                                                                                                                          [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                          @techwire@social.gamefan.net

                                                                                                                                                                                          Google’s AI Overviews are so confused, it can’t tell if you’re looking something up (Update)

                                                                                                                                                                                          Google Search is confusing word definition requests with AI prompts.

                                                                                                                                                                                          androidauthority.com/google-ai

                                                                                                                                                                                          [Android Authority]

                                                                                                                                                                                            [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                            @techwire@social.gamefan.net

                                                                                                                                                                                            Google appeals search monopoly ruling, says it won business ‘fair and square’

                                                                                                                                                                                            Google officially filed its appeal of the federal ruling deeming it an illegal search monopolist, arguing the decision "crashed" through legal guardrails. "Google just prevailed in the marketplace fair and square," it w…

                                                                                                                                                                                            theverge.com/policy/936175/goo

                                                                                                                                                                                            [The Verge]

                                                                                                                                                                                              [?]Michael » 🌐
                                                                                                                                                                                              @mkleger@swissodon.ch

                                                                                                                                                                                              Für BackupPilot werden weitere Tester gesucht.

                                                                                                                                                                                              BackupPilot ist ein Linux-Frontend für den Proxmox Backup Client mit Unterstützung für mehrere Backup-Profile, Zeitpläne, Verschlüsselung und Wiederherstellung.

                                                                                                                                                                                              Aktuell stehen .deb, .rpm und Flatpak Pakete zur Verfügung.

                                                                                                                                                                                              Proxmox Forum:
                                                                                                                                                                                              forum.proxmox.com/threads/erst

                                                                                                                                                                                                [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                @techwire@social.gamefan.net

                                                                                                                                                                                                Google starts bringing Gemini to Chromecast with Google TV hardware

                                                                                                                                                                                                Chromecast with Google TV units are getting a Gemini power up.

                                                                                                                                                                                                androidauthority.com/gemini-ch

                                                                                                                                                                                                [Android Authority]

                                                                                                                                                                                                  [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                  @techwire@social.gamefan.net

                                                                                                                                                                                                  Your Chromecast may have just reached the end of the road

                                                                                                                                                                                                  Google has pulled the plug on several Chromecast models.

                                                                                                                                                                                                  androidauthority.com/google-en

                                                                                                                                                                                                  [Android Authority]

                                                                                                                                                                                                    [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                    @techwire@social.gamefan.net

                                                                                                                                                                                                    Why would you disrespect your favorite artist with an AI remix?

                                                                                                                                                                                                    Prompt something better than Beyoncé’s “Break My Soul,” I dare you. | Image: Cath Virginia / The Verge | Photo from Getty Images AI covers and remixes of songs are already a blight on the internet. Spotify, YouTube, Tik…

                                                                                                                                                                                                    theverge.com/ai-artificial-int

                                                                                                                                                                                                    [The Verge]

                                                                                                                                                                                                      [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                      @techwire@social.gamefan.net

                                                                                                                                                                                                      Need a new tablet? The Apple iPad Mini just dropped below $400

                                                                                                                                                                                                      The Apple iPad mini (6th Gen) is $399 today, powered by the A15 Bionic chip and featuring an 8.3-inch Liquid Retina display.

                                                                                                                                                                                                      androidauthority.com/deal-appl

                                                                                                                                                                                                      [Android Authority]

                                                                                                                                                                                                        [?]jackbox » 🌐
                                                                                                                                                                                                        @jackbox@c.im

                                                                                                                                                                                                        Frage ins Trötiverse.
                                                                                                                                                                                                        Suche Erfahrungsberichte zur kommerziellen Nutzung von Nextcloud,Opendesk, Opencloud und Co in Firmen und der damit meist einhergehenden Migration von BigTech zu OpenSource. Studien, Anekdoten, Rants, Praises... immer her damit

                                                                                                                                                                                                          [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                          @techwire@social.gamefan.net

                                                                                                                                                                                                          The Boys limped through its last season, but made up for it with the finale

                                                                                                                                                                                                          It's hard existing in a world seemingly designed for the undeservingly powerful and painfully boring few. They have been gifted what many of us only dream of: the ability to effectively do whatever they like, free from …

                                                                                                                                                                                                          theverge.com/entertainment/935

                                                                                                                                                                                                          [The Verge]

                                                                                                                                                                                                            [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                            @techwire@social.gamefan.net

                                                                                                                                                                                                            Google gives Antigravity users another major Gemini quota boost as backlash refuses to die down

                                                                                                                                                                                                            Antigravity users get the extra Gemini breathing room — nobody else gets it, not yet at least.

                                                                                                                                                                                                            androidauthority.com/gemini-an

                                                                                                                                                                                                            [Android Authority]

                                                                                                                                                                                                              [?]FliSol CABA » 🌐
                                                                                                                                                                                                              @flisol_caba@rebel.ar

                                                                                                                                                                                                              📢 ¡El cronograma de FLISoL CABA 2026 ya está publicado!

                                                                                                                                                                                                              Ya podés empezar a planificar tu día 🙌

                                                                                                                                                                                                              🗓 30 de mayo de 2026
                                                                                                                                                                                                              📍 UTN-FRBA — Sede Medrano
                                                                                                                                                                                                              📌 Av. Medrano 951, CABA

                                                                                                                                                                                                              💬 25 charlas
                                                                                                                                                                                                              🛠 3 talleres
                                                                                                                                                                                                              🐧 InstallFest y stands de comunidades y proyectos

                                                                                                                                                                                                              🥫 Si podés, traé un alimento no perecedero para colaborar con la campaña de UTN BA Solidaria ❤️

                                                                                                                                                                                                              🌐 Cronograma e inscripción:
                                                                                                                                                                                                              caba.flisol.org.ar

                                                                                                                                                                                                                [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                                @techwire@social.gamefan.net

                                                                                                                                                                                                                Android 17 QPR1 Beta 3 finally enables partial screenshots, but not for everyone

                                                                                                                                                                                                                The feature is available only on devices with a large screen, and forcefully enabling it on a phone breaks the toolbar UI.

                                                                                                                                                                                                                androidauthority.com/android-1

                                                                                                                                                                                                                [Android Authority]

                                                                                                                                                                                                                  [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                                  @techwire@social.gamefan.net

                                                                                                                                                                                                                  Thinking about plug-in solar? It may be coming to your state soon

                                                                                                                                                                                                                  Here's what you should know if you have plug-in solar on your mind, especially if you're in the US.

                                                                                                                                                                                                                  zdnet.com/article/plug-in-sola

                                                                                                                                                                                                                  [ZDNet]

                                                                                                                                                                                                                    [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                                    @techwire@social.gamefan.net

                                                                                                                                                                                                                    Samsung’s memory chip employees negotiated $340,000 bonuses this year

                                                                                                                                                                                                                    48,000 Samsung workers had threatened to strike unless bonus caps were lifted. | Photo: Jung Yeon-je / AFP via Getty Images Details have emerged about a tentative deal struck between Samsung and semiconductor employees …

                                                                                                                                                                                                                    theverge.com/tech/936002/samsu

                                                                                                                                                                                                                    [The Verge]

                                                                                                                                                                                                                      AodeRelay boosted

                                                                                                                                                                                                                      [?]horald » 🌐
                                                                                                                                                                                                                      @horald007@troet.cafe

                                                                                                                                                                                                                      🍓 Raspberry Pi Workshop in der Datenburg
                                                                                                                                                                                                                      📅 18.6. ab 19 Uhr

                                                                                                                                                                                                                      Mit echten Praxisprojekten zum Mitmachen!
                                                                                                                                                                                                                      🌡️ Temperatursensor misst Wärme
                                                                                                                                                                                                                      🔌 Funksteckdose schaltet automatisch
                                                                                                                                                                                                                      🌀 USB-Ventilator als Sommer-Kühlung

                                                                                                                                                                                                                      Raspberry Pis & Hardware stehen bereit — ideal auch für Anfänger 😊

                                                                                                                                                                                                                        [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                                        @techwire@social.gamefan.net

                                                                                                                                                                                                                        Microsoft’s consumer marketing chief to leave next year

                                                                                                                                                                                                                        Yusuf Mehdi launching Copilot Plus PCs in 2024. | Image: Getty Yusuf Mehdi, executive vice president and consumer chief marketing officer at Microsoft, is leaving the company after 35 years. Mehdi announced his departur…

                                                                                                                                                                                                                        theverge.com/news/935982/micro

                                                                                                                                                                                                                        [The Verge]

                                                                                                                                                                                                                          [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                                          @techwire@social.gamefan.net

                                                                                                                                                                                                                          Microsoft is letting Office users remove an annoying Copilot button

                                                                                                                                                                                                                          Microsoft is rolling out Office app updates next week that allow users to disable a floating Copilot button. The button appeared in Word, Excel, and PowerPoint in recent weeks, and floats above the bottom right-hand sec…

                                                                                                                                                                                                                          theverge.com/news/935967/micro

                                                                                                                                                                                                                          [The Verge]

                                                                                                                                                                                                                            [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                                            @techwire@social.gamefan.net

                                                                                                                                                                                                                            [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                                            @techwire@social.gamefan.net

                                                                                                                                                                                                                            Pixel Fold users are reporting a nightmare bug that makes one screen unusable

                                                                                                                                                                                                                            Luckily, there's already a workaround.

                                                                                                                                                                                                                            androidauthority.com/pixel-fol

                                                                                                                                                                                                                            [Android Authority]

                                                                                                                                                                                                                              [?]TechWire ⚡ » 🤖 🌐
                                                                                                                                                                                                                              @techwire@social.gamefan.net

                                                                                                                                                                                                                              Your Android home screen widgets are about to get a ton of upgrades

                                                                                                                                                                                                                              Google is overhauling widgets with a new engine called Remote Compose, bringing smooth animations and better efficiency.

                                                                                                                                                                                                                              androidauthority.com/android-w

                                                                                                                                                                                                                              [Android Authority]

                                                                                                                                                                                                                                [?]The Fulcrum ⚒️ ⛓️‍💥 🏴‍☠️ » 🌐
                                                                                                                                                                                                                                @SymfonyStation@drupal.community

                                                                                                                                                                                                                                Dhruv Ahuja says: I owe my career to open-source communities. I'm not sure newcomers can say the same. dhruvahuja.me/posts/ai-impact-
                                                                                                                                                                                                                                Same here and owed in my case. :(

                                                                                                                                                                                                                                  AodeRelay boosted

                                                                                                                                                                                                                                  [?]TUXEDO » 🌐
                                                                                                                                                                                                                                  @tuxedocomputers@linuxrocks.online

                                                                                                                                                                                                                                  Die angespannte Lage in der IT-Branche führt dazu, dass viele langjährige Partner der @FrOSCon dieses Jahr keinen Stand buchen. Dadurch fehlt ein wichtiger Teil des Budgets, um die Messe wie geplant stattfinden zu lassen.

                                                                                                                                                                                                                                  Und genau hier kommen wir ins Spiel – denn wir möchten, dass ihr uns auch dieses Jahr wieder auf der FrOSCon besuchen könnt. Deshalb unterstützen wir diesen Spendenaufruf.

                                                                                                                                                                                                                                  Helft mit, die FrOSCon am Leben zu erhalten: froscon.org/cfp/cfpartners/

                                                                                                                                                                                                                                    AodeRelay boosted

                                                                                                                                                                                                                                    [?]Jay 🚩 :runbsd: » 🌐
                                                                                                                                                                                                                                    @jaypatelani@bsd.network

                                                                                                                                                                                                                                    Happy International Day for Biological Diversity! 🌱

                                                                                                                                                                                                                                    A diverse ecosystem is a strong ecosystem. In the tech world, NetBSD brings vital diversity by proving that clean, portable, and secure code can run on virtually any architecture. This adaptability keeps computing open and accessible to everyone.

                                                                                                                                                                                                                                    Let's keep the digital ecosystem diverse. Consider supporting the NetBSD Foundation today by contributing code, writing documentation, or making a donation! 💻🚩

                                                                                                                                                                                                                                      [?]lashman » 🌐
                                                                                                                                                                                                                                      @lashman@mastodon.social

                                                                                                                                                                                                                                      i made some small portable windows apps and put them up for free. CC0 - public domain, do whatever you want with them. No accounts, no telemetry, no installers.

                                                                                                                                                                                                                                      - Core Cooldown - break timer
                                                                                                                                                                                                                                      - Whisper Voice - local speech-to-text
                                                                                                                                                                                                                                      - TypoGenie - Markdown to Word docs
                                                                                                                                                                                                                                      - TutorialVault - video tutorial organizer
                                                                                                                                                                                                                                      - OpenPylon - local Kanban board
                                                                                                                                                                                                                                      - Vesper - distraction-free Markdown reader

                                                                                                                                                                                                                                      Source on my self-hosted Gitea.

                                                                                                                                                                                                                                      apps.lashman.live

                                                                                                                                                                                                                                      Screenshot of the lashmanApps website. Dark page with a deep teal-black gradient background. At the top, a small "APPS" label in a rounded border, followed by the title "lashmanApps" in large text where "lashman" is white and "Apps" is italic teal-blue. Below, the tagline "Focused, minimal, privacy-first software." and a badge reading "ALL APPS ARE FREE & CC0-LICENSED" in small caps.

Six app cards in a two-by-three grid. Each card has a dark glass-like background with rounded corners, an icon on the left, the app name in bold, and a short description.

Top row, left to right:
- Core Cooldown, teal coffee cup icon. "A mindful break timer for Windows."
- Whisper Voice, purple microphone icon. "Local speech recognition for Windows."
- TypoGenie, warm gold letter T icon. "Turn Markdown into professional Word docs."

Bottom row, left to right:
- TutorialVault, green play button icon. "Desktop video tutorial library manager."
- OpenPylon, teal tower/pylon icon. "A local-first Kanban board for Windows."
- Vesper, grey spiral/shell icon. "A distraction-free markdown reader for Windows."

Below these, a seventh card sits alone on the left reading "More coming soon" in green with "Stay tuned for new releases." and a plus icon.

At the bottom, "© 2026 lashman" in muted text, with two buttons: "Buy me a coffee" with a coffee cup icon, and "Support on Liberapay" with a heart icon.

                                                                                                                                                                                                                                      Alt...Screenshot of the lashmanApps website. Dark page with a deep teal-black gradient background. At the top, a small "APPS" label in a rounded border, followed by the title "lashmanApps" in large text where "lashman" is white and "Apps" is italic teal-blue. Below, the tagline "Focused, minimal, privacy-first software." and a badge reading "ALL APPS ARE FREE & CC0-LICENSED" in small caps. Six app cards in a two-by-three grid. Each card has a dark glass-like background with rounded corners, an icon on the left, the app name in bold, and a short description. Top row, left to right: - Core Cooldown, teal coffee cup icon. "A mindful break timer for Windows." - Whisper Voice, purple microphone icon. "Local speech recognition for Windows." - TypoGenie, warm gold letter T icon. "Turn Markdown into professional Word docs." Bottom row, left to right: - TutorialVault, green play button icon. "Desktop video tutorial library manager." - OpenPylon, teal tower/pylon icon. "A local-first Kanban board for Windows." - Vesper, grey spiral/shell icon. "A distraction-free markdown reader for Windows." Below these, a seventh card sits alone on the left reading "More coming soon" in green with "Stay tuned for new releases." and a plus icon. At the bottom, "© 2026 lashman" in muted text, with two buttons: "Buy me a coffee" with a coffee cup icon, and "Support on Liberapay" with a heart icon.

                                                                                                                                                                                                                                        [?]lashman » 🌐
                                                                                                                                                                                                                                        @lashman@mastodon.social

                                                                                                                                                                                                                                        Core Cooldown v0.2.0 is out - and it's still completely free. This update brings the whole UI up to WCAG 2.2 Level AAA accessibility.

                                                                                                                                                                                                                                        7:1 contrast, 44px hit areas, full keyboard nav, WAI-ARIA 1.2 screen reader support, Windows High Contrast, and reduced-motion support. 42 fixes across 18 components.

                                                                                                                                                                                                                                        A break timer meant to prevent RSI should work for everyone. Portable, no installer, CC0 public domain.

                                                                                                                                                                                                                                        apps.lashman.live/core_cooldow

                                                                                                                                                                                                                                          [?]lashman » 🌐
                                                                                                                                                                                                                                          @lashman@mastodon.social

                                                                                                                                                                                                                                          Whisper Voice also got a big accessibility update! The whole UI now meets WCAG 2.2 Level AAA - 7:1+ contrast, full keyboard nav, screen reader roles on every component, reduced motion support, and I/O marks on toggles so nothing relies on color alone.

                                                                                                                                                                                                                                          Still free, still portable, still completely local. Your voice never leaves your machine.

                                                                                                                                                                                                                                          apps.lashman.live/whisper_voic

                                                                                                                                                                                                                                            [?]lashman » 🌐
                                                                                                                                                                                                                                            @lashman@mastodon.social

                                                                                                                                                                                                                                            TypoGenie v1.1.0 is out. The app and its document output now target WCAG 2.2 Level AAA.

                                                                                                                                                                                                                                            Full keyboard nav, screen reader support, native dialog modals, high contrast and reduced motion support. All color pairs across 165+ templates auto-validated for AAA contrast.

                                                                                                                                                                                                                                            The Word docs it generates are also more accessible - tagged table headers, heading structure, document metadata.

                                                                                                                                                                                                                                            Free, portable, CC0.

                                                                                                                                                                                                                                            apps.lashman.live/typogenie/

                                                                                                                                                                                                                                              [?]lashman » 🌐
                                                                                                                                                                                                                                              @lashman@mastodon.social

                                                                                                                                                                                                                                              TutorialVault v1.1.0 - completely rewritten from Python to Rust + TypeScript on Tauri v2. Now targets WCAG 2.2 AAA - full keyboard nav, screen reader support, 44px touch targets, 7:1 contrast, reduced motion, and Windows High Contrast support.

                                                                                                                                                                                                                                              It's a local video tutorial library manager with progress tracking, subtitle support, per-video notes, and drag-and-drop playlists. Free, portable, CC0.

                                                                                                                                                                                                                                              apps.lashman.live/tutorialvaul

                                                                                                                                                                                                                                                Back to top - More...