Shatur

joined 2 years ago
[–] [email protected] 1 points 3 hours ago

I mean thanks to bridgy you can communicate across blusky and mastodon.

It requires to use a separate app like this which is not very convenient.

[–] [email protected] 14 points 1 week ago

They usually cut costs in unnoticeable for regular consumer way. Like include some chemistry that easy to produce and makes it tasty, but bad for health.

[–] [email protected] 1 points 3 weeks ago (1 children)

I have a small question about the keyboard :) How does it connect to the tablet? Via pins, it's not BT?

[–] [email protected] 2 points 3 weeks ago

but capacitive (most new touch screens) don’t seem to detect the Wacom pen

Yes, it's totally expected! But looks like this screen supports MPP pens.

[–] [email protected] 1 points 3 weeks ago
[–] [email protected] 2 points 3 weeks ago (1 children)

This is very helpful, thank you a lot!

How is the passive cooling? Does it get hot?

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

That's interesting details, thanks!

I saw a few posts on their reddit, like this, they were positive, but no one mentioned the drawing aspect...

 

I searching for a tablet for drawing and discovered this one. Anyone tried drawing on it? I wondering if the experience is good.

On the page they doesn't mention if the screen supports drawing pens, but it's possible to order an MPP pen with it, so I assume that it works with Wacom or Surface pens?

[–] [email protected] 2 points 3 weeks ago

Awesome, thank you!

[–] [email protected] 2 points 3 weeks ago (2 children)

How is your drawing experience?

[–] [email protected] 1 points 3 weeks ago

How is your drawing experience?

[–] [email protected] 10 points 1 month ago* (last edited 1 month ago)

People here also hate Reddit, but no one makes fun of them for it😄

Despite the platform having more users, we're all here for a reason. So it's no surprise to me that people hate Windows more than usual. I can't judge them for that.

[–] [email protected] 12 points 1 month ago (1 children)

You can even keep the original OS and just install dev tools via distrobox. That's what I do. It even comes pre-installed.

 

Bought the device a few days ago and wanted to share the experience of running a Bevy game on it. I developing an open source life simulation game called Project Harmonia. The game is at the prototype stage: you can build walls, place objects and move around, but no no actual gameplay loop.

Bevy engine supports it natively since it's just a regular x86 with GNU/Linux. So nothing special was needed! I compiled the game via Cargo and it works.

The game runs great. I get stable 90 FPS (90Hz is the refresh rate of the device) consuming only 13.1 W. The UI is a little big and controls aren't adapted well for gamepads, but I will fix it later.

The console itself is also a nice machine for development. Next I will write about the setup I use.

As you may know, it runs SteamOS with KDE and based on ArchLinux.

Packages mostly mirror official ArchLinux repositories, but there are some additions and everything is compiled by Valve. So you can even install SuperTuxKart or GNOME 😃

Another difference from vanilla ArchLinux is immutable file system. You can make it writable via a single command in terminal, but each update wipes all changes made to the system. Home directory remains untouched.

Because of the immutable filesystem, I decided to try Flatpak. It installs packages into the user's home directory. Therefore, such apps won't be removed after an update.

But I faced some limitations due to containerization. For example, the Firefox extension for KeePassXC does not work because apps can't interact with each other. And it's not suited for installing stuff like compilers or libraries. So I decided to explore other options.

Next, I tried to create a script that I planned to run after each update. It installs all the packages I need through the system package manager.

But packages on SteamOS are older then in Archlinux. For example, Neovim on SteamOS is 0.9, but on ArchLinux it's 0.10, so I had to downgrade my configuration. And it causes incompatibilities with AUR. For example, I couldn't install Crow Translate because of it.

Another problem with such script is that Valve nuked /usr/include directory to free space. All packages are present, but the folder is missing. It makes sense for a gaming device, but I need it to compile packages from AUR.

It can be solved by reinstalling all packages that put files into /usr/include. But it causes another problem 😃 Allocated space for / is limited and you quickly run out of space after restoring headers and installing a couple of packages.

Then I decided to try Distrobox. It creates containers that tightly integrated with the host system. It even comes pre-installed on the Steam Deck.

And I like it a lot! It is very easy to use and combines the advantages of both approaches. All packages will persist across updates and I have access to all packages that I have on my regular PC. Graphical apps look native and can interact with each other.

The game on photos was compiled on the Steam Deck 🥰

 

I recently received a Steam Deck and I love it!

I also planning to use it for development. On my PC I get used to Fish shell and usually use it instead of Bash. I can install it on Steam Deck and set it to the default shell, but after a system update it will be wiped. I can create a script and run it after each update, will I be able to login if my user points to /usr/bin/fish that doesn't exist in the system?..

1
Bevy on PinePhone Pro (files.mastodon.social)
 

Bevy can run on Android phones. But what about GNU/Linux phones?
I decided to find out using my PinePhone Pro with RK3399.

Managed to run my game using WGPU_SETTINGS_PRIO=webgl2. But couldn't get past the main menu due to limited features of the GPU. 😢

But simple 2D games like breakout example runs!

Right now I working on networking for the game, but this evening I decided to tinker with my device a little.

 

cross-posted from: https://floss.social/users/kde/statuses/112020441791054217

KDE releases today Plasma Mobile 6. Check out its renewed base system and apps.

This version comes with a new and improved shell, a new home screen with heaps of new features, enhancements of the base system, improvements in apps like Clock, Kasts and Photos, and much more.

https://plasma-mobile.org/2024/02/21/plasma-6/

@[email protected]

#Plasma6 #PlasmaMobile

169
Linux Running on an NES? (www.youtube.com)
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

The author managed to run LUnix on an NES without tricks, like embedding a Raspberry Pi into the cartridge.

view more: next ›