[-] catlover@sh.itjust.works 7 points 6 months ago

i bought the smallest one in reasonable price, but its still big

[-] catlover@sh.itjust.works 5 points 8 months ago

is cheaters in lol this bad? are there more cheaters compared to for ex.: dota? and if yes, why? does the lol game implementation allow it?

[-] catlover@sh.itjust.works 4 points 8 months 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)
[-] catlover@sh.itjust.works 4 points 10 months ago* (last edited 10 months ago)

what is all that stuff

[-] catlover@sh.itjust.works 6 points 10 months ago

me neither for 90 % of thr comics i see here

[-] catlover@sh.itjust.works 8 points 11 months ago* (last edited 11 months ago)

last time (~ half year ago) they thaught me this they said chest compression is more than enough. there should be enough oxygen in the lungs and blood till professional help arrives, and as you said most of the time airway is blocked in these situations

also most people are extremely unconfortable to blow air through someones nose/mouth, so it incrreases the number of people that are willing to help

at least sa far as i know

[-] catlover@sh.itjust.works 4 points 11 months ago

great. gotta use some e-mail client then

[-] catlover@sh.itjust.works 6 points 11 months ago

Also from newsham-s stream:

[-] catlover@sh.itjust.works 4 points 1 year ago

Either I'm doing something wrong or the command doesn't work anymore:

[-] catlover@sh.itjust.works 6 points 1 year ago

Does it affect performance that the gpu is connected with that long of a cable?

[-] catlover@sh.itjust.works 10 points 1 year ago

We always cut booth handles, so the cats head wont get stuck in it if she accidentally manages to put it on her neck

15
submitted 1 year ago by catlover@sh.itjust.works to c/dota2@lemmy.ml

So I recently started playing role queue ranked, and I have no idea how I can get better, or whats the difference between lower and upper MMR players.

I used to play Starcraft, and I always knew in each league what was my problems, what went wrong in the game, and what I could do better in the next one.

In guardian level games I can see players stopping spirit breaker using charge of darkness with rod of atos in the blink of an eye, using tinker perfectly, starting and finishing every teamfight perfectly, and other plays that I don't know how can get better. And still its only guardian, and can't imagine what they do better in immortal.

But dota has so much more factors, like games can get decided during picking heroes, there are 4 other players in the team that I don't always watch / know what they are doing. Is it even possible to judge a players skill correctly in dota?

In my current league (around guardian 2) 90% of the games are about one team absolutely destroying the other. I feel like whatever I do is pointless, because either the team is doing fine without me, or can't do anything that will turn the game around, because of bad picks or that 1 or 2 players with 0-9-1 at 8 minutes.

I prefer to play soft / hard support. Not sure how much this sound like "everybody is bad except me", but I'm totally open to the idea, that I'm just bad. But as I said, I have no idea what I'm doing wrong.

So I was wondering what could I do to get involved in better games. I don't even dream of getting a high MMR (though it would be pleasing), I only want to play fun and close games where the team works as a team. My only guess / hope is that at higher levels games will get better.

[-] catlover@sh.itjust.works 4 points 1 year ago

maybe that dude with the mass random communities name

19

Version 5.6.22

view more: ‹ prev next ›

catlover

joined 1 year ago