User contributions for Brb
Appearance
23 February 2026
- 17:4717:47, 23 February 2026 diff hist +132 Desktop environment →Window Manager
- 17:4517:45, 23 February 2026 diff hist −2 Linux →aria2 - command line downloader supports torrents and multi-connection
- 12:1412:14, 23 February 2026 diff hist +130 Docker →LazyDocker (TUI)
- 12:0412:04, 23 February 2026 diff hist +25 AI →Khoj
- 12:0312:03, 23 February 2026 diff hist +379 AI →Documents
- 11:5011:50, 23 February 2026 diff hist +10 Reproducible →Building Your First Container in VSCode
- 11:2111:21, 23 February 2026 diff hist +46 Online tools →Excalidraw current
22 February 2026
- 08:3908:39, 22 February 2026 diff hist +2,272 Hardware No edit summary
21 February 2026
- 13:0313:03, 21 February 2026 diff hist +969 Recipes →Espresso
- 11:3511:35, 21 February 2026 diff hist −12 RetroPie →ArkOS
- 11:1911:19, 21 February 2026 diff hist +696 RetroPie →Knulli
20 February 2026
- 21:1421:14, 20 February 2026 diff hist +2,115 RetroPie →RG40xx
- 19:2819:28, 20 February 2026 diff hist +37 RetroPie →Knulli
- 14:0714:07, 20 February 2026 diff hist +11 Heatmap →Jaccard index - cluster stability current
- 14:0514:05, 20 February 2026 diff hist +667 Heatmap →Jaccard index - cluster stability
- 11:0711:07, 20 February 2026 diff hist +20 RetroPie →Aspect ratio/resolution
- 10:2710:27, 20 February 2026 diff hist +423 Snappy →Flatpak current
- 10:0810:08, 20 February 2026 diff hist +74 Linux →dmesg command
- 09:5009:50, 20 February 2026 diff hist +517 Linux →Log files
- 08:0108:01, 20 February 2026 diff hist +9 Recipes →Instant Pot
19 February 2026
- 15:3315:33, 19 February 2026 diff hist +68 R web →3D current
- 15:3215:32, 19 February 2026 diff hist +458 N File:Plotly 3d cont.png <syntaxhighlight lang='r'> library(plotly) plot_ly( iris, x = ~Sepal.Length, y = ~Sepal.Width, z = ~Petal.Length, color = ~Petal.Width, # Now using a numeric/continuous variable type = "scatter3d", mode = "markers", marker = list( size = 10, opacity = 0.9, colorbar = list(title = "Petal Width") # Optional: adds a label to the color scale ) ) </syntaxhighlight> current
- 14:5414:54, 19 February 2026 diff hist +104 R web →Interactive html output
- 14:5114:51, 19 February 2026 diff hist +1,008 N File:Plotly shiny 3d.png <syntaxhighlight lang='r'> # method 3: install.packages(c("shiny","plotly")) library(shiny) library(plotly) ui <- fluidPage( titlePanel("3D scatter (plotly)"), sidebarLayout( sidebarPanel( selectInput("x", "X axis", choices = names(iris), selected = "Sepal.Length"), selectInput("y", "Y axis", choices = names(iris), selected = "Sepal.Width"), selectInput("z", "Z axis", choices = names(iris), selected = "Petal.Length") ), mainPanel(plotlyOutput("plot3d")) )... current
- 14:5014:50, 19 February 2026 diff hist +663 N File:Threejs 3d.png <syntaxhighlight lang='r'> # method 2. High-performance WebGL: threejs (great for large datasets) library(threejs) # numeric color vector by Species cols <- as.numeric(iris$Species) pal <- rainbow(length(unique(cols))) widget <- scatterplot3js( x = iris$Sepal.Length, y = iris$Sepal.Width, z = iris$Petal.Length, color = pal[cols], size = .8, # control marker sizes grid = TRUE, renderer = "auto", # or "webgl" (webgl recommended for speed) bg = "white", l... current
- 14:4814:48, 19 February 2026 diff hist +410 N File:Plotly 3d.png <syntaxhighlight lang='r'> library(plotly) p <- plot_ly( iris, x = ~Sepal.Length, y = ~Sepal.Width, z = ~Petal.Length, color = ~Species, type = "scatter3d", mode = "markers", marker = list( size = 10, # fixed size opacity = 0.9 ) ) p # displays in RStudio Viewer or browser # htmlwidgets::saveWidget(p, "iris_3d_plotly.html", selfcontained = TRUE) </syntaxhighlight> current
- 13:4313:43, 19 February 2026 diff hist +274 RetroPie →Android emulation
- 13:3213:32, 19 February 2026 diff hist +450 AI →Documents
- 12:3412:34, 19 February 2026 diff hist −1 Github →GitUI
- 12:3412:34, 19 February 2026 diff hist +3,597 Github →Helpful git commands
- 12:3112:31, 19 February 2026 diff hist −3,583 Github →GUI version of Git software
- 12:2312:23, 19 February 2026 diff hist +244 Snappy →Snappy (package manager)
- 11:5111:51, 19 February 2026 diff hist +34 Snappy →Flatpak
- 11:4611:46, 19 February 2026 diff hist +233 Snappy →Flatpak
- 11:3111:31, 19 February 2026 diff hist +318 Linux Distribution →Immutable current
- 11:2411:24, 19 February 2026 diff hist +177 Online tools →Google search
- 11:2311:23, 19 February 2026 diff hist +156 RetroPie →Wii remote
- 11:2011:20, 19 February 2026 diff hist +93 Rstudio →Positron
- 11:1911:19, 19 February 2026 diff hist +179 Android →Kali Linux
- 11:1711:17, 19 February 2026 diff hist +323 Android →User/profile vs accounts
- 11:1711:17, 19 February 2026 diff hist −133 Android →Sandbox using Shelter
- 11:0911:09, 19 February 2026 diff hist +135 AI →LM Studio
- 10:2910:29, 19 February 2026 diff hist +402 R web →Interactive html output
18 February 2026
- 14:3014:30, 18 February 2026 diff hist +40 Rstudio →Freeze
- 14:2914:29, 18 February 2026 diff hist +145 Rstudio →Freeze
17 February 2026
- 11:2711:27, 17 February 2026 diff hist +46 Android →RSS feed reader
- 11:1611:16, 17 February 2026 diff hist +134 Router →OpenWRT
- 11:0111:01, 17 February 2026 diff hist +222 AI →AI agent
16 February 2026
- 10:3810:38, 16 February 2026 diff hist +437 RetroPie →User Manual
- 10:2910:29, 16 February 2026 diff hist +134 RetroPie →Theme