WildernessStudio

A Wilderness Studio product · Issue 028

WildernessSignal

Wednesday

Daily Hacker News intelligence for AI-native builders.

In This Issue

1

Location Spoofing Flaw Allows Easy Instagram Account Takeovers

The Newest Instagram "Exploit" is the Goofiest I've Seen | Sid's Blog Yesterday, a slew of Instagram accounts, including some high profile ones like the Obama White House account, seemingly got hacked. I’ve spent almost a decade and a half identifying vulnerabilities and exploits at unicorn scale, but this is hands down the most unserious, "almost too stupid to be true" of them all. Step 01: Faking the Location & Initiating Support All the attacker needs to kick this off is your account username. Then, they hop on a VPN or proxy close to your city so Instagram's security algorithms don't suspect a thing.

Actionable Insight

This "goofiest" exploit, leveraging simple social engineering tactics like faking location and initiating support with just a username, exposes a critical flaw in Instagram's account recovery processes. It underscores how major platforms can still be vulnerable to surprisingly low-tech attacks that exploit procedural gaps rather than complex code, bypassing seemingly sophisticated security algorithms.

Community Voice

The Hacker News community largely agrees that the Instagram "exploit" reveals a critical security vulnerability within Meta's support system, specifically its apparent reliance on AI/LLMs for sensitive account recovery. Commenters express disbelief and strong criticism that the system allows bypassing 2FA or sending verification codes to arbitrary email addresses, highlighting this as a fundamental and easily exploitable flaw.

Read Source → HN Discussion →
2

Gmail's Overzealous AI Features Drive User to Abandon Service

Gmail Thinks I'm Stupid, So I Left | moddedbear.com I go to check my email in Gmail’s web UI. I see a few new messages regarding feedback on a project I’m working on. I click through to read one of them and the first thing I’m greeted with is a message summary I didn’t ask for generated by a language model. I focus the message box to draft a reply, but there’s already one there.

Actionable Insight

This post highlights a growing tension between intrusive AI features and user autonomy, where unsolicited AI summaries and reply drafts are perceived as presumptuous rather than helpful. It underscores a critical challenge for product designers to balance innovation with user control, as aggressive default AI integration can alienate users and drive them away from established services.

Community Voice

The Hacker News community largely agrees that Gmail's (and Google's broader) aggressive push for AI-powered "smart features" like "Help me write" is intrusive, distracting, and unwelcome. Users express significant frustration over these features making them feel "stupid" and being difficult to disable, leading many to seek alternatives like Fastmail or advocate for de-Googling their digital lives entirely.

Read Source → HN Discussion →
3

Critical VSCode Bug Allows 1-Click GitHub Token Theft, Exposing All Repositories

1-Click GitHub Token Stealing via a VSCode Bug – Ammar's Blog Just by clicking a link, it’s possible for an attacker to steal a GitHub token that can read and write to your repos, including private ones . Did you know GitHub has this really cool feature called github.dev ? On any repository you have access to, if you can change the url from github.com to github.dev or you click this little menu item: You’ll be launched into a little light-weight version of VSCode that runs entirely in your browser (I guess that’s one advantage of having your app written with electron).

Actionable Insight

This critical "1-click" exploit leverages a flaw in the `github.dev` browser-based VSCode environment to steal GitHub tokens, granting an attacker full read/write access to a user's repositories, private ones included. This vulnerability poses a significant supply chain risk and highlights the inherent dangers of integrating powerful developer tools and sensitive credentials within a web browser context. It underscores the urgent need for robust security-by-design in modern development workflows and rigorous input validation across interconnected services.

Community Voice

The community largely agrees that the reported VSCode bug exposes a critical architectural vulnerability, primarily due to the broad trust given to extensions and the deep GitHub integration creating an extensive and hard-to-audit attack surface. There's also widespread frustration with Microsoft's Security Response Center (MSRC) for its unresponsiveness and poor handling of bug reports, making public disclosure a necessary means to pressure for better security practices and accountability.

Read Source → HN Discussion →
4

Flux.ai's Fenwick Lawyers Send Demand Letter to Adafruit

Adafruit Industries – Makers, hackers, artists, designers and engineers!

Actionable Insight

This demand letter from Fenwick legal counsel on behalf of Flux.ai signifies a serious legal challenge for Adafruit, a prominent open-source hardware company. It likely involves intellectual property or competitive practices, posing a direct threat to Adafruit's operational freedom and highlighting the growing tensions between open-source principles and proprietary commercial interests in the tech hardware sector.

Community Voice

