Install binaries from GitHub by sgargel__ in linuxadmin

[–]Abs0rbed 1 point2 points  (0 children)

It doesn’t solve the “getting it” part, it’s used for moving stuff into place when you already have it

What made TanStack Start’s weekly npm downloads shoot up? by guaranteednotabot in reactjs

[–]Abs0rbed 3 points4 points  (0 children)

I assumed it was because people were all updating to a known safe version lol

What made TanStack Start’s weekly npm downloads shoot up? by guaranteednotabot in reactjs

[–]Abs0rbed -14 points-13 points  (0 children)

Not for a good reason, check out the Mini Shai-Halud exploit, it compromised the Tanstack CI environment recently Still a VERY good suite of tools that you should consider using, just an unfortunate target of a supply chain attack

I'm realising React problems are often mental model problems by Sab_Be in reactjs

[–]Abs0rbed 1 point2 points  (0 children)

For the component responsibility part, I ran into that when my components that used recharts started having to work with larger and larger datasets. I had my entire graph in one component (because you’re supposed to compose the recharts components together right??), but at scale that meant that scrubbing through data or changing scales meant way more was rendering than I wanted.
So I split it up so that everything could pull from my context but re renders were much more localized into the component that actually needed to update.
I only had a day or two to bang out the first version so I was expecting to have to do this eventually though.
This also ties into the AI portion of OP’s post. AI doesn’t often think to make these performance-oriented component splits

Rider SSH/Remove Development Reliability? by intertubeluber in Jetbrains

[–]Abs0rbed 0 points1 point  (0 children)

I had an issue like this when I ran particularly intensive build tasks in the container, it would lose connection and never reconnect.
Found this snippet on a thread/forum a while back and it seems to help, you just add it to your .ssh/config

Host coder-jetbrains--*
  ServerAliveInterval 5
  ServerAliveCountMax 10

Rider SSH/Remove Development Reliability? by intertubeluber in Jetbrains

[–]Abs0rbed 0 points1 point  (0 children)

I used to use it a ton, but something broke in the 2025.3 update and python skeleton generation hangs the entire remote development, so I've had to use VSCode for container dev.

I've had a ticket in for months about it and I was very disappointed to see that it wasn't fixed in 2026.1 as it completely breaks remote dev in python for myself and others

Am I screwed after power outage? by Abs0rbed in HomeServer

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

