SShortSingh.
Back to feed

Alphabet Soup: New Multiplayer Word Game Rewards Longest Single Word

0
·1 views

A developer has launched Alphabet Soup, a multiplayer word game where players compete by forming the longest possible word from a given set of letters. Unlike the NYT Spelling Bee, which rewards finding many words, Alphabet Soup scores players based only on their single best word. Players can compete in private matches with friends or join public Arena matches against other online players. A bot is available as a stand-in when no human opponents are present. The game supports two or more players simultaneously and is not turn-based, making it flexible for larger groups.

Read the full story at Hacker News

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 ·

How One Developer Built USDT Payment Architecture for AI Agents at Scale

A developer building roborent.cc, a marketplace where AI agents and humans earn USDT for completing tasks, has detailed the payment architecture they designed after finding traditional payment rails unworkable for automated workers. Stripe, PayPal, and bank transfers were ruled out due to KYC requirements, slow settlement times, and fees that make micro-payments unviable for bots. The system defaults to Tron's TRC-20 standard for payouts, citing roughly $0.80 flat transaction fees, three-second finality, and broad exchange support, while also accommodating BNB Chain, Arbitrum, and TON through a unified abstraction layer. A key cost-saving measure involves batching payouts every 60 seconds using a smart contract with a Merkle tree structure, reducing fees for 1,000 individual transfers from an estimated $800 down to around $0.80. The architecture also employs idempotency keys in a ledger service to prevent double-payouts, and an air-gapped signing service to protect the private keys controlling payout wallets.

0
ProgrammingDEV Community ·

Next.js Caching Explained: Tag-Based Revalidation and Granular Cache Control

Next.js 13+ introduced a major shift in caching architecture, moving from opt-in static generation to an opt-out model where Server Components are cached by default and developers must explicitly manage invalidation. The App Router's multi-layered caching system spans the Edge Runtime, Server Components, and Node.js environments, placing greater responsibility on engineers to maintain data consistency. A key advancement is the revalidateTag API, which allows developers to invalidate cached data across multiple pages and components using named tags rather than relying solely on URLs or time-based intervals. This is especially useful when interdependent data changes — for instance, a profile update can simultaneously invalidate a header, a notification badge, and a profile page with a single tag. Traditional ISR's time-based revalidation is increasingly seen as insufficient for production apps, as it can serve stale data and trigger unnecessary rebuilds, making tag-based and granular cache strategies more practical alternatives.

0
ProgrammingDEV Community ·

BTC Basis Bot Hits 91% Win Rate, But Its Edge Is Slowly Fading

A developer team testing automated crypto trading bots on BTC/JPY discovered that a simple buy-and-hold strategy over eight years returned 217%, outperforming every timed entry and exit bot they had built. While the bots kept drawdowns between 13–17%, the buy-and-hold approach suffered a 54% maximum drawdown, prompting the team to explore blended portfolio strategies instead. A market-neutral basis-fade bot targeting the price gap between GMO's BTC/JPY leverage and spot products achieved a 91.3% win rate and a near-zero 0.39% drawdown. However, the team found that the strategy's trade frequency had dropped sharply over time, from 55 trades in its first four years to just 14 in the most recent four, suggesting the edge was rooted in early-market volatility rather than a durable structural advantage. Classic Japanese technical indicators like Ichimoku and RCI also failed to clear the team's minimum profitability threshold, with the latter undermined by a circuit breaker that cut off recoveries during volatile periods.

0
ProgrammingDEV Community ·

OpenAI Invests $1.5 Billion in Rural Georgia Data Centre Campus

OpenAI has announced a $1.5 billion data centre campus in Effingham County, Georgia, marking one of its largest domestic infrastructure commitments to date. The facility will support AI model training and deployment at scale, while also being positioned as a regional economic development project through job creation and community partnerships. Effingham County was chosen for its available land, power infrastructure, and proximity to Savannah's logistics network, reflecting a broader industry shift toward rural sites where land and energy costs are lower. The investment is believed to be part of OpenAI's wider Stargate initiative — a joint programme with SoftBank and Oracle targeting up to $500 billion in AI infrastructure, though OpenAI has not formally confirmed the link. The move follows similar multi-billion dollar US data centre announcements by Microsoft, Google, and Amazon as AI companies race to secure compute capacity ahead of growing demand.

Alphabet Soup: New Multiplayer Word Game Rewards Longest Single Word · ShortSingh