frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Belay – durable job engine for Elixir (step-level retries, Oban alt)

https://github.com/b-erdem/belay
1•baris_erdem•4m ago•0 comments

Writing by Hand is Good for your Brain

https://nealstephenson.substack.com/p/writing-by-hand-is-good-for-your
1•jger15•9m ago•1 comments

The Norwegian Case for Mediocracy

https://www.ft.com/content/0fe0455d-8633-4e1a-ab8f-f8cd94d60035
1•Anon84•9m ago•0 comments

Guidelines on processing of personal data through blockchain tech (2025) [pdf]

https://www.edpb.europa.eu/system/files/2026-07/edpb_guidelines_202502_blockchain_v2_en.pdf
1•janandonly•13m ago•0 comments

Show HN: Cljbang.el – A Clojure-like language that runs as Emacs Lisp

https://github.com/borkdude/cljbang.el
1•Borkdude•14m ago•1 comments

Saudis and US strike deal for kingdom to enrich uranium

https://www.theguardian.com/us-news/2026/jul/22/saudi-arabia-would-enrich-uranium-under-reported-...
1•geox•19m ago•0 comments

Iran says it attacked Amazon infrastructure in Bahrain

https://www.cnbc.com/2026/07/21/iran-war-update-five-things-to-know-after-resumption-of-hostiliti...
1•zdkaster•20m ago•0 comments

Yogurt

https://en.wikipedia.org/wiki/Yogurt
1•tosh•23m ago•0 comments

Show HN: Imagerry – client-side image customizer and converter (WASM / WebGPU)

https://imagerry.com/
2•its_ajseven•28m ago•0 comments

How the judge on Oracle vs. Google taught himself to code

https://www.theverge.com/2017/10/19/16503076/oracle-vs-google-judge-william-alsup-interview-waymo...
3•subset•28m ago•0 comments

Solvoya – I reverse-engineered 6 European rail/bus APIs for one trip search

https://solvoya.com/
2•solvoya•31m ago•4 comments

Show HN: A Hyprland fork built for parallel, multi-actor computer use

https://github.com/0xmiki/hypr-realm
2•mikiyas•32m ago•0 comments

Show HN: Gml – A Gmail CLI designed for agents

https://github.com/longyijdos/gmail
1•longyijdos•32m ago•0 comments

Richard Medhurst mobile phone seized. Did using a secure phone protect his data?

https://www.computerweekly.com/feature/Journalist-Richard-Medhurst-had-his-mobile-phone-seized-Di...
1•beardyw•33m ago•1 comments

Minuet, a KDE application for music education, calls for testers

https://sandroandrade.org/minuet-26-08-call-for-testers/
2•alberto-m•35m ago•0 comments

Capture of interstellar objects during stellar encounters

https://arxiv.org/abs/2607.18551
2•sciences44•35m ago•0 comments

Show HN: Audience Atlas, Map any GitHub user's followers and followings

https://github-audience-atlas.vercel.app/
1•ThierryRkt•36m ago•1 comments

OpenAI Says Its A.I. Models Went Rogue and Attacked a Digital Library

https://www.nytimes.com/2026/07/21/technology/openai-attack-hugging-face.html
1•ColinWright•37m ago•0 comments

Drip Pricing

https://en.wikipedia.org/wiki/Drip_pricing
1•doener•39m ago•0 comments

Automatic Layout of Railroad Diagrams

https://arxiv.org/abs/2509.15834
1•tosh•42m ago•0 comments

A year in a foxhole: How one Ukrainian soldier survived beneath the front lines

https://www.reuters.com/world/ukraine-russia-war/year-foxhole-how-one-ukrainian-soldier-survived-...
4•petethomas•42m ago•0 comments

Goodbye Discord webhooks, hello Gotify

https://0ut3r.space/2026/07/22/hello-gotify/
1•h0ek•42m ago•0 comments

One Docker socket to rule them all: Escaping Codex, Cursor, and Gemini CLI

https://www.pillar.security/blog/one-docker-socket-to-rule-them-all-escaping-codex-cursor-and-gem...
2•BlueBerry2001•43m ago•0 comments

Turbocharged solo dev – zooming out a couple of clicks

https://adjohu.com/blog/turbocharged-solo-dev/
1•adjohu•43m ago•0 comments

New Araghchi Interview Reveals Iranian Delusions and Vulnerabilities

https://www.meforum.org/mef-observer/new-araghchi-interview-reveals-iranian-delusions-and-vulnera...
1•YeGoblynQueenne•44m ago•0 comments

Friluftsliv

https://en.wikipedia.org/wiki/Outdoor_recreation
1•simonebrunozzi•44m ago•0 comments

Donating another $20M to Public First Action

https://www.anthropic.com/news/donation-public-first-action
2•surprisetalk•45m ago•1 comments

Pegasus: The evolution of the most notorious spyware system

https://securitylab.amnesty.org/latest/2026/07/inside-pegasus-the-evolution-of-the-worlds-most-no...
2•cyb0rg0•47m ago•0 comments

Microsoft strikes 'multibillion-dollar' deal with French AI firm Mistral

https://www.france24.com/en/france/20260721-microsoft-strikes-multi-billion-dollar-deal-to-expand...
6•taubek•48m ago•0 comments

Old Tapes

https://newsletter.doomberg.com/p/old-tapes
1•simonebrunozzi•50m ago•0 comments
Open in hackernews

ExWrap: Turn any application written built in any language into an executable

https://github.com/mcfriend99/exwrap
3•mcfriendsy•1y ago

Comments

mcfriendsy•1y ago
Hi everyone,

I started this project some months back called ExWrap with the goal of turning any application written in any programming language into an executable.

It works for MacOS, Windows, and Linux with support for cross-generation (i.e. you can generate a Windows executable on Linux).

I haven't worked on it for a while, but it's usable.

I'm looking for suggestions, ideas, corrections, and generally contributions. A reason to revisit the project.

It uses a pre-built launcher for the platform. During packaging, a config file is generated to tell the launcher how to launch the app based on the user's configuration.

For MacOS app bundles, the prebuilt launcher is the primary target of the bundle declared in the plist file while for Windows and Linux, the generated executable acts as a self-extracting archive that launches the app post extraction. On Windows and Linux, the extracted app can also be run directly if the extraction path is added to system path.

So basically on Linux and Windows, it also acts as an installer.

It's actually configurable and allows pre-installation and post-installation configuration that can run any command or script to do the installation of dependencies. You can also cleverly add the dependencies as part of the packaged data. This is very useful for packaging static libraries along with the executable.

If you were generating for OSX from Windows for example, all you need is to download the OSX libraries and point to it from your configuration. I believe there's room for more improvement.

All feedbacks and suggestions are welcomed.