Convert Figma logo to code with AI

CPdogson logo996action

No description available

1,385
68
1,385
26

Top Related Projects

274,000

Repo for counting stars and contributing. Press F to pay respect to glorious developers.

72,811

科技爱好者周刊,每周五发布

35,830

955 不加班的公司名单 - 工作 955,work–life balance (工作与生活的平衡)

Microsoft and GitHub Workers Support 996.ICU

Quick Overview

The CPdogson/996action repository is a GitHub Action that helps enforce the "996" work culture (working from 9 AM to 9 PM, 6 days a week) by blocking pull requests that are made during "off-hours" (from 9 PM to 9 AM, and on Sundays).

Pros

  • Promotes a healthier work-life balance by discouraging excessive overtime.
  • Raises awareness about the harmful "996" work culture.
  • Provides a simple and automated way to enforce work-hour policies.
  • Can be easily integrated into existing GitHub workflows.

Cons

  • May be seen as overly restrictive by some developers or project managers.
  • Could potentially cause delays in project development if not properly communicated and managed.
  • Doesn't address the root causes of the "996" work culture, such as unrealistic deadlines or poor project management.
  • May not be suitable for all types of projects or work environments.

Getting Started

To use the CPdogson/996action GitHub Action, you can add the following workflow to your repository's .github/workflows directory:

name: 996 Action
on:
  pull_request:
    branches: [ main ]
jobs:
  check-996:
    runs-on: ubuntu-latest
    steps:
    - uses: CPdogson/996action@v1
      with:
        # Optional: Specify the time zone for the action (default is Asia/Shanghai)
        timezone: 'America/New_York'

This workflow will automatically check the time of the pull request and block it if it's made during "off-hours" (9 PM to 9 AM, and on Sundays) in the specified time zone.

You can customize the action by providing a different time zone or by modifying the workflow to fit your specific needs.

Competitor Comparisons

274,000

Repo for counting stars and contributing. Press F to pay respect to glorious developers.

Pros of 996.ICU

  • Larger community and more widespread recognition
  • Comprehensive list of companies practicing 996
  • Multi-language support for broader reach

Cons of 996.ICU

  • More passive approach to addressing the issue
  • Less focus on direct action and legal strategies
  • Limited practical guidance for workers

Code Comparison

996.ICU:

"996"工作制,即每天早 9 点到岗,一直工作到晚上 9 点,每周工作 6 天。

996action:

def action_996():
    print("Take action against 996 work culture!")
    organize_protests()
    file_labor_complaints()

Key Differences

  • 996.ICU focuses on raising awareness and documenting companies
  • 996action emphasizes practical steps and legal action
  • 996.ICU has a larger following, while 996action is more action-oriented
  • 996.ICU provides information in multiple languages, 996action is primarily in Chinese
  • 996action includes specific strategies for workers to challenge 996 practices

Conclusion

Both repositories aim to address the 996 work culture issue in China. 996.ICU serves as a comprehensive resource and awareness platform, while 996action provides more concrete steps for workers to take action against unfair labor practices. The choice between the two depends on whether one seeks information or practical guidance for challenging 996 work culture.

72,811

科技爱好者周刊,每周五发布

Pros of weekly

  • Regularly updated with fresh content on tech trends and interesting projects
  • Broader scope covering various topics in technology and programming
  • Larger community engagement with more stars and forks

Cons of weekly

  • Less focused on a specific cause or issue
  • May not provide actionable items or direct community involvement opportunities

Code comparison

Not applicable, as both repositories primarily contain non-code content. weekly focuses on curated lists and articles, while 996action contains documentation and resources related to labor rights activism.

Key differences

  • Purpose: weekly is an informational resource, while 996action is an activism-oriented project
  • Content: weekly features curated tech news and resources, 996action focuses on labor rights in the tech industry
  • Update frequency: weekly is updated regularly (typically weekly), 996action updates are less frequent and event-driven

Community engagement

  • weekly: Higher number of stars (24.5k+) and forks (2.1k+)
  • 996action: Fewer stars (3.1k+) and forks (400+), but more focused on direct action and community organization

Target audience

  • weekly: General tech enthusiasts, developers, and industry professionals
  • 996action: Tech workers concerned about labor rights and work-life balance, particularly in China
35,830

955 不加班的公司名单 - 工作 955,work–life balance (工作与生活的平衡)

Pros of 955.WLB

  • Focuses on promoting a healthy work-life balance (955 schedule)
  • Provides a list of companies with good work-life balance practices
  • Encourages positive change through highlighting good examples

Cons of 955.WLB

  • Less active community engagement compared to 996action
  • Narrower scope, primarily focused on listing companies
  • Limited resources for workers facing labor issues

Code Comparison

While both repositories are primarily focused on labor rights and work-life balance, they don't contain significant code bases. However, 996action includes some basic HTML for its website:

<!-- 996action -->
<h1>996action</h1>
<p>为构建更加公正的劳动制度而发起的行动</p>

<!-- 955.WLB -->
<!-- No equivalent code, as it's primarily a README-based repository -->

Summary

996action is a more comprehensive and actively maintained project aimed at addressing labor rights issues in China, particularly the 996 work schedule. It provides resources, legal information, and community-driven actions.

