Recommended Posts

A Vermont man suing the state under the 13th Amendment for the labor he was forced to perform while awaiting trial in jail will get his day in court.

Finbar McGarry was a graduate student at the University of Vermont in December 2008 when he was arrested for allegedly firing a gun in his home and threatening to kill his family and an official at the university, where he had recently lost his job. His lawsuit alleges that the state violated his rights under the 13th Amendment -- which abolished slavery and involuntary servitude after the Civil War -- when he was forced to work in the laundry for minimal pay as an inmate in the Chittenden Regional Correctional Facility in South Burlington, Vermont.

McGarry, who filed the $11-million lawsuit pro se, said he was forced to work three days a week for six weeks washing other inmates' laundry. He was paid a wage of 25 cents per hour and developed a bacterial infection on his neck because he was not provided sanitation in the laundry room, he told ABC News in an interview Thursday.

Prison officials threatened to put McGarry "in the hole," where inmates are shackled and locked up for 23 hours per day in solitary confinement, if he refused to work, he said.

McGarry was released in June 2009, and all charges against him were dropped.

more

I thought that's how jail works?

Besides, 3 days a week, seriously? If only I had such a job.

The only way he'd have a case is if they refused medical treatment for the infection, but otherwise, quit being such a crybaby. It's a correctional facility, not a vacation.

I think the issue in this case is that he was never found guilty.

If he didn't commit a crime, how can it be suggested that he should have been forced to work?

I hope he wins it for no other reason than it's blatantly unethical :\ If you committed a crime and are found guilty, then you must repay your debt however society expects you to.

How do you justify it in this case?

I thought that's how jail works?

Besides, 3 days a week, seriously? If only I had such a job.

The only way he'd have a case is if they refused medical treatment for the infection, but otherwise, quit being such a crybaby. It's a correctional facility, not a vacation.

I'm sure there are plenty of people who'd be more than happy to pay you 25p an hour, you can't force people to work that's called slavery you give them the option if they want it.

I think the issue in this case is that he was never found guilty.

If he didn't commit a crime, how can it be suggested that he should have been forced to work?

I hope he wins it for no other reason than it's blatantly unethical :\ If you committed a crime and are found guilty, then you must repay your debt however society expects you to.

How do you justify it in this case?

Oh, well, that's true--he wasn't found guilty. Never mind then, carry on.

If he were guilty though? Not "slavery".

Ive been to prison and can confirm the pay sucks and they do threaten to either move you to another jail or put you in solitary if you refuse to work. Correctional officers have 'Duty of Care' but working for 25 cents an hour is the baseline (my short stint i was working in the jail kitchen, and was making 80 cents an hour).

Charisma is right thou, its certainly not a vacation. You are there to be punished.

He has no case if he was in Australia, but the US, well anything is possible...

