frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: CLI and MCP for Suunto smartwatches data

https://github.com/tajchert/suuntool
1•tajchert•53s ago•0 comments

xAI Adds 19 New Gas Turbines Despite Ongoing Lawsuit

https://www.wired.com/story/xai-adds-19-new-gas-turbines-despite-ongoing-lawsuit/
3•srameshc•4m ago•0 comments

Bellwether's Hurricane Prediction and Response Tools

https://x.company/blog/posts/bellwetherhurricanetools/
1•michaefe•4m ago•0 comments

Nvidia Is Buying the Chip Supply Chain

https://www.wsj.com/tech/nvidia-is-buying-the-chip-supply-chain-871db5e3
2•fortran77•5m ago•1 comments

Data needed for FOSS gesture typing library

https://github.com/HeliBorg/HeliBoard/wiki/Tutorial:-How-to-Contribute-Gesture-Data
1•thenub•5m ago•0 comments

The Post-Mortem Problem

https://incident.io/blog/the-post-mortem-problem
1•smurda•6m ago•0 comments

Pyrefly 1.0

https://github.com/facebook/pyrefly/releases/tag/1.0.0
2•0x1997•7m ago•0 comments

Hi-Vis: one-shot jailbreak disguised as LLM "software patch" reaching 100% ASR

https://medium.com/@emma-k/a-new-jailbreak-the-hi-vis-attack-26c2f7ec6da6
2•emmakrentz•8m ago•0 comments

OpenAI Supply Co

https://supplyco.openai.com/
1•ajuhasz•10m ago•0 comments

Quack and VGI: Two Approaches to Bringing RPC to DuckDB

https://rusty.today/blog/quack-vgi-two-approaches-rpc-duckdb/
1•rustyconover•15m ago•0 comments

Deadnet Internet Services

http://deadnet.se/
1•marvinborner•18m ago•0 comments

My graduation cap runs Rust

https://ericswpark.com/blog/2026/2026-05-12-my-graduation-cap-runs-rust/
8•ericswpark•21m ago•1 comments

Show HN: Tmux-palette – Raycast-style command palette for tmux

https://www.eduwass.com/blog/tmux-palette/
1•eduwass•22m ago•3 comments

On the Probable Irreversibility of the Kurzweilian Singularity

https://medium.com/@adlumal/on-the-probable-irreversibility-of-the-kurzweilian-singularity-e8d10f...
1•adlumal•26m ago•0 comments

RFC 9959: Careful Resume: Convergence of Congestion Control from Retained State

https://www.rfc-editor.org/rfc/rfc9959.html
2•luu•28m ago•0 comments

You Don't Look Like a Gamer: On Toxicity, Gatekeeping, & Women Who Share Gaming

https://gardinerbryant.com/you-dont-look-like-a-gamer/
2•Kate0CoolLibby•29m ago•0 comments

Net May 19 Starship • Flight 12

https://spaceflightnow.com/launch-schedule/
1•bookmtn•30m ago•1 comments

Influential study touting ChatGPT in education retracted over red flags

https://arstechnica.com/ai/2026/05/influential-study-touting-chatgpt-in-education-retracted-over-...
1•andrei_says_•30m ago•0 comments

Show HN: Outpainting Avatar: The Last Airbender from 4:3 to 16:9

https://bsky.app/profile/markjgx.bsky.social/post/3mlotqveddc2i
1•markjgx•31m ago•0 comments

Canvas hack: Company pays criminals to delete students' stolen data

https://www.bbc.com/news/articles/cdepzg83x87o
1•smurda•31m ago•0 comments

Compressing Scrabble Dictionaries (2014)

https://williame.github.io/post/87682811573.html
1•kristianp•32m ago•0 comments

Compared to What? Baselines and Metrics for Counterfactual Prompting

https://arxiv.org/abs/2605.01048
1•Anon84•33m ago•0 comments

Zoom info charges 15k a year for business leads. I built an alternative using AI

https://dayonelead.com
2•monkeeguy•33m ago•0 comments

Foxconn confirms cyberattack after Nitrogen claims Apple, Nvidia data theft

https://www.theregister.com/cyber-crime/2026/05/12/foxconn-confirms-cyberattack-after-nitrogen-cl...
3•y1n0•37m ago•0 comments

When "idle" isn't idle: how a Linux kernel optimization became a QUIC bug

https://blog.cloudflare.com/quic-death-spiral-fix/
3•sbulaev•39m ago•0 comments

Scaling MCP adoption: Our ref architecture – simpler,safer&cheaper deployments

https://blog.cloudflare.com/enterprise-mcp/
1•Daviey•39m ago•0 comments

What the Heck Is Reflection?

https://www.murathepeyiler.com/what-the-heck-is-reflection/
2•HeliumHydride•39m ago•0 comments

Tesla moves Basic Autopilot features to paid FSD where available

https://electrek.co/2026/05/12/tesla-removes-basic-autopilot-netherlands-fsd-only/
2•y1n0•41m ago•0 comments

Mini Shai-Hulud Is Back: NPM Worm Hits over 160 Packages, Including Mistral

https://www.aikido.dev/blog/mini-shai-hulud-is-back-tanstack-compromised
2•cebert•41m ago•1 comments

The Silence That Meets the Rape of Palestinians

https://www.nytimes.com/2026/05/11/opinion/israel-palestinians-sexual-violence.html
5•Zaheer•43m ago•1 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.