Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
JHVH-1
Jun 28, 2002
I got 3 shirts, socks, and a hoodie at re:Invent last week and this week our company track jackets arrived. Its like I don't have to buy clothes anymore. If only conferences gave out free underwear and pants.

Adbot
ADBOT LOVES YOU

GreenNight
Feb 19, 2006
Turning the light on the darkest places, you and I know we got to face this now. We got to face this now.

I'll be god damned if I'm wearing some vendor gear out in public.

Dr. Arbitrary
Mar 15, 2006

Bleak Gremlin
Sometimes it's okay to swear in the comments.

code:

float Q_rsqrt( float number )

{

	long i;

	float x2, y;

	const float threehalfs = 1.5F;


	x2 = number * 0.5F;

	y = number;

	i = * ( long * ) &y;						// evil floating point bit level hacking

	i = 0x5f3759df - ( i >> 1 ); // what the gently caress?

	y = * ( float * ) &i;

	y = y * ( threehalfs - ( x2 * y * y ) ); // 1st iteration

//	y = y * ( threehalfs - ( x2 * y * y ) ); // 2nd iteration, this can be removed


#ifndef Q3_VM

#ifdef __linux__

	assert( !isnan(y) ); // bk010122 - FPE?

#endif

#endif

	return y;

}



ChubbyThePhat
Dec 22, 2006

Who nico nico needs anyone else
A classic example.

GreenNight
Feb 19, 2006
Turning the light on the darkest places, you and I know we got to face this now. We got to face this now.

What the poo poo does that even do.

The Fool
Oct 16, 2003


GreenNight posted:

What the poo poo does that even do.

It's a fast inverse squareroot from the quake 3 source code.

https://en.wikipedia.org/wiki/Fast_inverse_square_root

ChubbyThePhat
Dec 22, 2006

Who nico nico needs anyone else
That is a fast invert square root function from Quake.

e: ^ goddammit

Volguus
Mar 3, 2009

Dr. Arbitrary posted:

Sometimes it's okay to swear in the comments.

It definitely is if your name is Carmack.

GreenNight
Feb 19, 2006
Turning the light on the darkest places, you and I know we got to face this now. We got to face this now.

Thank you. I'm not a programmer in any sense of the word, or at all and I'm terrible at math. It's fascinating.

Collateral Damage
Jun 13, 2009

Dick Trauma posted:

Oh that would be lovely. I went last year but I'm not going this time. It's at the same place as last year which was too small and way too loud for me. I have a neurological issue where when background noise rises although I can hear people speaking it turns into gibberish. All I can do is nod and smile and look dumb because I can't tell what anyone's saying even if they shout into my ear.
I have a similar thing where I have a really hard time separating signal from noise in loud environments. I've found wearing earplugs works wonders though. I can still hear people talking directly to me loud enough, but it filters out the background noise enough that I can actually hear what the person is saying. I always keep some disposable earplugs in my jacket, because some of the lunch places here seem to think that having bare concrete walls and ceiling at right angles is trendy and don't realize how it fucks the acoustics.

Of course if you don't like the people you have no reason to go anyway.

The Fool
Oct 16, 2003


GreenNight posted:

Thank you. I'm not a programmer in any sense of the word, or at all and I'm terrible at math. It's fascinating.

The full story behind it is pretty interesting.

Part 1 - https://www.beyond3d.com/content/articles/8/

Part 2 - https://www.beyond3d.com/content/articles/15/

Dr. Arbitrary
Mar 15, 2006

Bleak Gremlin

GreenNight posted:

What the poo poo does that even do.

To make an analogy, imagine if you saw code that in order to find the cosine of an angle, it just added seven and divided by .3749204640

You know trigonometry, that's not how you do cosines. But imagine that it somehow just seems to work.

In this equation, over the range of numbers that they needed to do an inverse square root, this goofy calculation happens to be pretty darn close to the actual answer, with far less computation effort.

GreenNight
Feb 19, 2006
Turning the light on the darkest places, you and I know we got to face this now. We got to face this now.

Yeah that makes sense and I got that from the wiki article. The "what the gently caress" makes much more sense now.

Dick Trauma
Nov 30, 2007

God damn it, you've got to be kind.

Collateral Damage posted:

I have a similar thing where I have a really hard time separating signal from noise in loud environments. I've found wearing earplugs works wonders though.

That's interesting. I hadn't thought of that. I'd probably look pretty strange wearing earplugs for social events though.

Curvature of Earth
Sep 9, 2011

Projected cost of
invading Canada:
$900

Dick Trauma posted:

That's interesting. I hadn't thought of that. I'd probably look pretty strange wearing earplugs for social events though.

