There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

variants , in Repeat after me "this problem isn't bothering me". There! fixed it

But none of these are real, in the real world IT won’t touch your issue unless you create a ticket, then when you do they just never do anything about it anyway

BowtiesAreCool ,

In my experience I create a ticket, then after 3 days of not hearing anything they manually close it as resolved while having done nothing

IrateAnteater ,

I encountered “lawful evil” once. My answer of “I know what the problem is. I know how to fix it. But because you have no clue about what this company actually does to make money, you took away my ability to do it. So now I’m here, wasting both our time” didn’t seem to go over very well.

mosiacmango ,

Ehh. Depending on the industry and issue, thats wholley justified, not only from a “least privilege” sense, but from a regulatory one.

Step over into cybersecurity and you end up spending all day clamping down on usability because the company has legal requirements to meet to continue to exist. Many of the things we are compelled to do are overeager and overly pedantic, but it’s either “do it, pay up, or shut down.” The execs tend to prefer “do it” in my experience, which makes everyone’s day a bit more tiresome.

So its entirely possible that was out of their hands.

FuglyDuck ,
@FuglyDuck@lemmy.world avatar

Not to mention, how frequently the “I can fix it on my own” guy ends up making things worse.

Like my coworker who insisted he knew how to install a monitor and then couldn’t figure out why the display port wouldn’t work with a usb-a adapter. It had a normal DisplayPort plug and didn’t have a thunderbolt adapter (it’s a desktop.)

Rather than update the ticket that got him the monitor, he created a new ticket.

I can’t complain too much. IT guy likes me so he took the extra monitor and gave me a third one.

IrateAnteater ,

In this case, none of that applies. I do industrial programming. 99% of the ethernet networks I have to connect to don’t have a router, and nothing is running DHCP. They locked out my ability to manually change my IP address.

SatouKazuma ,

That shit is why I bailed on the cybersecurity industry completely, with no thought of ever returning. I’m an engineer (software aside, I also have an aero engineering background). I wanna build cool shit!

Zorsith , in Start ups when that VC funding kicks in
@Zorsith@lemmy.blahaj.zone avatar

I’m allergic to dogs and don’t drink, bad recruiter, shoo! Shoo! spray bottle noises

Maiznieks , in Start ups when that VC funding kicks in

Hey, we’re a family now, Your best friends for a perfect work - work balance!

FuglyDuck ,
@FuglyDuck@lemmy.world avatar

“Treat your friends like family- exploit them.”
-Rules of acquisition as relayed by Quark

RonSijm , in Repeat after me "this problem isn't bothering me". There! fixed it
@RonSijm@programming.dev avatar

Chaotic neutral: If you complain a lot and keep saying your ticket has high priority, you’ll automatically have lower priority than the guy that doesn’t really care when I do something

pkill , in Start ups when that VC funding kicks in

mobbing-free Fridays!

Venator , in Repeat after me "this problem isn't bothering me". There! fixed it

Lawful evil should be: asks you to make a ticket, closes it immediately and tells you it’s not an issue, it’s working as designed.

Appoxo ,
@Appoxo@lemmy.dbzer0.com avatar

Answer marked as duplicate

trolololol ,

Does not provide number of duplicate ticket

Tim Apple your ears are burning, we’re talking about you

ngn , in Roses are red, violets are blue, everyone is using IPv6, why aren't you?
@ngn@lemy.lol avatar

whats the problem with IPv4?

NakedGardenGnome ,

Their ranges are running dry. Nearly all address spaces are taken, so we will need to migrate eventually. However, since almost everyone still supports both, and ipv4 is much easier to read and maintain, adoption of IPv6 has been slow.

chris ,
@chris@l.roofo.cc avatar

IPv6 changed some things. First and foremost it has a huge address space:

  • IPv4: 4294967296 (2^32)
  • IPv6: 340282366920938463463374607431768211456 (2^128)

Then they simplyfied some things:

  • Removed Broadcast in favor of Multicast and Anycast
  • Added autoconfiguration without a DHCP server
  • Better subnetting support

And much more

JohnEdwa ,

They went just a teeny tiny little bit overboard with the address space. Ipv4 is four groups between 0 and 255, ipv6 is eight groups of four digit hex, 0000 to ffff - e.g the Google DNS ipv4 address is 8.8.8.8. the ipv6 one is 2001:4860:4860:0:0:0:0:8888 (thankfully at least some devices allow using :: to skip all the zeroes, so it’s “just” 2001:4860:4860::8888)

But we now have enough ipv6 addresses to give more than 10 billion ipv6 addresses to every single grain of sand on earth, and still have some left over.

chris ,
@chris@l.roofo.cc avatar

They never wanted to worry about address space size again. And this makes subnetting much easier. I have a /56 allocation so I could do 256 /64 subnets. I hope that at some point home routers will have the option for seperate subnets built in. This way you could easily have guest, IoT, work or whatever networks without NAT.

One thing you have to consider though is that the minimum network size that allows autoconf is /64 and that because of the privacy extension a device usually has 3-4 IPv6 adresses.

KillingTimeItself ,

They went just a teeny tiny little bit overboard with the address space.

as is seemingly standard for bit range increases. y2038 is now y2,900,000,000 due to added a silly amount of bits.

ngn ,
@ngn@lemy.lol avatar
  • we already have enough IPv4 addresses thanks to stuff such as NAT and CG-NAT, these devices also protect the end-user by not directly exposing their IP to the internet
  • what’s the problem with broadcast? also afaik IPv4 also supports multicast
  • what’s the problem with IPv4 subnetting?
