djtech

joined 2 years ago
MODERATOR OF
[–] djtech 3 points 1 year ago (10 children)

Run "journalctl --lines 200" and send photos of output.

NOTE: This is all of the logging of the computer, and it's long (that command select the last 200 entries), so you might have to scroll down using the PageDown key (or arrow down) in order make the photos of everything

[–] djtech 3 points 1 year ago (13 children)

The Shell where you typed "systemctl reboot" and "exit".

If you are running KDE neon, try "apt update" and "apt upgrade". If It doesn't work do "sudo apt update" and "sudo apt upgrade"

[–] djtech 2 points 1 year ago (15 children)

Try updating your DM / your entire system from the emergency mode.

[–] djtech 1 points 1 year ago (3 children)

Yes, but I can still play steam, any Valve game and atm any Linux steam game on X11.

I don't hate Wayland as a project, I just don't like Wayland as it current state. Give me better stability, better support with multiple monitors and a compositor with more customization, and I'll be happy.

But, in my opinion, Wayland is by design opinionated. Some ideas are good, such as the security model, some are both good and bad, such as the Compositor VS Server+WM debate (both good systems in my opinion), some are just bad (no unified screen management option; obviously there are LOTS of protocol extension, but not all are supporting everywhere)

So, imo, WayLand just needs a stable, (really) customizable Compositor with all useful extensions and designed to put other components together; I'm still on my X11+awesomewm+rofi+polybar, and I want a customizable, stable and module approach on Wayland.

[–] djtech -1 points 1 year ago

Yes, but I can still play steam, any Valve game and atm any Linux steam game on X11.

I don't hate Wayland as a project, I just don't like Wayland as it current state. Give me better stability, better support with multiple monitors and a compositor with more customization, and I'll be happy.

But, in my opinion, Wayland is by design opinionated. Some ideas are good, such as the security model, some are both good and bad, such as the Compositor VS Server+WM debate (both good systems in my opinion), some are just bad (no unified screen management option; obviously there are LOTS of protocol extension, but not all are supporting everywhere)

So, imo, WayLand just needs a stable, (really) customizable Compositor with all useful extensions and designed to put other components together; I'm still on my X11+awesomewm+rofi+polybar, and I want a customizable, stable and module approach on Wayland.

[–] djtech 2 points 1 year ago

Can I have it too? We should distribuite it via Torrent.

[–] djtech 5 points 1 year ago
[–] djtech 23 points 1 year ago (17 children)

But if it has all those limitations, why would anyone buy it?

[–] djtech 2 points 1 year ago

Been some times since I installed Windows, but Calamares is a great tool

[–] djtech 15 points 1 year ago (3 children)

The best way to install is to use a LIVE edition. This is useful beacuse you have a nice installer intergrated and you can try it before you have to install the OS on the computer.

For download of this edition, see www.debian.org/CD/live

From there, if you come from Windows, I would raccomend KDE, as it is stable and customizable. Search "KDE screenshot" to see what it looks like, and if you like it.

If you want this, here the direct URL to download: https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-12.2.0-amd64-kde.iso

Debian should also be lite enough for older machines, and it is the most stable distro I've tried. With this OS, there are already web browser, media player, office suite,... but you can also download Steam, emulators and lots of software

For help you can DM me.

[–] djtech 26 points 1 year ago (18 children)
 

crosspostato da: https://lemmy.world/post/1578379

Hi, I Just started working on a Emacs-inspired text editor in Rust.

Being insipred by Emacs, the most important part Is the possibiliy to implement new components.

