liliputing.com

maculata , to Right to Repair in iFixit ends self-repair collaboration with Samsung, because Samsung was not committed to it

Samsung has been leading the charge towards enshittification for many years.

aasatru ,
@aasatru@kbin.earth avatar

A dominant market position will do that to you, it seems.

zcd , to Technology in Framework open sources the 3D CAD design files for its modular 16 inch laptop
Tylerdurdon ,

Damn man, Tiger looks higher than hell in that pic.

zcd ,
kaboom36 , to Technology in Framework open sources the 3D CAD design files for its modular 16 inch laptop
@kaboom36@ani.social avatar

Here's hoping this helps with getting a thinkpad keyboard into one of these things, I love my t420 to bits but sooner or later I'd like something a bit more efficient

ChanSecodina ,

I went with a Thinkpad for my most recent upgrade but I really, really wanted a Framework. If there was a straightforward trackpoint keyboard kit available for the Framework I’d be all in next round. There’s no love lost between Lenovo and I at this point.

airglow ,

This ThinkPad keyboard project for the Framework Laptop is worth keeping an eye on.

airglow ,

Here's the feature request for a TrackPoint on a Framework. Hope they change their mind, because a pointing stick is the most obvious use case for Framework 16's input modules.

ichbinjasokreativ , to Technology in Framework open sources the 3D CAD design files for its modular 16 inch laptop

And this kind of thing is why my next laptop will be one of theirs

Iloveyurianime ,

currently on a thinkpad t480 and im looking for framework to start shipping their products to the asian market in the next 5 to 10 years as i will be buying from them when this t480 finally kicks the bucket

0x0 ,

when this t480 finally kicks the bucket

So 2178?

Telodzrum ,

I like the philosophy and approach from them, but I think one of those Tuxedo ARM notebooks will be my next computer purchase. I’ve been jealous of the speed and battery life of people around me with M-Series MacBooks for a few years now, but unwilling to go to the OS and Asahi isn’t there for me yet.

lauha ,

I don't see such laptops on tuxedo site. Are they some upcoming models?

Kyoyeou , to Technology in Framework open sources the 3D CAD design files for its modular 16 inch laptop
@Kyoyeou@slrpnk.net avatar

Only reason I didn't switch yet was that my 6 years old Laptop still holds perfectly well and it would be counter productive to just change to a new device for no reason but the brand and that it is new

viralJ ,

What is your 6 year old laptop's make?

Kyoyeou ,
@Kyoyeou@slrpnk.net avatar

An Asus UX550GE, tbh with time my usage of a laptop has diminished, that's it's still enough today too

wewbull , to Technology in DC-ROMA Laptop II packs an octa-core RISC-V processor, 16GB of RAM and Ubuntu Linux - Liliputing

In terms of specifications all I can find is that this has a 2.0GHz 8-core RV64 processor with Vector. That's not a lot of info.

Does anybody know anything more about it? Performance level, battery life, etc. I expect this is really a phone or SBC level processor, so it should sip power, right?

synapse1278 ,
@synapse1278@lemmy.world avatar

Do not expect this thing to be a daily driver. It's aimed at developers who need a Risc-V testing platform. Very few Software will run on it unless you can spend hours making it compile for Risk-V and lets not talk about drivers. Also it will likely cost over $1000.

I am exited for the future of Risc-V in the consumer space, but we aren't there yet.

itsnotits ,

let's* not talk about

rufus , to Android in Lindroid is an Android app that lets you run Linux in a container, with support for hardware-acceleration

FYI: There's also AnLinux, Linux Deploy, Termux, tainer, UserLAnd, ...

Some of them aren't maintained anymore. And they don't necessarily have hardware-acceleration. But don't all require root and system patches.

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

Termux works fine get it from F-droid only

I'm not sure why you would need a GUI on a GUI phone

30p87 ,

Because many graphical apps don't run natively on Android. They do on Linux.

eg. a full web browser, proper IDE or more powerful image manipulation program.

alexdeathway ,
@alexdeathway@programming.dev avatar

what do you mean by full web browsers?

30p87 ,

Even though FF Android has been getting closer and closer to having all features of FF Desktop, like Extensions, therefore UA switcher, and a way to pretend to be a desktop browser, I'm still missing full responsiveness settings (ie. pretending the size of your browser is like a tablet) and browser editing tools. The actual FF desktop program, running via Termux in a Linux environment, would have all these features.

alexdeathway ,
@alexdeathway@programming.dev avatar

and a way to pretend to be a desktop browser,

I don't think that's a platform or software problem but rather an issue where the feature-to-bug ratio isn't worth it.

I'm not saying that Firefox for Android is perfect or that no further development is needed, but using the desktop version of Firefox to guide the development of the Android version is a waste. It needs better feature integration with the platform rather than a 1:1 copy of its desktop variant.

The software you are suggesting are in my honest opinion not worth the squeeze. it's like asking Bicycle with engine and complaining about it not being efficient as the motorbike. Just use the bike while making bicycle better in it's own way.

30p87 ,

I did not want to suggest those features should be forced into the Android version, the normie user wouldn't like that anyway, but those are the exact cases where an actual desktop browser, via Termux, is useful.

dogsnest ,
@dogsnest@lemmy.world avatar

I'm not sure why you would need a GUI on a GUI phone

Because it's there.

pastermil , to Technology in Sipeed Lichee Book 4A is a cheap RISC-V laptop with an upgradeable processor module - Liliputing

With swapable RAM modules next, I hope

NaibofTabr , to Android in Lindroid is an Android app that lets you run Linux in a container, with support for hardware-acceleration

