Tech News
← Home  ·  All topics

File

25 GoKawiil briefs on this topic

Rik Arends builds 3D flyable visualizer for 2.5M lines of code, plans to sell it

Makepad creator Rik Arends built a 3D navigable tool that renders up to 2.5 million lines of source code at over 120 frames per second, initially requiring 21GB of RAM before optimizations to indexing and streaming compression brought usage down to 3.5GB. He also tested loading Chromium's 51-million-line codebase, which took about 60 seconds.

Google adds Gemini-powered file organizer to Google Drive for paid subscribers

Google has introduced 'Organize My Files in Drive,' a Gemini feature that automatically sorts and cleans up folders in Google Drive. The tool requires a paid Google AI Pro or AI Ultra subscription, or a Business, Enterprise, or Education account, and only works on private folders rather than shared ones. Users must also have Smart features enabled in Google Workspace for the tool to function.

iPhone's Background App Refresh setting explained: what it controls and doesn't

Apple's Background App Refresh feature, found in Settings > General, lets iPhone users control which apps can update content while running in the background. Users can toggle it for Wi-Fi only, Wi-Fi and cellular, or turn it off entirely, and can also customize it on a per-app basis. Importantly, disabling this setting does not stop an app from sending notifications.

TurboCrypt switches encrypted file-name encoding from Base91 to new Base84 scheme

TurboCrypt, a git and file encryption tool originally built for Unix, is moving its encrypted file and directory name encoding from Base91 to a newly defined Base84 alphabet. The change was driven by the addition of Windows support, since several characters used in the Unix-safe Base91 alphabet are forbidden on Windows filesystems and shell tools. The new 84-character set excludes nine Windows-forbidden symbols and trailing dots, ensuring names work reliably across Linux, macOS and Windows.

New tool Syq offers rsync-like file transfers with resume and remote control

Syq is a new command-line utility for copying, reorganizing, and deleting files between machines, positioned as an alternative to rsync. It supports resuming interrupted transfers, running remote commands from a server without needing SSH access on the client machine, and scripting via a JSON API or Python SDK.

Microsoft again pledges faster Windows 11 boot and better 8GB PC performance

At IFA 2026, Microsoft's Mark Linton said an internal Windows 11 build shows notable gains in boot speed and Windows Hello responsiveness, alongside earlier promises that the OS will run well on 8GB machines. No timeline for public rollout or performance data was shared, and the changes haven't yet reached testing channels.

Independent engineer publishes solution to Jane Street's ASIC reverse-engineering challenge

A blogger with an engineering background details how they spent about a month reverse-engineering an ASIC chip design as part of a public puzzle set by trading firm Jane Street. The challenge involved analyzing a GDS chip-layout file to determine the chip's function, first through an easier warmup version with more design information, then a harder unaided version. The author has published their code on GitHub and plans follow-up posts explaining each technical step in more depth.

Chrome's Gemini side panel adds file upload support via Add attachments menu

Google is rolling out the ability to upload files directly into the Gemini side panel in Chrome, through a new Add attachments option. Users can attach a document, such as a PDF, and ask Gemini to summarize it, extract details, or clarify sections without leaving the browser. The feature was first spotted by an X user and confirmed working in Chrome by Android Authority.

New iPhone app Archiv turns everyday object photos into a searchable visual archive

Archiv is a newly launched app that lets users photograph mundane items—fire hydrants, furniture, food—and automatically arranges them into a stylized, gallery-like personal catalog. The tool blends photography and organization, giving users a portable, aesthetically curated record of objects they encounter.

File servers remain widely used; experts outline security best practices for managing them

Despite years of predicted cloud dominance, many organizations still run on-premises file servers alongside SaaS tools, citing cost control, data ownership and regulatory concerns. To keep these hybrid environments secure, administrators are advised to follow strict access governance rules, starting with never granting permissions directly to individual user accounts.

New open-source tool FF-16-TUI scans binaries for repeating 16-bit patterns

A developer has released FF-16-TUI, a terminal-based static analysis utility that scans an entire binary file to detect frequently recurring 16-bit sequences. The tool presents a hexdump alongside a pattern panel, letting users highlight and filter matches by frequency, gap size, and bit count to infer file structure.

Google Brings AirDrop-Style Sharing to Android, No Apple Involvement Needed

Google has added support for Apple's AirDrop protocol to newer Android phones, including Pixel and Galaxy models, letting users send photos, links, and files directly to iPhones without third-party apps. Setup involves enabling sharing settings on both devices—such as Quick Share on Samsung or AirDrop visibility on iOS—after which either device can initiate a transfer that the other must accept.