955.WLB, on the other hand, focuses specifically on promoting companies with good work-life balance practices (955 schedule). It serves as a curated list of such companies but offers fewer resources for workers facing labor issues.

Both projects contribute to the ongoing discussion about work-life balance and labor rights in the tech industry, albeit with different approaches and scopes.

Microsoft and GitHub Workers Support 996.ICU

Pros of support.996.ICU

  • Broader international support and visibility
  • More contributors and stars on GitHub
  • Clearer documentation in multiple languages

Cons of support.996.ICU

  • Less focused on specific actions and strategies
  • Fewer practical resources for workers

Code Comparison

support.996.ICU:

<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu"></a>

996action:

def send_email(subject, message, from_email, recipient_list):
    send_mail(subject, message, from_email, recipient_list)

The support.996.ICU repository primarily contains documentation and awareness-raising materials, while 996action includes more practical code for organizing and taking action.

support.996.ICU focuses on creating a badge and spreading awareness about the 996 work culture, whereas 996action provides tools and scripts for workers to take concrete steps in addressing labor issues.

Both repositories aim to address the problem of overwork in the tech industry, but they approach it from different angles. support.996.ICU emphasizes global awareness and solidarity, while 996action concentrates on local action and practical resources for Chinese workers.

Convert Figma logo designs to code with AI

Visual Copilot

Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot

README

最新进展:

一些关于维护八小时工作制和双休制的行动

本项目鼓励所有劳动者进行参与,如果在参与过程中出现困难,可以在Issues留言,如果不擅长使用github可以给我发邮件 CPdogson@protonmail.com。讨论请至996icu-cn-action。关于劳动仲裁和劳动诉讼请转至996.law讨论。

Badge LICENSE HitCount

进行中...

条例修改建议:向国务院提议修改《劳动保障监察条例》

国务院《劳动保障监察条例》以及劳动部(现人社部)《关于实施〈劳动保障监察条例〉若干规定》出台于2004年,距今以后15年未进行调整和修改,规定中的处罚标准已经不符合当今的经济水平,违法成本过低导致企业普遍违法;规定中亦存在企业和劳动监察部门的职责不明细,导致企业和劳动监察部门职责不清,工作消极。故本建议建议修改第二十五条、第三十条中对企业的处罚标准,并完善第十四条企业报送的书面材料内容、三十一条劳动保障员玩忽职守的处罚。

进展:公开签名页面设计完毕

github

不熟悉github的劳动者的第三方渠道

寻找三类典型当事人起诉企业

对于以下当事人,996action愿意提供免费的法律咨询,如果有条件的话甚至会提供免费的律师。如果你是以下三类朋友,请联系我

  • 第一类是在违反劳动法中工时制度的企业工作,愿意主动收集证据,发起劳动仲裁的————任何行业
  • 第二类是添加了Anti 996 License Version 1.0的设计师,设计的产品又刚好被违反劳动法中工时制度的企业使用
  • 第三类是为确立八小时工作制和双休制努力过的英雄本人或家属

进展:人民法院报小孙的案例

完善普通劳动者参与渠道意见和建议征集

填写上述问卷,对于普通劳动者参与996所有项目障碍,欢迎在issues进行讨论,也可以将意见和建议发生至我的邮箱CPdogson@protonmail.com

进展:有些道理大家都懂,不必反复强调了;做事的关键是有人愿意做和怎么做,而不是提出想法

向地方人力资源和社会保障局寄送信息公开申请书(长期)

写申请信给地方人力资源部门要求信息公开,信息公开申请表可以在政府网站下载,需要公开的信息包括各企业的劳动时长监察情况等。属于对抗996比较温柔地法律途径之一。和劳动仲裁和劳动诉讼相比,信息公开同样可以制造案件,但是不会使劳动者丢掉工作。————这是一向长期活动,随时可以参与。

进展:已起诉政府,等待开庭中

第三方...

第三方行动996action仅负责传播,不对行动过程和行动结果负责。我们有很多有趣的点子,现募集第三方合作者中。

建设中...

国务院互联网+监督

可以先点进去看看,具体怎么用还在想

两会提案:《中华人民共和国劳动法》修改建议

预计2019年12月启动

已结束。

不熟悉GitHub的劳动者提交黑名单/白名单的渠道

利用开源的limesurvey搭建,为不熟悉GitHub的用户准备的提交黑名单/白名单的渠道。待完善以下功能:

  • 信息于slack或者在其他平台公布功能,研发中......

#向马云寄劳动法#5月4日青年节一起向马云寄劳动法吧!

这是一个低成本的幽默行为艺术式抗争,它效仿寄刀片这种模式,但它比起寄刀片则是完全合法。不仅要寄挂号信,还要在信封上写到“内含印有国徽的劳动法一本”。

向互联网公司投递倡议书

每周向996黑名单中在列的互联网公司邮箱投递倡议书,直到它们进行公开答复。

证据众筹:给企业上一节普法课

发起一次#给马云上一课#的行动,捍卫《中华人民共和国劳动法》规定的劳动者的基本权益。4月15日—5月1日,我们面向全社会征集普法课的素材。

其他

随笔:致我那些爱泼冷水的朋友们