frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DeepSeek reverses course with surcharge on peak-hour API use

https://www.scmp.com/tech/big-tech/article/3358868/after-triggering-price-war-deepseek-reverses-c...
1•nh43215rgb•1m ago•0 comments

Cloudflare sets AI crawler deadline: separate search or be blocked

https://www.nbcnews.com/tech/tech-news/cloudflare-sets-ai-crawler-deadline-separate-search-blocke...
2•donohoe•3m ago•0 comments

Anthropic Changed the Sonnet 5 Chart After It Made Sonnet Look Bad

https://www.vincentschmalbach.com/anthropic-changed-sonnet-5-chart-after-it-made-sonnet-look-bad/
1•vincent_s•4m ago•0 comments

AOL and Eventbrite owner Bending Spoons soars 40% on Nasdaq debut

https://www.ft.com/content/aebe2dbb-6d8b-4b3d-82c8-e64aebd4ef70
1•bookofjoe•5m ago•1 comments

OpenAI proposes 5% stake to Trump administration to ease Washington pressure

https://www.cnbc.com/2026/07/02/openai-proposes-us-government-own-5percent-stake-to-address-polit...
1•BafS•7m ago•1 comments

Roosevelt Would Not Understand the E.U.'S Antitrust Fine Against Google (2017)

https://www.newyorker.com/business/adam-davidson/teddy-roosevelt-wouldnt-understand-the-eus-antit...
1•Tomte•8m ago•0 comments

Enabling the use of digital verification services for alcohol age checks in Eng

https://enablingdigitalidentity.blog.gov.uk/2026/06/30/enabling-the-use-of-digital-verification-s...
1•kaelyx•12m ago•1 comments

Ratatui without OS, directly in UEFI

https://github.com/sermuns/ratatuefi
1•sermuns•17m ago•0 comments

Show HN: ScoreMarket – A digital sheet music marketplace

https://www.scoremarket.co.uk
1•anthonydaly•18m ago•0 comments

OpenCode Is Down

2•defly•19m ago•2 comments

A return to two-pizza culture

https://www.allthingsdistributed.com/2026/06/return-to-two-pizza-culture.html
1•ingve•22m ago•0 comments

The Anthropic Fable Ban Is Over. The Battle over How to Tame AI Has Just Begun

https://www.wsj.com/tech/ai/the-anthropic-fable-ban-is-over-the-battle-over-how-to-tame-ai-has-ju...
3•cebert•23m ago•2 comments

Artificial Adventures

https://www.scattered-thoughts.net/writing/artificial-adventures/
2•noelwelsh•23m ago•0 comments

When your software systems don't talk to each other

https://laurieyoung.co.uk/articles/when-your-software-doesnt-talk/
1•Wildfalcon•24m ago•0 comments

Utrecht's fish doorbell closes for the season after 12M views

https://nltimes.nl/2026/07/02/utrechts-fish-doorbell-closes-season-12-million-views
1•TechTechTech•24m ago•0 comments

Trainety – a marketplace for AI project publishers and providers

https://www.trainety.com/
1•xuxurimu•28m ago•0 comments

"Learning to Replicate Expert Judgment in Financial Tasks" – Thinking Machines

https://thinkingmachines.ai/news/learning-to-replicate-expert-judgment-in-financial-tasks/
1•upmind•28m ago•0 comments

Show HN: A YouTube transcript API that survives YouTube's bot war

https://ytranscript.com/developers
1•nopxuan•29m ago•0 comments

'Titan is actually a very reasonable destination for humans'

https://www.space.com/astronomy/saturn/titan-is-actually-a-very-reasonable-destination-for-humans...
1•bookofjoe•30m ago•0 comments

Why I'm Forced to Say Farewell: Google Management Has Lost Its Moral Compass

https://docs.google.com/document/d/1SH9QRTAlL02THgAN2AGmWe9El0_2ZJF6hhgDBx8k97c/edit?tab=t.0
7•vrganj•30m ago•1 comments

Help Test Bahriya – A New Distributed Container Cloud

https://bahriya.cloud
1•meezaan•31m ago•1 comments

What I've Learned from Hacker News (2009)

https://paulgraham.com/hackernews.html
1•adletbalzhanov•32m ago•0 comments

OpenAI in talks to give Trump administration a 5% stake in the company

https://www.cnn.com/2026/07/02/business/openai-trump-stake-intl
2•chirau•32m ago•1 comments

How Datadog measure data completeness at scale

https://www.datadoghq.com/blog/engineering/data-pipeline-completeness/
1•eywek•34m ago•0 comments

Kim Dotcom's legal battle to stay in NZ and avoid extradition to the US

https://www.rnz.co.nz/news/crime-and-justice/652867/kim-dotcom-s-legal-battle-to-stay-in-nz-and-a...
3•Tomte•35m ago•0 comments

The cloud has an address. And that address can burn

https://appedus.com/the-cloud-has-an-address-and-that-address-can-burn/
1•Fisher_L•35m ago•0 comments

Show HN: SophMate – AI Copilot for WordPress/WooCommerce

https://sophmate.ai
1•ahmed_duski•36m ago•0 comments

The cannibalistic trade-off: Why human cannibalism emerges

https://www.pnas.org/doi/10.1073/pnas.2605120123
2•Tomte•39m ago•1 comments

Omarchy Impersonated at Omarchy[.]Net

https://github.com/basecamp/omarchy/discussions/6160
1•arusekk•44m ago•1 comments

Ancient grain shows early lab promise against a key Alzheimer's protein

https://sciencex.com/news/2026-07-ancient-grain-early-lab-key.html
3•pseudolus•45m 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.