- 33 Posts
- 28 Comments
veer66@lemmy.oneOPto
Linux@lemmy.ml•Where should I request Fedora Silverblue to include all Noto fonts in the image?English
4·1 year agoUnfortunately, I don’t see any extra Noto fonts in Aurora’s packages.json. But, at least, I can communicate via Github issues?
veer66@lemmy.oneOPto
Linux@lemmy.ml•Where should I request Fedora Silverblue to include all Noto fonts in the image?English
3·1 year agoDo you recommend Aurora or Bazzite or something else?
veer66@lemmy.oneOPto
DevOps@programming.dev•Is it normal for companies these days to solely rely on Amazon RDS backup without another backup strategy?English
42·2 years agoThe question is more like where else would you put your backups?
No, it is not.
veer66@lemmy.oneto
Linux@lemmy.ml•what linux OS should I install on a backup notebook if my main one is debian?English
1·2 years agoI installed Sparky Linux 7 on my backup laptop computer because I failed to install Debian.
Maybe Sparky Linux …
Normally, I use Debian. However, Debian 12 installer didn’t work on my Acer Extensa 💻. So I installed Sparky Linux, and it works.
veer66@lemmy.oneto
Linux@lemmy.ml•Is it possible to use Linux without the command line?English
7·2 years agoPeople 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.
veer66@lemmy.oneto
Linux@lemmy.ml•Any suggestions for cheap but decent laptops for coding?English
1·2 years agoLike Thinkpad, the main brand is Lenovo. Thinkbook keyboard is like Acer and other brands.
veer66@lemmy.oneto
Linux@lemmy.ml•Any suggestions for cheap but decent laptops for coding?English
31·2 years agoI’m using Lenovo ThinkBook, which is cheaper than Thinkpad, and the keyboard layout is different. It supports upto 40GB of RAM.
veer66@lemmy.oneOPto
SQL@programming.dev•Is there a programming language specifically designed for interacting with SQL databases?English
1·2 years agoI did. I also coded in PL/pgSQL.
veer66@lemmy.oneOPto
SQL@programming.dev•Is there a programming language specifically designed for interacting with SQL databases?English
2·2 years agoI 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.oneOPto
SQL@programming.dev•Is there a programming language specifically designed for interacting with SQL databases?English
2·2 years agoLinq
LINQ is remarkable.
veer66@lemmy.oneOPto
SQL@programming.dev•Is there a programming language specifically designed for interacting with SQL databases?English
1·2 years agoStored procedure and Datalog are not what I’m looking for. However, I should consider them seriously, since they may be more practical.
veer66@lemmy.oneOPto
SQL@programming.dev•Is there a programming language specifically designed for interacting with SQL databases?English
1·2 years agob but has nice
Thank you. This is exactly what I’m looking for.
link
veer66@lemmy.oneOPto
SQL@programming.dev•Is there a programming language specifically designed for interacting with SQL databases?English
1·2 years agoYes, I’ve used this.
veer66@lemmy.oneOPto
SQL@programming.dev•Is there a programming language specifically designed for interacting with SQL databases?English
1·2 years agoproperly parametrized and escaped and all that
I’m not sure if what I use is proper enough in your sense. So, can you elaborate more?
veer66@lemmy.oneto
Linux@lemmy.ml•Are there any CPUs that work well with Linux that aren't made by Intel or another company on the BDS list/that supports Israel?English
5·2 years agoRK3588 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.oneto
Linux@lemmy.ml•Are there any CPUs that work well with Linux that aren't made by Intel or another company on the BDS list/that supports Israel?English
1·2 years agoI heard that Linux gets new patches for Loongson, but I didn’t try it yet.
veer66@lemmy.oneOPto
Rust@programming.dev•How can I avoid "value assigned to last is never read" warning from this macro?English
2·2 years ago#[allow(unused_assignments)]Thank you. This works!


















Thank you. This is very helpful.