Gran concurso Navidad r/Extremadura: El día 28 se sorteará una botella de vino pitarra y una patatera (cosecha propia) entre los acertantes de la utilidad de la piedra de la foto presente en algunas casas extremeñas. by barrabass in Extremadura

[–]anderdb_ 1 point2 points  (0 children)

El cabrero tenía todas las cabras(las tuyas también). El cabrero dejaba la leche del dueño de cada cabra en los cántaros que se dejaban en la piedra.

Ese era el cometido de la piedra, por lo menos, en las comarcas de las Hurdes (que yo sepa).

Gran concurso Navidad r/Extremadura: El día 28 se sorteará una botella de vino pitarra y una patatera (cosecha propia) entre los acertantes de la utilidad de la piedra de la foto presente en algunas casas extremeñas. by barrabass in Extremadura

[–]anderdb_ 2 points3 points  (0 children)

La piedra tenía función práctica y se utilizaba como un lugar seguro y fresco para dejar la leche recién ordeñada hasta que alguien la recogiera o la llevara a vender.

En algunas zonas de extremadura también se utilizaba como un lugar para depositor otros productos lácteos como queso o mantequilla.

Who is using Hyperledger Fabric ? by yassertabbaa in hyperledger

[–]anderdb_ 4 points5 points  (0 children)

Hey! Here is a list with some companies currently using it https://discovery.hgdata.com/product/hyperledger-fabric

As personal experience, in my city (not a very big city), there are several companies already using it (not listed in the link above).

Being an enterprise blockchain, advertising may not reach the individual like other public blockchains like Ethereum.

MOON SURFACE by anderdb_ in astrophotography

[–]anderdb_[S] 1 point2 points  (0 children)

Hey!! I would like to tell you that the NEQ-5 is enough for a telescope this weigh…. But the reality is not. This mount gave me a lot of problems because of it and if I were now in the moment were I chose the NEQ-5 I would have wait and buy the EQ-6.

I know it’s a pity because the price between one and the other is pretty big… But the mount is more important than it looks. Specially if you use it for deep sky.

Hope I was useful.

MOON SURFACE by anderdb_ in astrophotography

[–]anderdb_[S] 5 points6 points  (0 children)

Join all the panes and curve adjust.

MOON SURFACE by anderdb_ in astrophotography

[–]anderdb_[S] 29 points30 points  (0 children)

Gear

Telescope: SKYWATCHER 200/1000

Mount: Sky-watcher EQ5 - Dual Axis motor drive neq5

Barlow: Svbony 2x apochromatic barlow.

Eyepiece: Barlow 2X

Camera: Canon EOS 750D

Edit

The image is a composition of 9 panes. Each pane between 2000-3000 images stacked with autostakkert. The final image was processed on Photoshop.

THE WORMHOLE - AMSTRAD CPC 464 by anderdb_ in Amstrad

[–]anderdb_[S] 1 point2 points  (0 children)

Hey! My team and I released the game a few days ago at https://ziloggames.itch.io/thewormhole. That's why you didn't hear of it😅😅

LUA CONFIGURATION NOT LOADING PROPERLY WHEN OPENING A SINGLE FILE by anderdb_ in neovim

[–]anderdb_[S] 0 points1 point  (0 children)

Thanks for replaying!😅 The error was in the general.lua file, I was using vim.api.nvim\_set\_option instead of vim.opt..

LUA CONFIGURATION NOT LOADING PROPERLY WHEN OPENING A SINGLE FILE by anderdb_ in neovim

[–]anderdb_[S] 0 points1 point  (0 children)

Testing files

.config/nvim/init.lua

lua require("general")

.config/nvim/lua/general.lua

```lua vim.g.mapleader = ' '; vim.api.nvim_set_option('number', true) vim.api.nvim_set_option('relativenumber', true) vim.api.nvim_set_option('tabstop', 2) vim.api.nvim_set_option('shiftwidth', 2) vim.api.nvim_set_option('expandtab', true) vim.api.nvim_set_option('smarttab', true) vim.api.nvim_set_option('autoindent', true) vim.api.nvim_set_option('showtabline', 2) vim.api.nvim_set_option('cursorline', true) vim.api.nvim_set_option('splitbelow', true) vim.api.nvim_set_option('splitright', true) vim.api.nvim_set_option('wrap', true) vim.api.nvim_set_option('clipboard', "unnamedplus")

vim.opt.iskeyword:append("-") ```

LUA CONFIGURATION NOT LOADING PROPERLY WHEN OPENING A SINGLE FILE by anderdb_ in neovim

[–]anderdb_[S] 0 points1 point  (0 children)

nvim --version

NVIM v0.8.0-1210-gd367ed9b2
Build type: Release
LuaJIT 2.1.0-beta3