Hmm... I wonder if I could run pihole in an onboard container and force all my local device traffic through it...

JadenSmith ,

I'm glad I wasn't the only one with this idea.

LiveLM , (edited )

You can probably already do this on Termux, since PiHole doesn't need graphical acceleration.
Might have to create a proper Chroot though, dunno if their Proot tools would have enough privileges for this use case.

NaibofTabr , (edited )

I think the tricky part is getting a virtual network interface from pihole that can be properly configured in the Android Settings > Connection & sharing > Private DNS > Specified DNS.

For this to work on the mobile device, you don't want pihole to make itself accessible on the external network interface, but rather an internal (virtual) interface that Android sees as a valid DNS server so that it can be permanently configured (otherwise you would have to reset the private DNS IP address every time you connected to a new WiFi network, and it would be tricky to get it working on the cell network at all).

I'm not sure if this is possible without running a more complete virtual machine that creates a virtual network adapter. Maybe a VPN app could be abused to redirect Android's outbound DNS requests to localhost?

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

I think you can tweak the Android DNS settings in ADB

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

You could use Termux for this. However, you won't be able to use containers. You would need to either build it from sources or run it in proot. I also think the DNS settings in Android are limited so you may have trouble getting it to work. You would need pihole to listen on a random available port and then somehow get android to send DNS to that port. So it probably wouldn't work.

However, your welcome to try just make sure you use the F-droid version of Termux.

ZILtoid1991 , to Technology in Sipeed Lichee Book 4A is a cheap RISC-V laptop with an upgradeable processor module - Liliputing

Where is my ARM notebook that isn't a luxury device?

Evil_Shrubbery ,

Not in the corporate cards as of yet, margins too delicious.

DannyBoy ,

Would Chromebooks not fit that description?

ZILtoid1991 ,

No thanks, I don't like Google. Maybe one with ChromeOS replaced with a Linux, but also has GPU drivers and such.

Evil_Shrubbery , to Technology in Sipeed Lichee Book 4A is a cheap RISC-V laptop with an upgradeable processor module - Liliputing

With all these RISC dev boards and laptops Im getting ao much hope & renesanse for the future I haven't felt in a very long time.

While I understand that 'runs Debian' means 'nothing but core works, this is for devs, not end users' I really think this could be the global push towards open source hardware & software (with laptops such as these phones are soon to follow).

opulentocean ,

Feeling hope is good and all, but never forget that capitalism will find a way to explore and ruin even something as good as this, as it always have.

Evil_Shrubbery ,

I se open sourcing all the things the way out of or beyond capitalism/communism/feudalism, a gateway for people to understand.

just_another_person , to Technology in Framework introduces a RISC-V mainboard for its modular laptops

Would be very interested in the benchmarks for this.

floofloof OP ,

I wouldn't expect it to benchmark well, but it's good that they're making this available so developers can explore RISC-V on a good quality platform.

bamboo , to Technology in Framework introduces a RISC-V mainboard for its modular laptops

It’s unfortunate that they’re using an old processor, but this is super cool and shows that the framework platform allows companies to tinker with unusual laptop motherboards without having to design the rest of the device.

jordanlund , to Technology in Pocket 386 is a mini laptop for retro computing with support for DOS and Windows 95 - Liliputing
@jordanlund@lemmy.world avatar

Seems like they missed a trick... Pocket Pentium. :)

555 ,

While cute, it would be false advertising for a 386.

deegeese ,
@deegeese@sopuli.xyz avatar

If the point of this thing is to bring back the best of mid-90’s PCs in a compact package, they should have picked the top consumer CPU of the era.

555 ,

They should have used a raspberry pi and some emulators in that adorable little case.

deegeese ,
@deegeese@sopuli.xyz avatar

Gonna disagree with you there. If the mission is to run 1990s apps, we need a 32bit x86 CPU.

555 ,

I have windows 3.1 running in an emulator faster than that eras hardware could ever dream. So, gonna have to double disagree.

deegeese ,
@deegeese@sopuli.xyz avatar

If someone wanted emulation, wouldn’t they have bought one of the many other tiny laptops that have been on the market for years?

I think the point of this is to run natively on vintage hardware.

tal ,
@tal@lemmy.today avatar

Faster isn't always better -- there's software from the era that relied on hardware limitations to throttle itself -- but I'd think that emulators probably have pretty good support for such throttling.

just_another_person , to Technology in MicroJournal is a distraction-free writing tool with Cherry MX hot-swap keys - Liliputing

Is a pen and paper notebook just not cool anymore? You'd strain your eyes much less than trying to stare at this screen.

Nutteman ,
@Nutteman@lemmy.world avatar

I personally avoid handwriting if I have to because I can't scrawl 80 words a minute. I can, however, type that fast consistently. Also the clickety clackety tickles something in my adhd brain and makes writing things out more fun.

555 ,

My hand aches just reading thing. My brain hurts thinking about reading my illegible handwriting.

kakes ,

It's like they took an ergonomics textbook and read it upside-down.

scrion , (edited )

Handwriting hurts my wrists. My handwriting became super sloppy after what, like 40 years in front of a screen. Can't index or search my notes. I had one of those pens that record everything using a camera on special, dotted paper, but no OCR can process my writing, and you need special paper.

But yeah, the idea seems interesting. I like dedicated devices these days. It have to carefully think about what I'll be doing, pick an activity and then venture out to do the thing, packing the dedicated device that is suited for the task. I'm more focused that way, more productive.

However, that device here is not what I am looking for. Tiny keyboard, non ergonomic, colors too flashy.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinchat
  • All magazines