Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Virexa

Modern AI news aggregation and newsletter platform covering technology, business, AI, games and world news.

Categories

  • AI
  • Programming
  • Cloud
  • Security
  • Open Source
  • Developer Hub

Company

  • About
  • Contact
  • Advertise

Resources

  • RSS Feed
  • API
  • Privacy Policy
  • Terms of Service

© 2026 Virexa. All rights reserved.

Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Home›Search Results

Explore

Search Results

Showing results for:
"The Hacker News"

Filters

1,284 results • Page 33 of 107

Show HN: Gander, an Android file viewer that asks for no permissions at all

Matched "The Hacker News"•Found in Source

MobileNews

Show HN: Gander, an Android file viewer that asks for no permissions at all

Hi HN, I built an Android file viewer that opens PDF, Word, Excel, PowerPoint, images, video, audio, Markdown and code, and asks for no permissions at all. I have always been uneasy about opening files people send me. On Android you either install a 400 MB office suite and sign in or use a small free viewer that wants storage access and ends up uploading your file to a server to render it. Also the hassle of having to download different apps for different file formats was really annoying. Gander holds no permissions, not even INTERNET so the OS itself guarantees the

← Previous1…3132333435…107Next →
🔥

Developer Pulse

What developers are discussing today

  • GPT-5.5 API↗9.4K
  • Next.js 16↗6.2K
  • Claude Code↗5.8K
  • Kubernetes→3.4K
  • Rust↗2.7K
file cannot leave
the
phone. PDFs use Pdfium, media uses Media3, and Office formats are rendered by bundled JS libraries in a WebView and so no request goes to any server. It is a viewer only. Complex PowerPoint decks come out approximately right, spreadsheet charts are not drawn, and old binary .doc and .ppt are unsupported. I'll work on it as issues come up :P It is 14 MB, MIT licensed and uploaded on Github releases. Do try it! I would love some feedback especially on files that render badly or need new support.
Hacker News·July 31, 2026·1 min read
Book Time: Automatic Page Turner from Japan [video]

Matched "The Hacker News"•Found in Description

TechnologyNews

Book Time: Automatic Page Turner from Japan [video]

1 point 0 comments on Hacker News · youtube.com

Hacker News·July 31, 2026·1 min read
U.S. FCC approves giant space mirror to deliver 'sunlight on demand'

Matched "The Hacker News"•Found in Description

SpaceNews

U.S. FCC approves giant space mirror to deliver 'sunlight on demand'

3 points 2 comments on Hacker News · cbc.ca

Hacker News·July 31, 2026·1 min read
It's Time to Give Up on the Nonstick Pan as We Know It

Matched "The Hacker News"•Found in Description

TechnologyNews

It's Time to Give Up on the Nonstick Pan as We Know It

1 point 0 comments on Hacker News · nytimes.com

Hacker News·July 31, 2026·1 min read
I built a website cost calculator with 9 engines

Matched "The Hacker News"•Found in Description

TechnologyNews

I built a website cost calculator with 9 engines

1 point 1 comment on Hacker News · projectcostestimator.com

Hacker News·July 31, 2026·1 min read
Martin Shkreli Breaks Down the Collapse of Situational Awareness [video]

Matched "The Hacker News"•Found in Description

TechnologyNews

Martin Shkreli Breaks Down the Collapse of Situational Awareness [video]

3 points 0 comments on Hacker News · youtube.com

Hacker News·July 31, 2026·1 min read
'First tremors' of AI earthquake showing in digital revenue hit

Matched "The Hacker News"•Found in Description

AINews

'First tremors' of AI earthquake showing in digital revenue hit

4 points 1 comment on Hacker News · pressgazette.co.uk

Hacker News·July 31, 2026·1 min read
Human Honeypot

Matched "The Hacker News"•Found in Description

TechnologyNews

Human Honeypot

4 points 1 comment on Hacker News · human2llm.pages.dev

Hacker News·July 31, 2026·1 min read
Critical Rendering Path: The Foundation of Web Performance [Part 1]

Matched "The Hacker News"•Found in Description

TechnologyNews

Critical Rendering Path: The Foundation of Web Performance [Part 1]

2 points 0 comments on Hacker News · pagarevijayy.substack.com

Hacker News·July 31, 2026·1 min read
Aschenbrenner's hedge fund forced to unwind all public stock positions

Matched "The Hacker News"•Found in Description

TechnologyNews

Aschenbrenner's hedge fund forced to unwind all public stock positions

4 points 0 comments on Hacker News · cnbc.com

Hacker News·July 31, 2026·1 min read
Show HN: What should the GUI for AI agents look like?

Matched "The Hacker News"•Found in Source

AITutorial

Show HN: What should the GUI for AI agents look like?

Hi HN! We’re Akilan and Miguel, the creators of MarbleOS. The inspiration for Marble comes from the GUI work at Xerox PARC, the 1984 Macintosh, and later NeXTSTEP, which became the foundation for Mac OS X. Before GUIs, interacting with a computer was limited to strange terminal commands like: C:\> DIR C:\> COPY FILE.TXT A: You had to remember the command, syntax, paths, and parameters. The GUI made those capabilities visible. Instead of remembering commands, you could point at files, drag them, click buttons, and select actions from menus. It did not necessarily make entirely new things possible; it just made existing capabilities much easier to understand and use. We feel like AI is still somewhere around this command-line stage. Even though the strict syntax has been replaced with natural language, the interaction can still be quite stiff and depend on heavily recall. Tools like Claude Cowork, still look surprisingly terminal-like: /skill-name [param1] [param2]. The parameters are written in natural language, but the user still needs to know which capability exists and how to invoke it. The user has to know what the AI can do, what file to attach, what tool or skill to use, what context it needs, and how to phrase the task. ChatGPT works very well for asking questions, but we aren't convinced that it's the final interface for delegating work across files, websites, tools, and multiple agents. Once the AI is actually doing work, a blank text box and a list of chat threads start to feel limiting. Most of the system’s capabilities and most of the task’s structure are invisible. With Marble, we are exploring an interface that treats AI more like a workspace than another chat app. Each delegated task becomes a card. Multiple jobs can sit next to each other and run at once. Files, tools, and finished artifacts are visible at once. Before a task runs, Marble also shows which tools it expects to use. The basic idea is that the user should not have to hold the entire structure of the task in their head. And the result should be something directly usable, like a spreadsheet, PDF, slide deck, or other file, rather than something buried in a transcript. We’re not claiming to have figured out the final form of GUI for agents. Marble is our attempt to explore whether there is a better interaction model than attaching more tools to a chat box. The product is mainly for people who already use ChatGPT or Claude, but haven’t really adopted agent workflows yet. We’ve found that when the tools and possible actions are made more visible, people start delegating work they would not have thought to do through normal chat. The site includes a downloadable beta if you want to try it. Does Marble feel like a genuinely novel interface?

Hacker News·July 31, 2026·2 min read
Let's make the worst Htmx

Matched "The Hacker News"•Found in Description

TechnologyNews

Let's make the worst Htmx

87 points 27 comments on Hacker News · zserge.com

Hacker News·July 31, 2026·1 min read
Zero-Day
↘2K
💬

Top Discussion

HN

Hacker News

“GPT-5.5's API pricing is reshaping how startups build AI products”

14.1K932 comments
View discussion→

Filters

Time
Categories
Sources
Content Type