It's a long shot (they're expensive and your insurance probably won't cover it unless you have diagnosed hearing loss), but modern hearing aides are pretty drat fancy. Many of them allow you to block out background noise while still hearing people close to you. And, since they're hearing aides, they're designed to be invisible to others.

Thanks Ants
May 21, 2004

#essereFerrari


Yeah the Siemens Signia range are ridiculous in terms of their features.

Bald Stalin
Jul 11, 2004

Our posts

Dick Trauma posted:

I have a neurological issue where when background noise rises although I can hear people speaking it turns into gibberish. All I can do is nod and smile and look dumb because I can't tell what anyone's saying even if they shout into my ear

Me too. It sucked in my early 20s going to pubs/bars and trying to be social. Still sucks now but I own it better. I think it's something like this: https://www.hear-it.org/hidden-hearing-loss hidden hearing loss? Or it's some other neurological thing like you said.

SamDabbers
May 26, 2003



Hey thread. I had an interview today for a Linux admin position, and the internal recruiter said he's going to set up a second interview with the senior admin next week.

Could this be my :yotj:? I'm excited but trying to keep a lid on my hopes.

It probably doesn't hurt my chances that I have my RHCSA and will take the RHCE exam next week.

skooma512
Feb 8, 2012

You couldn't grok my race car, but you dug the roadside blur.

Internet Explorer posted:

If you need a mental health day, take a sick day. It doesn't matter if you're on call, people who are on call get sick. Let me guess, you work for an MSP?

As far as your problem goes, sometimes that's just the luck of the draw. Keep at it. My only advice is that SQL, networking, coding, are all distinct fields. I've been in IT for ~15 years and consider myself reasonably skilled and I wouldn't apply to any jobs that wanted strong knowledge in any of those fields. What are you passionate about? Pursue that, get good at that, and apply to jobs that are in-line with that.

Yeah, I need to become an SME in something instead of frantically watching Udemy videos and hoping that entry level means entry level, which it almost certainly never does.

jaegerx
Sep 10, 2012

Maybe this post will get me on your ignore list!


skooma512 posted:

Yeah, I need to become an SME in something instead of frantically watching Udemy videos and hoping that entry level means entry level, which it almost certainly never does.

Wtf is an SME anyway? Literally you’re good at 1 thing. Be rounded until you figure out what your passion is. Don’t put yourself in a hole. I myself like doing lots of things so I’m a mile wide and I’m smart enough I can get a mile deep if I need to. I’m not gonna restrict myself to being a loving VMware tech or a aws solutions engineer.

YOLOsubmarine
Oct 19, 2004

When asked which Pokemon he evolved into, Kamara pauses.

"Motherfucking, what's that big dragon shit? That orange motherfucker. Charizard."

jaegerx posted:

Wtf is an SME anyway? Literally you’re good at 1 thing. Be rounded until you figure out what your passion is. Don’t put yourself in a hole. I myself like doing lots of things so I’m a mile wide and I’m smart enough I can get a mile deep if I need to. I’m not gonna restrict myself to being a loving VMware tech or a aws solutions engineer.

Just be a subject matter expert on all of the subjects.

Sheep
Jul 24, 2003

SamDabbers posted:

Hey thread. I had an interview today for a Linux admin position, and the internal recruiter said he's going to set up a second interview with the senior admin next week.

Could this be my :yotj:? I'm excited but trying to keep a lid on my hopes.

It probably doesn't hurt my chances that I have my RHCSA and will take the RHCE exam next week.

Good luck! Being a Linux admin is awesome.

22 Eargesplitten
Oct 10, 2010



jaegerx posted:

Wtf is an SME anyway? Literally you’re good at 1 thing. Be rounded until you figure out what your passion is. Don’t put yourself in a hole. I myself like doing lots of things so I’m a mile wide and I’m smart enough I can get a mile deep if I need to. I’m not gonna restrict myself to being a loving VMware tech or a aws solutions engineer.

A mile wide and a mile deep? I guess you take after your mother.

jaegerx
Sep 10, 2012

Maybe this post will get me on your ignore list!


22 Eargesplitten posted:

A mile wide and a mile deep? I guess you take after your mother.

My mother is a pearl

jaegerx
Sep 10, 2012

Maybe this post will get me on your ignore list!


GreenNight posted:

I'll be god damned if I'm wearing some vendor gear out in public.

Vendor gear is great for cleaning your truck. You’re missing out.

CLAM DOWN
Feb 13, 2007

nesaM killed Masen

jaegerx posted:

My mother is a pearl

I gave your mother a pearl last night

SamDabbers
May 26, 2003



