Recommended Posts

"The engine is smoking like a chimney," Norman Rousseau told his wife after working on an RV that was expected to be home for the couple after they were evicted from their house in Newbury Park, Calif.

Those would be the last words Oriane Rousseau heard from her husband, who shot himself May 15, days before the couple were scheduled to be evicted after a long battle over their mortgage held by Wells Fargo.

"I lost my husband and it hurts me like hell," Oriane Rousseau, the wife of Norman, told CBS's Los Angeles affiliate. "I don't want this to happen to anybody. This is horrible. I lost my husband. I lose my pets, I lose my house, I lose my furniture, everything...for nothing."

In a statement to ABC News, a spokesperson for Wells Fargo, which acquired the Rousseau loan from a lender it bought out, wrote, "Our thoughts are with the friends and family of Mr. Rousseau at this difficult time. The eviction has been postponed and we will continue to work with Mrs. Rousseau. Despite current reports, we tried repeatedly to find affordable options for the family."

The 53-year-old, who battled different ailments, would pick up odd jobs but was struggling financially. His wife, Oriane, was working part-time jobs. The couple's troubles began after they were solicited to refinance their mortgage and became locked into an alleged predatory loan for the home, which they purchased in 2000, according to their attorney Chris Gardas.

The couple alleges there was a dispute with the bank over one payment and say they received harassing calls over the issue.

The couple later began a loan modification process, according to Gardas. "The details of the new loan were misrepresented and the couple became locked into a loan with a higher interest rate and were charged thousands in origination fees," according an amended lawsuit filed by the couple.

Wells Fargo is also one of five big banks that agreed to pay a $25 billion settlement over allegations of mortgage fraud. The bank filed a response to the Rousseau suit, denying the allegations and asking for a dismissal, plus more fees -- this time for the bank's attorneys.

The suit claims the bank told the couple not to make payments during the loan modification process. Then they were denied the modification. And, while facing foreclosure, the couple claims they were not given enough time to make the mortgage current, according to Gardas.

Over the last year, the family has spent thousands on legal fees and consultation, says Gardas.

In the last few months, Rousseau was said to be under incredible stress.

"There were times where I knew there was something off," said Gardas. "He was continuing to look for work and, on the night before, his spirit seemed a whole lot better."

"He located a motor home and he was going to pick it up," he continued. "They were resolved they would live in the motor home and the family wouldn't live on the street. I was supposed to talk to him later that night but I didn't get a call from him. "

Rousseau, who never took off his wedding band, would give his wife the ring while working on the truck to avoid losing it.

The next day, under a blanket, Rousseau shot himself in the head.

source

Terrible news, I hope for the best for that poor woman.

We can't change the past nor can we expect to prosecute all the vultures who screwed people over, but I do hope that the Mortgage industry never allows this to occur again. My wife and I are responsible with our money and bought within our means (actually under); but since the market was abused by people getting absurb mortgage offers from vultures and accepting them which ended with foreclosures, responsible people end up being collateral damage in all of this.

This is so sad. I'm sure that this would have been avoidable. Is there no help out there for these "people"? Makes me sad.

