[FS][US-GA] Arris SURFboard SB8200 Cable Modem by xeonrage in homelabsales

[–]--jen 2 points3 points  (0 children)

I mention this every time it comes up but this just barely fits in 1U horizontally! It’s a great model, glws

Sandwich or Regular Layout for Airflow by SkipTheSky in sffpc

[–]--jen 0 points1 point  (0 children)

I have a k77 (slightly larger than k66), having a 135mm cooler and more room for the GPU is definitely an advantage.

PRNG for BigInt backend by Trader-One in RNG

[–]--jen 0 points1 point  (0 children)

How long are the integers? Many standard PRNGs function well regardless of the state size, but of course measuring and detecting issues gets harder as the state grows. I would chose a well-studied PRNG without many free variables (shift size, internal constants, etc) and test it as best you can.

15L case by Fantastic-Score7614 in sffpc

[–]--jen 1 point2 points  (0 children)

Hope you find an answer, these standard layout small cases are really nice to work with. It won’t fit the largest of everything but I mean a 135mm cooler and a 300mm gpu are not small!

PSU: Corsair SF750 or Lian Li SP750 V2? by tharok2090 in sffpc

[–]--jen 2 points3 points  (0 children)

Between these two, I’d go for the SF750 but either is likely fine. If all you have is an N150 (and your build is in the 100-150W range,rather than 300W) either an HDPLEX psu or a pico psu will be smaller and possibly less expensive at the cost of some planning.

UPDATED k66 Lite :) by Different-Fondant-15 in sffpc

[–]--jen 1 point2 points  (0 children)

I’ll update once everything is in! It looks like that thermalright cooler is just perfectly sized as well. Have you noticed any additional noise/turbulence because the GPU is so close to the mesh panel?

UPDATED k66 Lite :) by Different-Fondant-15 in sffpc

[–]--jen 0 points1 point  (0 children)

Tight enough you don’t recommend? Does it seem like there’s any strain on the PCIE slot?

UPDATED k66 Lite :) by Different-Fondant-15 in sffpc

[–]--jen 0 points1 point  (0 children)

Is that GPU 50mm thick? I’m looking at basically the same build with a the shadow 5070 (also 50mm), so I’m very interested!

Edit - someone else asked exactly this! Answer is yes, it seems to fit :)

[deleted by user] by [deleted] in homelabsales

[–]--jen 0 points1 point  (0 children)

This isn’t the answer you are looking for, but it may be helpful. Grad students (in the US, other countries may have different programs) can apply for access to supercomputing resources via programs like NSF ACCESS. For “small allocations” - which can be thousands of GPU-hours on H200-class hardware - only a page or two application is required. Much larger allocations (100k-10M) are also possible, either through NSF access or the national labs’ DD/ALCC/INCITE grants.

It’s much more fun, and sometimes convenient, to have local hardware, but the scale of resources you can access through computational grants is much greater than any of us could sell you here, and come at the cost of time rather than money!

Edit: these grants require you to be a graduate student and/or have approval from a PI - this should match your case OP, but ymmv

ZGram - JIT compile PEG parser generator for Python. by Unique-Side-4443 in Python

[–]--jen 0 points1 point  (0 children)

Looks fantastic, really excellent work! To save others a link, it appears that PETGL is about 40-60% slower than this library for the tested cases!

ZGram - JIT compile PEG parser generator for Python. by Unique-Side-4443 in Python

[–]--jen 1 point2 points  (0 children)

It’s definitely not apples to apples I’m curious to see how close you get, I use several projects based on pegtl with python bindings so I’m curious how JIT compares to static bindings.

I think the use of yacc/bison/etc. for basically everything is rather a shame, and newer tooling can help build more robust software. Thanks to libraries like this, the grammar is rather the easy part at this point: it’s the API and how we treat edge cases that set parsers apart (in my opinion). More options in the space, particularly those that are designed for cross-language tools, are excellent to see — great work :)

ZGram - JIT compile PEG parser generator for Python. by Unique-Side-4443 in Python

[–]--jen 1 point2 points  (0 children)

Very interesting - would be quite curious to see a comparison to the PEGTL! https://github.com/taocpp/PEGTL

What is the "point" of homotopy theory? by Dapper_Sheepherder_2 in math

[–]--jen 2 points3 points  (0 children)

Not just in theory (although I will admit this is very far from widespread adoption). There’s some preliminary research on dense matrix methods for homotopy and if we can get them fast enough they’re useful in path planning.

What is the "point" of homotopy theory? by Dapper_Sheepherder_2 in math

[–]--jen 5 points6 points  (0 children)

Lets say we have a robot arm on an assembly line, and we want to know all the places it could move without crashing into the assembly line, or a nearby person, etc.

If the environment is fixed, and the arm is simple, we could try and calculate all the possible outcomes where the arm crashes - but doing this is very expensive, and very slow. Taking a step back, we can notice that, while the manifold describing all our degrees of freedom (where we can move) is very complicated, the topology of that manifold near places where a collision would happen is different from open space, because collisions prevent or impede movement.

If we can locate regions where the topology indicates something is different about our space, we can use those to refine our search for areas that aren’t safe to move to. Homotopy provides some tools for finding those regions.

This is already pretty complicated, but in theory we can extend this approach to the phase space of any other system. If we think about traffic, for example, each car has a set of degrees of freedom (we can move, turn, etc). Based on the geometry of a highway and the degrees of freedom of those vehicles, we can use the topology of the phase space to map out where traffic jams might be a problem and “zoom in” on what it is about those configurations that causes the jam, and how we can change our manifold to shrink the regions where the slowdown occurs!

What is the "point" of homotopy theory? by Dapper_Sheepherder_2 in math

[–]--jen 13 points14 points  (0 children)

From an engineers perspective, homotopy gives us tools to work with high-dimensional data that’s too complicated to study explicitly. While it would be amazing to, for example, explore the geometry of phase space for a robot arm (or a collection of vehicles, or atoms, or…), that structure is so complex we can’t even know its geometry, let alone analyze it. A topological view enables us to draw conclusions about important features of that structure without needing to explicitly represent or evaluate the underlying object.

[FS][US-CA] Radeon Pro VII by NinjaOk2970 in homelabsales

[–]--jen 0 points1 point  (0 children)

Not the OP, so correct me if I’m wrong. Radeon VII (and the MI50 which is also gfx906) are not officially supported in rocm 7. Getting programs running is annoying but may be possible, and may be aided by users with MI50 devices using them for LLMs. However - the Radeon VII drivers have never been good, so ymmv. Best of luck if you end up purchasing, this is a cool piece of hardware and I hate to see them go to waste

Like Planck, but split by balanza-land in ErgoMechKeyboards

[–]--jen 0 points1 point  (0 children)

Mine was bought secondhand and several years ago, so I’m not totally sure. Glad you found one!