Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. California Cracks Down on Influencers' Undisclosed Political Ads(nytimes.com ↗)
    discuss
  2. The X3DH Key Agreement Protocol(signal.org ↗)
    discuss
  3. Market design: affinity networks like shooq, & why a festival should buy afm(danieldeboulay.com ↗)
    discuss
  4. Show HN: AudioSort, a web app for sorting audio files(vakaiser.com ↗)
    discuss
  5. Crypto Blew Its Big Moment–and the Blame Game Has Begun(wsj.com ↗)
    discuss
  6. OpenAI expects to burn $280B by 2030(ft.com ↗)
    discuss
  7. World Wide Words(worldwidewords.org ↗)
    discuss
  8. Show HN: Puzzle Season – five logic puzzles in the browser(puzzleseason.app ↗)
    discuss
  9. China doesn't need to beat US AI [video](youtube.com ↗)
    1comments
  10. Show HN: Migrating from Claude Code CLI to Claude Desktop(github.com/calebbarzee ↗)
    discuss
  11. The Ethics Issue of AI-Assisted Creation(not.ci ↗)
    2comments
  12. Professional cyclists can top 100 km/h. But safety has not kept pace(cbc.ca ↗)
    discuss
  13. Show HN: 23k Verified 1P Walmart & Target Products with Preserved UPCs(github.com/fluffyteddybear12 ↗)
    discuss
  14. Line-Rate Post-Quantum Byzantine Consensus via L1D Balanced Ternary(github.com/leadpiperl1 ↗)
    discuss
  15. Scott Jenson: Are we going to use the same Desktop UX forever? [video](youtube.com ↗)
    1comments
  16. RSA-896(saweis.net ↗)
    7comments
  17. Lattice enumeration: O(R^N) complexity reduced to O(R^2) with no floating point(github.com/andrew-j-morris ↗)
    discuss
  18. Using system-one models inside high-throughput data pipelines(southbridge.ai ↗)
    discuss
  19. TanStack supply-chain attack exposed ~170 private CrowdSec repos(crowdsec.net ↗)
    1comments
  20. Is It a Flatpak? Is It an AppImage? No It's AppJail(youtube.com ↗)
    1comments
  21. AI Bubble: 'They're coming to the end of this' – Eli the Computer Guy [video](youtube.com ↗)
    discuss
  22. Show HN: Bastardica – Create bastard web fonts(mitpit.com ↗)
    discuss
  23. Comparing reflection capabilities of C++, Zig and C3(nyr24.github.io ↗)
    2comments
  24. Do you separate the reviewer's window from the author's
    1comments
  25. The Giza Project(fas.harvard.edu ↗)
    discuss
  26. Why are AI leaders calling for a slow down? [audio](cbc.ca ↗)
    1comments
  27. End the H-1B Program(end-h1b.com ↗)
    20comments
  28. A2E AI – an all-in-one AI video generator for text, images and avatars(textideo.com ↗)
    discuss
  29. Pdfcn: Beautiful pdf components, built on Takumi and Forme, by Shadcn(github.com/shadcn-labs ↗)
    1comments
  30. Open-source free meme generator, friendly for AI agents and humans(github.com/terryds ↗)
    2comments

Is It a Flatpak? Is It an AppImage? No It's AppJail

2 pointsby 1h agoyoutube.com
1 comments
1h agoHN ↗

x11appjail is a specialized tool for creating, verifying, installing, and running AppJails. An AppJail is a CLI, TUI or X11 application that runs inside a FreeBSD jail but is perceived by the end user as identical (or at least very similar) to an application running directly on the host system.

This tool makes extensive use of appjail(1) as its engine; however, unlike the latter, the primary user in x11appjail is neither root nor a privileged user, but rather an unprivileged user. The fundamental goal of this project is to grant the user limited access to the jail, restricted solely to the execution of a CLI, TUI or X11 application.

Project: https://github.com/DtxdF/x11appjail