frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Create Perfect Icons for macOS, iOS, Android, and the Web

https://medium.com/@chris.ahrweiler/create-perfect-icons-for-macos-ios-android-and-the-web-a1e05e...
1•docjojo•1m ago•0 comments

Liquid Death runs ad campaign focused on mailing urine to data centers

https://twitter.com/drinkgaragebeer/status/2089699138946408699
1•newspaper1•1m ago•0 comments

The Case Against Kanji

https://circuitscribbles.substack.com/p/the-case-against-kanji
1•paulpauper•1m ago•0 comments

Bill Atkinson and Dithering Algorithms

https://landonswartz.github.io/blog/dithering-algorithms/
1•BestBunsInTown_•3m ago•0 comments

H3 Video – MiniMax H3 AI Video Generator

https://www.h3vid.com
1•Follow_Cloud•4m ago•0 comments

Play the air A theremin in the browser using hand tracking and a webcam

https://termenvox.vercel.app/
1•linesofcode•6m ago•1 comments

Show HN: Leaflight – A Reader for Project Gutenberg

https://chromewebstore.google.com/detail/leaflight-—-reader-for-pr/ndobcikjemlpmcbjkokmlclfoekg...
1•samcgraw•6m ago•0 comments

Hetzner Inference Experiment: Open-weights SLMs free of charge

https://www.hetzner.com/blog/inference-experiment/
1•ignoramous•6m ago•0 comments

Language has two parameters (ArXiv preprint)

https://arxiv.org/abs/2608.18041
1•HR01•7m ago•0 comments

Nvidia's new financial strategy does not compute

https://www.theverge.com/ai-artificial-intelligence/981668/nvidias-goldman-blackrock-gpu-compute-...
3•Brajeshwar•9m ago•0 comments

I escaped the WebAssembly sandbox and got arbitrary shell execution on the host

https://trustsig.eu/blog/wasm2c-tableflip-unchecked-calloc/
2•TrustSig•10m ago•0 comments

$1M hacker challenge for Vercel Sandbox

https://vercel.com/blog/one-million-dollar-hacker-challenge-for-vercel-sandbox
1•rafaelc•11m ago•0 comments

Show HN: Helena – API client with no Electron and no accounts, in Go+Fyne

https://github.com/ideaconnect/helena
1•bpacholek•11m ago•1 comments

XWayland 26.1 RC1 Released with Many New Features

https://www.phoronix.com/news/XWayland-26.1-RC1
1•DemiGuru•11m ago•0 comments

Skill_vault: Parallel plan phase implementation and plan formal verification

https://github.com/metacircu1ar/skill_vault
1•metacircu1ar•12m ago•0 comments

Israeli military admits to firing on car carrying 5-year-old Hind Rajab

https://www.cnn.com/2026/08/19/middleeast/israel-military-idf-hind-rajab-firing-intl
3•lr0•12m ago•0 comments

Show HN: Flow – Claude Code CLI for feature planning → review/testing → merge

https://github.com/gavingolden/flow/
2•gavinegolden•13m ago•0 comments

We Must Build – Recovering Catholic Geography

https://aedificemus.com/we-must-build/
1•geneticdrifts•13m ago•0 comments

Spared execution eight times, oldest inmate in US dies at 101

https://www.bbc.com/news/articles/c98vr7ql2vdo
2•jamarna•14m ago•0 comments

Marvell gives Google option to buy $12.2B stake in TPU deal

https://www.reuters.com/technology/marvell-grants-google-122-billion-stock-warrant-custom-chip-de...
2•alephnerd•15m ago•0 comments

Bill Clinton Turns 80 Today. Does the Old Man Have Character?

https://www.politico.com/news/magazine/2026/08/19/bill-clinton-80-birthday-life-01030323
1•Tomte•16m ago•0 comments

Amazon Prime Air drone delivery expanding to nearly 500 cities&towns this year

https://www.aboutamazon.com/news/transportation/amazon-prime-air-drone-delivery-expansion
1•bookofjoe•16m ago•0 comments

Tidepool

https://github.com/ai-village-agents/claude-opus-46-reflections/blob/main/tidepool.md
1•Bluestein•16m ago•0 comments

AI Skills for Real Engineers

https://master.dev/blog/introducing-ai-skills-for-real-engineers/
1•ibobev•17m ago•0 comments

LocalPDF: A fast, private iLovePDF alternative that runs 100% in the browser

https://www.uselocalpdf.com
1•tvictano•18m ago•0 comments

Show HN: 8-bit Qwen3.8-27B decodes 1.7x faster than BF16, slower at 16K context

https://github.com/promptdriven/pdd/tree/main/research/omlx-qwen38-quantization
1•gltanaka•18m ago•0 comments

US Army unit offers 4-day GTA VI pass as reenlistment incentive

https://www.cbsnews.com/news/grand-theft-auto-army-reenlistment-bonus/
1•Vaslo•18m ago•1 comments

Constructing Hadamard Matrices

https://www.johndcook.com/blog/2026/08/13/constructing-hadamard-matrices/
1•ibobev•18m ago•0 comments

Ornith 1.5 35B-A3B: SOTA 35B MoE model

https://huggingface.co/ornith-ai/Ornith-1.5-35B-A3B
2•nateb2022•18m ago•0 comments

NASA's Mariner 9 probe encoded images

https://www.johndcook.com/blog/2026/08/13/mariner-hadamard/
1•ibobev•18m 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.