frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: What doesn't Tesla let passengers fly a virtual drone around their car?

1•amichail•41s ago•0 comments

Weibo

https://huggingface.co/WeiboAI/VibeThinker-1.5B
1•salkahfi•42s ago•0 comments

Linux Process Priorities Demystified

https://sigma-star.at/blog/2022/02/linux-proc-prios/
2•Deeg9rie9usi•5m ago•0 comments

I replaced Mathematica with this free and open-source alternative

https://www.howtogeek.com/i-replaced-mathematica-with-this-free-and-open-source-alternative/
1•mkoeppe•7m ago•0 comments

GPT-5.1 Instant and GPT-5.1 Thinking System Card Addendum

https://openai.com/index/gpt-5-system-card-addendum-gpt-5-1/
2•wertyk•12m ago•0 comments

Elon Musk Unveiled – The Tesla Experiment (Trailer)

https://variety.com/2025/film/global/elon-musk-unveiled-documentary-trailer-whistleblowers-123657...
1•kejaed•13m ago•0 comments

OpenAI's viability called into question by reported spending with Microsoft

https://www.theregister.com/2025/11/12/openai_spending_report/
4•beardyw•16m ago•1 comments

Kaarya AI: Run Your Business on Autopilot

https://www.kaaryaai.com/
1•vishvendra•16m ago•1 comments

Show HN: KV Marketplace – share LLM attention caches across GPUs like memcached

https://github.com/neelsomani/kv-marketplace
1•nsomani•17m ago•1 comments

House Democrats release new Epstein emails referencing Trump

https://abcnews.go.com/Politics/house-democrats-release-new-epstein-emails-referencing-trump/stor...
4•surprisetalk•17m ago•0 comments

I built a compute cluster managed from a single Git repository

https://blog.haschek.at/2025/ultimate-raspberry-pi-gitops-cluster.html
1•geek_at•18m ago•0 comments

Trump in Epstein meltdown as controversial GOP lawmaker rushed to Situation Room

https://www.dailymail.co.uk/news/article-15285297/Trump-Epstein-meltdown-glamorous-GOP-lawmaker-r...
4•Bender•20m ago•0 comments

Sudo-Rs Affected by Multiple Security Vulnerabilities

https://www.phoronix.com/news/sudo-rs-security-ubuntu-25.10
2•wahern•21m ago•0 comments

Ask HN: Would you use an app that lets you sell/delegate your shareholder votes?

1•vinny380•21m ago•1 comments

Tickets to Commits: What IT Work Taught Me About Writing Code

https://spin.atomicobject.com/it-work-writing-code/
1•philk10•21m ago•0 comments

Android Developer Verification Discourse

https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6
1•flykespice•22m ago•0 comments

Ditch your (mut)ex, you deserve better

https://chrispenner.ca/posts/mutexes
1•ibobev•22m ago•0 comments

Could the internet go offline? The fragile system holding the world together

https://www.theguardian.com/technology/2025/oct/26/internet-infrastructure-fragile-system-holding...
2•edward•22m ago•0 comments

Building Feature Flags System: From Simple Toggles to Complex Rules

https://skoredin.pro/blog/golang/feature-flags-system
1•ibobev•23m ago•0 comments

How much does it cost to make a video game?

https://hushcrasher.substack.com/p/how-much-does-it-cost-to-make-a-video
1•superMayo•23m ago•0 comments

Common Ground Between AI 2027 and AI as Normal Technology

https://asteriskmag.substack.com/p/common-ground-between-ai-2027-and
1•cjbarber•23m ago•0 comments

Sass: The CSS Preprocessor That Survived the Apocalypse

https://en.andros.dev/blog/e9ded1a5/sass-the-css-preprocessor-that-survived-the-apocalypse/
1•ibobev•23m ago•0 comments

You're posting too fast. Please slow down. Thanks

https://www.meta.com/
1•STUPIDREPLYS•23m ago•0 comments

Zen and the Art of Motorcycle Maintenance and Generative AI

https://bersas.substack.com/p/zen-and-the-dance-of-generative-ai
1•elog08•25m ago•0 comments

Toyota opens the doors to its first EV battery plant in the US

https://electrek.co/2025/11/12/toyota-opens-first-ev-battery-plant-in-the-us/
1•breve•27m ago•0 comments

Show HN: SecurVO – Compliance management for service businesses

https://securVO.com
1•AaronKushner•28m ago•0 comments

Nextcloud to invest €250M euros until 2030

https://nextcloud.com/blog/nextcloud-community-sovereignty-for-everyone/
1•doener•28m ago•0 comments

Pool tables in NYC – every spot, mapped

https://pooltables.nyc/
1•Amorymeltzer•29m ago•0 comments

A Carnivorous 'Death Ball' Has Emerged from the Deep

https://www.popularmechanics.com/science/animals/a69234817/carnivorous-death-ball/
1•Amorymeltzer•30m ago•0 comments

How many of you have lost money due to choosing the wrong AI model?

https://architectgbt.com
1•pbopps•32m ago•1 comments
Open in hackernews

FEX-emu – run x86 applications on ARM64 Linux devices

https://fex-emu.com/
5•open-paren•1h ago

Comments

open-paren•1h ago
> FEX allows you to run x86 applications on ARM64 Linux devices, similar to qemu-user and box64. It offers broad compatibility with both 32-bit and 64-bit binaries, and it can be used alongside Wine/Proton to play Windows games.

> It supports forwarding API calls to host system libraries like OpenGL or Vulkan to reduce emulation overhead. An experimental code cache helps minimize in-game stuttering as much as possible. Furthermore, a per-app configuration system allows tweaking performance per game, e.g. by skipping costly memory model emulation. We also provide a user-friendly FEXConfig GUI to explore and change these settings.

> On the technical side, FEX features an advanced binary recompiler that supports all modern extensions of the x86(-64) instruction set, including AVX/AVX2. The heart of this recompiler is a custom IR that allows us to generate more optimized code than a traditional splatter JIT. A comprehensive system call translation layer takes care of differences between the emulated and host operating systems and implements even niche features like seccomp. A modular core enables FEX to be used as a WoW64/ARM64EC backend in Wine.

Used by the new Steam Frame (https://store.steampowered.com/sale/steamframe) which is an ARM64 Snapdragon 8 Gen 3 that will run PC and PCVR gaming titles.