SShortSingh.
Back to feed

Lord Acton's Misquoted Maxim and What Power Actually Does to People

0
·2 views

Lord Acton's 1887 letter is widely misquoted — he wrote that power 'tends to' corrupt, a nuance that leaves room for human agency rather than treating corruption as inevitable. The author argues that power functions as a reagent, not a verdict, revealing character under pressure rather than determining it. The same logic applies to scrutiny, which can expose whether reputations in any field are built on substance or unchallenged reverence. The piece also contends that the barriers between individuals and meaningful work have shrunk dramatically, with research and tools now widely accessible. Waiting for institutional permission, the author concludes, is a form of self-doubt that costs both the individual and the world.

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 ·

Attest Tool Uses ADK Agents to Audit AI Claims About SEC-Registered Advisers

A developer built Attest, an open-source AI agent, to monitor and audit what large language models say about SEC-registered investment advisers. The tool runs a scheduled battery of factual questions about advisory firms and scores each AI-generated answer against the firm's official Form ADV Part 1A filing. Results are stored in a hash-chained, append-only archive hosted on Google Cloud Storage, making entries tamper-resistant and auditable. The project was created for the All Things Agentic Hackathon and uses Google's Agent Development Kit, with multiple Gemini model versions deliberately separated to avoid a model grading its own output. The tool addresses a regulatory gap highlighted in the SEC's 2026 examination priorities, where firms are increasingly being asked about AI but have no record of how third-party models describe them.

0
ProgrammingDEV Community ·

Developer Builds Interactive 3D Solar System Portfolio Using Three.js and React

A developer named Gawad has launched a portfolio website built as an interactive 3D universe rather than a conventional static webpage. The project, called 'Gawad's Stellar System,' features real celestial bodies such as Saturn, WASP-76b, and Kepler-16b, each chosen for their scientifically remarkable properties. A fictional spaceship named Milano, inspired by Guardians of the Galaxy, serves as a navigational element within the experience. The site was built using TypeScript, React 18, Three.js, custom GLSL shaders, and several supporting libraries for state management and post-processing effects. The portfolio is live at gawad-b.github.io, though the developer notes that a mobile version is not yet available and some flickering issues are still being resolved.

0
ProgrammingDEV Community ·

System Design Breakdown: How Instagram-Scale Photo Feeds Handle 500M Daily Users

A high-level system design walkthrough outlines the architecture needed to support a photo-sharing platform at Instagram's scale, handling 500 million daily active users and 100 million photo uploads per day. The design centers on direct client-to-S3 uploads via pre-signed URLs, ensuring origin servers never process raw image bytes, while a resize worker generates three image variants stored on S3 and served exclusively through a CDN. Feed delivery relies on pre-computed Redis caches using sorted sets, with a hybrid fan-out strategy that pushes updates to regular users' feeds on write but defers celebrity content to read-time merging. A tiered storage model transitions photos from S3 Standard to Infrequent Access and eventually Glacier based on age, managing a projected five-year storage footprint of roughly 730 petabytes. The social graph is handled by Cassandra for its write-heavy, large-scale relationship demands, while PostgreSQL manages user data and Snowflake IDs uniquely identify photos across the distributed system.

0
ProgrammingDEV Community ·

Study of 1,000 Keywords Examines Link Between Google Rankings and AI Overviews

A researcher analyzed roughly 1,000 product-category search queries to explore how traditional Google organic rankings relate to visibility in AI-generated search overviews. The project was motivated by an observed disconnect: some brands rank poorly in Google Search yet appear frequently in AI answers, while strong SEO performers are sometimes absent from those results. Using Semrush, Python, LangChain, and LLM APIs, the researcher whittled an initial dataset of nearly 100,000 keywords down to a manageable sample focused on 'product category + recommended' queries across five sectors. This query format was chosen because it reliably triggers brand-specific recommendations in AI Overview responses, making it easier to measure brand appearance. The research aimed to help SEO practitioners determine which ranking thresholds — Top 3, Top 5, or Top 10 — still carry meaningful weight in an era of AI-driven search.