Not really, you're at the mercy of the company that is looking for profit. If you find yourself in a situation where your mortgage is less than the value of the house, they see dollar signs. I know someone in that situation and the mortgage company is borderline vicious.
This topic is now closed to further replies.
  • Posts

    • Simple answer is yes, you will still get the Windows updates and as long as browser is up to date, you will be good. Only thing secure boot does is protect you against boot level threats and make it harder to install other OS's. I've been looking into this pretty thoroughly lately myself as wifes computer has secure boot disabled plus my other, older computers that run Linux, don't have secure boot enabled. Have seen all kinds of questions about this on the Linux Mint and MX Linux forums. Just don't suddenly enable secure boot now.
    • How many other companies will follow Ford's lead? Or, have they already gotten lazy and become enslaved to AI--and now can't figure out how to get out of that mess.
    • Why would any self-respecting intelligent person follow any recommendation by Donald's GOP administration? With almost two years of fabrications, deceit, and blatantly illegal behavior, why believe them now? They had best be gone after the November 2026 election, so we'll wait and see.
    • AltSendme 0.4.1 by Razvan Serea AltSendme is a minimal, cross-platform application designed for fast, secure, and private peer-to-peer file transfers. It allows users to send files or entire directories directly between devices without relying on cloud servers, accounts, or any personal information. Everything is encrypted end-to-end using modern protocols like QUIC and TLS 1.3, ensuring both strong security and low-latency performance. Transfers are verified with BLAKE3 for data integrity, and interrupted downloads automatically resume, making the experience reliable even on unstable connections. You can transfer anything—images, videos, documents, and more. Integrity checks are performed on both ends, so your files are automatically verified for correctness during both sending and receiving. AltSendme works seamlessly across local networks or long-distance links, capable of saturating multi-gigabit connections for extremely fast delivery. With built-in NAT traversal and encrypted relay fallback, it connects devices almost anywhere. The app integrates with the Sendme CLI and will soon support mobile and web platforms. Fully free and open-source, AltSendme offers a lightweight, privacy-first alternative to traditional cloud-based services, removing size limits, upload costs, and unnecessary data exposure. AltSendme 0.4.1 changelog: Release Highlights Self-hosted relays: Run your own iroh relay so transfers don't rely on public infrastructure. Includes a full deployment template in deploy/relay/ with Docker Compose for a VPS and configuration examples for production use. Fly.io support: One-click deploy template for Fly.io, including a quick-start config (fly.dev.toml) for testing without a custom domain, plus production setup with Let's Encrypt and your own hostname. Relay settings UI: New Settings → Network panel to choose how AltSendme connects: automatic public relays, custom self-hosted URLs (with optional auth token), or disabled. Test connections, verify latency, and see live relay status in the footer. Disable relays: Turn off relay servers entirely when you only need same-network transfers (e.g. LAN). Direct connections only. No relay hop required when devices can reach each other. Android graduates from beta: Android is now part of the regular release cycle alongside desktop. APKs ship with each version (universal, arm64, and armv7). Other improvements Private relay access control via shared auth token Relay fallback notifications when a custom relay is unreachable Broadcast mode toggle in sharing settings Android release build fixes (split-per-ABI APKs, universal APK preservation) UI polish: mobile safe-area insets, dropzone layout, transfer progress animation Bug fixes for minification-related serialization issues and system tray icon loading What's Changed feat(relay): add relay status functionality and settings UI (a120cdf) feat(relay): implement custom relay server configuration and verification (51276c7) feat(relay): add configuration for private relay access and enhance observability features (48fbabf) feat(relay): enhance relay URL validation, display connection status (d4fffa0) feat(relay): add RelayChangeGuard component and enhance relay-related translations (16ba514) feat(broadcast): add toggle setting for broadcast mode in sharing UI (ca6d977) fix(relay): correct QUIC discovery port, pin image, templatize fly.dev (52a2ba5) fix: More broken serialization due to minification (67491a9) fix(android): preserve true universal APK across per-ABI builds (e9f256f) fix(ui): conditional safe-area insets padding on mobile (1182f0e) refactor(transfer): CircularRing component animation fix (944572b) chore(android): drop x86 and x86_64 release APKs, keep universal+arm64+armv7 (34ada0b) Download: AltSendme 0.4.1 | ARM64 | ~9.0 MB (Open Source) Download: AltSendme for MacOS | Android Links: AltSendme Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You are mostly right about the ephemeral nature of it. As I mention in the article, if you dont add a second device or take a backup of your account before uninstalling it, then yes you will lose access to your account. That said, in terms of actual user experience when you sync multiple devices your message history carries across and there's also a Saved Messages chat like there is on Telegram to send messages and attachments between your installs. But yh, what you point out are correct and its not trying to emulate Messenger or Telegram.
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      +Edouard
      225
    3. 3
      PsYcHoKiLLa
      149
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!