frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude's Mythos AI model may cause security issues for your money

https://www.rte.ie/brainstorm/2026/0517/1572343-claude-ai-model-security-issues-humans-work-infor...
1•austinallegro•5m ago•0 comments

Show HN: Porting my Newsletter to MCP – You set WHEN and HOW OFTEN to receive it

https://forwardpasstechnology.substack.com/p/you-decide-when-you-receive-forwardpass
1•AlatAnmoku•11m ago•0 comments

Why Do We Sleep Under Blankets, Even on the Hottest Nights? (2017)

https://www.atlasobscura.com/articles/blankets-summer-hot
1•downbad_•11m ago•0 comments

Google Wants to Own the Checkout Button

https://thingswithai.org/posts/google-universal-cart-agentic-commerce
1•UtkarshPatel13•17m ago•0 comments

Show HN: Bytery – a binary JSON protocol ~10x faster and ~10x smaller

https://github.com/jacksonsolid/Bytery
1•teamsolid•17m ago•0 comments

Becalled

https://becalled.eu
1•leaklords•20m ago•0 comments

Chrome and Android‑apps story that predicted today's Googlebooks moment

https://www.windowscentral.com/microsoft/windows-10/flashback-the-2016-chrome-and-android-apps-st...
1•theanonymousone•22m ago•0 comments

Quantifying Physical Activity Energy Expenditure (Compendium)

https://pacompendium.com/
1•rramadass•23m ago•1 comments

Gelatine Sculpt Metabolism Support – Weight-Loss Guide 2026

https://finance.yahoo.com/sectors/healthcare/articles/gelatine-sculpt-exploding-2026-viral-142500...
1•ragypalz•25m ago•0 comments

Femtosecond Jitter: High Performance White Rabbit Timing Receiver

https://gitlab.com/ohwr/project/ertm15-llrf-wr/-/wikis/home
1•KnuthIsGod•28m ago•0 comments

A curated list of static analysis (SAST) tools

https://github.com/analysis-tools-dev/static-analysis
1•saikatsg•30m ago•0 comments

James D. Johnston the father of perceptual audio coding

https://ethw.org/James_D._Johnston
1•KnuthIsGod•35m ago•0 comments

Kevin O'Leary wants AI data centre in Utah. Some residents aren't happy

https://www.cbc.ca/news/world/kevin-oleary-data-centre-utah-9.7207716
1•1vuio0pswjnm7•39m ago•0 comments

C array types are weird

https://anselmschueler.com/blogposts/2025-c-pointers/
1•signa11•39m ago•0 comments

ATV1sm: Bypass for the original Apple TV's EFI verification to boot any EFI OS

https://distrohopper39b.com/atv1sm/
1•866-RON-0-FEZ•41m ago•0 comments

Is PowerBuilder Legacy Technology in 2026?

https://medium.com/@kumaransystemsdm/is-powerbuilder-really-legacy-technology-in-2026-46df8324b7b9
1•rajkumarsekar•41m ago•0 comments

Exon Language: Invitation for Contributors

https://github.com/atdrez/exon/discussions/2
1•atdrez•43m ago•0 comments

How My minimal, memory-safe Go rsync steers clear of vulnerabilities

https://michael.stapelberg.ch/posts/2026-05-24-minimal-memory-safe-go-rsync-vulns/
2•signa11•46m ago•0 comments

Show HN: Antimemetic message that escapes screen capture

https://fx.leftium.com/static
2•Leftium•50m ago•0 comments

Evaluating Quarkdown for Agentic Typesetting

https://quarkdown.com/blog/agent-skill/
1•iamgioh•51m ago•0 comments

'It's called winning': Why a tech industry super PAC is running ads about ICE

https://www.washingtonpost.com/technology/2026/05/23/ai-industry-super-pacs-are-intervening-midte...
3•1vuio0pswjnm7•51m ago•0 comments

Show HN: Cadence – Small marker tracking for source files

https://github.com/skorotkiewicz/cadence
1•modinfo•1h ago•0 comments

Toshifumi Suzuki, 7-Eleven Japan founder, has died

https://www.cnn.com/2026/05/25/asia/711-japan-founder-dies-intl-hnk
2•NaOH•1h ago•0 comments

Show HN: YieldOS-Lite – A simulator for LLM inference control-plane governance

https://github.com/nikitph/yieldos
1•loaderchips•1h ago•0 comments

QG: A speculative protocol treating presence and attention as value primitives

https://github.com/Mureskae/QG
1•Mureskae•1h ago•0 comments

My AI coding flow was burning tokens to do things code should do

https://geerttheys.substack.com/p/i-agent-deterministic-coding-flow
1•toadi•1h ago•1 comments

Hosting My Own Newsletter

https://endler.dev/2026/newsletter-setup/
2•yakkomajuri•1h ago•0 comments

Ask HN: Encouraging a child's gaming PC build despite fear of gaming addiction?

1•marttt•1h ago•2 comments

Over $5M in donations flowed in after the Lapu-Lapu Day attack. Where it went

https://www.cbc.ca/news/canada/lapu-lapu-donations-analysis-9.7207684
1•wolpoli•1h ago•0 comments

Huawei Unveils Tau (τ) Scaling Law for Transistor and System Breakthroughs

https://www.huawei.com/en/news/2026/5/ieee-iscas-tau-scaling
1•CalmStorm•1h 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.