catlover

joined 2 years ago
196
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

I have a nearly 4 year old neutered female cat. I have been thinking about adopting another cat, but I fear they won't get along. Current cat is not really social, rarely likes being touched, instead requires attention: playtime, being near (but far enough), etc.

What are your experiences with second cats? Are there age / gender combinations which are the safest?

Edit: thanks for all the replies! Forgot to mention that she is an indoor cat.

[–] [email protected] 3 points 6 months ago

I wrote my own music player using qt

[–] [email protected] 4 points 6 months ago
 

My mornong glory's leaves on my balcony has some problems. I'm not sure what could be the issue, some other plants show similar symthoms (celery's leaves for example)

Can I ask for help from someone more experienced? I don't know what I'm doing wrong.

I live in central EU, my balcony can get really hot, like 30-35 celsius. It gets direct sunlight from around 1-2 afternoon to 6-7. I water my plants daily, because of the heat, the soil dires quickly

Backside of the leaves:

19
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

Noticed that some bees climb in at the bottom of my planters and dig themselves in. They go in and out multiple times a day, sometimes seem to carry some cut leaves. It seems like its the same bee, never seen more than one at the same spot, but multiple planters have these bees and holes.

What are they doing? Could they mean harm to my plants? Should I worry about my cat trying to catch them, and they stinging?

I also change the soil and the plant every year. Will I ruin their homes this way?

[–] [email protected] 4 points 1 year ago

After hours of trying out different plugins the closest I could find is the lualine & tabby combination:

About to test it during work, at first look it looks like it has everything I need, only shows current buffers in tab, and in correct order

local lualine_theme = require("highlight").lualine_theme
require("lualine").setup({
	options = {
		icons_enabled = true,
		theme = lualine_theme,
		component_separators = { left = "", right = "" },
		section_separators = { left = "", right = "" },
		disabled_filetypes = {
			statusline = {},
			winbar = {},
		},
		ignore_focus = {},
		globalstatus = true,
		refresh = {
			statusline = 1000,
			tabline = 1000,
			winbar = 1000,
		},
	},
	sections = {
		lualine_a = { "branch" },
		lualine_b = { empty_section },
		lualine_c = {},
		lualine_x = {},
		lualine_y = { { "diagnostics", sections = { "error", "warn" } } },
		lualine_z = { "location" },
	},
	inactive_sections = {},
	tabline = {},
	winbar = {},
	inactive_winbar = {},
	extensions = { "fugitive", "nvim-tree" },
})

local theme = {
	fill = "TabLineFill",
	-- Also you can do this: fill = { fg='#f2e9de', bg='#907aa9', style='italic' }
	head = "TabLine",
	current = "TabLineSel",
	tab = "TabLine",
	win = "TabLine",
	tail = "TabLine",
}

vim.o.showtabline = 2
local tabby_theme = require("highlight").tabby_theme
require("tabby.tabline").set(function(line)
	return {
		line.tabs().foreach(function(tab)
			local hl = tab.is_current() and tabby_theme.current or tabby_theme.tab

			return {
				line.sep("", hl, tabby_theme.fill),
				tab.number(),
				tab.name(),
				line.sep("", hl, tabby_theme.fill),
				hl = hl,
				margin = " ",
			}
		end),
		line.spacer(),
		line.wins_in_tab(line.api.get_current_tab()).foreach(function(win)
			local hl = win.is_current() and tabby_theme.current or tabby_theme.tab

			return {
				line.sep("", hl, tabby_theme.fill),
				win.buf_name(),
				line.sep("", hl, tabby_theme.fill),
				hl = hl,
				margin = " ",
			}
		end),
		hl = tabby_theme.fill,
	}
end)
[–] [email protected] 23 points 1 year ago* (last edited 1 year ago) (3 children)

git commit -m 'initial commit'

git commit --amend

git commit --amend

git commit --amend

git commit --amend

....

git commit --amend

 

Hi! I recently decided to switch from airline, but can't find a status / tab line plugin that works just like I want it to. Lualine is the closest I could get, but the following features from tabline is really missing from me.

I couldn't get the buffer component to only show those buffers that are open on the current tab, and in the visual order that my splits are. Also I can't get it to hide hidden buffers, after opening and closing a few terminals it gets polluted with a tons of unnecessary tabs

The closest I could get is with "tiagovla/scope.nvim", but that does not make it respect the order of my splits, messes with sessions and doesn't solve the problem with the hidden buffers

Is there a tabline extension that is simple and fast, and can do what I described? Thanks in advance

[–] [email protected] 21 points 1 year ago

while true; do npm ci; done

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

what is all that stuff

[–] [email protected] 6 points 1 year ago

me neither for 90 % of thr comics i see here

[–] [email protected] 25 points 2 years ago

alias d="cd ~/Downloads"

[–] [email protected] 4 points 2 years ago (1 children)

great. gotta use some e-mail client then

 

I always favored rooting my phone, used to have a redmi 4x with magisk and lineage os. It was time for a new phone, and got a xiaomi note 10S.

On the 4x I noticed that play store did not list revolut and other banking apps, and the bank Im using said I can't use the app on rooted phone, so I decided not to root my 10S.

However I still think about unlocking and rooting it, but I'm afraid of my banking apps no longer working.

I still would like to use my phone like I did before: NFC payments (google pay), banking apps, play store for said apps, google maps.

Is it possible to create a setup like this? Should I even try?

 
 

Version 5.6.22

view more: next ›