Sheep posted:

Good luck! Being a Linux admin is awesome.

Thanks Sheep :)

RFC2324
Jun 7, 2012

http 418

Ranter posted:

Me too. It sucked in my early 20s going to pubs/bars and trying to be social. Still sucks now but I own it better. I think it's something like this: https://www.hear-it.org/hidden-hearing-loss hidden hearing loss? Or it's some other neurological thing like you said.

holy poo poo this explains alot

jaegerx
Sep 10, 2012

Maybe this post will get me on your ignore list!


CLAM DOWN posted:

I gave your mother a pearl last night

With your rent prices you can’t afford my mother

skooma512
Feb 8, 2012

You couldn't grok my race car, but you dug the roadside blur.

jaegerx posted:

Wtf is an SME anyway? Literally you’re good at 1 thing. Be rounded until you figure out what your passion is. Don’t put yourself in a hole. I myself like doing lots of things so I’m a mile wide and I’m smart enough I can get a mile deep if I need to. I’m not gonna restrict myself to being a loving VMware tech or a aws solutions engineer.

That's the thing, I can get a mile wide, but the mile deep piece just isn't there and more than one interviewer has said so.

jaegerx
Sep 10, 2012

Maybe this post will get me on your ignore list!


skooma512 posted:

That's the thing, I can get a mile wide, but the mile deep piece just isn't there and more than one interviewer has said so.

You can’t fake it? It’s all buzz words. Ask me about a tech and I can give you enough buzz words until I get a day to look at it. This isn’t rocket science. It’s just computers.

skooma512
Feb 8, 2012

You couldn't grok my race car, but you dug the roadside blur.

jaegerx posted:

You can’t fake it? It’s all buzz words. Ask me about a tech and I can give you enough buzz words until I get a day to look at it. This isn’t rocket science. It’s just computers.

Nope. Not when they expect you to subnet or ask what a shared model vs a dedicated model is .

Peachfart
Jan 21, 2017

skooma512 posted:

Nope. Not when they expect you to subnet or ask what a shared model vs a dedicated model is .

Subnetting in your head, or on paper, isn't all that difficult. It just takes practice.
I tried teaching my boss what subnetting was and how to use it last week, it was pretty funny.

Internet Explorer
Jun 1, 2005





This kind of went off the rails but I'm not saying you need to become a specialist. When I was coming up in IT the common wisdom was specialists ruled and generalists drooled. I always prided myself on being more of a generalist and now a days that's more in demand.

What I'm saying is find something you're passionate about and learn it. Having the passion to learn something is 90% of the battle in this industry. From there you'll springboard into learning something else, and something else, and something else. It's all so interconnected.

Imo, etc, etc

3 Action Economist
May 22, 2002

Educate. Agitate. Liberate.

skooma512 posted:

Nope. Not when they expect you to subnet or ask what a shared model vs a dedicated model is .

I've had pretty good success telling people I don't know off the top of my head, but I can Google really well.

I mean you do have to actually know what they're asking, but it's more important to know where to get answers than knowing all the answers all the time.

Proteus Jones
Feb 28, 2013



I think there are things it's OK to say "I'd google it" and other things you should know during an interview. If it's a networking related position, you should absolutely know how to subnet without google or IP calculator. Regardless, it's an easy skill to learn and demonstrates an understanding of TCP/IP networking.

Here's a good intro to the topic:
https://www.cisco.com/c/en/us/support/docs/ip/routing-information-protocol-rip/13788-3.html

SEKCobra
Feb 28, 2011

Hi
:saddowns: Don't look at my site :saddowns:
Can anyone recommend a tool you can draw nice network diagrams with? My boss balked at Visio apparently costing 250€/user and I never thought it was too great anyway. Anything better around, or should I push for Visio anyway?

GreenNight
Feb 19, 2006
Turning the light on the darkest places, you and I know we got to face this now. We got to face this now.

SEKCobra posted:

Can anyone recommend a tool you can draw nice network diagrams with? My boss balked at Visio apparently costing 250€/user and I never thought it was too great anyway. Anything better around, or should I push for Visio anyway?

Lucidchart?

Also Visio only costs a license to edit files. There is a free Visio viewer.

Thanks Ants
May 21, 2004

#essereFerrari


VIsio can be purchased through Office 365 as a subscription

Adbot
ADBOT LOVES YOU

Vulture Culture
Jul 14, 2003

I was never enjoying it. I only eat it for the nutrients.

GreenNight posted:

Lucidchart?

Also Visio only costs a license to edit files. There is a free Visio viewer.
I like Lucidchart better than Visio these days, the live collaboration features are great

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply