Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)V
Posts
32
Comments
32
Joined
3 yr. ago

  • Unfortunately, I don't see any extra Noto fonts in Aurora's packages.json. But, at least, I can communicate via Github issues?

  • Do you recommend Aurora or Bazzite or something else?

  • So, I imply that you mean it is normal.

  • Lisp Community @lemmy.ml

    Blueprint for Distributed Parallel Lisp

    medium.com /@kenichisasagawa/blueprint-for-distributed-parallel-lisp-77084f64518f
  • Lisp @programming.dev

    Blueprint for Distributed Parallel Lisp

    medium.com /@kenichisasagawa/blueprint-for-distributed-parallel-lisp-77084f64518f
  • The question is more like where else would you put your backups?

    No, it is not.

  • DevOps @lemmy.ml

    Is it normal for companies these days to solely rely on Amazon RDS backup without another backup strategy?

  • DevOps @programming.dev

    Is it normal for companies these days to solely rely on Amazon RDS backup without another backup strategy?

  • Lisp Community @lemmy.ml

    Exploring Distributed Parallel Computing with Easy-ISLisp

    medium.com /@kenichisasagawa/exploring-distributed-parallel-computing-with-easy-islisp-2ec244ea10e1
  • Lisp @programming.dev

    Exploring Distributed Parallel Computing with Easy-ISLisp

    medium.com /@kenichisasagawa/exploring-distributed-parallel-computing-with-easy-islisp-2ec244ea10e1
  • I installed Sparky Linux 7 on my backup laptop computer because I failed to install Debian.

  • Lisp Community @lemmy.ml

    Challenging the Future: Building Distributed Parallel Lisp with Easy-ISLisp

    medium.com /@kenichisasagawa/challenging-the-future-building-distributed-parallel-lisp-with-easy-islisp-def625b876f3
  • Lisp @programming.dev

    Milestone: Easy-ISLisp ver4.0 Released with Enhanced Parallel Features

    medium.com /@kenichisasagawa/milestone-easy-islisp-ver4-0-released-with-enhanced-parallel-features-66ee3ac4b991
  • Linux @programming.dev

    For the Love of Linux – REWORK podcast / DHH

  • 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.

  • 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.

  • Linux @lemmy.ml

    OMAKUB: Opinionated Ubuntu Setup in 1 Command

    1. VTech Laser 200
    2. Do you count MBasic REPL? (If not, it was Borland Sidekick)
    3. PRINT 10
    4. ~5 years (if LOGO is counted)
    5. LOGO
    6. Emacs
    7. Common Lisp (but it can be Python, JS, Golang, or Clojure if you want to hire me.)
    8. Common Lisp
  • Like Thinkpad, the main brand is Lenovo. Thinkbook keyboard is like Acer and other brands.

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

  • Lisp @programming.dev

    Prime Factorization By Parallel Lisp

    medium.com /@kenichisasagawa/prime-factorization-by-parallel-lisp-05d765758bdc
  • Linux @lemmy.ml

    Linux as the new developer default at 37signals

    world.hey.com /dhh/linux-as-the-new-developer-default-at-37signals-ef0823b7
  • Lisp @programming.dev

    Parallel Prime Number Detection in Lisp

    medium.com /@kenichisasagawa/parallel-prime-number-detection-in-lisp-e11cfbede212
  • Common Lisp @lemmy.ml

    Why can I find a list of remote Common Lisp jobs?

    1. esrap
    2. Expat
    3. No
    4. Nikodemus Siivola, Jan Moringen
    5. 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.
    6. DSL
    7. I have no idea.
  • Lisp Community @lemmy.ml

    Utilizing Multi-core with Parallel Lisp

    medium.com /@kenichisasagawa/utilizing-multi-core-with-parallel-lisp-a8fd459342d7
  • Common Lisp @lemmy.ml

    cl-llama.cpp demo

    mstdn.io /@veer66/112338737670571548
  • Common Lisp @lemmy.ml

    A Lisp loving uncle is developing parallel IS-LISP.

  • What Lisp programming languages do you use?

    1. Common Lisp
    2. 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

  • I did. I also coded in PL/pgSQL.

  • 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.

  • Linq

    LINQ is remarkable.

  • Stored procedure and Datalog are not what I'm looking for. However, I should consider them seriously, since they may be more practical.

  • b but has nice

    Thank you. This is exactly what I'm looking for.

    link

  • Yes, I've used this.

  • properly 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?