10
submitted 2 months ago by veer66@lemmy.one to c/lisp@programming.dev
5
submitted 3 months ago by veer66@lemmy.one to c/lisp@lemmy.ml
5
submitted 3 months ago by veer66@lemmy.one to c/lisp@programming.dev
[-] veer66@lemmy.one 3 points 3 months ago

The question is more like where else would you put your backups?

No, it is not.

18
submitted 3 months ago by veer66@lemmy.one to c/devops@programming.dev
2
submitted 3 months ago by veer66@lemmy.one to c/lisp@lemmy.ml
5
submitted 3 months ago by veer66@lemmy.one to c/lisp@programming.dev
5
submitted 3 months ago by veer66@lemmy.one to c/lisp@lemmy.ml
5
submitted 3 months ago by veer66@lemmy.one to c/lisp@programming.dev
19
submitted 3 months ago by veer66@lemmy.one to c/linux@programming.dev
[-] veer66@lemmy.one 7 points 3 months ago

People claiming Linux isn’t a viable alternative cause you can’t run it without using the command line.

Even in 2024, many people begin using GNU/Linux with Arch Linux or Ubuntu with apt-get, then later they complain that Linux is not for average users. Maybe the community needs more GUI only tutorials.

16
submitted 3 months ago by veer66@lemmy.one to c/linux@lemmy.ml

The video offers a practical example of using Ubuntu for web development, reminiscent of the Rails screencasts popular two decades ago. Back then, many software developers I met still believed the iBook G4 was primarily for desktop publishing, not software development.

[-] veer66@lemmy.one 2 points 4 months ago

I'm using Lenovo ThinkBook, which is cheaper than Thinkpad, and the keyboard layout is different. It supports upto 40GB of RAM.

10
submitted 4 months ago by veer66@lemmy.one to c/lisp@programming.dev
99
submitted 4 months ago by veer66@lemmy.one to c/linux@lemmy.ml

dhh is the creator of Ruby on Rails. He has extensively used Mac for decades. A few months ago, as far as I remember, he mentioned something like switching to Windows and WSL.

[-] veer66@lemmy.one 2 points 5 months ago

I don’t know what kind of architecture you are thinking of and having the distinction between datalog on the database and prolog in the server might be problematic.

I thought about Datomic and Clojure.

[-] veer66@lemmy.one 2 points 6 months ago

Linq

LINQ is remarkable.

[-] veer66@lemmy.one 5 points 6 months ago

RK3588 is used in many Linux devices, but I'm not sure if Rockchip is in the BDS list. I don't know which factory was RK3588 from.

[-] veer66@lemmy.one 3 points 6 months ago

Yes, it is stable.

[-] veer66@lemmy.one 2 points 6 months ago
  #[allow(unused_assignments)]

Thank you. This works!

[-] veer66@lemmy.one 2 points 6 months ago

Clippy didn't tell anything about the macro.

warning: dereferencing a tuple pattern where every element takes a reference
  --> src/lib.rs:13:9
   |
13 |         &Some(ref cons_rc) => {
   |         ^^^^^^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrowed_reference
   = note: `#[warn(clippy::needless_borrowed_reference)]` on by default
help: try removing the `&` and `ref` parts
   |
13 -         &Some(ref cons_rc) => {
13 +         Some(cons_rc) => {
   |

To put #[allow(this_linting_rule)] like this:

    [ $x:expr, $( $y:expr ),* ] => {
	#[allow(unused_assignments)]
	{

I got error[E0658]: attributes on expressions are experimental.

To put it like this:

#[macro_export]
#[allow(unused_assignments)]
macro_rules! list {
    () => {
	None

It doesn't work.

[-] veer66@lemmy.one 9 points 1 year ago

Because of the Redhat incident, I started to see people asking for community-based distros without a corporate that dominates the community. And, Mageia is one of them. So, I hope it will be more popular.

[-] veer66@lemmy.one 14 points 1 year ago
  • KDE is the default. So, for KDE users, Mageia with KDE was tested.
  • Mageia comes with Drake tools for configuring almost everything. IMO *drakes look quite friendly. Since they have been around for 20+ years, they must be stable.
  • Each release will be supported for 18 months, which is longer than Fedora.
[-] veer66@lemmy.one 2 points 1 year ago

Do you also dislike openSUSE and openMandriva?

view more: next ›

veer66

joined 1 year ago