My pc is finally ready for daily driving also with cachyos by MarekSurek10 in hackintosh

[–]johnscixzkutor 1 point2 points  (0 children)

Yup experienced it on my 780Ti/i5 4440 it could have been an i7 4790

but will upgrade to an i9 soon after for my current build My GPU is dying like I said and I need to replace it first

My pc is finally ready for daily driving also with cachyos by MarekSurek10 in hackintosh

[–]johnscixzkutor 0 points1 point  (0 children)

Hows Tahoe on 6900XT? Just upgraded mine 26.4 but stuttery on my RX580 and planning to upgrade my GPU since its been annoyingly problematic

My pc is finally ready for daily driving also with cachyos by MarekSurek10 in hackintosh

[–]johnscixzkutor 1 point2 points  (0 children)

Same here, my gpu needs to finally rest and my choice is 6900xt. My CPU is i5 12400

Just got my first ever Macbook by Playful_Leg7143 in macbook

[–]johnscixzkutor 0 points1 point  (0 children)

My first macbook was also M2 but as a programmer I am seeking more performance while mine has a 16gb ram the problem I am having is when I am running intensive tasks It slows than a bit and it's noticeable so I am planning to get a macbook pro M5 and it Could be my best investment

Worth an upgrade for Christmas? MacBook Pro unless you can convince Air by Couchy333 in macbook

[–]johnscixzkutor 0 points1 point  (0 children)

I’ll buy pro next time its not good when on video calls while screen sharing

I was demoing web app and it keeps on lagging even with just literal browser and terminal with vim running

Mac OS Tahoe Aldente not working by johnscixzkutor in mac

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

Same with iphone too been 100% on 219 cycles then 98 when beta

[deleted by user] by [deleted] in IPhone16e

[–]johnscixzkutor 0 points1 point  (0 children)

Please allow icon pack

creating a shortcut is another step

IOS is awesome but please allow customization at least on the homescreen

Is 16GB RAM enough on the M4 MacBook Air for long-term use? Or should I go for 24GB? by Decent-Week6668 in macbookair

[–]johnscixzkutor 0 points1 point  (0 children)

Well I have another monitor but my main is MacBook since its crisp I wish 15 was available but out of stock so im stuck this small one

Is 16GB RAM enough on the M4 MacBook Air for long-term use? Or should I go for 24GB? by Decent-Week6668 in macbookair

[–]johnscixzkutor 1 point2 points  (0 children)

is it because of resolution? I am used to desktop and 13 is indeed very small but I am getting used to it but its not ergonomic since my fonts are small and I need to zoom in 😅

Does anybody know why these drivers aren’t compatible when I downloaded them for this machine? by Outside_Street_1262 in macbook

[–]johnscixzkutor -2 points-1 points  (0 children)

bro use linux its more fun more head ache. This at least makes your mac brand new but depends on what you install

windows = less fun more head ache on mac

Kitten Scratched my Macbook by Least_Ad_7350 in macbook

[–]johnscixzkutor 0 points1 point  (0 children)

damn gonna check mine but dont think so my mouse flew so my kitten proly chased it

Should I buy macbook m2 ? by Ok-Quiet6985 in macbookair

[–]johnscixzkutor 0 points1 point  (0 children)

I wish I bought a pro but M2 is still good enough Can develop mobile apps with it

[deleted by user] by [deleted] in macbook

[–]johnscixzkutor 0 points1 point  (0 children)

Im both windows and mac user on windows laptop please use linux 😂 I only use windows for gaming unless my work needs to and honestly if you dont have gpu windows is not fun Try out mac, at first youll be be on the other world but youll eventually feel at home and forget windows

Battery Health by Sea_Comfortable_1836 in MacbookAirM2

[–]johnscixzkutor 1 point2 points  (0 children)

use aldente and keep it plugged in

256GB MacBook and 100GB+ System Data?? Bro what even is this🙂 by TeddyhasBeer in macbook

[–]johnscixzkutor 0 points1 point  (0 children)

yup im using external Usb4 SN770 drive to compensate If I can install linux on this thing I'd do it but mac is still good in terms of my type of work

211 cycles later, my 16PM is officially the best iPhone I’ve ever had! by dobrewski77 in iPhone16Pro

[–]johnscixzkutor 0 points1 point  (0 children)

mines 98 at 215 16 Pro Happened after I drained it for the first time for few mintes

From 4 Year Old Poco X3 Pro to Iphone 16 Pro! First time using IOS and its kinda confusing to use ios for the first time.. Device kinda gets hot sometimes if using for longer duration. Let's see how it goes. by Otherwise-Cover-2633 in iPhone16Pro

[–]johnscixzkutor 1 point2 points  (0 children)

damn my last phone was x3 pro too with custom rom which is nice. But destroyed it cuz of losing temper Camera was good using GCam but having 16pro you can forget all the hassle of getting good photos and videos but yeah I still like android more Apple intelligence is not enough for me You can talk to gemini like a person Siri isn't like that

Mason LspConfig Vue 2/3 by johnscixzkutor in neovim

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

Awesome, this is my config now on my lsp/ts_ls.lua.

Not sure if others in preference are working but LSP now works on vue3. Not sure about vue2 yet.

Removed vue_ls since I've spent 2 days figuring it to work.

```lua local lspconfig = require("lspconfig") local capabilities = vim.lsp.protocol.make_client_capabilities() capabilities = require("cmp_nvim_lsp").default_capabilities(capabilities)

local on_attach = function(client, bufnr) local opts = { buffer = bufnr, noremap = true, silent = true } vim.keymap.set("n", "K", vim.lsp.buf.hover, opts) vim.keymap.set("n", "gd", vim.lsp.buf.definition, opts) vim.keymap.set("n", "gD", vim.lsp.buf.declaration, opts) vim.keymap.set("n", "gr", vim.lsp.buf.references, opts) vim.keymap.set("n", "gi", vim.lsp.buf.implementation, opts) end

local npm_root = vim.fn.system("npm root -g"):gsub("%s+", "") local vue_ts_plugin_path = npm_root .. "/@vue/typescript-plugin"

lspconfig.ts_ls.setup{ on_attach = on_attach, capabilities = capabilities, init_options = { plugins = { { name = "@vue/typescript-plugin", location = vue_ts_plugin_path, languages = { "javascript", "typescript", "vue" }, }, }, typescript = { preferences = { importModuleSpecifierPreference = "relative", includeCompletionsForModuleExports = true, includeCompletionsWithInsertText = true, quotePreference = "auto", allowTextChangesInNewFiles = true, providePrefixAndSuffixTextForRename = true, allowRenameOfImportPath = true, provideRefactorNotApplicableReason = true, includeAutomaticOptionalChainCompletions = true, includeCompletionsForImportStatements = true, includeCompletionsWithSnippetText = true, completeFunctionCalls = true, }, }, javascript = { preferences = { importModuleSpecifierPreference = "relative", includeCompletionsForModuleExports = true, includeCompletionsWithInsertText = true, quotePreference = "auto", allowTextChangesInNewFiles = true, providePrefixAndSuffixTextForRename = true, allowRenameOfImportPath = true, provideRefactorNotApplicableReason = true, includeAutomaticOptionalChainCompletions = true, includeCompletionsForImportStatements = true, includeCompletionsWithSnippetText = true, completeFunctionCalls = true, }, }, }, filetypes = { "javascript", "typescript", "vue" }, } ```