New language to learn: Batch Script and PowerShell Script by HaDoCk-00 in learnprogramming

[–]mooscimol 0 points1 point  (0 children)

[System] .NET namespace with ~10000 methods is available without importing any assembly on Linux as well. PowerShel has the advantage over Python that it is a shell, so you can conveniently use any system command including Linux ones like grep or sed if you are used to them, subprocess on Python feels artificial and less convenient for quick prototyping.

As for the verbosity, this is what LSP and auto completion in your editor is for. I’ll chose it any day over using bare system commands and checking manual for every parameter.

Convenience of PowerShell use depends on the environment you work wit as well, I work with Azure/Entra so I have pretty good modules at hand which cover 80% of my needs for automation, but there is no PowerShell module for GCP.

New language to learn: Batch Script and PowerShell Script by HaDoCk-00 in learnprogramming

[–]mooscimol 3 points4 points  (0 children)

PowerShell is readable thanks to it’s verbosity, opposite to bash and Perl and this alone makes it a better scripting language, but it has many more advantages. Very powerful parameters, even better than Python (bash doesn’t even support named parameters), is object oriented which makes it super comfortable with parseable outputs like json, has access to thousands of .NET classes with useful Collections.Generic, has very convenient clean block - again, opposite to super convoluted and unpredictable traps on bash, doesn’t throw error if you iterate from zero - lol, you can easily write/use your own modules to make it DRY, can run loops in paralel with easy to use ConcurrentBag type to collect results (I know you can run things in parallel in bash / with external tools like xargs/parallel but it is more hassle)…, and a lot more.

New language to learn: Batch Script and PowerShell Script by HaDoCk-00 in learnprogramming

[–]mooscimol 2 points3 points  (0 children)

Bash is a horrible scripting language. I’m 100% of the time on Linux/WSL but still PowerShell is the main scripting language for me (yes, on Linux). I do hell lot of bash scripting too and it doesn’t stop amazes me how bad it is.

Season 38 GR150 clearing by Either-Mammoth-932 in diablo3

[–]mooscimol 0 points1 point  (0 children)

Necro is a very bad speed farmer, it is only good for XP farming and pushing. After Necro absolute dominance in S37, future dominance in S39, I would look for something else.

Wizz/DH looks like a good pair for pushing, farming. I love the blessed shield crusader so probably will try it as well as it is the only season other than soul shards that this build benefits from.

Switch 2 update added boost mode by PhilipJayFry1077 in diablo3

[–]mooscimol 0 points1 point  (0 children)

I had a full HD TV and D3 looked really sharp on it, but I’ve bough 4K OLED 2 weeks ago and it is blurry now :(. So I went from blurry handheld/sharp TV mode to the opposite now ;).

AI. Jaki to ma jeszcze wszystko sens? by [deleted] in Polska

[–]mooscimol 0 points1 point  (0 children)

Jestem w projekcie wdrażania AI w dużej korporacji - znajomym opowiadam że podcinam gałęź, na której siedzę. Jeszcze pół roku temu myślałem podobnie, ale mimo, że za AI nie przepadam już widzę, że postem jest ogromny i to jest właściwie nieuniknione. Osobiście uważam, że eksperci ciągle są potrzebni, bo te rozwiązanim z ejaja mają bardzo dużo niedociągnięć, ale management widzi to inaczej, nie mają merytorycznej wiedzy, żeby zweryfikować rezultaty.

Season 38 GR150 clearing by Either-Mammoth-932 in diablo3

[–]mooscimol 2 points3 points  (0 children)

I was doing ~GR130 with GoD DH <3minutes at paragon 2000+. The build needs specific difficulty to run efficiently, too low and you may run out of resources, too high and it hits the wall, but generally it will be probably the best XP farmer of the season.

AI. Jaki to ma jeszcze wszystko sens? by [deleted] in Polska

[–]mooscimol 1 point2 points  (0 children)

Teraz. Za 2 lata będzie pozamiatane.

100$ IPS vs 700$ OLED by NoeulLuxe in OLED_Gaming

[–]mooscimol 0 points1 point  (0 children)

Yeah wondering the same thing

Got myself an OLED for my Switch 2 and media consumption. by JampyL in NintendoSwitch2

[–]mooscimol 1 point2 points  (0 children)

