frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Better Vector Search for Long Documents: Chunking Inside Manticore Search

https://manticoresearch.com/blog/auto-chunking/
1•GloriaVinogrado•1m ago•0 comments

Capturing Implicit Feedback from Users

https://langfuse.com/academy/monitoring/capturing-signals
1•clemo_ra•3m ago•0 comments

The White House Tussle to Sway Trump on AI

https://www.wsj.com/tech/ai/inside-the-white-house-tussle-to-sway-trump-on-ai-0043d567
2•tosh•6m ago•0 comments

Introducing GNOME 51, "A Coruña"

https://release.gnome.org/51/
1•coffeeaddict1•7m ago•0 comments

Libinput 1.32 Released with Circular Scrolling Support for Circular Touchpads

https://www.phoronix.com/news/libinput-1.32-Released
1•rbanffy•10m ago•0 comments

ARST ARSW: Star Wars sorted alphabetically (2014) [video]

https://www.youtube.com/watch?v=5GFW-eEWXlc
1•kristianp•11m ago•0 comments

Spiral Galaxies Font

https://erikdemaine.org/fonts/spiralgalaxies/
1•Bluestein•11m ago•0 comments

Noise wants to help everyday people become paid content creators

https://techcrunch.com/2026/09/16/noise-wants-to-help-everyday-people-become-paid-content-creators/
2•soltanov•14m ago•0 comments

Jev means structured output is interesting again

https://www.seangoedecke.com/jev-means-structured-output-is-interesting-again/
1•monkeydust•15m ago•1 comments

Spotify lets parents exclude kids' music from Wrapped and recommendations

https://techcrunch.com/2026/09/15/spotify-finally-lets-parents-exclude-kids-music-from-wrapped-an...
2•soltanov•16m ago•0 comments

Reinventing issue tracking: Local-first and Git-native

https://blog.manganin.dev/blog/reinventing-issue-tracking/
1•mpweiher•17m ago•0 comments

Birdychat Is Now Balsio

https://www.balsio.com/blog/birdychat-is-now-balsio
1•skylurk•18m ago•0 comments

'Born-again' star offers rare chance to watch stellar evolution in real time

https://www.manchester.ac.uk/about/news/born-again-star-offers-rare-chance-to-watch-stellar-evolu...
2•giuliomagnifico•23m ago•0 comments

Show HN: Knowhere-Rebuilds the document structure that chunking throws away

https://github.com/Ontos-AI/knowhere
1•Cindy_Yingxin•23m ago•0 comments

Boox Picco micro e-reader full specs confirmed

https://www.readme.club/news/boox-picco
1•georgefrowny•23m ago•0 comments

Ubuntu 26.10 Amd64v3 Can Provide a Nice Boost for Low-End/Budget Hardware

https://www.phoronix.com/review/ubuntu-2610-amd64v3-lowend
1•rbanffy•29m ago•0 comments

Astra broke a yet unsolved German Army Enigma message from 1941

https://mvueh-enigma-solved.carterl.chatgpt.site/
1•smusamashah•29m ago•2 comments

Nobody pays for open source. We can force them to

https://seldo.com/posts/nobody-pays-for-open-source-we-can-force-them-to/
1•sparshrestha•30m ago•0 comments

Show HN: Speartip.eu – A software launch directory for EU-founders

https://speartip.eu/en/launch
3•janket•30m ago•0 comments

Ray Ozzie and the Optimism of Being Early

https://reproof.app/blog/lotus-notes-history
1•maguay•34m ago•0 comments

An Introduction to Bε-Trees and Write-Optimization [video]

https://www.youtube.com/watch?v=v_g4eZeWAng
1•dchest•36m ago•0 comments

Don't build tools for AI agents

https://www.seangoedecke.com/dont-build-tools-for-ai-agents/
4•gfysfm•43m ago•1 comments

Show HN: Lumikey – Learn to play any YouTube video on the piano

https://lumikey.app/
1•ycombmike•43m ago•1 comments

Show HN: SyntaxCue – local-first AI interview copilot (whisper.cpp and BYOK)

https://syntaxcue.com/how-syntaxcue-captures-system-audio/
1•zetbaur•43m ago•0 comments

Superphenix: A full cloud stack running on your own hardware

https://superphenix.net/
2•mfru•44m ago•0 comments

A DuckDB extension where you can use Jev to do quick classification of rows

https://twitter.com/hamiltonulmer/status/2100370557405667768
1•porridgeraisin•44m ago•0 comments

Show HN: ThreeJS Runtime Performance Optimization Tools for ClaudeCode

https://github.com/wonglok/effectnode-b3-template-code/tree/main/src/runtime-intelligence
2•wonglok831•45m ago•0 comments

Developmental xenocortication using human-derived organoids in mice

https://www.nature.com/articles/s41586-026-11032-2
2•vertigoruntime•46m ago•0 comments

Apple reportedly building server packed with M-series Ultra chips for AI

https://arstechnica.com/ai/2026/09/apple-reportedly-building-server-packed-with-m-series-ultra-ch...
3•rbanffy•46m ago•0 comments

Plasma UI – liquid panels for React that fuse on contact

https://cruxgarden.github.io/plasma-ui/
1•willstepp•47m 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.