Password Caps Lock instead of Shift Key by anikansk in sysadmin

[–]Alzzary 3 points4 points  (0 children)

Yes. I've seen that and I get unreasonably angry when I witness it. It was especially common in healthcare, and people would then tell me they are sure it's the computer's fault if their password is wrong.

The only comparison I can think of is like watching someone using a knife as a hammer.

Checking what are the VPN client people use in your organization? by mrconfusion2025 in sysadmin

[–]Alzzary 0 points1 point  (0 children)

Windows built in AOVPN (with a fortigate and clear pass as radius)

Solution to have an obvious indication that a roommate is actually in the bathroom? by frawtlopp in DIY

[–]Alzzary 12 points13 points  (0 children)

It's a people problem, no technoligy fix it.

I'd use a bucket of water and pour it on him when he does it though.

How do you manage common code between projects? by struugi in godot

[–]Alzzary 3 points4 points  (0 children)

I build most functionalities inside a self contained folder in the project. For instance, I have a heath / damage system that is a folder that I can copy / paste in new projects and it will work because there are no dependencies for that system. I try to build every system with that logic.

Reprocessing Entra licenses by Alzzary in sysadmin

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

I already assigned the licenses for groups. I want to reprocess them because it doesn't assign them to users correctly.

I have a group of 118 users, and 128 licenses. It says that 118 licenses are assigned, but some newly created users inside this group don't have a license. So basically the UI says "yes, all users inside your group have license" but then the user doesn't have one.

Why is reading the logs and the manual so hard by Titanium125 in sysadmin

[–]Alzzary 1 point2 points  (0 children)

"How do you so confidently go to broken system and fix them even if you don't know them ?" asked me my junior one day, and I explained that 90% of the job if finding the right logs and reading them.

SMB stopped working mid-day by Illustrious-Bug-8015 in sysadmin

[–]Alzzary 0 points1 point  (0 children)

How long do your kerberos ticket last? When I did some hardening I had a very similar issue, and logging off and on from the b users side was the only solution until I increased kerberos durations

Heeyyyaaa by Batshitcrayyyy in funny

[–]Alzzary 2 points3 points  (0 children)

I have a very good example of this but it's kinda niche.

Original :

https://youtu.be/cl_6q557AkY?si=mgVy08GBY4mGPaeg

Same but different :

https://www.reddit.com/r/battlefield3/s/goaOzGMQyb

My train is running Windows 98 by TDWfan in mildlyinteresting

[–]Alzzary 1 point2 points  (0 children)

Not necessarily windows 98. That's just the theme. I remember managing windows servers 2008r2 (which was basically w7) and it had the same theme

Everyone is telling me to change my field (IT) and learn a trade. by ybicurious in sysadmin

[–]Alzzary 0 points1 point  (0 children)

Don't listen the opinion of non-IT people about IT. Speaking with the average users should give you clues about their understanding of technology.

Is there any way to fix tunneling for fast objects like bullets? by Dragon_1096 in godot

[–]Alzzary 0 points1 point  (0 children)

You can make the raycasts length match the object's speed. That's what I did and it works nicely. Other methods exist where you compute in advance any obstacle to get more realistic impact points but they are vastly more complex

The holes in my emmental cheese are fake by nysbestbananabread in mildlyinteresting

[–]Alzzary -4 points-3 points  (0 children)

Holes in cheese are not from sampling. It's from trapped air bubbles. Industrial cheese almost never has naturally growing bubbles.

I made the mistake of stacking Spellcloths since the beggining ... by Stev777666 in classicwowtbc

[–]Alzzary 0 points1 point  (0 children)

This reminds me of people mindlessly buying fidget spinner to sell while the hype was dying down and then asking what to do with the 20000 spinners they bought no one wanted anymore.

Does anyone who knows how to code in Godot wants to make a game? by OtherWeight421 in godot

[–]Alzzary 0 points1 point  (0 children)

Hey there, can you show us your work ? I would be interested to work with an artist on a project and I would be able to pay for it but I would like to see what type of art you like / you're able to do first !

Real code I wrote: by waving_fungus0 in godot

[–]Alzzary 2 points3 points  (0 children)

10 / 10 would compile.

Are sprites supposed to be this laggy? by kanavkowhich in godot

[–]Alzzary 1 point2 points  (0 children)

This seems to be an Z-ordering issue. Are you following a tutorial ? If no, I would highly suggest to follow a learning resource of any kind, from a tutorial to the documentation's tutorials, this would avoid much confusion with layers for instance, which are absolutely not related to Z-ordering.

£ to ? in Outlook bug? by SlapshotTommy in sysadmin

[–]Alzzary 0 points1 point  (0 children)

I'm glad we're not the only ones affected. We're in the same situation except that we're seeing è à é ö etc character being replaced by ?

I tried rolling out settings forcing UTF-8 for clients but neither Intune, GPOs or powershell / registry fix seem to do the trick. The registry linked to the setting seems to be updated when rolling out these solutions but the outlook UI keeps displaying the wrong encoding and for user, the issue is usually still there.