217
submitted 10 months ago by schizoidman@lemmy.ml to c/technology@lemmy.ml
top 50 comments
sorted by: hot top controversial new old
[-] Heavybell@lemmy.world 52 points 10 months ago

Why is everything RISC-V some low power device, I want a workstation with PCIe 5.0 powered by RISC-V.

[-] morrowind@lemmy.ml 36 points 10 months ago

Cause it's immature and low power devices are easier

[-] ExLisper@linux.community 5 points 10 months ago

What needs to be improved? The standards or manufacturing?

[-] oo1@kbin.social 11 points 10 months ago

I'd guess they'd need to figure out whatever apple did with it's arm chips.
efficient use of many-cores and probably some fancy caching arrangement.

It'll may also be a matter of financing to be able to afford (compete with intel, apple, amd, nvidia) to book the most advanced manufacturing for decent sized batches of more complex chips.

Once they have proven reliable core/chip designs , supporting more products and a growing market share, I imagine more financing doors will open.

I'd guess risc-v is mostly financed by industry consortia maybe involving some governments so it might not be about investor finance, but these funders will want to see progress towards their goals. If most of them want replacements for embedded low power arm chips, that's what they're going to prioritise over consumer / powerful standalone workstations.

[-] duncesplayed@lemmy.one 2 points 10 months ago* (last edited 10 months ago)

At a minimum they've got to design a wider issue. Current high-performance superscalar chips like the XuanTie 910 (what this laptop's SoC are built around) are only triple-issue (3-wide superscalar), which gives a theoretical maximum of 3 ipc per core. (And even by RISC standards, RISC-V has pretty "small" instructions, so 3 ipc isn't much compared to 3 ipc even on ARM. E.g., RISC-V does not have any comparison instructions, so comparisons need to be composed of at least a few more elementary instructions). As you widen the issue, that complicates the pipelining (and detecting pipeline hazards).

There's also some speculation that people are going to have to move to macro-op fusion, instead of implementing the ISA directly. I don't think anyone's actually done that in production yet (the macro-op fusion paper everyone links to was just one research project at a university and I haven't seen it done for real yet). If that happens, that's going to complicate the core design quite a lot.

None of these things are insurmountable. They just take people and time.

I suspect manufacturing is probably a big obstacle, too, but I know quite a bit less about that side of things. I mean a lot of companies are already fabbing RISC-V using modern transistor technologies.

load more comments (1 replies)
[-] oo1@kbin.social 21 points 10 months ago

I think that's the whole point of all risc - it saves power over cisc but may take longer to compute some tasks.

That'd be why things like phones with limited batteries often prefer risc.

[-] jdaxe@infosec.pub 6 points 10 months ago

That's true for small and simple microcontrollers, but larger and more complicated ones can theoretically implement macro operation fusion in hardware to get similar benefits as CISC architectures

load more comments (4 replies)
[-] wiki_me@lemmy.ml 17 points 10 months ago

milk-v is going to release a pretty powerful system, iirc i read it will be released in about 10 months, ventana also reportedly will release a server cpu in 2024.

[-] agressivelyPassive@feddit.de 3 points 10 months ago

Given that sifive just effectively fired everyone, this might fall flat.

load more comments (1 replies)
[-] Heavybell@lemmy.world 2 points 10 months ago

That's the sort of thing I am interested in seeing, thanks! :)

[-] skilltheamps@feddit.de 9 points 10 months ago

It takes time, as it all is under heavy development. Just since very recently there are risc v sbc available that can run linux - before it was pretty much microcontrollers only. Be patient :)

load more comments (1 replies)
[-] notthebees@reddthat.com 8 points 10 months ago

It's probably what's available without costing several kidneys.

[-] Suoko@feddit.it 7 points 10 months ago

Risc-v is still 50% slower than an unisoc SOC.

[-] merthyr1831@lemmy.world 6 points 10 months ago

RISC-V is advancing pretty quickly. I imagine we'll see desktop class CPUs within a decade.

[-] qaz@lemmy.world 3 points 10 months ago* (last edited 10 months ago)

There is the 64 core, 32-128GB DDR4 Milk-V Pioneer, but it uses PCIe 4.0

load more comments (8 replies)
[-] anachronist@midwest.social 16 points 10 months ago

Does the trackpoint work like an old IBM thinkpad? If so this would be a really neat computer.

[-] Evil_Shrubbery@lemm.ee 10 points 10 months ago

It's called a nipple. And yes.

[-] Secret300@sh.itjust.works 10 points 10 months ago

I've always called it the clit

[-] bingbong@lemmy.dbzer0.com 6 points 10 months ago
[-] Secret300@sh.itjust.works 2 points 10 months ago

More like it found me

[-] Frederic@beehaw.org 5 points 10 months ago

