this post was submitted on 01 Jul 2024
103 points (87.1% liked)

Technology

57448 readers
4320 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/17489781

you are viewing a single comment's thread
view the rest of the comments
[–] henfredemars@infosec.pub 61 points 1 month ago* (last edited 1 month ago) (9 children)

This is some really expensive hardware for a processor that's a couple generations behind in performance.

Also, I'm surprised these can be shipped to the US. I thought this tech was sanctioned or something related to it, or perhaps, it might soon be.

EDIT: Ah, looks like it's legal to purchase even as an entry on the US Entity List, but I am not a lawyer.

[–] exanime@lemmy.today 4 points 1 month ago (7 children)

Less than $400 for mobo, cpu and fan is not expensive even if it's a couple of gens behind

[–] Rinox@feddit.it 6 points 1 month ago (1 children)

I mean, it's a 4 core MIPS CPU, tops out at 2.5GHz and apparently compares to an i3 10100F, which is pretty much "reheated Skylake". This with native code.

It can translate x86 and ARM code in theory, but I can imagine the performance degradation. You can buy this if you want, I know I won't

[–] eleitl@lemm.ee 1 points 1 month ago (1 children)

If it runs Linux no need to translate anything. It's been a while since I ran Unix on a MIPS CPU but it should just work.

[–] Rinox@feddit.it 2 points 1 month ago (1 children)

Not every app on Linux is compiled for MIPS, or am I wrong? I mean, technically Windows 8 RT could run natively on ARM without problems, except you couldn't run any apps, which made the whole thing 100% useless.

Unless every app can run natively, you'll always have to run some sort of translation layer, either in software, hardware or both. That layer will have native performance.

[–] eleitl@lemm.ee 3 points 1 month ago (1 children)

In a Linux distribution for a particular architecture all code is compiled to the underlying CPU architecture. Packages can also be built from source.

Proprietary software is different since it doesn't give you the freedom to build things from scratch. There are emulators, of course, but they all fundamentally suck.

[–] rottingleaf@lemmy.zip 3 points 1 month ago (1 children)

In a Linux distribution for a particular architecture all code is compiled to the underlying CPU architecture. Packages can also be built from source.

Not all code is written portable. Say, many things won't compile or won't work under PPC64.

MIPS64 is not a very common architecture today. We know XOrg, FVWM and Emacs will probably work, so I expect this thing to be usable for many things. But not just as good as Linux on amd64.

[–] eleitl@lemm.ee 1 points 1 month ago

https://www.debian.org/ports/mips/ supports Loongson 3 so it seems everything I'd need is in the green.

load more comments (5 replies)
load more comments (6 replies)