frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I Killed an AI-Generated Essay During Its Defence

https://medium.com/@henry.fisher.n/how-i-killed-an-ai-generated-essay-during-its-defence-50f3b869...
1•behindai•1m ago•0 comments

Ask HN: Is there a website that tracks excessive writes to SSDs in OS/app betas?

1•amichail•1m ago•0 comments

Microsoft considers replacing ChatGPT and Claude with Kimi K3 to save $600M

https://www.msn.com/en-us/money/general/microsoft-considers-replacing-chatgpt-and-claude-with-chi...
2•petethomas•1m ago•0 comments

iOS 27 code suggests Apple could restrict leased devices after missed payments

https://9to5mac.com/2026/07/21/ios-27-code-suggests-apple-could-restrict-leased-devices-after-mis...
1•iamnothere•2m ago•0 comments

Using AI to bring children's drawings to life (2021)

https://ai.meta.com/blog/using-ai-to-bring-childrens-drawings-to-life/?_fb_noscript=1
1•downbad_•2m ago•0 comments

The Future of Space Is Too Big to Launch

https://theexistentialhope.substack.com/p/the-future-of-space-is-too-big-to
1•sidhsikka123•2m ago•0 comments

5.6 Sol produces a new research paper in one shot

https://aifails.substack.com/p/56-sol-produces-an-entire-new-research
1•mjd•3m ago•1 comments

Show HN: Find undervalued bikes near you with ML

https://bike.broker
1•azuroscloudapi•4m ago•0 comments

PyPI now rejects new files after 14 days

https://lwn.net/Articles/1084218/
2•Brajeshwar•4m ago•0 comments

Show HN: A primer for non-coders to design software via structured AI dialogue

https://github.com/CoreGrowthLabs/CoreGrowthPrompting/blob/main/README.en.md
1•CGP_Labs•4m ago•0 comments

Show HN: MinkNote – Native macOS notes and journaling using Markdown files

https://muse23.com/apps/minknote/
1•demianturner•5m ago•0 comments

Show HN: Palmier Pro – open-source macOS video editor built for AI

https://github.com/palmier-io/palmier-pro
2•hchtin•6m ago•0 comments

Flux 3: One multi-modal model for Image, Video, Audio and Action-Prediction

https://bfl.ai/blog/flux-3
1•meetpateltech•6m ago•0 comments

Does creatine make you smarter?

https://dynomight.substack.com/p/creatine
3•dmonay•6m ago•1 comments

You Should Get to Own Your Media, Not Rent it Forever

https://www.currentaffairs.org/news/you-should-get-to-own-your-media-not-rent-it-forever
3•thunderbong•7m ago•0 comments

We self-host DeepSeek V4 Flash on AWS spot instances

https://camelai.com/blog/how-we-self-host-deepseek-v4-flash-on-aws-spot-instances
1•vercantez•7m ago•0 comments

Mathematicians grapple with a 'rapid and unsettling change'

https://fortune.com/2026/07/21/ai-solves-jacobian-conjecture-levant-alpoge-claude-fable-5/
2•ninjahawk1•7m ago•0 comments

In 1997 Pradhan protested a paper leak. Today he faces calls to resign over one

https://www.deccanherald.com/india/in-1997-dharmendra-pradhan-protested-a-paper-leak-today-he-is-...
1•JumpCrisscross•7m ago•0 comments

The Build Step Nobody Ordered

https://vivianvoss.net/blog/the-build-step-nobody-ordered
1•speckx•8m ago•0 comments

The Rise and Fall of AIM, the Breakthrough AOL Never Wanted (2014)

https://mashable.com/archive/aim-history
1•acheron•8m ago•0 comments

Windows: Global Device ID leads to legally relevant identification

https://www.heise.de/en/news/Windows-Global-Device-ID-leads-to-legally-relevant-identification-11...
2•robtherobber•8m ago•0 comments

Unicode Variation Selector-15 and some of my tears

https://benjaminwil.info/weblog/variation-selector-15/
1•birdculture•9m ago•0 comments

Show HN: ManiDesk – SQL workspace joining market, macro and fundamental analysis

https://mani-desk.com/
2•franklin_m•10m ago•0 comments

One ChatGPT link could smuggle a rogue AI agent into your company

https://www.theregister.com/security/2026/07/23/one-chatgpt-link-could-smuggle-a-rogue-ai-agent-i...
3•sbulaev•10m ago•0 comments

Show HN: STT-MCP – local STT for agents

https://github.com/sm18lr88/STT-MCP
1•hereme888•11m ago•0 comments

Show HN: Local-first archive of your ChatGPT/Claude chats

https://chromewebstore.google.com/detail/anamne-—-your-ai-conversa/famgjpiggdaenmgnemmcjobbogdm...
1•mdrzn•12m ago•0 comments

Cross-entropy comparison of LLM responses reveals Kimi's similarity to Claude

https://typebulb.com/u/lab/you-re-relatively-right/full
2•maxloh•12m ago•0 comments

Four Forks: AI Riskgaming Scenario

https://fourforks.riskgaming.com/
1•rafaelc•13m ago•0 comments

Lessons from my RL experiments with snake

https://saheb.github.io/blog/posts/lessons-from-my-rl-experiments-with-snake/
2•saheb37•14m ago•0 comments

A Rust-based time-series DB for quant workloads (4.5x faster than DuckDB/Polars)

https://old.reddit.com/r/quantfinance/comments/1v4flv0/a_rustbased_timeseries_db_for_quant_worklo...
2•syumei•15m 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.