frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

'Nature' Retracts Paper on the Benefits of ChatGPT in Education

https://www.404media.co/nature-retracts-paper-on-the-benefits-of-chatgpt-in-education/
1•tjek•24s ago•0 comments

Australia will run an overt command economy by 2040

https://caseyhandmer.wordpress.com/2026/04/16/australia-will-run-an-overt-command-economy-by-2040/
1•surprisetalk•4m ago•0 comments

Show HN: BattleClaws – A battle arena where AI agents fight autonomously

https://battleclaws.ai/
1•bryhaw•4m ago•0 comments

Is Chrome's 4GB "weights.bin" file spyware? The truth behind the viral warnings

https://www.androidauthority.com/google-chrome-weights-bin-ai-model-download-explained-3664043/
1•Brajeshwar•4m ago•0 comments

Granite 4.1 LLMs: How They're Built

https://huggingface.co/blog/ibm-granite/granite-4-1
1•gmays•4m ago•0 comments

A supply of style guides, generated

https://www.designmd.supply/
1•teddyX•4m ago•0 comments

Proprietary Software, Hardware and Protocols Face AI-Driven Security Risk

https://www.infosecurity-magazine.com/blogs/why-software-faces-ai-driven/
4•dwitcher•6m ago•0 comments

Storied Toolmaker Closes Its Last Hometown Plant–and Blames Its Tape Measures

https://www.wsj.com/business/stanley-tools-factory-closes-8bac57ca
1•impish9208•6m ago•1 comments

A Programmer's Guide to Leaving GitHub

https://lord.io/leaving-github/
1•birdculture•7m ago•0 comments

Tell HN: I'm struggling formalizing 15 years of experience to my clodex agent

1•jb_briant•7m ago•0 comments

Show HN: Arden – Runtime policy enforcement and governance for AI agents

https://www.arden.sh/
2•rishabtandon•9m ago•0 comments

Solar activity above 67% peak makes space debris fall faster

https://www.frontiersin.org/news/2026/05/06/frontiers-astronomy-space-sciences-space-debris-orbit...
1•giuliomagnifico•10m ago•0 comments

Writers Are Going to Extremes to Prove They Didn't Use AI

https://www.wsj.com/tech/ai/writers-are-going-to-extremes-to-prove-they-didnt-use-ai-46e7c3f7
1•fortran77•10m ago•1 comments

DeepMind Takes Minority Stake in Maker of 'EVE Online', will get training data

https://www.bloomberg.com/news/articles/2026-05-06/google-deepmind-takes-minority-stake-in-maker-...
1•htrp•10m ago•0 comments

Show HN: AP-quiz.com – 23 AP subjects, practice AP on the go

https://ap-quiz.com
1•coolwulf•10m ago•0 comments

Most vibe-coded tools are not for you

https://passo.uno/tools-slop-is-a-problem/
1•theletterf•11m ago•0 comments

PanicMode – freezes broken Linux processes instead of killing them

https://github.com/BorisYamp/panicmode
1•borisyamp•11m ago•0 comments

Against DNSSEC (2015)

https://sockpuppet.org/blog/2015/01/15/against-dnssec/
1•jamilbk•11m ago•0 comments

OmniConvert: A private, token-based online converter for 50 file types

https://www.omniconvert.cloud
1•AlexBahlk•15m ago•0 comments

EVO SATA 2.5 inch 2TB SSD $1039.99

https://www.samsung.com/us/memory-storage/sata-ssd/870-evo-sata-2-5-ssd-2tb-sku-mz-77e2t0b-am/
3•paulnpace•16m ago•2 comments

Debategle: A new ranked Omegle like debate platform

https://debategle.com/
1•sawsymikey•16m ago•0 comments

"AI systems do not understand": New report flags systemic failures in AI coding

https://thenewstack.io/acm-vibe-coding-ai-agent/
2•Brajeshwar•17m ago•0 comments

Desktop Tracking Software: The Smart Way to Track Your Activities at Work

https://yakihonne.com/article/naddr1qvzqqqr4gupzqvcy9tkh3xq8x5m7mdsqxx7mcylxxrj8hdj6psdy89g8jaa2e...
1•jameswar0202•17m ago•0 comments

Detecting email service providers from raw Gmail headers

https://chromewebstore.google.com/detail/email-detective/jmflpchhakbogamlbfmlkglnpgfbhidl
1•onlito•18m ago•0 comments

Pure-Swift, cross-platform reimplementations of CLI tools for working with repos

https://github.com/Cocoanetics/SwiftPorts
2•ingve•18m ago•0 comments

Show HN: I'm 18 and built TacticMax, a free offline chess tactics app

https://tacticmax.netlify.app/
1•tacticmax_dev•19m ago•1 comments

Archestra LLM Gateway Now Supports All Types of LLM Auth

https://archestra.ai/blog/llm-proxy-auth-overview
3•motakuk•20m ago•0 comments

Ford factory workers get 40-hour week

https://www.history.com/this-day-in-history/may-1/ford-factory-workers-get-40-hour-week
1•gmays•21m ago•0 comments

UK 'invention agency' grants £50M of public money to US tech and VC firms

https://www.theguardian.com/technology/2026/may/03/uk-invention-agency-aria-pledges-70-million-pu...
1•ryangibb•22m ago•0 comments

I refused to pay $50/mo for a CSV to quickbooks converter, so I built it

https://www.csvtoquickbooks.com/
1•Loliyo•22m 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•12mo ago

Comments

mcfriendsy•12mo 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.