frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Rethinking do_action(): Events as objects, hooks as class names

https://developer.wordpress.org/news/2026/08/rethinking-do_action-events-as-objects-hooks-as-clas...
1•firasd•2m ago•0 comments

Tesla Explosion in Auburn, Washington Garage Injures Two Firefighters

https://www.forbes.com/sites/gabrielalinzainescu/2026/08/08/runware-squeezes-a-1mw-ai-data-center...
1•01-_-•2m ago•0 comments

Solve math calculations directly in your Firefox address bar

https://support.mozilla.org/en-US/kb/solve-math-calculations-directly-your-firefox-addr
1•internet_points•3m ago•0 comments

DeepSeek V4 Flash 0731: 82.7% on Terminal-Bench 2.1 with a public harness

https://antigma.ai/eval
2•ubermon•20m ago•1 comments

Shrinking Ruby Hashes

https://byroot.github.io/ruby/performance/2026/08/05/shrinking-ruby-hashes.html
1•fanf2•23m ago•0 comments

S3-Compatible Object Storage. A MinIO Fork Maintained by Pgsty

https://github.com/pgsty/silo
2•EXHades•26m ago•0 comments

Abracadabra: How does Shazam work? (2022)

https://www.cameronmacleod.com/blog/how-does-shazam-work
1•downbad_•32m ago•0 comments

Different meanings of p-value (and how my thinking has changed) (2023)

https://statmodeling.stat.columbia.edu/2023/04/14/4-different-meanings-of-p-value-and-how-my-thin...
2•Tomte•33m ago•0 comments

The Origin of Death (1970)

https://www.elijahwald.com/origin.html
1•downbad_•33m ago•0 comments

Systemd Dynamic Users (2020)

https://ethulhu.co.uk/systemd-dynamicuser
2•birdculture•34m ago•0 comments

Show HN: Open-source binaural-beats engine

https://github.com/txus/farfield
1•txus•34m ago•0 comments

Understanding std:counting_semaphore and std:binary_semaphore from C++20

https://www.cppstories.com/2026/semaphore/
2•ygritte•34m ago•0 comments

How to create electronic Japanese hanko seals for Excel

https://sealkit.app/blog/excel-denshi-inkan-tsukurikata
3•sealkit•39m ago•1 comments

Qwen 3.8 and Claude Opus 5 show why raw benchmark scores don't predict the bill

https://venturebeat.com/orchestration/qwen-3-8-max-and-claude-opus-5-show-why-raw-benchmark-score...
1•ashurandi•41m ago•0 comments

Tracking down a Zsh history data loss bug

https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/
2•secure•48m ago•0 comments

ByteDance Pretraining 10T Parameter Model

https://arstechnica.com/ai/2026/08/bytedance-trains-massive-ai-model-in-bid-to-rival-anthropic/
3•Gecko4072•49m ago•0 comments

Toxic Media

https://bstgrp.notion.site/Reconverting-Streamer-University-From-Spectacle-to-Education-624f0d565...
1•mohgalastpaidei•52m ago•0 comments

China's Top AI Model Evaded Testing Environment, Researchers Say

https://www.bloomberg.com/news/articles/2026-08-07/china-s-top-ai-model-evaded-testing-environmen...
3•sbulaev•58m ago•1 comments

2025 set a record for global vegetation greenness

https://www.nature.com/articles/s43017-026-00776-0
3•vixen99•58m ago•0 comments

Time has started serving ads to AI agents

https://digiday.com/media/time-has-started-serving-ads-to-ai-agents/
4•theanonymousone•59m ago•0 comments

AI Will Change What It Is to Be Human. Are We Ready? (2025)

https://www.thefp.com/p/ai-will-change-what-it-is-to-be-human
1•ronfriedhaber•1h ago•1 comments

Tape scratching the "Peter Piper" routine, using a homemade tape loop [video]

https://www.youtube.com/watch?v=L6SMyND8hso
2•Tomte•1h ago•0 comments

K3I-Core – Low-level Linux kernel isolation and hardware-level veto switch

https://github.com/Skforge2026/k3i-core
2•ddwie•1h ago•0 comments

Software Giant SAP Stops Most Travel and Hiring Because of AI's Soaring Cost

https://www.404media.co/software-giant-sap-stops-most-travel-and-hiring-because-of-ais-soaring-cost/
6•theanonymousone•1h ago•0 comments

They don't make 'em like Sublime Text anymore

https://dbushell.com/2026/08/07/sublime-text/
3•gsky•1h ago•0 comments

El Niño could push 50M people into acute hunger before end of next year

https://www.theguardian.com/environment/2026/aug/05/el-nino-could-push-50m-people-acute-hunger-ne...
4•littlexsparkee•1h ago•0 comments

I built the AI platform for a company crucial to a small nation's food safety

https://twitter.com/swisscheese4299/status/2086175870146998447
1•tosh•1h ago•0 comments

PON-Beam: Notification-Oriented Beam Erlang VM

https://github.com/matheuscamarques/pon_beam
1•vectorinox•1h ago•0 comments

My Agentic Coding Setup, July 2026

https://domenic.me/agentic-coding-setup/
3•vinhnx•1h ago•0 comments

Money that sits idle should cost more than money that creates opportunity

https://medium.com/@rotbart/still-waters-the-case-for-a-flow-economy-811d1daafb21
4•rotbart•1h ago•3 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.