store

AppWizard
July 12, 2026
The Epic Games Store is offering two free titles this week: Nova Lands and Tattoo Tycoon, available until July 16, when Echo Generation and Luto will replace them. The July Humble Choice lineup includes eight games: Sea of Stars: Sunset Edition, TUNIC, Neon White, Police Simulator: Patrol Officers, Drop Duchy - Complete Edition, Sledders, Dicefolk, and Our Adventurer Guild, available for purchase until August 4. Additionally, Humble has released two game bundles: the Narrative Bundle, featuring 12 games, and the Squad Goals bundle, which includes cooperative titles. The GOG store has ended its DRM-free summer sale but continues with standard promotions. Availability and pricing may vary by region.
Winsage
July 12, 2026
Microsoft is integrating artificial intelligence into its vulnerability detection processes for the Windows operating system to enhance security. This will lead to more frequent security updates during monthly Patch Tuesday releases. The company aims to address the rise in AI-driven exploits and is refining its secure software development model to combat evolving tactics used in AI-driven attacks. While AI will assist in identifying vulnerabilities, human oversight will remain essential, with developers reviewing code and validating AI-generated findings before deploying updates.
Tech Optimizer
July 12, 2026
Running pgvector on Amazon Aurora PostgreSQL-Compatible Edition offers a vector store with operational capabilities, high availability, and scalability. It is favored for Retrieval Augmented Generation (RAG) workloads transitioning to production, but increased traffic introduces challenges like query latency and memory management. Key operational practices for pgvector workloads include selecting the appropriate index type (HNSW or IVFFlat), establishing a baseline schema, choosing a suitable distance operator, scaling the index through quantization and partitioning, and preparing for churn and observability. The prerequisites for using pgvector include an Aurora PostgreSQL-Compatible cluster with specific PostgreSQL versions and the vector extension enabled. The embedding model used in examples is Amazon Titan Text Embeddings V2, which produces 1024-dimensional embeddings. pgvector supports two Approximate Nearest Neighbor (ANN) index types: HNSW, which is efficient for querying and allows for incremental insertions, and IVFFlat, which is less resource-intensive but requires rebuilding if data changes. There are scenarios where forgoing an index is beneficial, such as small datasets or partitioned datasets requiring 100% recall. A baseline schema for a multi-tenant document store includes creating a table for documents with an embedding vector and establishing indexes for tenant IDs and embeddings using HNSW. The recommended parameters for HNSW include m = 16 and ef_construction = 128. Scaling to millions of vectors involves quantization, tuning HNSW parameters, and partitioning. Aurora Optimized Reads can extend effective cache capacity, and managing index churn is crucial for maintaining performance. Observability metrics include query-level statistics, instance-level metrics, and custom application-defined metrics. To clean up after testing, it is advisable to drop the created indexes and tables, and delete the Aurora PostgreSQL-Compatible cluster and any manual snapshots taken during testing.
AppWizard
July 11, 2026
The taskbar feature at the bottom of the screen enhances user experience on tablets and foldable phones, allowing quick access to frequently used applications. This feature is also available on regular non-folding smartphones, such as Samsung and Motorola devices, where users can enable and customize a side panel known as the Sidebar or Edge Panel. On Samsung devices, users can download the Good Lock app and install the Home Up module to activate the Edge Panel, which offers customization options for quick access to apps, contacts, and shortcuts. The upcoming One UI 9 update is expected to introduce more customization options for the Edge Panel. Motorola users can enable a similar sidebar feature through Settings > Gestures > Sidebar. OnePlus users can find it under Settings > Accessibility & convenience > Smart Sidebar. Pixel smartphones lack a built-in sidebar feature, with users relying on third-party applications to replicate this functionality. The closest alternative on Pixel devices is the App Bubbles feature for multitasking, but it does not provide the same experience as a dedicated sidebar.
AppWizard
July 11, 2026
The Epic Games Store is offering two free games from July 9th to July 16th: Tattoo Tycoon and Nova Lands. Tattoo Tycoon, developed by CrazyBunch and released in October 2025, allows players to manage a tattoo parlor, featuring isometric management mechanics and a mini-game for tattoo application, though it has received criticism for clunky controls. It holds a “Mixed” rating on Steam. Nova Lands, developed by Behemutt and launched in June 2023, is a base-building simulation with a retro 2D art style, averaging a score of 79 on Metacritic and also holding a “Mixed” rating on Steam. Players gather resources to automate processes and expand their bases, with simplistic combat mechanics. The next free titles will be Echo Generation: Midnight Edition and Luto, available from July 16th to July 23rd.
Search