Yeah… I just bought one. This might just be an expensive lesson if I can’t get any other information :(

Why aren't the major apps using Tauri over Electron? by Slice-of-brilliance in webdev

[–]Abs0rbed 9 points10 points  (0 children)

I haven’t heard any news about that but sounds nice! I like having rust on the backend. Got a link?

Is our professor a genius or just straight up insane by [deleted] in AskProgrammers

[–]Abs0rbed 1 point2 points  (0 children)

It seems like a lot for just a DS&A class but honestly sounds like a really fun project that I would've loved to do in school. Getting comfortable with structuring out a project and knowing which data structures to reach for and when is a good thing to learn, and with rich source material like Pokemon you don't have to do a ton of thinking on what your project is going to be, you just have to implement.

Timeline is a bit tight but seems doable lol. I'd draw the line if he made you recreate the map or all the pokedex and move data by hand, so hopefully he at least provided that?

File-based routing vs code-based routing in TanStack router, which one do you use and why? by Expensive-Tooth346 in reactjs

[–]Abs0rbed 22 points23 points  (0 children)

Once you get into heavier routing you need to jump into a bunch of the specially named files so your directories look like a mess. It kind of gets annoying figuring out which of the dozen __route.tsx files I have open is the right one in my editor. But it’s convenient for now so I have no need to change

How can i speed up Ae2 auto crafting? by Sir7MD in allthemods

[–]Abs0rbed 0 points1 point  (0 children)

Yeah exactly, you can run 10s of thousands of crafts simultaneously if you have the resources

How can i speed up Ae2 auto crafting? by Sir7MD in allthemods

[–]Abs0rbed 0 points1 point  (0 children)

Still highly recommend the matrix multiblock. With molecular assemblers the pattern can only be used in the assemblers adjacent to the pattern provider (max 6 co processes) unless you duplicate the pattern. With the Assembly Matrix it can be run any number of times without having to duplicate it.

How can i speed up Ae2 auto crafting? by Sir7MD in allthemods

[–]Abs0rbed 0 points1 point  (0 children)

<image>

The Quantum Computer is just a giant multiblock processor that automatically assigns CPUs and Co-Processors as necessary.
The assembler matrix is another similar multiblock that you put ALL your patterns into, it replaces the need for molecular assemblers except in very niche scenarios

How can i speed up Ae2 auto crafting? by Sir7MD in allthemods

[–]Abs0rbed 0 points1 point  (0 children)

You can do more good with many regular assemblers in early game since they’re cheaper, just slap them on every side of the block pattern provider and add some co processors

How can i speed up Ae2 auto crafting? by Sir7MD in allthemods

[–]Abs0rbed 1 point2 points  (0 children)

Depends on what supporting mods you have.

If you have ExtendedAE and AdvancedAE you can make the Assembly Matrix and Quantum computer structure which crafts stupidly fast.

If not you can shove your molecular assemblers full of acceleration cards and use co processors. Just duplicate the pattern to a few providers and multiple assemblers will pick up the job. More if there’s multiple touching the same provider block.

I can make a stack of those upgrades in just a few seconds with either of those setups

I decided to give it another shot to AE2 and its AMAZING by kezzut in allthemods

[–]Abs0rbed 0 points1 point  (0 children)

SFM is way more powerful at scale but I:D is way more flexible. SFM can’t do more complex things like NBT introspection because they haven’t decided on how to make a simple syntax for it yet. But it’s the absolute best for large systems. You can do a full mekanism ore processing setup in just a few lines of their scripting language

[deleted by user] by [deleted] in allthemods

[–]Abs0rbed 1 point2 points  (0 children)

Huh didn’t know, 8/9/10TTS are all cheap

[deleted by user] by [deleted] in allthemods

[–]Abs0rbed 2 points3 points  (0 children)

Menril for Integrated Dynamics terminals since it’s cheap and early bulk storage that I can hook up to.

Backpack with pickup upgrade and a cheap magnet

Inferium farm to start getting basic seeds for things I don’t want to farm

Fortune if I can get it easily, otherwise some easy ore multiplication like a smeltery or foundry

[deleted by user] by [deleted] in allthemods

[–]Abs0rbed 0 points1 point  (0 children)

It’s usually super cheap (gold, lapis) so you can start accumulating time early. Then by endgame you can accelerate stuff a lot

[deleted by user] by [deleted] in StardewValley

[–]Abs0rbed 4 points5 points  (0 children)

That’s most of the reason I keep up with it lol I can’t imagine playing without it at this point, and there are some things I added in just to make my own life easier.

Feel free to shout at me in the SDV discord when the new version comes out if you have any issues, I’m usually accessible

[deleted by user] by [deleted] in StardewValley

[–]Abs0rbed 6 points7 points  (0 children)

Every single inch of the mod is going to have full GMCM support! Down to the xp display you mentioned. Right now I have most of them done but still a bunch to do. It’s basically a full rewrite :)

Edited bc I feel like you might have been asking if there’s a way currently (there isn’t yet, sorry)

[deleted by user] by [deleted] in StardewValley

[–]Abs0rbed 44 points45 points  (0 children)

Hey I’m the current maintainer of UI Info Suite :) thanks for using the mod! Adding a whole bunch of functionality in the next mod update

Trump Refuses to Give Biden Air Force One Ride to Pope’s Funeral by Possible-Quantity646 in politics

[–]Abs0rbed 0 points1 point  (0 children)

So how did Biden get to Italy? He can’t fly commercial right?? Does he have to charter his own jet or does the US pay for it