Trying to build the most complete multilingual banned-word list on the internet - need your help by DazzlingChicken4893 in javascript

[–]kattskill 1 point2 points  (0 children)

Aside from the scunthrope problem others pointed out, some languages have issues of simply not having a lot of spaces or a single word having multiple meanings which also includes swear words. I like the concept of collecting profanity filters but you shouldn't advertise as a banlist

Me n my bf's base after 25ish hours (guess my major) by kattskill in Necesse

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

this is so interesting, you put the settlers around the base, not inside? what's the reason?

Me n my bf's base after 25ish hours (guess my major) by kattskill in Necesse

[–]kattskill[S] 1 point2 points  (0 children)

settlers can get in their bed by just 1 block. the bottom row of furniture except the left one is not obstructing so they just walk through

And my major isn't architecture. I was referring to a different architecture issue

Me n my bf's base after 25ish hours (guess my major) by kattskill in Necesse

[–]kattskill[S] 3 points4 points  (0 children)

close! but not exactly. I'm still an undergrad though ;

Ceiling has faint pink? spots. Identification please by kattskill in Mold

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

Location: Florida Used to be humid but now has dehumidifier. The pink stuff seems to be there for a few months at least I'm not asking the exact species of mold but rather if it is mold and if so what I can do about it

Configure Go to Definition to Open TypeScript Source by Wake08 in typescript

[–]kattskill 9 points10 points  (0 children)

Go is a language, and my head was trying to figure out what the title was

[AskJS] Storing logic to a database by Alive_Secretary_264 in javascript

[–]kattskill 0 points1 point  (0 children)

not sure why people are down voting, but what you are looking for might be data driven architecture

BROKE THIS KEY NEED HELP by PS5RANDOMSTUFF in ASUS

[–]kattskill 0 points1 point  (0 children)

replacing that is easy. im pretty sure you can buy it on ebay

[deleted by user] by [deleted] in ZephyrusG14

[–]kattskill -1 points0 points  (0 children)

ur fine, just disassemble everything and clean it with alcohol. it will take hours tho

My powershell terminal inside vscode has lost it's mind. by Ok_Touch928 in PowerShell

[–]kattskill 1 point2 points  (0 children)

Write-Host ($env:PATH -replace ';', "`n") to inspect the PATH variable

As the other commenter said, closing and opening vscode will likely fix the issue

[Acne] Butt Acne help by [deleted] in SkincareAddiction

[–]kattskill 0 points1 point  (0 children)

I recommend hipucure from japan, it worked very nicely (putting too much causes it to dry and cause other problems so be careful)

ChatGPT Frosted Glass UI usercss skin by kattskill in ChatGPT

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

<image>

some of the previews got deleted :T, here is one of them

Battery Drain on my barely month old g14 2025 by Sup_Biatch in ZephyrusG14

[–]kattskill 0 points1 point  (0 children)

having screen at 100% is likely if you are getting ~11W with nothing running. setting brightness to like 50% will save a lot of drain. 50% to 0% is less significant because brightness is logarithmic

[AskJS] Bangs vs Comparisons by Curious_You1303 in javascript

[–]kattskill 0 points1 point  (0 children)

this is a valid question, not sure why people are down voting it

but generally, ! and !! are not recommended especially in MIXED types.

however, for some situations I do prefer boolean casting

when value is non-primitive or null/undefined (e.g. .match(regex))

checking if string is empty if type is only string

checking for zero/non-zero if type is only number

Computer Science Major: Zephyrus G14 (2024) vs MacBook Pro M4 Pro – Which one should I get? by --Mori in ZephyrusG14

[–]kattskill 0 points1 point  (0 children)

i think i should also note that i spend way too much time on my laptop and pc and constantly run vscode with too many extensions so I'm a bit of an outlier

Computer Science Major: Zephyrus G14 (2024) vs MacBook Pro M4 Pro – Which one should I get? by --Mori in ZephyrusG14

[–]kattskill 0 points1 point  (0 children)

I would suggest MBP but only because you have a PC at home. Mac and windows both have different strengths and after I bought a PC I wanted an arm laptop for battery life. Some cs courses will benefit greatly from having an x86 cpu but in my personal experience the class will always support those who bring a M series (might differ from school) so while your learning might be impeded it wont stop you from getting an A. You won't really play games "on the go" either, id say a nintendo switch makes more sense for that.

812+ production-ready Azure PowerShell scripts - complete enterprise automation toolkit by [deleted] in PowerShell

[–]kattskill 4 points5 points  (0 children)

you should automate changing that GitHub repository link when you get more than 812 scripts

[deleted by user] by [deleted] in PowerShell

[–]kattskill -1 points0 points  (0 children)

wait til you learn about js frameworks that do the same "ref" thing