Tagged articles

Meta

114 articles · Page 2 of 2
21CTO
21CTO
Dec 20, 2022 · Game Development

Why John Carmack Quit Meta: Inside the VR Visionary’s Departure

John Carmack, the pioneering CTO behind Oculus Rift, announced his departure from Meta, citing inefficiencies, internal battles, and a shift toward affordable VR hardware, while also highlighting his new focus on AGI through his startup Keen Technologies.

Artificial IntelligenceJohn CarmackMeta
0 likes · 7 min read
Why John Carmack Quit Meta: Inside the VR Visionary’s Departure
21CTO
21CTO
Nov 30, 2022 · Information Security

Why Meta Faced a €265 Million Fine Over Facebook Data Leak

In November 2022, Ireland's Data Protection Commission fined Meta €265 million for failing to safeguard personal data of over 5 billion Facebook users, highlighting the EU's intensified enforcement of privacy regulations such as GDPR against major tech firms.

FacebookGDPRIrish DPC
0 likes · 3 min read
Why Meta Faced a €265 Million Fine Over Facebook Data Leak
Programmer DD
Programmer DD
Oct 31, 2022 · Mobile Development

Why Meta Swapped Java for Kotlin: Insights from a Massive Android Migration

Meta’s recent shift of its Android apps from Java to Kotlin reveals both the compelling benefits—such as null‑safety, concise code, and functional features—and the practical challenges like mixed codebases, tooling gaps, and longer build times, offering a detailed roadmap for large‑scale mobile language migration.

AndroidKotlinMeta
0 likes · 8 min read
Why Meta Swapped Java for Kotlin: Insights from a Massive Android Migration
21CTO
21CTO
Oct 26, 2022 · Mobile Development

Why Meta Is Rewriting Its Android Apps in Kotlin – Insights for Developers

Meta is converting its flagship Android apps from Java to Kotlin, citing benefits like reduced code size, safety, and better concurrency support, while navigating tooling challenges and showing a broader industry shift toward Kotlin for mobile development.

AndroidJava migrationKotlin
0 likes · 6 min read
Why Meta Is Rewriting Its Android Apps in Kotlin – Insights for Developers
21CTO
21CTO
Jul 28, 2022 · Backend Development

Why Meta Chose Rust, Hack, Python, and C++ as Its Core Backend Languages

Meta has officially added Rust, Hack, Python, and C++ as its preferred backend languages, outlining strict criteria such as core library support, security, operational risk, expertise, and developer experience, while also noting community‑supported languages and its long‑term commitment to Rust amid broader VR ambitions.

C++Language SelectionMeta
0 likes · 6 min read
Why Meta Chose Rust, Hack, Python, and C++ as Its Core Backend Languages
dbaplus Community
dbaplus Community
Jul 24, 2022 · Fundamentals

Meta’s Secret to Near‑Zero Cache Inconsistency

Meta’s engineering team describes how they raised cache consistency from six‑nines to ten‑nines by defining precise invalidation semantics, building the Polaris observability service, and implementing systematic tracking of cache mutations, offering practical strategies that apply to any distributed cache such as Redis or TAO.

MetaPolarisconsistency
0 likes · 17 min read
Meta’s Secret to Near‑Zero Cache Inconsistency
21CTO
21CTO
Jul 9, 2022 · Artificial Intelligence

Meta Unveils NLLB-200: Open‑Source AI Model Translating 200 Languages

Meta has open‑sourced its new NLLB‑200 model, a single AI system that translates 200 languages with up to 44 % higher quality than its predecessor, supporting numerous low‑resource languages and powering billions of daily translations across Facebook and Instagram to improve user experience and content safety.

MetaNLLB-200Open source AI
0 likes · 3 min read
Meta Unveils NLLB-200: Open‑Source AI Model Translating 200 Languages
Programmer DD
Programmer DD
Dec 13, 2021 · Information Security

Can Meta’s New Hash‑Based Tool Really Stop Revenge Porn?

Meta’s latest privacy tool lets users pre‑upload intimate images to generate a unique digital fingerprint that platforms match and delete if re‑uploaded, but its reliance on exact‑match hashing, similar to PhotoDNA, raises questions about effectiveness, privacy, and the broader challenges of end‑to‑end encryption delays at the company.

Metadigital fingerprintimage hashing
0 likes · 8 min read
Can Meta’s New Hash‑Based Tool Really Stop Revenge Porn?
Python Crawling & Data Mining
Python Crawling & Data Mining
Nov 6, 2020 · Backend Development

Extract Article Cover Images with Scrapy’s meta Parameter

This tutorial explains how to retrieve an article’s cover image URL by starting from the list page, extracting the first image, and passing its URL through Scrapy’s Request meta dictionary to subsequent parsing callbacks, highlighting why list‑page extraction is more reliable than detail‑page scraping.

MetaPythonScrapy
0 likes · 5 min read
Extract Article Cover Images with Scrapy’s meta Parameter
Test Development Learning Exchange
Test Development Learning Exchange
Nov 25, 2018 · Backend Development

Mastering Django Model Meta Options: A Complete Guide

This article explains every Django Model Meta attribute—including abstract, app_label, db_table, db_tablespace, get_latest_by, managed, order_with_respect_to, ordering, permissions, proxy, unique_together, verbose_name, and verbose_name_plural—detailing their purpose, usage, and code examples for precise database and admin control.

DatabaseDjangoMeta
0 likes · 6 min read
Mastering Django Model Meta Options: A Complete Guide
21CTO
21CTO
Mar 11, 2016 · Backend Development

How WordPress Achieves Extensibility with Meta Tables and Hook System

This article explains how WordPress uses the wp_postmeta table for flexible metadata storage and the hook (action) system for dynamic code insertion, illustrating both the benefits and trade‑offs of these extensibility techniques for plugin development.

DatabaseHooksMeta
0 likes · 8 min read
How WordPress Achieves Extensibility with Meta Tables and Hook System