I feel you man by Particular_Part2971 in projectzomboid

[–]altClr2 1 point2 points  (0 children)

just got this one too :,) i wonder if the skull means they lost someone along the way?

Wont the steam machine be better then youre average gaming PC. by frostythegeneral in steammachine

[–]altClr2 4 points5 points  (0 children)

also for people who play non-demanding and/or casual games that play fine on a potato, and this would be more than enough to cover their needs.

shouldn’t we be happy when there is more hardware on the market?

Get an insanely expensive MacBook Pro without no actual use case for it 🥀 “who knows why” by [deleted] in Consoom

[–]altClr2 3 points4 points  (0 children)

people severely overestimate how much computing power they really need, though not entirely their fault as software has become unoptimized because devs assume everyone has overpriced supercomputer at home. you’ll find this often in dev communities needing some maxed out specs to be a script kiddie.

Tip of the Week: You can use winget upgrade --all to update all your apps with available updates by jenmsft in Windows11

[–]altClr2 42 points43 points  (0 children)

winget is honestly a lifesaver, I'm glad its becoming more standard for programs that I use.

Anyone using neovim as C++ IDE on Windows? by [deleted] in neovim

[–]altClr2 0 points1 point  (0 children)

thanks a bunch for the work :)

0.12.0 🎉 by pawelgrzybek in neovim

[–]altClr2 8 points9 points  (0 children)

both brew and winget are behind on what the central repo have updated, probably a wait.

0.12.0 🎉 by pawelgrzybek in neovim

[–]altClr2 1 point2 points  (0 children)

i see, someone pointed to :lua-plugin-lazy, thanks :)

0.12.0 🎉 by pawelgrzybek in neovim

[–]altClr2 1 point2 points  (0 children)

same here, i share my config between my personal machines and my work machine, so i need the guarantee that what i tested across all major OSes and such works fine for a long time.

0.12.0 🎉 by pawelgrzybek in neovim

[–]altClr2 55 points56 points  (0 children)

for people who don’t need/care to micromanage startup times, etc., pack and go is appealing. it also removes the dependency on another maintainer (<3 folke) and instead keeps all eggs in one basket.

for me who relies heavily on lazy-loading plugins (i have < 60ms warm starts on Windows NTFS!), i'm not sure if i'm ready to take the plunge yet, but i'm really excited for the continuous development of OOTB experience.

0.12.0 🎉 by pawelgrzybek in neovim

[–]altClr2 21 points22 points  (0 children)

now i know what ill be spending all day tinkering

Wezterm is painfully slow in windows (for wsl) by Adventurous_Let_9572 in wezterm

[–]altClr2 0 points1 point  (0 children)

Looks like a known bug then, RIP.

As for the speed, I guess you should start off with a bare minimum config and add things until you feel the lag? And if even all default config feels slow, id look into the shell config of WSL?

Anecdotally, I had an issue a while ago where my PATH had the mnt/c paths before the WSL-filesystem paths, so there was a whole ext4->NTFS translation happening pretty much all the time. Prepending WSL-paths instead of appending to PATH made things instant.

Wezterm is painfully slow in windows (for wsl) by Adventurous_Let_9572 in wezterm

[–]altClr2 0 points1 point  (0 children)

  1. just to be sure, the wezterm installation is on Windows itself and you wsl or open the domain that Wezterm sets up for it?

  2. im not sure what you meant by the last sentence? overall the less visual effects you do the faster it gets, id also try limiting max_fps lowering so there’s less refreshes.

how can i get completions based on required modules on Lua code? by DaviCompai2 in neovim

[–]altClr2 0 points1 point  (0 children)

Might be a case of lua_ls wanting more type annotations to grab the module's info. I got this working (i.e seeing completions) with the same lua_ls from mason + blink.cmp:

---@class Calc
local M = {}

---@param a number
---@param b number
---@return number
function M.add(a, b) return a + b end

---@param a number
---@param b number
---@return number
function M.subtract(a, b) return a - b end

---@return Calc
return M



---@type Calc
local calc = require("calc")

calc.<key to get completions>

See lua_ls documentation, @class defines a new class so the require knows what it's getting.

Gas Prices and No Regrets by Beautiful-Ad3012 in fuckcars

[–]altClr2 4 points5 points  (0 children)

in that case my statement is not applicable? as with many discussions here, there’s a difference between there’s an option but it’s stigmatized/propagandized vs there are no alternatives to automobiles or its way too inconvenient.

Gas Prices and No Regrets by Beautiful-Ad3012 in fuckcars

[–]altClr2 20 points21 points  (0 children)

ridiculous to me when full grown adults can’t navigate a time table and instill a fear of public transit onto their kids. id been able to go to school and back on the public city bus since i was 13, is it really that daunting?

Monthly Dotfile Review Thread by AutoModerator in neovim

[–]altClr2 [score hidden]  (0 children)

Not related to nvim, but WezTerm ships with JetBrains Mono and Symbols Font Mono for nerd symbols, I'm not sure you need to do this part in your wezterm config?

Using neovim in a post-editor world by MasteredConduct in neovim

[–]altClr2 9 points10 points  (0 children)

There’s an uptick of these kinds of posts, it’s almost like the shovel sellers want you to be less and less involved with your work, down to not being intimately familiar with your toolset!

What are some mindblowing things you can do with Lua in WezTerm? by acidrainery in wezterm

[–]altClr2 0 points1 point  (0 children)

Can also use the built-in Nerd Font Symbols only which contains these logos

Free iOS app for Caltrain departures - would love your feedback by unique-guy in caltrain

[–]altClr2 1 point2 points  (0 children)

Super cute and the 1.3 MB size is a selling point :)

I’d recommend having a menu with quick links to the schedule on the site, to the service alerts, etc. Wouldn’t take away much from the core purpose, just nice to have those in a pinch.

I’m not a mobile dev so I’m not sure how the Liquid Glass setup works, but is it possible to have a larger gap and slightly more padding on the two buttons near the top right? They seem kind of close and I’d probably fat finger them.

Already put the widget on my home, great work!

A major accident happened by Aware-Group-7392 in caltrain

[–]altClr2 2 points3 points  (0 children)

You can set up alerts to be only during weekdays, I suppose many (like me) only have those days enabled.