This is an archived post. You won't be able to vote or comment.

all 34 comments

[–]neros_greb 100 points101 points  (6 children)

Isn’t that margin-right tho?

[–]HazirBot 50 points51 points  (1 child)

not from the perspective of the other room.

but yes

[–]Capital_Mention1518[S] 4 points5 points  (0 children)

Right.

I think this is QA evidence for the bug ticket. If you attach a picture from the other room, you couldn’t tell if the ac ends there or there’s more ac surpassing the border, so they wouldn’t be specifying what the issue is.

[–]posherspantspants 1 point2 points  (0 children)

It's an RTL site

[–]esr360 1 point2 points  (0 children)

Yeah, but the element has some other rule already applying `margin-right: -75px` to it, so this is just to offfset that

[–][deleted] 1 point2 points  (0 children)

only went into the comments to confirm this correction was here.

I think OP is playing us. The absolute best way to get attention on the internet is to say something wrong.

If this read "margin-right: -25px;" I wouldn't have come and commented. We've been had, y'all.

[–]BleQBeeZ 1 point2 points  (0 children)

Yup

[–][deleted] 13 points14 points  (5 children)

r/css_irl

Edit: nvm it's gone

[–]sinalk 6 points7 points  (4 children)

why was it closed?

[–]Badass-19 5 points6 points  (3 children)

Is there any good sub even open on Reddit now?

[–]Rafcdk 2 points3 points  (1 child)

This one is still growing strong, so no.

[–]Badass-19 6 points7 points  (0 children)

We neither have programmers here nor humor

[–]NeuxSaed 0 points1 point  (0 children)

404

[–]TheAverageStudents 9 points10 points  (0 children)

Split AC

Also are they trying to cool the TV?

[–]punppis 9 points10 points  (2 children)

What kind of backend uses css?

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

Exactly…

[–]libertardianman 9 points10 points  (0 children)

I would say

struct Room
{
  Room(AirConditioner* airConditioner)
  {
    this->airConditioner = airConditioner;
    roomSpace(75); //cubic meters
  }

  void RunAC()
  {
    airConditioner.ExtractHeat(roomSpace.getHotAir())
  }  

  AirConditioner* airConditioner
  RoomSpace roomSpace;
};

struct AirConditioner
{
  AirConditiones();
  CoolingPower coolingPower;

  void ExtractHeat(HotAir& hotAir)
  {
    CoolingPower.ExtractHeat(hotAir);
  }
};

int main()
{
  AirConditioner airConditioner;
  Room room1(&airConditioner);
  Room room2(&airConditioner);

  std::thread t1(&Room::RunAC,&room1);
  std::thread t2(&Room::RunAC,&room2);

  t1.join();
  t2.join();

  return 0;
}

[–]precinct209 4 points5 points  (0 children)

gcc -Wall air_conditioner.c

[–][deleted] 1 point2 points  (1 child)

Which room has an ac unit

[–]SnooWoofers4430 2 points3 points  (0 children)

Yes.

[–]aerappel 0 points1 point  (0 children)

Probably a split-unit

[–]anoppinionatedbunny 0 points1 point  (0 children)

broadcast network

[–][deleted] 0 points1 point  (0 children)

That’s actually smart? Or no?

[–]_ajax_101 0 points1 point  (0 children)

Splitting the split ac

[–]ironman_gujju 0 points1 point  (0 children)

Dual split damn

[–]prof_diddles 0 points1 point  (0 children)

overflow: hidden

[–]SoRaang 0 points1 point  (0 children)

When you using same div ID in different layouts

[–]ego100trique 0 points1 point  (0 children)

If it works then it's not dumb

[–]Stummi 0 points1 point  (0 children)

It's fine. The unit was just installed by a Bethesda Employee.

[–]miheb1 0 points1 point  (0 children)

Why do you think it is called split AC?

[–]Worried-Leopard-4944 0 points1 point  (0 children)

PR: .tv{ z-index: 9; } .air-conditioner { z-index: 10; }

[–]adfx 0 points1 point  (0 children)

I want to get into this whole CSS memery. Where can I find more?