My ideas were:

  • Rust-based scripting language, like Rhai
  • RustPython (slower, but more compatible and lots of people know Python)
  • PyO3 (Bigger executable and not that fast)
  • Wasm/Wasi (Cross-platform, but I don't know if the compatibility with Rust's hosted functions and structs is good)
  • Other binded language, like V8, Lua or SpiderMonkey
  • Compiled plugins, like .so or .DLL (Fast, but not compatible; there should be Rust plugin frameworks for implementing this, but I don't remember the name)

The elements to analyze are: speednees (consider it's a text editor, so...), easy-to-develop and Cross-platform (if possible, not that important), but the possibility to execute functions in the host Rust program is EXTREMELY important.

Thoughts?

Thanks in Advance.

 

crosspostato da: https://lemmy.world/post/1578379

Hi, I Just started working on a Emacs-inspired text editor in Rust.

Being insipred by Emacs, the most important part Is the possibiliy to implement new components.

My ideas were:

  • Rust-based scripting language, like Rhai
  • RustPython (slower, but more compatible and lots of people know Python)
  • PyO3 (Bigger executable and not that fast)
  • Wasm/Wasi (Cross-platform, but I don't know if the compatibility with Rust's hosted functions and structs is good)
  • Other binded language, like V8, Lua or SpiderMonkey
  • Compiled plugins, like .so or .DLL (Fast, but not compatible; there should be Rust plugin frameworks for implementing this, but I don't remember the name)

The elements to analyze are: speednees (consider it's a text editor, so...), easy-to-develop and Cross-platform (if possible, not that important), but the possibility to execute functions in the host Rust program is EXTREMELY important.

Thoughts?

Thanks in Advance.

 

Hi, I Just started working on a Emacs-inspired text editor in Rust.

Being insipred by Emacs, the most important part Is the possibiliy to implement new components.

My ideas were:

  • Rust-based scripting language, like Rhai
  • RustPython (slower, but more compatible and lots of people know Python)
  • PyO3 (Bigger executable and not that fast)
  • Wasm/Wasi (Cross-platform, but I don't know if the compatibility with Rust's hosted functions and structs is good)
  • Other binded language, like V8, Lua or SpiderMonkey
  • Compiled plugins, like .so or .DLL (Fast, but not compatible; there should be Rust plugin frameworks for implementing this, but I don't remember the name)

The elements to analyze are: speednees (consider it's a text editor, so...), easy-to-develop and Cross-platform (if possible, not that important), but the possibility to execute functions in the host Rust program is EXTREMELY important.

Thoughts?

Thanks in Advance.

 

On Arch Linux on Dell Latitude 7480 (Intel i5 7th Gen) the suspension features works when i close the computer, and it wakes up when i reopen it.

While on Ubuntu LTS / Debian Stable everything worked as normal, but on Arch when the computer is suspended the display's backlight is on and there's a probability that the CPU isn't in an idle mode beacuse the fans remain pretty loud. This obvioulsy drains the battery, making imossible to really suspend the computer.

Any help?

-5
submitted 2 years ago by djtech to c/general
 

Hi, I’m the author of @nitrofuel, a semi-automated tech news bridge to different Lemmy’s communities and instances. This is not a standard bot, beacuse all links have to be review by the mantainer (at the moment, me) before the bot can post it on all communities (about 14 are registred in the main dataset); i know this is kinda spammy, but the idea is to still keep a medium content-quality threshold. The bot user just got banned, after less than an hour of running?

Is it possible to be unbaned? Is there a limit of posts/communities? Is there an higher content-quality threshold? I can change how the system works, but I wanted to ask for a possibility to be unbanned / recreate the account with infranging ToS, in order to build a better platform.

(P.S. The Nitrofuel bridge is also designed to slow the content output if the user partecipation goes up, in order to slowly fade away when a lot of other user-generated original high-quality content is posted; the final objective is to have the account officialiy deleted when the interested communities are fully-grown and there’s a sufficent amount of high-quality original content)

4
submitted 2 years ago by djtech to c/general
 

Hi, I'm the author of @nitrofuel, a semi-automated tech news bridge to different Lemmy's communities and instances. This is not a standard bot, beacuse all links have to be review by the mantainer (at the moment, me) before the bot can post it on all communities (about 14 are registred in the main dataset); i know this is kinda spammy, but the idea is to still keep a medium content-quality threshold. The bot user just got banned, after less than an hour of running?

Is it possible to be unbaned? Is there a limit of posts/communities? Is there an higher content-quality threshold? I can change how the system works, but I wanted to ask for a possibility to be unbanned / recreate the account with infranging ToS, in order to build a better platform.

(P.S. The Nitrofuel bridge is also designed to slow the content output if the user partecipation goes up, in order to slowly fade away when a lot of other user-generated original high-quality content is posted; the final objective is to have the account officialiy deleted when the interested communities are fully-grown and there's a sufficent amount of high-quality original content)

-15
submitted 2 years ago by djtech to c/newcommunities
 

Just launched a community on lemmy.world for ye Fans leaving Reddit reachable at [email protected]

-12
Welcome to !kanyewest (self.kanyewest)
submitted 2 years ago by djtech to c/kanyewest
 

Welcome to !kanyewest, the Lemmy community for all ye's fans! Reddit mods are welcome to request for moderation roles here.

 

When I try to install mariadb via yay:

errore: impossibile scaricare il pacchetto 'mariadb-clients-10.11.4-1-x86_64.pkg.tar.zst' da archlinux.mirror.server24.net : The requested URL returned error: 404 errore: impossibile scaricare il pacchetto 'mariadb-10.11.4-1-x86_64.pkg.tar.zst' da archlinux.mirror.server24.net : The requested URL returned error: 404 errore: impossibile scaricare il pacchetto 'mariadb-libs-10.11.4-1-x86_64.pkg.tar.zst' da archlinux.mirror.server24.net : The requested URL returned error: 404 attenzione: troppi errori da archlinux.mirror.server24.net, ignoro il resto dell'operazione errore: impossibile scaricare il pacchetto 'liburing-2.4-1-x86_64.pkg.tar.zst' da archlinux.mirror.server24.net : The requested URL returned error: 404 attenzione: impossibile scaricare alcuni file errore: impossibile eseguire l'operazione richiesta (impossibile scaricare alcuni file) Si sono verificati degli errori, nessun pacchetto è stato aggiornato. -> error installing repo packages

This is in Italian, but basicily requesting the packages from archlinux.mirror.server24.net returns 404.

view more: ‹ prev next ›