Salta al contenuto principale



in reply to Davriellelouna

This is 'GM in 2008' all over again.

(because a company that's 'too big to fail' has been bailed out by the government before)

Questa voce è stata modificata (2 settimane fa)


CrowdBucks is a new payment system for the Fediverse


This was initially demoed at FediCon 2025, but CrowdBucks is an open source, self-hostable fundraising system that allows people to financially support one another. You use your existing Fediverse account to hold a fundraiser, and can also donate to other people's fundraisers as well. The form factor is kind of similar to Kickstarter or Patreon.


CrowdBucks is a new payment system for the Fediverse


More developments are happening on the front to provide payment and monetization options for the Social Web. Over the past few years, there have been interesting experiments in making this possible. Mitra, notably, pioneered subscription payments by utilizing Monero. Bandwagon has also built on the concept by instead relying on integrations with traditional payment networks, starting with Stripe and PayPal. The short-lived SubClub implemented private feeds for paid access.

Introducing CrowdBucks


CrowdBucks is a new effort developed by Charles Iliya Krempeaux, better known by his online moniker, Reiver. It builds on some of the ideas previous implementations have tried, and aims to make the process as smooth and simple as possible.

“The long-term vision that CrowdBucks is a part of is to create a payments layer for the Fediverse,” Reiver explains, “obviously, it’s not the only part, there will be other projects later.”
CrowdBucks caption saying "All You Have to Do...As a Helper...1. Open a CrowdBucks Page2. Sign In with a Fediverse Account3. Donate"Source: CrowdBucks

Signing Up


Instead of forcing users to create yet another account, CrowdBucks does something really smart: you can just sign in with an existing Fediverse account.

At the moment, sign-in is limited to just Mastodon, but the plan is to gradually support a number of different platforms. Since a lot of Fediverse software implements part of the Mastodon API, I attempted to log in with both Akkoma and WordPress, but neither one seems to work yet. We opted to use a tried-and-true community instance.

After doing the Authorization dance, CrowdBucks directs users to a simple dashboard, where they are prompted to do basic setup for their page. Fediverse integration automatically pulls in profile details, including the username, avatar, header, and handle, although most of the public-facing details can be customized.


Getting Set Up


The first thing to do with your account is to set fundraising goals and donation tiers. The flow feels reminiscent of something like Kickstarter or Patreon, where rewards can be spelled out as something symbolic, something digital, or even something tangible.
You can view our demo account here. Please, don’t actually donate to this.

Donations and Payments


Support tiers can be set up with any monthly denomination, and these get prominently displayed on your CrowdBucks page. Donors can use their CrowdBucks accounts to find a page, select a tier, and support creators and projects easily.

When a person pledges towards a Tier, they’re automatically taken to a checkout page. For the time being, the only supported Payment Processor is Stripe. Reiver has explained that this is because Stripe was easiest to implement, but the team intends to also add support for PayPal and other providers, as well as support for standards such as Web Monetization and OpenPayments.


Quick Demo


CrowdBucks was initially revealed in a brief demo at FediCon a few weeks ago, which was recorded and added alongside the FediCon Talks on PeerTube. It’s a useful insight into where Reiver is coming from, what’s being built, and ideas of what CrowdBucks could be used for.

spectra.video/videos/embed/5bp…

Open Source and Self-Hostable


“Anyone will be able to set up their own CrowdBucks server,” Reiver explains, “just like anyone can set up their own Mastodon server.”

The CrowdBucks project itself is licensed under the GNU AGPL, with source code readily available. The CrowdBucks.fund site is simply operated as a flagship instance, but the goal is to allow anyone to host their own version as part of their operational infrastructure.

“We want CrowdBucks to help pay server bills, to support developers building Fedi software, and to fund creators on the Fediverse. The whole thing is designed to be native to the Fediverse.”

Future Plans


While the project itself is still fairly young, the team is actively thinking about how to improve. One area CrowdBucks is already exploring involves the ability for the app to post to the Fediverse on the behalf of fundraisers, for example, to give credit to supporters. Another possibility might involve collaborating with Emissary to standardize pieces involving payments and private access.

This is an exciting endeavor, and might be one of the most polished attempts yet to make payments possible on the Social Web. Hopefully, existing projects will get involved, and hash out the details on how to make this as open and interoperable as possible.

ShareOpenly logo Share


reshared this

in reply to Sean Tilley

Just curious: would any of this be able to circumvent or prevent this unspeakable crime:

Gofundme cancels accounts of Palestinians:
mastodon.social/@daliamohisen/…


I just received news that crushed me on top of everything I’m already enduring. An email was sent to my cousin
the one who manages our campaign abroad, since we Palestinians from Gaza are not allowed to create accounts or links ourselves. He set it up for us, but unfortunately, we have received only a small amount of donations so far.


How We Exploited CodeRabbit: From a Simple PR to RCE and Write Access on 1M Repositories


Black Hat USA presentation.

::: spoiler Comments
- Hackernews
:::

In this blog post, we explain how we got remote code execution (RCE) on CodeRabbit’s production servers, leaked their API tokens and secrets, how we could have accessed their PostgreSQL database, and how we obtained read and write access to 1 million code repositories, including private ones.
Questa voce è stata modificata (3 settimane fa)



Zero-Day Vulnerability allow attackers to steal users data Found in Password Managers( 1Password, Bitwarden, LastPass, Enpass, iCloud Passwords, and LogMeOnce remain unpatched— still vulnerable)


cross-posted from: programming.dev/post/36006277

Independent verification and publication by Socket Security.

Fixed: NordPass, ProtonPass, RoboForm, Dashlane, Keeper

Still vulnerable: Bitwarden, 1Password, iCloud Passwords, Enpass, LastPass, LogMeOnce

::: spoiler Key Points


  • A new clickjacking technique where a malicious script manipulates UI elements that browser extensions inject into the DOM by making them invisible using javascript.
  • In my research, I selected 11 password managers that are used as browser extensions and the result was that all were vulnerable to "DOM-based Extension Clickjacking". Tens of millions of users could be at risk (~40 million active installations).
  • A single click anywhere on the attacker's website could leak credit card details including security codes (6 out of 9 were vulnerable) or exfiltrate stored personal information (8 out of 10 vulnerable).
  • All password managers filled credentials not only to the "main" domain, but also to all subdomains. An attacker could easily find XSS or other vulnerabilities and steal the user's stored credentials with a single click (10 out of 11), including TOTP (9 out of 11). In some scenarios, passkey authentication could also be exploited (8 out of 11).
  • All vulnerabilities were reported in April 2025 with a notice that public disclosure will be in August 2025. Some vendors have still not fixed described vulnerability: Bitwarden, 1Password, iCloud Passwords, Enpass, LastPass, LogMeOnce. Users of these password managers may still be at risk (~32.7 million active installations).
  • For Chromium-based browser users it is recommended to configure site access to "on click" in extension settings. This configuration allows users to manually control autofill functionality.
  • The described technique is general and I only tested it on 11 password managers. Other DOM-manipulating extensions are probably vulnerable (password managers, crypto wallets, notes etc.).
    :::




Zero-Day Vulnerability allow attackers to steal users data Found in Password Managers( 1Password, Bitwarden, LastPass, Enpass, iCloud Passwords, and LogMeOnce remain unpatched— still vulnerable)

Fixed: NordPass, ProtonPass, RoboForm, Dashlane, Keeper

Still vulnerable: Bitwarden, 1Password, iCloud Passwords, Enpass, LastPass, LogMeOnce

::: spoiler Key Points

  • A new clickjacking technique where a malicious script manipulates UI elements that browser extensions inject into the DOM by making them invisible using javascript.
  • In my research, I selected 11 password managers that are used as browser extensions and the result was that all were vulnerable to "DOM-based Extension Clickjacking". Tens of millions of users could be at risk (~40 million active installations).
  • A single click anywhere on the attacker's website could leak credit card details including security codes (6 out of 9 were vulnerable) or exfiltrate stored personal information (8 out of 10 vulnerable).
  • All password managers filled credentials not only to the "main" domain, but also to all subdomains. An attacker could easily find XSS or other vulnerabilities and steal the user's stored credentials with a single click (10 out of 11), including TOTP (9 out of 11). In some scenarios, passkey authentication could also be exploited (8 out of 11).
  • All vulnerabilities were reported in April 2025 with a notice that public disclosure will be in August 2025. Some vendors have still not fixed described vulnerability: Bitwarden, 1Password, iCloud Passwords, Enpass, LastPass, LogMeOnce. Users of these password managers may still be at risk (~32.7 million active installations).
  • For Chromium-based browser users it is recommended to configure site access to "on click" in extension settings. This configuration allows users to manually control autofill functionality.
  • The described technique is general and I only tested it on 11 password managers. Other DOM-manipulating extensions are probably vulnerable (password managers, crypto wallets, notes etc.).
    :::



https://marektoth.com/blog/dom-based-extension-clickjacking/

Questa voce è stata modificata (3 settimane fa)


Zero-Day Vulnerability allow attackers to steal users data Found in Password Managers( 1Password, Bitwarden, LastPass, Enpass, iCloud Passwords, and LogMeOnce remain unpatched— still vulnerable)


cross-posted from: programming.dev/post/36006277

Independent verification and publication by Socket Security.

Fixed: NordPass, ProtonPass, RoboForm, Dashlane, Keeper

Still vulnerable: Bitwarden, 1Password, iCloud Passwords, Enpass, LastPass, LogMeOnce

::: spoiler Key Points


  • A new clickjacking technique where a malicious script manipulates UI elements that browser extensions inject into the DOM by making them invisible using javascript.
  • In my research, I selected 11 password managers that are used as browser extensions and the result was that all were vulnerable to "DOM-based Extension Clickjacking". Tens of millions of users could be at risk (~40 million active installations).
  • A single click anywhere on the attacker's website could leak credit card details including security codes (6 out of 9 were vulnerable) or exfiltrate stored personal information (8 out of 10 vulnerable).
  • All password managers filled credentials not only to the "main" domain, but also to all subdomains. An attacker could easily find XSS or other vulnerabilities and steal the user's stored credentials with a single click (10 out of 11), including TOTP (9 out of 11). In some scenarios, passkey authentication could also be exploited (8 out of 11).
  • All vulnerabilities were reported in April 2025 with a notice that public disclosure will be in August 2025. Some vendors have still not fixed described vulnerability: Bitwarden, 1Password, iCloud Passwords, Enpass, LastPass, LogMeOnce. Users of these password managers may still be at risk (~32.7 million active installations).
  • For Chromium-based browser users it is recommended to configure site access to "on click" in extension settings. This configuration allows users to manually control autofill functionality.
  • The described technique is general and I only tested it on 11 password managers. Other DOM-manipulating extensions are probably vulnerable (password managers, crypto wallets, notes etc.).
    :::




Zero-Day Vulnerability allow attackers to steal users data Found in Password Managers( 1Password, Bitwarden, LastPass, Enpass, iCloud Passwords, and LogMeOnce remain unpatched— still vulnerable)

Fixed: NordPass, ProtonPass, RoboForm, Dashlane, Keeper

Still vulnerable: Bitwarden, 1Password, iCloud Passwords, Enpass, LastPass, LogMeOnce

::: spoiler Key Points

  • A new clickjacking technique where a malicious script manipulates UI elements that browser extensions inject into the DOM by making them invisible using javascript.
  • In my research, I selected 11 password managers that are used as browser extensions and the result was that all were vulnerable to "DOM-based Extension Clickjacking". Tens of millions of users could be at risk (~40 million active installations).
  • A single click anywhere on the attacker's website could leak credit card details including security codes (6 out of 9 were vulnerable) or exfiltrate stored personal information (8 out of 10 vulnerable).
  • All password managers filled credentials not only to the "main" domain, but also to all subdomains. An attacker could easily find XSS or other vulnerabilities and steal the user's stored credentials with a single click (10 out of 11), including TOTP (9 out of 11). In some scenarios, passkey authentication could also be exploited (8 out of 11).
  • All vulnerabilities were reported in April 2025 with a notice that public disclosure will be in August 2025. Some vendors have still not fixed described vulnerability: Bitwarden, 1Password, iCloud Passwords, Enpass, LastPass, LogMeOnce. Users of these password managers may still be at risk (~32.7 million active installations).
  • For Chromium-based browser users it is recommended to configure site access to "on click" in extension settings. This configuration allows users to manually control autofill functionality.
  • The described technique is general and I only tested it on 11 password managers. Other DOM-manipulating extensions are probably vulnerable (password managers, crypto wallets, notes etc.).
    :::



https://marektoth.com/blog/dom-based-extension-clickjacking/

Questa voce è stata modificata (3 settimane fa)


Zero-Day Vulnerability allow attackers to steal users data Found in Password Managers( 1Password, Bitwarden, LastPass, Enpass, iCloud Passwords, and LogMeOnce remain unpatched— still vulnerable)


Fixed: NordPass, ProtonPass, RoboForm, Dashlane, Keeper

Still vulnerable: Bitwarden, 1Password, iCloud Passwords, Enpass, LastPass, LogMeOnce

::: spoiler Key Points

  • A new clickjacking technique where a malicious script manipulates UI elements that browser extensions inject into the DOM by making them invisible using javascript.
  • In my research, I selected 11 password managers that are used as browser extensions and the result was that all were vulnerable to "DOM-based Extension Clickjacking". Tens of millions of users could be at risk (~40 million active installations).
  • A single click anywhere on the attacker's website could leak credit card details including security codes (6 out of 9 were vulnerable) or exfiltrate stored personal information (8 out of 10 vulnerable).
  • All password managers filled credentials not only to the "main" domain, but also to all subdomains. An attacker could easily find XSS or other vulnerabilities and steal the user's stored credentials with a single click (10 out of 11), including TOTP (9 out of 11). In some scenarios, passkey authentication could also be exploited (8 out of 11).
  • All vulnerabilities were reported in April 2025 with a notice that public disclosure will be in August 2025. Some vendors have still not fixed described vulnerability: Bitwarden, 1Password, iCloud Passwords, Enpass, LastPass, LogMeOnce. Users of these password managers may still be at risk (~32.7 million active installations).
  • For Chromium-based browser users it is recommended to configure site access to "on click" in extension settings. This configuration allows users to manually control autofill functionality.
  • The described technique is general and I only tested it on 11 password managers. Other DOM-manipulating extensions are probably vulnerable (password managers, crypto wallets, notes etc.).
    :::

https://marektoth.com/blog/dom-based-extension-clickjacking/

Questa voce è stata modificata (3 settimane fa)
in reply to Ŝan

Research on only 11 password managers

others DOM-manipulating extensions will be vulnerable (password managers, crypto wallets, notes etc. )





Maneskin, reunion nel 2025: bilanci in calo e Victoria De Angelis batte Damiano da solista


I Maneskin sono pronti a tornare insieme nel 2025. Dopo la pausa che ha segnato la carriera della band romana, i conti economici e i risultati da solisti hanno accelerato la decisione della reunion. Victoria De Angelis si è distinta con un successo superiore rispetto a Damiano David, e la band tornerà a esibirsi dal vivo entro fine 2025, con un tour mondiale già previsto per il 2026.

LEGGI TUTTO 👉 MANESKIN: REUNION NEL 2025

reshared this



Claire Danes, Jim Parsons – „Ein Kind wie Jake“ (2018)

Vor sieben Jahren konnte diese Geschichte vielleicht noch wie ein intimes Indie-Drama aus Brooklyn wirken, aber heute erkennen wir, dass der Film eine Vorwarnung war. Denn längst nicht nur in den USA hat sich seither ein Kulturkampf entfesselt, der gegen jede Form von Förderung von Vielfalt und geschlechtlicher Selbstbestimmung aufmarschieren lässt. Kulturkrieger:innen streichen systematisch Programme, verbannen Bücher aus Schulen, säubern Lehrpläne und selbst das Fernsehen. Zu unserem Glück aber noch nicht bei 3Sat. (3Sat)




AWS chooses Intel again


Amazon Web Services (AWS) has teamed up with Intel to announce the eighth generation of memory-optimized EC2 instances: the R8i and R8i-flex. These new instance types run on specially developed Intel Xeon 6 processors with DDR5 7200 MT/s memory.




Intel ghosts researcher who found web apps spilled 270K staff records


Chipzilla quietly fixed the problems without responding to the person who found them


UK | Labour is paying hospitals to remove patients from waiting lists WITHOUT treating them


Meanwhile, Labour is stripping disabled people of benefits - but claiming the NHS has them covered. This could not be more alarming.


Archived version: archive.is/newest/thecanary.co…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.



France | Paris residents decry 'Disneyfication' of Montmartre as tourism soars


Some Paris residents are raising concerns about overtourism in the neighbourhood of Montmartre, saying that essentials like food shops are disappearing to accommodate millions of visitors each year. They fear the historical neighbourhood is turning into an open-air theme park.


Archived version: archive.is/newest/france24.com…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.




Israel approves Gaza City takeover plan and 60,000 reservists


Israel’s Defence Minister Israel Katz has signed off on a military plan to take Gaza City and authorised the mobilisation of about 60,000 reservists, his ministry has confirmed.


Archived version: archive.is/newest/middleeastey…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.



Dutch government preparing UK-style anti-glorification of terrorism law


The Dutch government is preparing a law criminalising the glorification of terrorism — but critics warn its vague wording risks curbing freedom of expression, enabling political persecution, and expanding punishable conduct well beyond its stated aim.


Archived version: archive.is/newest/euobserver.c…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.

in reply to BrikoX

Is the sign in the thumbnail a Dutch symbol? To me as an american, it looks like an image of a slice of watermelon.
in reply to 11111one11111

Per The Associated Press, a year ago, Israel's far-right National Security Minister Itamar Ben-Gvir banned Palestinian flags in public places. This effort was met with fervent opposition. In response, Zazim, an activist group of Arab and Jewish Israelis, plastered taxis in Tel Aviv with large watermelon stickers that read: "This is not a Palestinian flag."


hngn.com/articles/255908/20240…


in reply to Pro

The reduction in coverage was most pronounced before primary elections.

The reduction in staff covering politics made it harder for voters to differentiate between moderates and extremists in partisan primaries, and allowed extreme candidates to do better than they did before.


This makes sense, and it explains a lot, actually.

And to be clear, it's not just craigslist as a culprit here, but it's such a controlled A/B test that the effects are reliably measurable.

In the original paper, they also observed reduced turnout for House/Senate elections (which the article didn't emphasize as much, but is defininitely there): academic.oup.com/restud/articl…

in reply to Pro

More context from the article:

At the turn of the millennium, newspapers relied on classifieds for an average of 30% of their revenues. Martin and his colleagues found that the loss of this revenue led newspaper executives to cut costs largely by shrinking local political news coverage.


Vienna announced as host city for Eurovision song contest 2026


Final of 70th edition of competition to be held on 16 May at the Wiener Stadthalle, Austria’s largest indoor arena


Archived version: archive.is/newest/theguardian.…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.



Australia | University of Melbourne breached students’ privacy by using wifi network to monitor pro-Palestine protest


Victoria’s deputy information commissioner finds university did not give adequate notice or justification for how location data would be used


Archived version: archive.is/newest/theguardian.…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.



Italian coaches’ association calls for Israel’s suspension from international football


The Italian Coaches’ Association (AIAC) has called on FIFA and UEFA to suspend Israel from all international football competitions due to the ongoing conflict in the Gaza Strip.


Archived version: archive.is/newest/middleeastmo…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.



[Announcement] [Video] Path of Exile 2: The Third Edict - Doryani's Contingency Teaser


Questa voce è stata modificata (3 settimane fa)



Netanyahu slams Macron for fuelling 'antisemitic fire'


Jerusalem (AFP) – Israeli Prime Minister Benjamin Netanyahu upbraided President Emmanuel Macron in a letter seen by AFP on Tuesday, blaming the French leader's move to recognise a Palestinian state for fuelling antisemitism.

Late last month, Macron said France would formally recognise a Palestinian state during a UN meeting in September, drawing a swift rebuke from Israel.

By announcing the move, France was set to join a growing list of nations to have recognised statehood for the Palestinians since the start of the Gaza war nearly two years ago.

In the letter sent to Macron, Netanyahu said antisemitism had "surged" in France following the announcement.

"Your call for a Palestinian state pours fuel on this antisemitic fire. It is not diplomacy, it is appeasement. It rewards Hamas terror, hardens Hamas's refusal to free the hostages, emboldens those who menace French Jews and encourages the Jew-hatred now stalking your streets," Netanyahu wrote in the letter.

The Israeli premier went on to call on Macron to confront antisemitism in France, saying he must "replace weakness with action, appeasement with resolve, and to do so by a clear date: the Jewish New Year, September 23".

According to an AFP tally, at least 145 of the 193 UN members now recognise or plan to recognise a Palestinian state, including Australia, Britain and Canada.

Canberra joined the list earlier this month, announcing its intention to recognise a Palestinian state in September.

Netanyahu slammed his Australian counterpart Anthony Albanese on Tuesday, labelling him a "weak politician who betrayed Israel and abandoned Australia's Jews," in an angry post on his office's official X account.

The personal attack came amid a diplomatic spat between the two countries after the Australian government on Monday cancelled the visa of far-right Israeli politician Simcha Rothman.

Rothman, whose ultranationalist party is in Netanyahu's governing coalition, had been scheduled to speak at events organised by the Australian Jewish Association.

Hours after his visa was cancelled, Israel's Foreign Minister Gideon Saar said he had revoked the visas of Australia's representatives to the Palestinian Authority.

In a statement, Australian Foreign Minister Penny Wong said revoking their visas was an "unjustified reaction" by Israel and that Netanayahu's government was "isolating Israel and undermining international efforts towards peace and a two-state solution".

in reply to xiao

<...> blaming the French leader's move to recognise a Palestinian state for fuelling antisemitism.


This war criminal is so used to using "antisemitism" as a sword/shield for everything that he doesn't even realize how insane that sounds...

What labelling everything critical of Israeli state as "antisemitism" really achieves is making people insensitive to real antisemitism. Jews should be the first ones to call this out if not out of basic decency, then at least for self-preservation.

Questa voce è stata modificata (3 settimane fa)



White House launches official TikTok account with Trump saying 'I am your voice'


cross-posted from: programming.dev/post/35988508

I am your voice.



White House launches official TikTok account with Trump saying 'I am your voice'


I am your voice.

Other Sources:
- CNN.


in reply to Pro

For a bunch of relative low quality humans qualifying for the "you".
in reply to Pro

This corny old dude is just recycling old commercials. Pepsi, the voice of a new generation. Btw if you're old enough to remember that commercial you definitely should know better than to trust Don.
Questa voce è stata modificata (2 settimane fa)


Andrew Niccol – „Anon“ (2018)

Eine urbane Dystopie, in der jede Blickbewegung lückenlos dokumentiert wird. Ein digitaler Käfig. Eine Welt, in der jede Erinnerung und jeder Augenaufschlag gespeichert ist. Das Ganze als kühler Techno-Thriller erzählt. Kein Übermaß an Action, dafür eine Gewalt, die vor allem durch Bilder wirkt – Bilder, die manipuliert, überschrieben, gehackt werden. Ein Science-Fiction der in die Zeit passt, wie wenig andere. Andrew Niccol hat gezeigt, wie es geht! (ZDF)

in reply to Mediathekperlen

Das Setdesign ist - wie bei Gattaca - klasse. Allein die Aschenbecher überall, die Autos, der Beton, cool. Bis zum Ende des Films drängt sich ein wenig der Gedanke auf, der Minimalismus gründet lediglich auf knappem Budget
Die Grundidee ist stark, erinnert an den Roman "Replay" von B.Stein oder an "Strange Days". Dann ein erstes Logik-Fragezeichen [s.Spoiler im nächsten Tröt], 1-2 undeutliche Motivationen und zum Ende leidlich konstruiert aufgelöst. >

@mediathekperlen @filmeundserien @ZDF

in reply to ᴺⁱˡᶻ 🍸

Spoiler

Sensitive content

in reply to ᴺⁱˡᶻ 🍸

Spoiler

Sensitive content



From awkward voice bots to emotional, human-like audio in minutes.


🎙️ Confessions of a Voice-Challenged Creator: How I Stopped Worrying and Let AI Talk For Me

Let’s be honest: Creating content with voice used to feel like filming a Marvel movie — fun in theory, financially traumatic in practice.

🚧 My Painful AI Voiceover Journey

  1. Voice actors are amazing. My bank account? Not so much. I once paid more for 60 seconds of narration than for my monthly rent.
  2. AI voices sounded like…AI. Monotone, lifeless, and emotionally unavailable —  kind of like my ex.
  3. “Supports 20 languages!” they said. But none sounded remotely native. My Spanish dub had the vibe of a high school French student trying Japanese.
  4. Workflows were a mess. Script here, voiceover there, edits everywhere. It was a creative relay race, and I always dropped the baton.

💡 Then I Found My Secret Weapon: AllVoiceLab

I didn’t expect it to feel… real.

The first time I heard my own voice — cloned, modulated, and layered with emotional nuance  —  I froze. Not because it sounded “AI,” but because it didn’t.

I’ve tested voiceover tools for years. Most sounded like early GPS systems trying to read Shakespeare. So when I stumbled onto AllVoiceLab, I expected more of the same. I was wrong.

🎬 Want to know how to use it? Watch this full tutorial video.

A Real Creator Test: From Script to Emotion in Minutes

I pasted a script.

Chose a voice model.

Clicked play.

And there it was — natural, dynamic, expressive. The AI voice paused, rose, and dropped exactly where a real human would.

But my translated audio can’t be uploaded.


Voice Cloning Was My Turning Point

I uploaded 30 seconds of my own voice. The tool cloned it — no studio needed, no extra training. It was weird. In a good way. I could now narrate anything, in my voice, with better pacing than I do live.

Technically, you can clone any voice from an upload. I gave Elon Musk’s voice a shot — but yeah, can’t just leak that out.


API & Power Tools for Scale

As a developer, I wanted more. I found their API documentation.
All API requests should include your API key in an ai-api-key HTTP header as follows:

ai-api-key: AVOICE_API_KEY

You can paste the command below into your terminal to run your API request. Make sure to replace $AVOICE_API_KEY with your secret API key.

curl ‘https://api.allvoicelab.com/$PATH' \
-H ‘Content-Type: application/json’ \
-H ‘ai-api-key: $AVOICE_API_KEY’


Video Dubbing, Multilingual Magic

I uploaded a short video clip and selected French. The result wasn’t just a dub — it was emotionally aligned.This used to take weeks.

What Makes It Different

  • More expressive than Vozo. ai
  • Easier UI than Akool
  • Cheaper and faster than ElevenLabs

And they offer all features — voice cloning, TTS, dubbing, narration — in one clean platform.

AllVoiceLab isn’t just AI voice

It’s your voice — cloned, refined, and emotionally alive.If you’re a creator, podcaster, or brand storyteller, give it a shot. It changed how I think about sound.

👉 Try it yourself: www.allvoicelab.com

Questa voce è stata modificata (3 settimane fa)

Technology reshared this.



benefits of using GB Whatsapp


In today’s fast-paced digital world, communication apps have become a necessity, and WhatsApp is at the top of the list. However, many users are looking for more features, flexibility, and customization options that the official app doesn’t offer. This is where GB WhatsApp comes in as a popular alternative.

One of the biggest benefits of GB WhatsApp is its enhanced customization. Unlike the standard version, it allows users to change themes, fonts, and colors, giving a more personalized chatting experience. For people who love to make their app look unique, this is a major advantage.

Another benefit is the privacy features. GB WhatsApp lets you hide your online status, blue ticks, and even typing indicators. This gives you full control over how others see your activity, making communication more private and stress-free.

GB WhatsApp also offers advanced media sharing. While the official app limits file size and quality, GB WhatsApp lets you send larger videos, more images at once, and share high-resolution files without compression. This is especially useful for professionals, students, or anyone who frequently exchanges media.

Additionally, features like dual accounts on the same phone, auto-reply, and extended status updates make GB WhatsApp a versatile tool. It combines the simplicity of WhatsApp with added functionality that saves time and improves the overall experience.

For users who want to explore these extra features safely and efficiently, visiting trusted sources is essential. You can learn more and access GB WhatsApp updates at www.gbwhatsap.id
.

In short, GB WhatsApp provides freedom, privacy, and personalization that the official version lacks. Whether you want to stand out with unique themes or enjoy advanced sharing features, it’s an excellent choice for modern communication.

Technology reshared this.



Tra la via Amerina e il Jazz


19 settembre 2025 20:00:00 CEST - GMT+2 - Campo Antico Ricevimenti, 01028, Orte, Italia
Set 19
Tra la via Amerina e il Jazz
Ven 20:00 - 22:00
Elisabetta Fratoni Jazz Quartet

L'Elisabetta Fratoni Jazz Quartet torna a suonare al Campo Antico Ricevimenti di #Orte 🎺 🎤 🎹 🥁

Per prenotare: campoantico.it/ciao-estate-ben…

#ItaliaJazz #LazioJazz #ViterboJazz #OrteJazz

in reply to Elisabetta Fratoni Jazz Quartet

Per prenotare: campoantico.it/ciao-estate-ben…



[Question] Anyone here currently writing a story?


How's your story coming along?

What's it about?

What genre(s) is it written in?

#ADHD
in reply to ComradeMiao

Basically, yeah. I didn't plan for it to be a metaphor for capitalism / climate change, but it ended up there.


Proton Authenticator


As more and more of our important personal data is stored online and more and more hacks of corporate databases make that data available to the worst people, the need for added security on our online accounts has grown considerably. It’s no longer enough

As more and more of our important personal data is stored online and more and more hacks of corporate databases make that data available to the worst people, the need for added security on our online accounts has grown considerably. It’s no longer enough to have a secure, hard to crack password. We now need to enable two-factor/multi-factor authentication (2FA/MFA). These services allow you to use something you have, such as your smartphone, along with something you know, in this case your password, to ensure that your account stays secure.

Previously, MFA services were only available for government organizations or enterprise banking services. Now, MFA apps are available to anybody with a smart phone or a computer. Large tech companies such as Google and Microsoft provide free MFA apps, for use with their own services as well as with others which offer MFA for their accounts. You can even sync these apps between devices to ensure you always have your MFA accounts available to you. One thing these apps do not provide, however, is encryption of your MFA accounts. If your Google account is hacked, the hackers could gain access to your MFA codes.

Proton, a Swiss company known for its focus on user privacy and security, has released their own authenticator app, Proton Authenticator. This app, available on all major computer and mobile operating systems, adds end-to-end encryption between devices to keep your MFA accounts secure and safe. If your Proton account is hacked, your MFA accounts are still not visible to the hackers. The app is also open source, allowing anyone to inspect the code and verify its security. Finally, the app is free with no Proton account requirement to use it.

You can find more information about Proton Authenticator as well as download options for your devices here.

An interface displaying an authenticator application. It shows a list of services like Proton, Amazon, Revolut, PayPal, Binance, Netflix, Uber, and Notion, each with corresponding authentication codes and status indicators.
An interface displaying an authenticator application. It shows a list of services like Proton, Amazon, Revolut, PayPal, Binance, Netflix, Uber, and Notion, each with corresponding authentication codes and status indicators.

in reply to floofloof

Weird that they started pushing bad updates after they fired all those people

Must be a coincidence



Pritzker, taking aim at Trump, crypto ‘bros,’ signs laws to regulate digital currency industry, crypto ATMS


The laws will bolster consumer protections for crypto users and limit withdrawals to $2,500 a day for new users of digital currency kiosks, which have become magnets for scams and drug-dealing.

The Illinois Department of Financial and Professional Regulation, which has been given the power to regulate digital asset exchanges and businesses, will require the crypto industry to comply with protections now in place for consumers of traditional financial services, such as banks.

Crypto businesses will have to keep enough money on hand to operate effectively and have plans to target fraud and money-laundering.

To prevent fraud, the state will cap daily transaction amounts at kiosks at $2,500 for new customers, limit transaction fees at kiosks to 18% and provide full refunds to new customers who get defrauded.