- 11 Posts
- 48 Comments
catlover@sh.itjust.worksOPto cats@lemmy.world•Our cat has a major possibility of having diffuse iris melanoma, and will have a surgery3·16 days agoThank you very much, and I’m sad to hear you had to go through all this pain.
I also had one doctor told us that she has no problem at all. He said if she can see, and there are no fluids coming out of her eye, than we are overreacting. At the place they told us its melanoma a specialized eye doctor examined her with multiple tools.
catlover@sh.itjust.worksOPto cats@lemmy.world•Our cat has a major possibility of having diffuse iris melanoma, and will have a surgery2·16 days agoThanks for sharing. I agree with you, and you are very responsible for checking it regularly. I hope the spot doesn’t grow, as far as I know its entirely possible for it to not grow, and not to cause any issues
catlover@sh.itjust.worksOPto cats@lemmy.world•Our cat has a major possibility of having diffuse iris melanoma, and will have a surgery4·16 days agoI’m glad to hear everything went well, and she recovered. Thanks for sharing your experience!
catlover@sh.itjust.worksOPto cats@lemmy.world•Our cat has a major possibility of having diffuse iris melanoma, and will have a surgery4·16 days agoThank you for sharing your experience, and I’m sorry for your loss
catlover@sh.itjust.worksOPto cats@lemmy.world•Our cat has a major possibility of having diffuse iris melanoma, and will have a surgery7·16 days agoThank you, its good to hear not only we think so
catlover@sh.itjust.worksto Technology@lemmy.zip•GPT-5: Overdue, overhyped and underwhelming. And that’s not the worst of it.English149·1 month agowhy do everybody want to make it count letters and stuff like this? isnt this what its worst at? im against ai but this seems like it is being used for what its worst at and not designed to do, like checking how good a bike is by trying to ride it underwater
catlover@sh.itjust.worksto linuxmemes@lemmy.world•Me, when my new job forces macos for development5·1 month agohow do you guys manage to cope with the keyboard layout? the ctrl-super-alt is completely different, even if i just remap them, there will be cases they just dont work like on linux (kitty ctrl-keys, firefox ctrl-tab, etc…) even worse that i use hungarian keylayout and now i use 2 different programs (karabiner, ukulele) to have somewhat similar keys like on linux, but still not perfect …
catlover@sh.itjust.worksto Cybersecurity@sh.itjust.works•Browser hijacking campaign infects 2.3M Chrome, Edge usersEnglish5·2 months agoisnt manifest v3 supposed to help with these issues?
I know its fake, but this instantly popped in to my mind
catlover@sh.itjust.worksto Linux@lemmy.world•What software setup do you use for playing music?English3·1 year agoI wrote my own music player using qt
catlover@sh.itjust.worksto Linux@lemmy.world•ISOs Explained + four programs to make Linux boot mediaEnglish3·1 year agoMy fav is cat
i bought the smallest one in reasonable price, but its still big
catlover@sh.itjust.worksto Gaming@lemmy.ml•Riot Games Now Requires Kernel-Level Anti-Cheat Software for League of Legends, Following Valorant's Implementation5·2 years agois 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?
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.worksto Programmer Humor@programming.dev•git commit -m "minor fixes" +26858 -6942916·2 years agogit commit -m ‘initial commit’
git commit --amend
git commit --amend
git commit --amend
git commit --amend
…
git commit --amend
Ah, my bad, typo in title 😅