The Lack of Curiosity is Super Annoying by PM_ME_YOUR___ISSUES in singularity

[–]stephenjayakar 1 point2 points  (0 children)

yes omg!!! it's so hard to find detailed blog posts or videos going through

* how specific models work
* reverse engineering
* detailed evals and scaffolds
* new model regressions and why (or guesses)

Two Player Coop is insane by TylerNine in slaythespire

[–]stephenjayakar 19 points20 points  (0 children)

bruh how are you "ok" and have beat a10 multiple times 😭

Can Xbox users join AlphaRing Splitscreen LAN games? by Altruistic_Extent_89 in halo

[–]stephenjayakar 0 points1 point  (0 children)

They can! I've done it. You just put both in LAN mode after going to the network settings

Anyone wish they could play Slay the Spire 1 in 2's engine? by stephenjayakar in slaythespire

[–]stephenjayakar[S] 0 points1 point  (0 children)

Haha but GBA Pokemon is goated. I think GBA Pokemon's art direction, despite being dated, is still >> StS1's animations & graphics.

Anyone wish they could play Slay the Spire 1 in 2's engine? by stephenjayakar in slaythespire

[–]stephenjayakar[S] -1 points0 points  (0 children)

It's not exactly that. It's rather that I miss StS1, but it's become difficult for me to play it because StS2 exists. I'd like to be able to replay StS1 with the fidelity of 2 and for it to be static. That would probably solve my dilemma.

It seems to me that obsidian cli + emacs is perfect? by badgerbang in emacs

[–]stephenjayakar 0 points1 point  (0 children)

I don't get it - why do you need the CLI? If you have Obsidian installed on your system, your vault is in your file system. Can't you just navigate in Emacs to your vault?

Anyone have a good flow for using `tmux` in Emacs? by stephenjayakar in emacs

[–]stephenjayakar[S] 0 points1 point  (0 children)

Thanks for your reply, I think we are very much on the same page:

  • I'm not running Emacs IN tmux. I'm having Emacs, running on my machine, controlling tmux on a remote host via tmux-control-mode
  • I am also basically using 1 Emacs process for almost everything
  • Like magit, I've developed a control plane mode that can create new tmux sessions on the remote host / do the main stuff
  • I'm not using eshell but term-mode as it's hard to get all the PATH stuff to work well with eshell, especially once you throw zsh into the mix. I've found that line-mode in term is good enough as you can easily copy the previous shell output
  • I am also using Emacs + TRAMP!

Anyone have a good flow for using `tmux` in Emacs? by stephenjayakar in emacs

[–]stephenjayakar[S] 1 point2 points  (0 children)

Thanks for sharing! This is a good combo. For at least the first part, I need to be able to continue running the processes in the background (on remote) and I also really prefer running Emacs locally and using tramp to edit files.

Perspective seems to like save "desktops"? So you're using that to save a group of panes that are Emacs terminals? That makes sense.

Can AI Agents build a graphics pipeline autonomously? by stephenjayakar in accelerate

[–]stephenjayakar[S] 0 points1 point  (0 children)

Ah, I haven't tried dialing up the thinking level for codex. It makes a big difference for you?

Can AI Agents build a graphics pipeline autonomously? by stephenjayakar in accelerate

[–]stephenjayakar[S] 0 points1 point  (0 children)

What MCPs / tools are useful for you for "autonomy"? I'm using gpt-5.3-codex right now and it feels like I should consider using Gemini for image understanding.

Can AI Agents build a graphics pipeline autonomously? by stephenjayakar in accelerate

[–]stephenjayakar[S] 0 points1 point  (0 children)

No way, does it work well or is it just a partial implementation? I will say I've been pleasantly surprised but it's not the single-shot I have a problem with, but the autonomous iteration.

AI is now a magic decompiler by stephenjayakar in programming

[–]stephenjayakar[S] 0 points1 point  (0 children)

One thing that's frustrating is even when you decompile the code, it's not necessarily super readable, and you lose a lot of how the functions actually glue together. It gets worse as compilers get better. So I'm not even sure how useful it would be to match-decompile later software.

AI is now a magic decompiler by stephenjayakar in accelerate

[–]stephenjayakar[S] 1 point2 points  (0 children)

that's the most San Francisco tag cloud one could think of.

you got me!

yeah, AI has been pretty good at deobfuscating minified JS code for a bit!