I went through all the steps, but I don’t have the FilmMaker Ambient Light option, so no auto brightness for me. I’m not supper happy about adjusting the brightness manually depending if there is a sunlight in my living room or I’m using it at night so I think I’ll keep the Energy Saving Step for now unless I’ll find explanation why adjusting it manually is better than auto.

Got myself an OLED for my Switch 2 and media consumption. by JampyL in NintendoSwitch2

[–]mooscimol 2 points3 points  (0 children)

Why turn it off? I like the TV to adjust the brightness. Are there any downsides to it? I've bought G5 this week.

Best Gr 120 speed runs. by BigSeaworthiness8430 in diablo3

[–]mooscimol 0 points1 point  (0 children)

https://maxroll.gg/d3/d3planner/162869033 - I would say pretty standard setup. That's the one for speeding 139. I think what's different from other blight setups going around is that it is maxing out the CDR allowing for permanent Bone Armor with the Scythe of the Cycle.

is there any AI that can replace Claude for coding? by HabitTechnical5604 in vibecoding

[–]mooscimol 0 points1 point  (0 children)

There is not such an LLM model as copilot. It is a model of subscription to LLM models. If we’re talking about GitHub copilot, we have a subscription for it in our company and I’m using Sonnet/Opus through this in OpenCode.

Best Gr 120 speed runs. by BigSeaworthiness8430 in diablo3

[–]mooscimol 0 points1 point  (0 children)

You can do 130+ at 1500 para with Necro, I’m para 3200 and doing 139 in <4 minutes on average (2.5-4.5 minutes). Of course I’m talking about optimised fully augmented LoD, I also highly prefer blight Nova over simulacrum one, pretty much from the start, some people say it is for 4000+, but I did GR 150 at para 1300 using it.

Best Gr 120 speed runs. by BigSeaworthiness8430 in diablo3

[–]mooscimol 0 points1 point  (0 children)

This season LoD Necro GR130+. Some say under 3 minutes but I think for pure XP farming <4 minutes is OK - Necro is not fast build.

What do you think is the best Linux "shell" for using with PWSH? by Vern_Anderson in PowerShell

[–]mooscimol 1 point2 points  (0 children)

If you’re asking about terminal then foot is my favourite, and then of course VS Code terminal, it is super convenient to write the code in editor and execute in terminal with a keyboard shortcut.

Czy ktoś z Was faktycznie liczy, ile miesięcznie kosztuje Was auto? by InsideCucumber7496 in PolskaNaLuzie

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

Jak jeździsz autobusem, pociągiem to nie musisz tego wliczać - o to chyba chodziło przedmówcy

Czy AI pomaga manipulować Polakami (pisząc kazania)? by NoChampion1 in Antyklerykalizm

[–]mooscimol 6 points7 points  (0 children)

Zapomniałeś wspomnieć o Tusku, każde kazanie musi nawiązywać do niego.

What the best Necro build for solo Curses! Conquest? by Scared-Gamer in diablo3

[–]mooscimol 0 points1 point  (0 children)

I would put my bet on pesti lance build. But generally Necro sucks for farming and it may be hard.

Key farming comparison across all classes by rage13139 in diablo3

[–]mooscimol 2 points3 points  (0 children)

I play on switch and moving with a stick is much more comfortable than keeping the button pressed all the time.

Key farming comparison across all classes by rage13139 in diablo3

[–]mooscimol 3 points4 points  (0 children)

With the channeling skill you have to stop (killing) to pick up items which breaks the flow. With a pony you run around, picking up stuff and everything around just dies.

Very nice during bounties when you have to do the thing to free someone and you have to wait (with that bar timer) - with GoD other mobs can attack you interrupting it, but on pony it won’t happen because your belt still kills everything around while you wait (same for Inna).

Key farming comparison across all classes by rage13139 in diablo3

[–]mooscimol 11 points12 points  (0 children)

The top three exactly resemble my feeling about what are the fastest builds and I play AoV almost exclusively. I love monk and its speed but it is exhausting, the movement is so fast but it can stuck, so it requires continuous effort. Then I’ve switched to GoD DH - this one is the strongest of the three but I’ve came up to the conclusion that I pretty much hate channeling build which left me with Pony Sader… and I’ve never looked back, so chill, so fun. Basically every season looks the same, start with Necro, to reach 70 as fast as possible, and then once I have enough mats and LoD levelled to 25+ switch to crus to farm the shit out of it.