waitmarks

joined 1 year ago
[–] [email protected] 5 points 1 week ago

You shouldn't be comparing with DIMMs, those are a dead end at this point. CAMMs are replacing DIMMs and what future systems will use.

Intel likely designed Lunar lake before the LPCAMM2 standard was finalized and why it went on package. Now that LPCAMMs are a thing, it makes more sense to use those as they provide the same speed benefits while still allowing user replaceable RAM.

[–] [email protected] 4 points 4 months ago

AWS has multiple teirs of storage options in s3, some replicate and some dont. by default those that do replicate do so in multiple availability zones, but not across regions. unless you turn on cross-region replication (CRR) which is an additional charge.

So, for example without CRR if your bucket is in us-east-1 and 1 availability zone goes down you can still access the data, but if all of us-east-1 is down, you cannot.

[–] [email protected] 27 points 4 months ago (2 children)

As if managers even know what RISC-V is

[–] [email protected] 3 points 5 months ago

Its the server world that is demanding it. For most consumers 4.0 is more than enough, but servers are already maxing out 5.0 and will probably immediately max out 6.0 when devices actually become available.

365
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
[–] [email protected] 5 points 5 months ago

the NSA (which lacks a mandate to act on US soil, and CF is a US company)

They absolutely do have a mandate to operate on US soil, that is actually the main mandate and there is a separate military agency (CNMF) that operates on foreign soil. They are both headed by the same guy though so they might as well just be one agency.

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago)

There is one extra step. I have an 6700xt, and with the docker containers, you just have to pass the environment variable HSA_OVERRIDE_GFX_VERSION=10.3.0 to allow that card to work. For cards other than 6000 series, you would need to look up the version to pass for your generation.

Here's an example compose file that I use for ollama that runs ai models on my 6700xt.

version: '3'
services:
  ollama:
    image: ollama/ollama:rocm
    container_name: ollama
    devices:
      - /dev/kfd:/dev/kfd
      - /dev/dri:/dev/dri
    group_add:
      - video
    ports:
      - "11434:11434"
    environment:
      - HSA_OVERRIDE_GFX_VERSION=10.3.0
    volumes:
      - ollama_data:/root/.ollama

volumes:
  ollama_data:
[–] [email protected] 2 points 6 months ago (2 children)

have you tried the rocm docker containers that amd makes for your needs? it pretty much makes installing rocm on the base OS unneeded for me. https://hub.docker.com/u/rocm https://github.com/ROCm/ROCm-docker

[–] [email protected] 5 points 7 months ago (1 children)

it doesn’t, what this is suggesting is the vpn was routing traffic through it so they could analyze snapchat traffic. not the contents of it but essentially meta analysis of the traffic. how often it was sending data, how much data, where it was going etc.

[–] [email protected] 27 points 9 months ago* (last edited 9 months ago)

If you actually do have decades of fortran experience, work for NOAA. Their weather models are mostly fortran and they need engineers. Specifically the NOAA EPIC contract that i worked on previously definitely needs people knowledgeable in fortran and was 100% work from home. Feel free to DM me if you want more details.

[–] [email protected] 3 points 11 months ago

Are the 320mhz wide channels going to be actually usable in the real world though? wider channels increase chance of interference. That’s why nearly everyone recommends 80mhz wide channels on 5ghz even though 160mhz channels have been available for a while. You dont usually see speed increases in the real world with the 160mhz channels except in specific situations.

[–] [email protected] 9 points 11 months ago (4 children)

You wont want to disable 2.4 and 5GHz on wifi 7. The reason it gets so much higher speeds than 6e is that it can send data on all 3 spectrum simultaneously. If you turn off 2.4 and 5GHz you would essentially be limiting yourself to 1/2 speed.

view more: next ›