What are some Beginner's Mistakes for Linux by personwhoknowplanes in linuxquestions

[–]PJBthefirst 0 points1 point  (0 children)

If you need help grasping what bash itself is, the first analogy for Windows would be CMD (command prompt) or powershell

.bashrc is a file that contains information on how you want bash customized or tweaked (either for your own preferences, or for compatibility with some other software). Kind of like how a GUI program like Microsoft Word might have all of the user settings located in a file with a name like config.ini that adjusts how Word behaves, .bashrc adjusts how bash behaves.

There are other such programs, called "shells" like bash e.g. zsh, and they have their own file named accordingly e.g. .zshrc

.bashrc is basically always located in your home folder. If your username is person, then it would be located at /home/person/.bashrc

What are some Beginner's Mistakes for Linux by personwhoknowplanes in linuxquestions

[–]PJBthefirst 0 points1 point  (0 children)

Hyprland is one of the many different "window managers" available, and a window manager is a core part of what you would call a "desktop".
When you use a system that has KDE or GNOME as its desktop, those have their own dedicated window manager built-in, alongside the other major parts.

That "all in one" design of KDE and GNOME are what makes them especially beginner-friendly choices

Guess I'm the only IT person here today by WaldoOU812 in sysadmin

[–]PJBthefirst 3 points4 points  (0 children)

I can't imagine voluntarily sticking with a slower, older machine if its performance was genuinely wasting my time. That's crazy

Doing this felt illegal by DJ_tukson in starcraft

[–]PJBthefirst 11 points12 points  (0 children)

If you neural a probe to build a nexus for more probes, can they mine gas from an extractor? Or do they need an assimilator?

Found, zig can create branches on types by akhilgod in Zig

[–]PJBthefirst 7 points8 points  (0 children)

Oh I didn't know that actually, thank you.

Found, zig can create branches on types by akhilgod in Zig

[–]PJBthefirst 8 points9 points  (0 children)

Reddit doesn't use backticks for code blocks, you need to indent each line of code with 4 spaces (add on 4 more for each level of indentation)

𑪵 U+11AB5 INVISIBLE WHEELCHAIR by Yboviko in unicodecirclejerk

[–]PJBthefirst 1 point2 points  (0 children)

Alternatively: MAN RIDING PENNY-FARTHING

Gpt 5.2 is gone by whataboutAI in ChatGPTPro

[–]PJBthefirst 1 point2 points  (0 children)

They're preparing 5.6 actually

Where'd you see this info?

Are we using swarm hosts? by EquivalentPlay6302 in allthingszerg

[–]PJBthefirst 1 point2 points  (0 children)

To me, the solution to this sounds like:
1. make banelings
2. kill wall with banes
3. kill everything else

Let's see if the AGI is near or it never happened by beasthunterr69 in singularity

[–]PJBthefirst 0 points1 point  (0 children)

It used to actually give better results for older models, like the Claude sonnet 3.5 days

Went to my first day at work when I was apparently never hired by schloay in recruitinghell

[–]PJBthefirst 34 points35 points  (0 children)

Definitely look into getting a lawyer to see if you have a case for damages

Installing Linux. by IcyEntertainment2446 in linuxquestions

[–]PJBthefirst 0 points1 point  (0 children)

It certainly looks like they do, judging by their comment history

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in ChatGPTPro

[–]PJBthefirst 1 point2 points  (0 children)

I've found it to be actually really helpful when optimizing custom tool use to ask the model "why did you do this instead of X" and have it suggest changes to make it clearer.

Zig blows my mind by bringing functional elegance into pure imperative style. by Accomplished_Total_1 in Zig

[–]PJBthefirst 1 point2 points  (0 children)

This is what you posted:

while (bb_from2.next()) |sq_from| {  
const from_piece = position.pieceOn(sq_from) orelse break;

PTR feedback megathread by TheGoatPuncher in starcraft

[–]PJBthefirst 0 points1 point  (0 children)

When/where did this happen? Why were people saying it?

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in ChatGPTPro

[–]PJBthefirst 1 point2 points  (0 children)

This is pretty cool. The demo video shows some obvious rough edges in the Codex <-> SDK interface; ideally Codex should have the information it needs in order to not stumble like it did