The Hacker News community largely supports Adafruit, with its founders actively engaging and promising to share their side of the story. There is a strong negative consensus regarding Flux.ai's product quality, with multiple users describing it as an "awful" and inefficient tool. Many believe Flux.ai's legal action is an overreaction that has backfired, generating negative publicity and reducing community interest in their product.

Read Source → HN Discussion →
5

RePlaya Brings Real-Time Session Replay to Self-Hosted Deployments

Hi HN, I'm one of the founders of s2.dev. RePlaya ( https://github.com/s2-streamstore/replaya ) is a self-hosted browser session replay tool using rrweb ( https://github.com/rrweb-io/rrweb ). It occurred to me that a durable stream per session would be a much neater architectural foundation for much of what you'd want from such a tool. As a unique feature, it also made live tailing straightforward because the player can read from the same stream the recorder is appending to. The alternative architecture is likely an ingest firehose which is then indexed, with associated complexity and latency.

Actionable Insight

🔎 RePlaya offers a clever architectural shift for browser session replay by leveraging durable streams per session, which naturally facilitates live tailing and bypasses the complexity of traditional ingest firehose designs. This self-hosted solution provides a more efficient and real-time approach to understanding user interactions, a critical component for debugging and enhancing web applications. Its unique streaming foundation could set a new standard for performance and simplicity in session replay tools.

Community Voice

The community acknowledges the significant utility of session replay tools like RePlaya for gaining qualitative insights into user behavior, especially for new features or early-stage products. However, a prominent ethical concern regarding user privacy and informed consent is immediately raised, questioning the practice itself and advocating for transparency to users. There's also interest in how it compares to existing solutions and its operational costs.

Read Source → HN Discussion →
6

Microsoft AI Unveils MAI-Code-1-Flash: New Fast Coding Model for GitHub Copilot

Introducing MAI-Code-1-Flash  | Microsoft AI Skip to main content Source Signal blog Official Microsoft Blog Microsoft On The Issues Asia Canada Europe, Middle East and Africa Latin America The Code of Us Conexiones What's new today AI Innovation Digital Transformation Sustainability Security Work & Life Diversity & Inclusion Unlocked Microsoft 365 Azure Copilot Windows Surface XBOX Deals Small Business Support Windows Apps Outlook OneDrive Microsoft Teams OneNote Microsoft Edge Moving from Skype to Teams Computers Shop XBOX Accessories VR & mixed reality Certified Refurbished Trade-in for cash XBOX Game Pass Ultimate PC Game Pass XBOX games PC games Microsoft AI Microsoft Security Dynamics 365 Microsoft 365 for business Microsoft Power Platform Windows 365 Small Business Digital Sovereignty Azure Microsoft Developer Microsoft Learn Support for AI marketplace apps Microsoft Tech Community Microsoft Marketplace Software companies Visual Studio Microsoft Rewards Free downloads & security Education Gift cards Licensing Unlocked stories View Sitemap Today we’re introducing MAI-Code-1-Flash, a new Microsoft coding model built for fast, efficient assistance in everyday developer workflows. It is built end-to-end by Microsoft using clean and appropriately licensed data. The model is rolling out to GitHub Copilot individual users in Visual Studio Code in the model picker and under the default auto picker.

Actionable Insight

Microsoft's MAI-Code-1-Flash reinforces its commitment to AI-powered developer tools, offering fast coding assistance directly within GitHub Copilot and VS Code. Crucially, the model's development using "clean and appropriately licensed data" addresses pressing industry concerns about data provenance and intellectual property. This strategic move aims to build trust among developers while significantly enhancing productivity within Microsoft's vast ecosystem.

Community Voice

The Hacker News community expresses considerable skepticism regarding MAI-Code-1-Flash's practical utility and performance. Commenters are underwhelmed by its SWE-bench pro score, finding it unimpressive for a 137B model and questioning its marketing given that it's benchmarked against older, smaller models like Claude Haiku 4.5 rather than more powerful alternatives. Overall, while some welcome new competition, many doubt its effectiveness for "serious coding" compared to larger, more capable models.

Read Source → HN Discussion →
7

Rudus AI Automates Concrete Takeoffs and Estimation for Subcontractors

