this post was submitted on 23 Feb 2024
664 points (98.5% liked)

Technology

57473 readers
3659 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dual_sport_dork@lemmy.world 311 points 6 months ago* (last edited 6 months ago) (15 children)

I did a similar thing at a place I worked at. In order to go over the heads of insane management and actually get work done, rather than just have sugar cubes counted at me all day, I created an administrator account with the username of  .

Not blank. The character " ".

What, you can't see it? It's a non-breaking space. You can type one (on a Windows machine) by holding Alt and pressing 0160 on your number pad.

A shocking amount of "enterprise" software is not equipped to handle a non-breaking space, and will not detect it as a naughty character nor treat it as whitespace -- which is probably what should happen. So what you get is an invisible user, which is also helpfully sorted to the bottom of lists where no one will notice it, because its numerical index in character space is well below all the typical letters and numbers that'll be used for user account names. Does your software require a user name of greater-than-one character length? No problem, just type in a whole bunch of them.

Non breaking spaces can also mess with the formatting of systems with user-facing text input that'll regurgitate it later. Like, oh, forums. Or comment threads. Like this one. Even those that are "smart" and attempt to collapse repeated whitespaces into a single line break.

For instance.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Yeah, that sort of thing.

[–] punkwalrus@lemmy.world 93 points 6 months ago* (last edited 6 months ago) (4 children)

I was burned afoul by a former admin who, instead of diagnosing why a mail service was failing, labeled a script as a /etc/cron.d file entry as "..." (three dots) which, unless you were careful, you'd never notice in an "ls " listing casually. The cron job ran a script with a similar name which he ran once every 5 minutes. It would launch the mail service, but simultaneous services were not allowed to run on the same box, so if it was running, nothing would happen, although this later explained hundreds of "[program] service is already running" errors in our logs. It was every 5 minutes because our solarwinds check would only notice if the service had been down for 5 minutes. The reason why the service was crashing was later fixed in a patch, but nobody knew about this little "helper" script for years.

Until one day, we had a service failover from primary to backup. Normally, we had two mail servers servers behind a load balancer. It would serve only the IP that was reporting as up. Before, we manually disabled the other network port, but this time, that step was forgotten, so BOTH IPs were listening. We shut down the primary mail service, but after 5 minutes, it came back up. The mail software would sync all the mail from one server to the other (like primary to backup, or reversed, but one way only). With both up, the load balancer just sent traffic to a random one.

So now, both IPs received and sent mail, along with web interface users could use. But now, with mail going to both, it created mass confusion, and the mailbox sync was copying from backup to primary. Mail would appear and disappear randomly, and if it disappeared, it was because backup was syncing to primary. It was slow, and the first people to notice were the scant IMAP customers over the next several days. Those customers were always complaining because they had old and cranky systems, and our weekend customer service just told them to wait until Monday. But then more and more POP3 customers started to notice, and after 5 days had passed, we figured out what had happened. And we only did Netbackups every week, so now thousands of legitimate emails were lost for good over 3000 customers. A lot of them were lawyers.

Oof.

[–] Kid_Thunder@kbin.social 41 points 6 months ago (1 children)

I was shadow IT for a project and asked IT to design this special unconventional thing which of course they wouldn't. So I made this little embedded linux device to take care of it. Gave them the design and steps I made and all that. They were like "nah" so I told them to give me admin on their file server and switch and I'd just do it myself. So they did (lol?).

I had to create a service account, so instead of just having the system account do it on their file server because I figured that wouldn't be OK. I asked them how do I properly get a service account approved and they passed me to Cyber who had me submit a user request. It got denied because it didn't have a signed user agreement or a Sec+ or similar cert......

So I created a word doc that said "I am not a real person and therefore cannot sign any contracts. I am just software man." and exported it to PDF and named it the same name of the agreement file name. Did the same for the cert. They approved it.

Then nobody ever created the account because IT's helpdesk couldn't figure out how to do it. I think it was more that they probably didn't have an OU structure properly set up so they wanted some architect or something to weigh in.

Anyway, I just let System do it because, well I had been waiting months at that point. The service account probably still doesn't exist in AD. They then took my admin privs away and got credit from upper management for solving this odd problem that my stuff took care of.

Eventually they needed a more robust solution and also in a few more places since it worked well but they started slamming it a bit too hard with data. They wanted to just keep giving me specific rights and then take them away when I was done but also submit paperwork every single time to them to do it.

Apparently, I burnt bridges when I said "nah" as a Reply to All when they told me that. But who cares to have a bridge to nowhere anyway? As far as I know (since I still occasionally get a technical question about it) my little guy is still chugging away today, though I've moved on since then.

[–] electric@lemmy.world 13 points 6 months ago

I hope to be this based.

[–] wahming@monyet.cc 23 points 6 months ago (1 children)

A lot of them were lawyers.

I'm not seeing the downside here

[–] PlutoniumAcid@lemmy.world -1 points 6 months ago

That's... not how load balancing is supposed to be done...

[–] Moose@moose.best 65 points 6 months ago

I enjoy that the character that can break a lot of things is called the "non-breaking space".

[–] Rustmilian@lemmy.world 46 points 6 months ago (1 children)
[–] Lemminary@lemmy.world 28 points 6 months ago (1 children)
[–] Rustmilian@lemmy.world 10 points 6 months ago* (last edited 6 months ago) (1 children)

? I'm using Mobile

 

 

 

 

 

 

 

 

I just copied the markdown and stuck it in a code block to make it visible.

[–] Lemminary@lemmy.world 5 points 6 months ago

I was joking lol

[–] kambusha@feddit.ch 45 points 6 months ago

Is this what chaotic good looks like?

[–] yamanii@lemmy.world 20 points 6 months ago

I only know about it because it was a popular way to make an invisible folder no the desktop, teens loved it for stuff.

[–] driving_crooner@lemmy.eco.br 11 points 6 months ago

I did a lot of web scrapping this week at work and it's looks like that character is used a lot on XPaths and CSS selectors. I only noticed it because VS Code put a yellow box around the character and give you a warning that that character is not a whitespace.

[–] Empricorn@feddit.nl 10 points 6 months ago

I can't tell if you're starting a cult. Whatever, I'm in...

[–] ndondo@lemmy.dbzer0.com 8 points 6 months ago

The software developer in me hates you. You're not wrong but still 😡

[–] Guest_User@lemmy.world 8 points 6 months ago

Where did you make the admin account if you don't mind me asking. You saying you made a local admin account or maybe an admin account in AD?

[–] roguetrick@kbin.social 6 points 6 months ago

Kbin didn't feel like translating your example.

[–] lowleveldata@programming.dev 6 points 6 months ago

That's interesting but what I really want to know is what kind of evil things you did with the invisible superpower

[–] Bassman1805@lemmy.world 5 points 6 months ago

Connect for Lemmy renders these as  

So it's at least acknowledging that there's something there.

[–] brbposting@sh.itjust.works 3 points 6 months ago

Gonna read Terry tonight 🍻

[–] muntedcrocodile@lemmy.world 2 points 6 months ago (1 children)

Its rendering as a spacw for me on eternity lol. U can also put it in the middle of words to make word count heigher than it should be lol.

[–] PlutoniumAcid@lemmy.world 5 points 6 months ago (1 children)

It is a space, so it's correct that it shows up. Non-breaking means that something like line wrap won't happen.

Putting it in the middle of a word will show up. That trick must've been a different character.

[–] muntedcrocodile@lemmy.world 2 points 6 months ago

Ohh though u where talking about zero width spaces they are also fun.