chris ,
@chris@l.roofo.cc avatar

In my opinion NAT is a hack that makes lot of things harder than they should be. STUN and TURN are services that are created because there is no easy way to connect two hosts between different NATs. UPnP for port forwarding is another. CG-NAT is even worse. I have heard of so many people having problems with it.

Breadcast is messy. It is like screaming into a room and waiting for an answer. Multicast lets the computer decide if it wants and needs to listen to a specific group message.

IPv4 didn’t have cidr from the beginning. They only had classes. IPv6 was designed with complex routing and sub routing in mind.

smileyhead ,

Imagine getting out of phone numbers, so the solutions is for everyone to call the last remaining people with public/routable numbers 24/7 so those people would redirect messages to others.

With Internet, users does not see that easly, but if you host anything for others it’s getting harder and harder to accept incoming connections without many layers of hacks to bypass hacks that ISPs do to keep IPv4 network working.

KillingTimeItself ,

IPV4 has a static ceiling for how many addresses can exist. We’re concerningly close to that ceiling already. If we were to run out, internet suddenly becomes a fucking nightmare.

smileyhead , in Responsive Design Go Brrrr

Step 1: Write a website in pure HTML, can be converted or builded from something like Markdown

Step 2: Style it a little with CSS, as a layer on top, without touching HTML

Step 3: Profit.

graphito OP , in break fast 🥣 move things 🛒

come to think of it, at this company devs aren’t needed, just QAs and a toxic manager would suffice

graphito OP ,

oh, that’s how you end up with APERTURE SCIENCE

graphito OP , (edited )

for those who wanna drown in nostalgia a bit

Portal - ‘Still Alive’

themusicman ,
graphito OP ,

Classy 💫

PrimeErective ,

We do what we want, because we can

DataDisrupter ,

For the good of all of us, except the ones who are dead.

agressivelyPassive , in Programming as a hobby means I can do whatever I want!

I have to say, I’m getting more and more frustrated by the bad code I have to write due to bad business circumstances.

I want clean, readable code with proper documentation and at least a bit of internal consistency and not the shoehorned mess of hacks, todos and weird corner cases.

magic_lobster_party ,

todos

I found a simple trick against this: just remove them. Accept it ain’t gonna happen man.

agressivelyPassive ,

Well, yes, but the underlying issues still persist, so it’s not exactly a sustainable strategy.

magic_lobster_party ,

It’s mostly a joke, but often when I find todos they’re so old they’re no longer relevant.

Of course you shouldn’t blindly remove todos.

frezik ,

Don’t just put “TODO”. If they’re in the final pull request, they need to mention a ticket that’s intended to fix that TODO. If you/your team decides it’s not important, then remove it and close out the ticket. Either way, you’re required to do something with it.

gravitas_deficiency , in Got no time to code

I’m in this picture and I don’t like it

FuglyDuck ,
@FuglyDuck@lemmy.world avatar

You’re the project manager?

gravitas_deficiency ,

Software eng

Norgur , in much profits, just 5 people on team, imagine sweet sweet bonuses
@Norgur@fedia.io avatar

"but... I explicitly described this in the frickin' 'Business Case' you had me fill out a thousand times!"

palordrolap , in Repeat after me "this problem isn't bothering me". There! fixed it

Lawful good is asking for trouble. Before they know it, they'll be inundated with e-mails to their personal company address with poorly worded help requests. They'll spend half their time making and updating tickets on the user's behalf that would have been mostly automatic if they'd gone the Lawful Neutral route. They need to insist requests are sent to the main support address. I'm assuming that's tied directly to the ticketing system.

When I was being Lawful slightly-better-than-neutral, I'd create the ticket and then put a paragraph in the reply telling them to please not e-mail me directly in future, because one day I might be unavailable and their e-mail could go unseen for hours or even days.

Repeat offenders would eventually do it at a time when things were busy too, so I'd be concentrating on the tickets and not things to my personal address, so that slight delay often helped it sink in.

Ookami38 ,

Funny, for me repeat offenders somehow always had a second request I couldn’t find until 430pm on a Friday. Strange how it always happened. Oh well, sucks to suck.

Zangoose OP , in Good luck web devs
QuazarOmega ,

Hmm yes, web dev horrors beyond my comprehension!

grue ,

That, right there, is a perfect example of why folks need to stop trying to shoehorn web apps everywhere they don’t belong. It’s a use-case for a proper native mobile app if ever there was one.

owsei ,

even if it’s just mobile

you already have to handle landscape/portrait mode

now imagine having to handle angled

grue ,

That’s why you should’ve just handled arbitrary rotations instead of inventing a finite predefined set of orientation “modes” in the first place.

Things get a lot easier in the long run if you aggressively look for commonalities and genericize the code that handles them instead of writing bunches of one-off special cases.

xmunk ,

And this is why my webapp only renders properly on circular displays.

flambonkscious ,

Peak evil - well done. How much is the extra fee to wrap a letterbox around the circle on a conventional aspect ratio?

There’s good money in this idea!

AVincentInSpace ,

Why does this low key feel like something I would actually want to use

555 , in Repeat after me "this problem isn't bothering me". There! fixed it

Dark blue on black is chaotic evil

moroni ,
@moroni@lemmy.ca avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines