frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Xavier Becerra has doubts about California's EV ambitions

https://www.politico.com/news/2026/05/30/xavier-becerra-steyer-california-gas-car-sales-ban-00943501
1•alephnerd•3m ago•0 comments

Bill Gates Spent Years Crafting His Image. Now It's Cracking

https://www.wsj.com/business/bill-gates-image-epstein-e0b83243
1•doener•6m ago•0 comments

Workshop: Canonical's sandboxed, reproducible dev environments

https://www.omgubuntu.co.uk/2026/05/canonical-workshop-dev-environments
1•miiiiiike•8m ago•0 comments

UA flight – 'turn Bluetooth off or we're turning around'

https://old.reddit.com/r/unitedairlines/comments/1tse6mq/ua_flight_turn_bluetooth_off_or_were_tur...
2•slackpad•16m ago•0 comments

How to protect your AI endpoints with Vercel BotID

https://vercel.com/kb/guide/protect-ai-endpoints-with-vercel-botid
1•flashbrew•18m ago•0 comments

From Silos to Service Topology: Why Netflix Built a Real-Time Service Map

https://netflixtechblog.com/from-silos-to-service-topology-why-netflix-built-a-real-time-service-...
1•cattode•19m ago•0 comments

Anyone seen a CC- serial prefix on legacy networking hardware?

1•Throwaway_sys•22m ago•0 comments

Ask HN: Books for someone who is transitioning from FAANG to finance

1•rallies•27m ago•1 comments

Anyone can build a platform now. Almost nobody can get people to find it

https://claudefolio.com/blog/anyone-can-build-a-platform-now-almost-nobody-can-get-people-to-find-it
3•misterinfo•29m ago•0 comments

Are.na – On Our API

https://www.are.na/editorial/on-our-api
1•colinprince•37m ago•0 comments

Classrooms lean into analog learning in the AI era

https://www.axios.com/2026/05/30/no-screen-school-technology-parents-ai
2•1vuio0pswjnm7•37m ago•0 comments

Unveiling Maxint 2.23: The Modular Financial OS for Founders, Freelancers

https://maxint.com/blog/maxint-2-23-release
1•pcvetkovski•44m ago•0 comments

A visual mental model of how weights and tokens connect

https://github.com/behnia137/ai-for-beginners-visual
2•Beni137•53m ago•1 comments

HHS Unveils Plan to Combat Lyme Disease and Advance Treatment

https://www.hhs.gov/press-room/hhs-unveils-plan-to-combat-lyme-disease.html
3•ki4jgt•53m ago•0 comments

VC Summer Student Bootcamp

https://fff-hub.com/startup-bootcamp
1•danielaromerooo•53m ago•0 comments

Five facts about smell (2014)

https://alicebartlett.co.uk/blog/five-facts-about-smell
3•downbad_•54m ago•0 comments

Robotaxis Are Spreading Across the U.S.–and So Is the Backlash

https://www.wsj.com/business/autos/robotaxis-are-spreading-across-the-u-s-and-so-is-the-backlash-...
3•voxadam•55m ago•0 comments

Mechanical Pencin: A website about the hidden engineering in everyday objects

https://mechanical-pencil.com/
4•Muhammad523•59m ago•1 comments

AI grifters are creating fake Black people to sell Shein junk

https://www.theverge.com/ai-artificial-intelligence/938844/ai-tiktok-shop-blackface-shein-dropshi...
8•1vuio0pswjnm7•1h ago•0 comments

Movie geologists have an over 30% mortality rate

https://onlinelibrary.wiley.com/doi/10.1111/gto.70014
5•signorovitch•1h ago•0 comments

Blue Origin and Amazon Had Momentum. Then Came the Fireball

https://www.nytimes.com/2026/05/29/technology/blue-origin-amazon-rocket-explosion.html
2•1vuio0pswjnm7•1h ago•0 comments

Ozempic may be reshaping the brain, scientists say

https://www.washingtonpost.com/health/2026/05/28/ozempic-may-be-reshaping-brain-scientists-say/
2•breve•1h ago•0 comments

OpenRidingController – DIY horse riding controller for the PC

https://github.com/Squalius-cephalus/OpenRidingController
3•zdw•1h ago•1 comments

What the Community Is Running

https://huggingface.co/hardware
5•kristianpaul•1h ago•0 comments

CIFSwitch: A non-universal Linux local root vulnerability

https://heyitsas.im/posts/cifswitch/
4•campuscodi•1h ago•0 comments

Why I'm still building a SaaS company in 2026

https://www.vincentchan.vc/why-im-building-a-saas-company-during-the-saaspocalypse
3•cvince•1h ago•0 comments

Dell, Snowflake, and Ford show how the AI boom is spreading: Alpha Check

https://finance.yahoo.com/markets/article/dell-snowflake-and-ford-show-how-the-ai-boom-is-spreadi...
2•wslh•1h ago•0 comments

Show HN: Lite-Harness – Self-Hosted Cursor Agents (Use Claude Code/OpenCode)

https://github.com/LiteLLM-Labs/lite-harness
3•detente18•1h ago•0 comments

OpenRouter more than doubles valuation to $1.3B in a year

https://techcrunch.com/2026/05/26/openrouter-more-than-doubles-valuation-to-1-3b-in-a-year/
2•gmays•1h ago•0 comments

Keep AI Weird

https://www.economist.com/by-invitation/2026/04/01/the-it-department-where-ai-goes-to-die
1•sanj•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.