No Title View RSS

Gieo sức khỏe - Gặt niềm tin
Hide details



VSCode R notebook to R script for tracking shortcut 25 Jun 2024 4:00 PM (9 months ago)

.ipynb is great for many reasons, one of them is more than most for me: when working with several (say 10) different projects, it helps to remind what you had done much better than looking at R scripts.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Building RAG based on Ollama 18 Jun 2024 4:00 PM (9 months ago)

This is on Mac OS Sequoia

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Europe hexbin for cartogram 29 May 2024 4:00 PM (10 months ago)

There is not an existing hexbin for Europe at the time of writing, we can however manually create it as follows:

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Blogging with Obsidian and Jekyll 7 Sep 2023 4:00 PM (last year)

Combining Obsidian and Jekyll makes blogging most convenience than ever. Something that possible include

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

[R] a dot "." can be assigned as object's name 7 Sep 2023 4:00 PM (last year)

Finding something to name a short object in #R, you can use . to do things like:

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

MacOS min version needed for GCC compiler on Monterey 18 Sep 2022 4:00 PM (2 years ago)

A note to fix error on new MacOS version Monterey and gcc compiler for R. This assumes that you have

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Normalizing constant of auto-regressive order 2 model 17 Mar 2022 4:00 PM (3 years ago)

Using the constant to correct for rank-deficiency interaction term when fitting model with TMB, such as a SEPARABLE effect between ICAR and auto-regressive order 2 (AR(2)). It can be extended for higher-order AR as well.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Install laarc 5 Jan 2021 3:00 PM (4 years ago)

  1. Install racket
    sudo add-apt-repository ppa:plt/racket
    sudo apt update
    sudo apt install racket
    
  2. Install requirements
    sudo apt install make cmake build-essential rlwrap
    
  3. Clone laarc
    git clone http://github.com/laarc/laarc
    cd laarc
    make
    mkdir arc
    echo "myname" > arc/admins
    NOISY=1 DEV=1 rlwrap bin/arc # rlwrap is optional
    

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Vim - Adding another folder to current session 5 Jan 2021 3:00 PM (4 years ago)

To mimic project-like feature in Sublime Text or Visual Studio Code, that is multiple folders are available in search path. This helps the autocomplete of functions like buffer, edit,… find out all intended locations.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

cmus - delete files from disk 5 Jan 2021 3:00 PM (4 years ago)

Within cmus

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?