Hi HN, we’re Rishi and Sahil. We’ve developed Rudus ( https://www.rudus.ai/ ), an AI-powered takeoff and estimation platform built for concrete subcontractors. Takeoff is the process of measuring and quantifying materials from concrete plan sheets. Rudus identifies every concrete structure (footings, walls, columns, slabs), pulls in related details, and eliminates hours of manual quantity calculation. Here’s a demo: https://www.youtube.com/watch?v=PAMNDRWEdlI . The problem: Concrete subcontractors are the backbone of every building, but their estimating workflow hasn't changed in 20 years. Rig

Actionable Insight

This Launch HN strategically targets a specific, historically underserved niche within the massive construction industry – concrete estimation. By applying AI to automate the tedious "takeoff" process, Rudus promises significant time savings and accuracy improvements for subcontractors, addressing a workflow that has remained largely unchanged for decades. This exemplifies the growing trend of specialized AI solutions bringing crucial digital transformation to 'legacy' industries with high-value, manual tasks.

Community Voice

The Hacker News community generally finds Rudus's AI-powered concrete estimation tool appealing, particularly appreciating its transparent, "copilot" approach rather than a black box. However, significant skepticism emerges regarding the founders' apparent lack of industry experience and, more critically, the crucial question of liability and responsibility should an AI miscalculation lead to structural failure.

Read Source → HN Discussion →
8

Microsoft's Quantum Computing Claims Challenged by Simpler Physical Explanations

Community discussion highlights: It really looks like they are trying hard to scale a system that is simply explained away by a simpler model... From TFA: The switching behavior they see could just be an electron hopping on and off a quantum dot, perhaps one formed incidentally by part of the wirelike region, Legg says. “This is exactly what you could get from a quantum dot.” I won't pretend I have a deep understanding of any of this, so the only parameters I can judge is the consensus of people that do, and these people aren't

Actionable Insight

Microsoft's continued push for controversial quantum computing claims, despite the scientific community offering simpler, classical explanations for observed phenomena, underscores the immense pressure and speculative nature surrounding frontier technologies. This situation highlights the critical importance of rigorous peer review and independent validation in distinguishing genuine breakthroughs from potential misinterpretations or overhyped assertions in high-stakes scientific endeavors.

Community Voice

The community shows significant skepticism regarding Microsoft's quantum computing claims, with one commenter suggesting that the observed "switching behavior" might be attributable to simpler classical phenomena rather than groundbreaking quantum effects. While another user speculates on future quantum programming languages, the immediate sentiment leans towards questioning the scientific validity of Microsoft's specific findings.

Read Source → HN Discussion →
9

Handwritten Clojure REPL Transforms reMarkable 2 into a Portable Coding Pad

Community discussion highlights: This awesome! I actually had no idea I could ssh into my Remarkable and do neat stuff like this! > Why do it? It's so impractical! Because you can and it's fun is always a perfectly valid answer here!

Actionable Insight

This project perfectly embodies the hacker ethos of "because you can," transforming a specialized e-ink tablet into an unconventional handwritten Clojure REPL. It highlights the often-underestimated potential of devices like the reMarkable 2 as platforms for creative software development and unique user interfaces, defying standard usage models for the joy of exploration.

Community Voice

The community expresses strong enthusiasm for Edsger, particularly appreciating the innovative use of the reMarkable 2's SSH capabilities. There's a clear consensus that projects, even those deemed "impractical," are highly valued when driven by curiosity, enjoyment, and the spirit of exploring what's possible.

Read Source → HN Discussion →
10

Crafting Portable ARM64 Assembly for Apple Silicon, Linux, and Beyond

Writing portable ARM64 assembly · Ariadne's Space An unfortunate side effect of the rising popularity of Apple’s ARM-based computers is an increase in unportable assembly code which targets the 64-bit ARM ISA. This is because developers are writing these bits of assembly code to speed up their programs when run on Apple’s ARM-based computers, without considering the other 64-bit ARM devices out there, such as SBCs and servers running Linux or BSD. The good news is that it is very easy to write assembly which targets Apple’s computers as well as the other 64-bit ARM devices running operating systems other than Darwin. It just requires being aware of a few differences between the Mach-O and ELF ABIs, as well as knowing what Apple-specific syntax extensions to avoid.

Actionable Insight

The increasing adoption of Apple Silicon has inadvertently fostered a generation of ARM64 assembly code optimized solely for Apple's ecosystem, neglecting broader portability. This article highlights the critical differences between Mach-O and ELF ABIs and Apple-specific syntax, offering practical guidance to write assembly that performs efficiently across diverse ARM64 platforms like Linux servers and SBCs, preventing vendor lock-in and maximizing code reuse.

Community Voice

The community largely disputes the notion of "portable ARM64 assembly," arguing that assembly language is inherently non-portable across different platforms. Commenters specifically highlight that the article's approach, by making assumptions like "clang implies macOS," contradicts its own stated goal of portability.

Read Source → HN Discussion →