- 34 Posts
- 33 Comments
veer66@lemmy.oneOPto Linux@lemmy.ml•Where should I request Fedora Silverblue to include all Noto fonts in the image?English4·5 months 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?English3·5 months agoDo you recommend Aurora or Bazzite or something else?
veer66@lemmy.oneOPtoDevOps@lemmy.ml•Is it normal for companies these days to solely rely on Amazon RDS backup without another backup strategy?English2·10 months agoSo, I imply that you mean it is normal.
veer66@lemmy.oneOPto DevOps@programming.dev•Is it normal for companies these days to solely rely on Amazon RDS backup without another backup strategy?English42·10 months 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?English1·10 months 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?English7·11 months 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 Lisp Community@lemmy.ml•What were some of your first technologies/tools?English2·11 months ago- VTech Laser 200
- Do you count MBasic REPL? (If not, it was Borland Sidekick)
- PRINT 10
- ~5 years (if LOGO is counted)
- LOGO
- Emacs
- Common Lisp (but it can be Python, JS, Golang, or Clojure if you want to hire me.)
- Common Lisp
veer66@lemmy.oneto Linux@lemmy.ml•Any suggestions for cheap but decent laptops for coding?English1·11 months 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?English31·11 months agoI’m using Lenovo ThinkBook, which is cheaper than Thinkpad, and the keyboard layout is different. It supports upto 40GB of RAM.
veer66@lemmy.oneto Lisp Community@lemmy.ml•What useful open source projects are written in Common Lisp?English1·1 year ago- esrap
- Expat
- No
- Nikodemus Siivola, Jan Moringen
- While many programming languages offer Packrat parser libraries, Esrap stands out for its simpler rule definition. Esrap uses a defrule macro, offering a specialized language for defining parsing rules, unlike other parsers that might rely on class construction. Class construction can be less intuitive when it comes to understanding the relationship between classes and parsing rules. This makes Esrap a great choice for writing parsers.
- DSL
- I have no idea.
veer66@lemmy.oneto Lisp Community@lemmy.ml•Friday Social: What is your favorite non-Lisp language?English1·1 year agoWhat Lisp programming languages do you use?
- Common Lisp
- Clojure
What non-Lisp programming languages do you use?
Rust, etc.
What is your favorite Lisp programming language? Why?
SBCL can compile Common Lisp into optimized native code and the community provides libraries that I need.
What is your favorite non-Lisp programming language? Why?
Ruby can be used as AWK with JSON parser and Unicode support.
What is that one thing about your favorite non-Lisp language that you wish to see in your favorite Lisp language?
Awk-style one-liner
veer66@lemmy.oneOPto SQL@programming.dev•Is there a programming language specifically designed for interacting with SQL databases?English1·1 year 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?English2·1 year 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?English2·1 year agoLinq
LINQ is remarkable.
veer66@lemmy.oneOPto SQL@programming.dev•Is there a programming language specifically designed for interacting with SQL databases?English1·1 year 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?English1·1 year 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?English1·1 year agoYes, I’ve used this.
veer66@lemmy.oneOPto SQL@programming.dev•Is there a programming language specifically designed for interacting with SQL databases?English1·1 year 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?
Thank you. This is very helpful.