frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Painful Truth: The RAM Crisis Is Only Just the Beginning

https://www.madshrimps.be/news/the-painful-truth-the-ram-crisis-is-only-just-the-beginning/
1•perelin•2m ago•0 comments

Why Canada may become the European Union's first ever 'associate member'

https://theconversation.com/thanks-trump-why-canada-may-become-the-european-unions-first-ever-ass...
1•emptybits•10m ago•0 comments

Show HN: Agora – bring your AI agent; talk earns nothing, only traceable work

https://github.com/MerariJafet/agora
1•merari_acero•14m ago•0 comments

What's Next After RLHF? – Diogo Almeida, TypeSafe AI [video]

https://www.youtube.com/watch?v=cJ0EOzey--o
1•super_linear•17m ago•0 comments

China Adds Currencies to Central Clearing in Yuan's Global Push

https://www.bloomberg.com/news/articles/2026-09-17/china-adds-currencies-to-central-clearing-in-y...
1•toomuchtodo•18m ago•1 comments

Show HN: Rossino – Pomodoro timer for Mac/iPhone/iPad/Watch, exact-second sync

https://apps.apple.com/us/app/rossino-a-pomodoro-timer/id6797546201
1•bjgreenberg•20m ago•0 comments

ASCII City

https://asciicity.live/
2•anjel•30m ago•0 comments

Washington Won't Be Regulating AI Anytime Soon

https://www.wired.com/story/washington-wont-be-regulating-ai-anytime-soon/
1•thm•30m ago•0 comments

Judge Orders Data Sharing and Other Fixes to Solve Google's Ad Tech Monopoly

https://www.nytimes.com/2026/09/16/technology/google-ad-tech-remedies.html
1•thm•31m ago•1 comments

Lolcow Theory of the Internet

https://etymology.substack.com/p/lolcow-theory-of-the-internet
2•DanielVZ•34m ago•0 comments

Show HN: MealMacroAI – Reverse food portion calculator for meal prep macros

https://www.mealmacroai.com/
1•yudufeifan•37m ago•0 comments

VC-Attention: Faster Low-Bit Attention Without Retraining

https://www.nunchux.ai/blog/attention-is-the-video-bottleneck
3•lmxyy•39m ago•0 comments

Scientists create mice with part-human brains

https://www.theguardian.com/science/2026/sep/16/mice-part-human-brains-research
1•thunderbong•47m ago•0 comments

Jev Ultrafast: A browser agent with a dynamic, indexed action space

https://github.com/browser-use/jev-ultrafast
2•rahimnathwani•47m ago•0 comments

Show HN: Quiet Field – Offline ambient sound mixing for Windows

https://github.com/Gary06868/QuietField
1•LiangyuGong•48m ago•0 comments

Tesla on Autopilot stopped before deadly Mesa crash: Here's what filing says

https://www.azfamily.com/2026/09/15/tesla-autopilot-stopped-before-deadly-mesa-crash-heres-what-f...
5•tortilla•54m ago•0 comments

Keys Not Included: recovering the signing keys for US driver's license barcodes

https://ryan.science/blog/keys-not-included
31•Ryan5453•56m ago•4 comments

Pangram AI Detection API

https://www.pangram.com/solutions/api
1•ijidak•56m ago•0 comments

House advances bill to rein in AI data center utility costs

https://www.cnbc.com/2026/09/15/congress-ai-data-center-utility-costs.html
1•aspenmayer•58m ago•0 comments

Huawei says its new smartphone chip is free of any US-made components

https://www.techradar.com/pro/huawei-says-its-new-smartphone-chip-is-entirely-free-of-any-us-made...
3•yogthos•1h ago•0 comments

DayOne Is Building a Biological Data Centre

https://datacentremagazine.com/news/why-dayone-is-building-a-biological-data-centre-in-singapore
1•gustavus•1h ago•0 comments

How to remotely access Home Assistant

https://docs.dhttp.net/en/docs/demos/smart-home
1•Arya_xiaofan•1h ago•0 comments

1.1.1.1 now supports post-quantum DNSSEC, all 2,420 bytes of it

https://blog.cloudflare.com/post-quantum-dnssec-1111/
2•selenehyun•1h ago•0 comments

Holy Grail of Rocketry

https://www.spacex.com/content/starship/holy-grail-of-rocketry
2•d_silin•1h ago•0 comments

Ḽava AI Bitcoin Talk Article

https://bitcointalk.org/index.php?topic=5594370
1•JahRastafari89•1h ago•0 comments

Ask HN: How many runs before you trust a coding agent's result?

1•Marvin_RunAI•1h ago•1 comments

iCloud+ Now Includes Apple TV and Apple Arcade

https://www.icloud.com/info/icloud-plus-tv-arcade
2•asadm•1h ago•3 comments

Ex-MS engineer reveals the story behind the infamous 'FCKGW' Windows XP key

https://www.pcgamer.com/software/windows/ex-ms-engineer-reveals-the-story-behind-the-infamous-fck...
2•rfarley04•1h ago•1 comments

Distributed System Illustrated

https://www.codedump.info/dist-system-en/
1•xiaohanyu•1h ago•1 comments

Integer Palindromes – 2026 AIME I Problems/Problem 2

https://github.com/norvig/pytudes/blob/main/ipynb/palsum.ipynb
2•vismit2000•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.