frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Academics Need to Wake Up on AI

https://www.popularbydesign.org/p/academics-need-to-wake-up-on-ai
2•barry-cotter•5m ago•1 comments

The reinvention of tradition: charismatic leadership in Silicon Valley

https://www.tandfonline.com/doi/epdf/10.1080/1600910X.2026.2666346
1•kome•7m ago•0 comments

Reverse-engineering the 1998 Ultima Online demo server

https://draxinar.github.io/articles/2026-05-01-uodemo-reverse-engineering.html
2•notsentient•8m ago•0 comments

Singapore introduces caning for boys who bully others at school

https://www.theguardian.com/world/2026/may/06/singapore-caning-school-bullies
1•rustoo•10m ago•0 comments

Bottlenecks and Productivity

https://calnewport.com/on-bottlenecks-and-productivity/
1•tapanjk•11m ago•0 comments

Google DeepMind workers vote to unionize over military AI deals

https://www.wired.com/story/google-deepmind-workers-vote-to-unionize-over-military-ai-deals/
1•ascorbic•14m ago•0 comments

RFK Jr. plans to curb antidepressants, which he falsely compares to heroin

https://arstechnica.com/health/2026/05/rfk-jr-plans-to-curb-antidepressants-which-he-falsely-comp...
2•rbanffy•21m ago•0 comments

Complete .de TLD was off-line for 4 hours

https://blog.denic.de/en/denic-reports-dnssec-disruption-affecting-de-domains/
2•teekert•22m ago•2 comments

Reflections on the motive power of heat (1890)

https://gutenberg.org/cache/epub/78610/pg78610-images.html
1•petethomas•25m ago•0 comments

Ask HN: Is the future everyone having 100 MCP processes running on their PC?

1•ex-aws-dude•26m ago•0 comments

Integrate Cashfree Payments in less than 7 minutes

https://tech.cashfree.com/building-cashfree-agent-skills-a-task-aware-knowledge-layer-for-ai-codi...
1•shritama_saha•30m ago•0 comments

Gitea Runner 1.0.0 is released

https://blog.gitea.com/release-of-runner-1.0.0/
2•jandeboevrie•31m ago•0 comments

Second Circuit Sidesteps "Server Test" in Embedded Video Copyright

https://natlawreview.com/article/second-circuit-sidesteps-server-test-embedded-video-copyright-ru...
1•petethomas•36m ago•0 comments

Some deaf children are hearing again because of a new gene therapy

https://www.vox.com/future-perfect/487590/gene-therapy-crispr-deafness-food-and-drug-administration
1•yanis_t•37m ago•0 comments

A game-changer for good health? Scientists believe 'we are when we eat'

https://www.theguardian.com/commentisfree/2026/may/05/game-changer-good-health-scientists-we-are-...
3•akbarnama•37m ago•0 comments

Can language models rebuild programs from scratch?

https://programbench.com
2•beau•40m ago•1 comments

American History X was a hit but ego blew my career, says director

https://www.thetimes.com/culture/film/article/tony-kaye-edward-norton-american-history-x-zbwcg7chq
1•petethomas•42m ago•0 comments

The guide to RL environments: building and scaling them in the LLM era

https://huggingface.co/spaces/AdithyaSK/rl-environments-guide
2•babelfish•49m ago•0 comments

Show HN: Cargo-affect – Plan affected Rust workspace tests from a Git diff

https://github.com/lightsofapollo/cargo-affect
1•lightsofapollo•50m ago•0 comments

Pennsylvania sues Character.AI over claims chatbot posed as doctor

https://www.npr.org/2026/05/05/nx-s1-5812861/characterai-chatbot-medical-advice-pennsylvania-lawsuit
2•geox•57m ago•0 comments

Math Behind "AI Will Replace Engineers" Is Embarrassingly Wrong

https://www.youtube.com/watch?v=ItSLny8on5I
2•amcorvi•58m ago•0 comments

ReMarkable Paper Pure with Marker

https://www.aucklanddutyfree.co.nz/remarkable-paper-pure-with-marker.html
1•hboon•59m ago•0 comments

Carbon pollution is making food less nutritious and risking health of billions

https://www.washingtonpost.com/climate-environment/interactive/2026/carbon-pollution-diluting-key...
2•JeanKage•1h ago•0 comments

Apple settles lawsuit admitting Apple Intelligence isn't here yet

https://www.reuters.com/legal/litigation/apple-settles-lawsuit-over-late-siri-ai-features-250-mil...
5•oofbey•1h ago•1 comments

Show HN: I Built a Retro Survival RPG in Vanilla JavaScript

2•jasonkester•1h ago•2 comments

Behavior-Oriented Concurrency for Python

https://microsoft.github.io/bocpy/
3•mpweiher•1h ago•0 comments

Attackers are cashing in on fresh 'CopyFail' Linux flaw

https://www.theregister.com/2026/05/05/cisa_sounds_the_alarm_on/
4•pjmlp•1h ago•0 comments

The Schneider float32 byte order isn't in the spec, and other Modbus surprises

https://gist.github.com/PhilYeh1212/227a35b12236f1f37dfea0405b12be2b
2•PhilYeh75•1h ago•0 comments

Generative UI Browser

https://github.com/manupareekk/generative-ui-browser
5•manupareek•1h ago•3 comments

You built the product. Now test if people want it

https://www.viral.ad/
3•cjdesignstudio•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•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.