HackerTrans
TopNewTrendsCommentsPastAskShowJobs

open-paren

no profile record

Submissions

Claude Code Buddy Creator

carter.works
1 points·by open-paren·il y a 3 mois·2 comments

GPT-5.2-codex is now available via API

platform.openai.com
2 points·by open-paren·il y a 6 mois·0 comments

FEX-emu – Run x86 applications on ARM64 Linux devices

fex-emu.com
304 points·by open-paren·il y a 8 mois·138 comments

comments

open-paren
·il y a 3 mois·discuss
Example

   ┌──────────────────────────────────┐
   │ UNCOMMON BLOB                 ** │
   │                            * / - │
   ├──────────────────────────────────┤
   │                                  │
   │              .----.              │
   │             ( *  * )             │
   │             (      )             │
   │              `----'              │
   ├──────────────────────────────────┤
   │ DEBUGGING xxxxxxx-----------  39 │
   │ PATIENCE  xxxxxx------------  32 │
   │ CHAOS     xxx---------------  19 │
   │ WISDOM    xxxxxxxxxxxxxxxx--  90 │
   │ SNARK     xxxx--------------  22 │
   ├──────────────────────────────────┤
   │ TOT 202               hackernews │
   └──────────────────────────────────┘
open-paren
·il y a 3 mois·discuss
I extracted the /buddy generator from the claude code source code leak. I will probably update some things once the official release is completed tomorrow. But until then, you can use the site to see all the potential buddies.

Uses pretext (https://github.com/chenglou/pretext) for the text layout
open-paren
·il y a 4 mois·discuss
The creator of fff.nvim[0], Dmitriy Kovalenko, had an interesting analysis of this on Xitter[1]. The TL;DR of this is that Anysphere/Cursor is being somewhat disingenuous and does not include the index-creation and recreation time in the comparison nor do they include the CPU or memory overhead, where rg (and his tool, fff.nvim) are indexless.

---

0: https://github.com/dmtrKovalenko/fff.nvim

1: http://x.com/i/article/2036558670528651264
open-paren
·il y a 6 mois·discuss
It’s been done before

https://every.to/diplomacy (June 2025)
open-paren
·il y a 6 mois·discuss
I've been using a webapp I build to do the same thing, and I've really enjoyed it.

https://yazzy.carter.works/

Example: https://yazzy.carter.works/https://paulgraham.com/submarine....

https://github.com/carterworks/yazzy

It uses Steph Ango's/kepano's defuddle under the hood.

The live version is hosted on a single free-tier fly.io node, but it is easily self-hosted.
open-paren
·il y a 7 mois·discuss
And podman systemd quadlets yet another

https://docs.podman.io/en/latest/markdown/podman-systemd.uni...
open-paren
·il y a 8 mois·discuss
> 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.
open-paren
·il y a 3 ans·discuss
Jet.com, before it was bought by Wal*Mart, used to do this.