SShortSingh.
Back to feed

150 India Engineers Laid Off Without Warning on Late-Night Microsoft Teams Call

0
·1 views

Around 150 employees at an unnamed company's India engineering office were abruptly informed via a late-night Microsoft Teams call that their team was being shut down and local operations were closing. Workers received no prior notice and, according to reports, no severance package was offered. A former employee's viral social media post described the sequence, noting that access was cut off before staff could raise questions. Critics argue the tactic deliberately exploits timezone differences to prevent employees from organizing or pushing back collectively. The incident has renewed scrutiny of how multinational firms treat offshore teams as expendable cost centers rather than core parts of the business.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

AI Advances Force Shift from Fake Detection to Probabilistic Media Trust Scoring

Next-generation AI tools have achieved near-perfect photorealism and audio synthesis, making traditional binary deepfake detection methods effectively obsolete, according to findings reported from Black Hat Asia. Researchers and engineers now argue that media verification must move away from a simple real-or-fake classification toward a spectrum-based trust assessment model. The proposed approach assigns granular probabilistic trust scores to media assets by running them through multiple specialized analytical modules covering visual, audio, semantic, and provenance factors. Each module independently evaluates its domain and contributes a confidence score, which are then aggregated into a single overall trust rating. The conceptual framework, dubbed a ProbabilisticFactChecker, is presented as a blueprint for how future misinformation-detection systems could be architected to handle an era of pervasive synthetic media.

0
ProgrammingDEV Community ·

Developer Builds Free Peer-to-Peer Skill Exchange Platform in Six Days Using AWS and Vercel

A developer has launched TradeSkill, a free platform that lets users exchange skills directly with one another instead of paying for courses or watching tutorials. The platform matches people with complementary abilities — for instance, pairing a Photoshop expert who wants to learn Python with a Python developer seeking Photoshop skills. Built in six days, the application uses React on the frontend, AWS DynamoDB across six data tables for the backend, and Jitsi Meet for live video learning sessions. A compatibility-scoring algorithm helps users find suitable learning partners, while chat, ratings, and inbox features support ongoing interaction. The developer plans future additions including AI-assisted matching, skill assessments, group sessions, and a mobile app.

0
ProgrammingDEV Community ·

TokenBoard lets developers track AI coding token usage without sharing code or prompts

A developer has launched TokenBoard, a tool that tracks token usage and cost metrics for AI coding assistants without uploading any prompts or source code. The platform provides a local CLI that currently supports OpenAI Codex, reporting aggregate stats such as tokens used, sessions, messages, active days, and estimated cost. Users can view personal stats and optionally share a public stats card on a leaderboard. The creator plans to expand support to Claude Code and other AI coding agents in future updates. The project is in early stages and the developer is actively seeking feedback from Codex users on which metrics would be most valuable.

0
ProgrammingDEV Community ·

Dev Team Migrates Community Platform Luminary from Vanilla Stack to Next.js

Luminary, a community-powered directory and news platform spotlighting women driving change across various fields, has completed a two-week sprint migrating its codebase from vanilla HTML, CSS, and JavaScript to a modern framework. The project was restructured into a Turborepo monorepo housing a Next.js and TypeScript frontend alongside an Express and Supabase backend. The frontend now uses Tailwind for styling, TanStack Query for data fetching, and a shared component design system built on Base UI primitives. One contributor focused on converting the nominations and directory pages, refactoring DOM-driven forms into composable React components and splitting logic into dedicated service layers. The migration aimed to improve code consistency, scalability, and backend integration as the platform continues to grow.