Oh dear.... What's this country coming to? This dude really thinks it's unfair to work in prison? Well, here's an idea.... DON'T DO ANYTHING ILLEGAL! (And don't say that because the charges were dropped, he didn't.... That's more than likely untrue)

All McDonald's workers should sue. :laugh:

why? I don't know about where you are but mcdonalds workers get 11 an hour minimum wage to start and I know a few that are making close to 15 an hour to do hardly anything.

Section 1. Neither slavery nor involuntary servitude, except as a punishment for crime whereof the party shall have been duly convicted, shall exist within the United States, or any place subject to their jurisdiction.

Section 2. Congress shall have power to enforce this article by appropriate legislation.

clearly forced labor is allowed as a punishment under the law. Where it gets grey for me is that is a sentence to jail the same as being sentenced to labor? Maybe labor in prison has to be a serperate part of the prison sentence.

why? I don't know about where you are but mcdonalds workers get 11 an hour minimum wage to start and I know a few that are making close to 15 an hour to do hardly anything.

Wow. Minimum wage sure sounds like it's alot better up in canada than it is here.

why? I don't know about where you are but mcdonalds workers get 11 an hour minimum wage to start and I know a few that are making close to 15 an hour to do hardly anything.

if you think they aren't doing anything. You've never worked fast fold.

Section 1. Neither slavery nor involuntary servitude, except as a punishment for crime whereof the party shall have been duly convicted, shall exist within the United States, or any place subject to their jurisdiction.

Section 2. Congress shall have power to enforce this article by appropriate legislation.

clearly forced labor is allowed as a punishment under the law. Where it gets grey for me is that is a sentence to jail the same as being sentenced to labor? Maybe labor in prison has to be a serperate part of the prison sentence.

The point he is arguing though is that he had not been "duly convicted" and as such could not be punished in such a manner. To be quite honest I think his case has a lot of merit.

It IS how jail works. Minus the shackles in solitary confinement.

Solitary confinement consists of 22 1/2 hrs lock down per day. No shackles. 1/2 hr per day for showers and 1hr rec time.

Source:

My brother is a correctional officer.

if you think they aren't doing anything. You've never worked fast fold.

didn't say they all did nothing I said I know a few people makin 15 that do nothing. I know most of them do a lot and I have a lot of repect for anyone in the service industry. Having to deal with some of the morons that come through and stay polite is a gift I do not posses.

This topic is now closed to further replies.
  • Posts

    • Microsoft finally launches WSL Containers in public preview by David Uzondu Microsoft has announced that WSL containers, a feature that allows developers to run Linux containers natively inside Windows without the need for Docker Desktop, is now available in public preview several weeks after Microsoft previewed it at Build 2026. To use the new container feature, you first have to install the latest pre-release version of the Windows Subsystem for Linux by running a quick update command in your terminal: wsl --update --pre-release After installing, you'd get access to the new Linux container CLI (wslc.exe) and the programmable API. Microsoft said that the CLI has a "familiar format" that matches the toolsets developers already use every day. If you know standard Docker commands, your muscle memory will translate directly to wslc.exe, which even features a built-in alias called container.exe. You can quickly run a full Ubuntu KDE desktop container by exposing ports, or pass your graphics card straight into a machine learning environment to run PyTorch workloads. Passing the --gpus all flag inside the run command instantly links your hardware. Image via Microsoft As for the API, developers can now embed Linux container operations directly inside native Windows applications without exposing the command line to users. The team integrated the API directly into MSBuild and CMake, so developers can define container steps directly in project files. Apart from bringing the CLI and API into public preview, Microsoft also said that it's working on a new default file system called virtiofs to speed up file transfer rates between Windows and Linux. Microsoft also introduced an experimental networking mode named consomme, which resolves compatibility issues with corporate VPNs by routing Linux network traffic straight through Windows. One thing to note about WSL containers is that they don't run in your standard WSL distributions; instead, every application and CLI session spawns its own lightweight Hyper-V utility VM in the background. This basically reduces the chances of one app snooping on the container of another app.
    • Google reportedly limited Meta's Gemini access over limited AI compute by Karthik Mudaliar Google is reportedly limiting Meta's use of its Gemini AI models after Meta tried buying more computing capacity than even Google could supply. According to the Financial Times, Google told Meta in March that it could not provide the full Gemini capacity that Meta had requested. This shortfall even disrupted and delayed some of Meta's internal projects. Due to this, Meta even told its employees internally to use AI tokens more efficiently. Meta wasn't the only one to get hit by this sudden refusal by Google; even other customers were affected. But Meta was hit harder because of its unusually high demand for Google's models. The move from Google makes it evident that companies all over are in limited supply of both infrastructure and compute. Alphabet said in April that Google Cloud revenue grew 63% year-over-year to $20 billion in the first quarter, helped by enterprise AI infrastructure and AI solutions. In pursuit of more compute, Meta had earlier signed a multi-billion-dollar AWS agreement as well as a large AMD GPU deal for AI data centers. But the crunch would be short-lived as both Meta and Google have also ramped up infrastructure investments heavily. Meta said in November that it was committing more than $600 billion in the U.S. by 2028 for AI technology, infrastructure, and workforce expansion. In the first quarter of this year, Meta also raised its expected capital expenditure for 2026 to a range of $125 billion to $145 billion, citing higher component pricing and additional data center costs for future capacity. However, this doesn't make the company immune to the current dependence on outside suppliers. Meta has also spent many years promoting Llama as an open-weight alternative to closed models from Google, OpenAI, and Anthropic. But if the reported reliance on Google's Gemini models is severe enough for internal work to get impacted, then it looks like even frontier labs and Big Tech aren't fully self-sufficient. Source: Financial Times
    • I like to reminisce about the good old days, way back in autumn 2025 when building a gaming machine was fun and the drives were about $150 when you caught a deal. Yes duh, back in the day we had it gone. Then baby Skynet came along, hiding in AI datacenters demanding more processing power until it reached singularity. End of a not totally fictional story.
    • My experience in the past with older Windows 11 builds was not great on unsupported machines but I recently used Rufus to put the latest build on a older 5th Gen Core Thinkpad T that we upgraded with a SATA SSD and 8GB of RAM four years ago when hardware was reasonable and it seemed pretty fast and solid. Customer is very happy with the performance and will probably get four more years out of that venerable laptop that he loves so much. Another customer just retired his Dell Studio laptop from 2009 running Windows 10. It got an SSD over 10 years ago and did everything he needed it to for 17 years but he also retired last year and is happy doing everything on his iPad now.
    • Apple's newest AirTag 2 gets first big discount by Taras Buria In late January 2026, Apple introduced its second-generation AirTag trackers, bringing a refresh to the old model that has been on the market for half a decade. Now, you can get these new trackers at an all-time low price, thanks to the first big discount that brought the price down by 17% on Amazon. While the second-generation AirTag looks identical to its predecessor, it packs meaningful upgrades inside. The second-gen ultrawideband chip works 50% farther than the original AirTag, allowing you to detect lost items in a wider range. In addition, the second-generation AirTag features an upgraded Bluetooth chip for extended range and a significantly louder speaker (up to 50%) so that you can hear it better when locating a lost item. Note that the second-gen AirTag only works with iPhones and iPads that run iOS/iPadOS 26 and newer, so you need a compatible device to use the tracker. Like the original AirTag, the AirTag 2 is available in two packs: one and four pieces. Both are now available at a notable discount on Amazon, and you can purchase them using the links below. Apple AirTag 2 tracker - $24 | 17% off on Amazon Apple AirTag 2 tracker (four-pack) - $89 | 10% off on Amazon Good to know This Amazon deal is U.S.- specific and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      538
    2. 2
      +Edouard
      269
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      98
    5. 5
      macoman
      66
  • Tell a friend

    Love Neowin? Tell a friend!