frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: AA-Briefcase: a frontier knowledge work evaluation

https://artificialanalysis.ai/articles/aa-briefcase
3•declanjackson•2m ago•0 comments

The effect of worked examples on learning solution steps and knowledge transfer

https://www.tandfonline.com/doi/full/10.1080/01443410.2023.2273762
1•indigodaddy•6m ago•0 comments

Office workers of the world unite: it's time to revive the three-martini lunch

https://www.theguardian.com/commentisfree/2026/jun/18/three-martini-lunch
1•andsoitis•9m ago•0 comments

Haker Pra Free Fare

1•thaillan•10m ago•1 comments

Elon Musk's SpaceX plots $20B bond deal after record IPO

https://www.ft.com/content/8b73b4ce-3855-4b89-9110-3d892567f28a
2•JumpCrisscross•14m ago•0 comments

Ask HN: Any VPS / VPN with Dedicated IP Address in Cayman Islands?

1•JumpinJack_Cash•14m ago•0 comments

Update on Ocean Observatories Initiative

https://www.nsf.gov/news/update-ocean-observatories-initiative
4•andsoitis•18m ago•0 comments

Zhao's $2B Bet: Why Asia Needs Another Quant Shop

https://freemalta.com/news/digest/ambition/zhaos-2-billion-bet-why-asia-needs-another-quant-s
1•ilhaniremyuce•19m ago•0 comments

Data Science Weekly – Issue 656

https://datascienceweekly.substack.com/p/data-science-weekly-issue-656
1•sebg•20m ago•0 comments

Uniba Embodied Virtuality

https://uniba.jp/
1•bobbiechen•24m ago•0 comments

Chile turned to China for an undersea cable. The U.S. said no

https://restofworld.org/2026/chile-china-america-google-cable/
2•i7l•25m ago•0 comments

How the Peter Thiel-Linked Dialog Club Ranks Its Members

https://www.wired.com/story/how-peter-thiels-private-dialog-club-secretly-ranks-its-members/
1•mukmuk•25m ago•0 comments

NASA brought the monstrous F-1 "moon rocket" engine back to life (2013)

https://arstechnica.com/science/2013/04/how-nasa-brought-the-monstrous-f-1-moon-rocket-back-to-life/
2•Eridanus2•26m ago•0 comments

Selling My House with a Chatbot

https://www.nytimes.com/2026/05/28/technology/sell-house-with-ai-no-realtor.html
1•lispybanana•28m ago•0 comments

Newgrange

https://en.wikipedia.org/wiki/Newgrange
2•Amorymeltzer•28m ago•0 comments

Show HN: MCP tools in one server – pay-as-you-go, no subscription

https://smithery.ai/servers/scotia1973/api-hub2
1•scotty73•28m ago•0 comments

Show HN: Press and Hold

https://pressandhold.vercel.app/
1•leonagano•29m ago•0 comments

Ask HN: How much do you trust LLMs with your health questions?

2•thedreammachine•29m ago•1 comments

NASA picks Eric Schmidt's rocket company for Mars mission, sets up race w SpaceX

https://techcrunch.com/2026/06/17/nasa-picks-eric-schmidts-rocket-company-for-mars-mission-settin...
6•bookofjoe•31m ago•1 comments

Unifying Embodied World Modeling Through Language-Conditioned Video Gen

https://arxiv.org/abs/2606.17030
1•gmays•31m ago•0 comments

Get user requests directly on your website and have an agent build

https://amendor.site/
1•osaeld•34m ago•0 comments

Eve

https://vercel.com/blog/introducing-eve
1•gmays•36m ago•1 comments

FlipCTL – our GUI framework for embedded Linux systems

https://blog.flipper.net/flipctl-our-gui-framework-for-embedded-linux-systems/
1•avrong•38m ago•1 comments

Brainux: Linux for "Sharp Brain" electronic dictionaries (Japanese)

https://brainux.org/about/
1•tslmy•40m ago•0 comments

How to Build the Future of AI in the Free World (Carnegie Endowment)

https://carnegieendowment.org/research/2026/06/the-compute-coalition-how-to-build-the-future-of-a...
1•indynz•42m ago•0 comments

The Line Vibe Coding Can't Cross

https://blog.r-lopes.com/newsletter/2026-06-18
2•dovelome•43m ago•0 comments

Show HN: Hermzner – Provisioning an Hardened Hermes Agent on Hetzner VPS

https://github.com/scicco/hermzner
1•_zendar_•44m ago•0 comments

Unsloth: Easily run and train models locally

https://unsloth.ai/
2•doener•44m ago•0 comments

Genomic Foundation Models in 2026: What Survives a Held-Out Test Set

https://rewire.it/blog/genomic-foundation-models-in-2026/
1•epistasis•48m ago•0 comments

Hacker News Analyzer

https://hackernewsanalyzer.com/
1•dgellow•49m 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.