We call it the clito in France, I have one on my Lenovo keyboard

[-] anachronist@midwest.social 4 points 10 months ago

Do you have one? The Thinkpad trackpoint was great but no other company that put a "nub/nipple" on their laptops was as good. I think IBM put a lot of effort into that device and whatever knockoffs Dell, HP etc were using were clumsy and uncomfortable in comparison.

[-] Squirrel@thelemmy.club 12 points 10 months ago

Are netbooks making a comeback?

[-] aperson@beehaw.org 7 points 10 months ago

Man, I hope. I haven't had as much fun on a computer as I did with my eepc701.

[-] trash80@lemmy.dbzer0.com 6 points 10 months ago

I think chromebooks finally convinced people that there is a niche for them and they don't need to run windows.

[-] merthyr1831@lemmy.world 2 points 10 months ago

Loved my netbook back in the day. put major hours into roblox on that bih

[-] supersane@lemmy.ml 7 points 10 months ago

Does RISC-V have security benefits since it is open source? Is it easier to detect hardware backdoors if it is used instead of x86 or ARM?

[-] intrepid@lemmy.ca 8 points 10 months ago

RISC-V instruction set (ISA) is open source. But the actual implementation (microarchitecture) has no such obligations. And among the implementations that can run Linux, none (that I know) are open source designs.

With regards to hardware backdoors - no, closed source RISC-V implementations are not easier than x86 or ARM to audit for security.

[-] ReakDuck@lemmy.ml 6 points 10 months ago* (last edited 10 months ago)

I think the CPU chips themselves are closed source but the architecture is open under MIT so this means anyone can close them

[-] jpablo68@mujico.org 7 points 10 months ago
[-] merthyr1831@lemmy.world 3 points 10 months ago

Yup they have an image based on Debian

load more comments (1 replies)
[-] aperson@beehaw.org 2 points 10 months ago

Debian supports risc-v

[-] fuckwit_mcbumcrumble@lemmy.world 6 points 10 months ago

The Pad 4A is a bit more interesting to me. 1280x800 is really awful in 2023. But the pad 4A has a 10" 1920x1200 display which would be so much nicer in a small form factor laptop.

[-] notthebees@reddthat.com 5 points 10 months ago

While I agree with you with the 16:10 display being nicer, in terms of size. 1280x800 isn't bad once you take into consideration of screen size. Like the ppi for both displays are in the low 200s. A 1080p 15.6 in display has a lower ppi than both of those.

[-] fuckwit_mcbumcrumble@lemmy.world 5 points 10 months ago

To me it’s less about the PPI and more the ability to fit things on the screen.

1280x800 is just small enough that that certain elements might not fit on the screen. Or if they do they just barely fit with no wiggle room. 1920x1200 is probably unreadable to even freaks like me (I run 150% scaling on a 16” 4K display) but it gives me the option to turn off/down scaling and actually fit things when needed.

load more comments (1 replies)
load more comments (3 replies)
[-] Gork@lemm.ee 6 points 10 months ago

Hmmm I wonder if it's possible to hack together that tiny keyboard together with a Steam Deck...

[-] autotldr@lemmings.world 5 points 10 months ago

This is the best summary I could come up with:


Known as the Lichee Console 4A, the laptop features a display size of just 7 inches, 16GB of memory, and an LM4A TH1520 processor.

Despite its small size, the Lichee Console 4A packs the features and functionality that you'd generally expect from a mainstream x86 laptop in this price range: LPDDR4X memory, 128GB of eMMC storage, and an optional external NGFF SSD.

Display-wise, the video resolution of the 7-inch display is 1280 x 800 featuring capacitive touch touchscreen support, plus a mini HDMI port for external monitor output.

There's also a 2MP front camera that should suffice for basic web calling.

Additionally, there's also a microSD slot reader, which can expand the device's storage on top of what it already has.

Other miscellaneous specs include a battery capacity of 3000mAh, RedPoint (seemingly a copy of Lenovo's TrackPoint), a 72-key keyboard, an aluminum outer shell, and a weight of 650 grams.


The original article contains 295 words, the summary contains 150 words. Saved 49%. I'm a bot and I'm open source!

[-] Toes@ani.social 5 points 10 months ago

How well can it play Minecraft theoretically?

[-] Suoko@feddit.it 2 points 10 months ago

Geekbench score is not bad

load more comments (6 replies)
[-] InternetTubes@kbin.social 3 points 10 months ago

Perfectly balanced, as all things should be.

[-] Certainity45@lemmy.ml 3 points 10 months ago

Any estimation on the battery life?

load more comments
view more: next ›
this post was submitted on 24 Oct 2023
217 points (97.8% liked)

Technology

34382 readers
340 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS