Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "112%"
-
Boss and project manager calls me into a launch meeting for a new project. A stock management system for a small furniture company that will work over 11 stores, 4 warehouses and multiple suppliers which will also work as an ordering system. We went over the spec(112 pages) and I told him that it will be an on going project over a year with an initial dev time of 4-6 months. He just said that he's sold it to them to be delivered for testing in 2 weeks and completed in 4 weeks(they signed the contract) and that I'd best get started. I just closed my laptop and walked out.7
-
So awesome to see 112 of my 400 steam titles, including some of the AAA ones work on my new Linux installation.2
-
I got 99 problems and they are all bugs in my code. Then I apply a patch, and I have 112 problems. #devLife
-
Not at all dev related but I don’t have a social life so I share with you guys:)
I’ve been fat for all my life. You might say it’s my own fault blah blah but I quit sugar over 10 years ago, I don’t snack and eat 1-2 meals a day, not much more than others do.
The first time I was in good shape was when I was 16. I was growing, I started boxing and I was happy-ish with my body for the first time. I got down from 110kgs to ~87kgs, which is a good weight for me, I have heavy bones and wide shoulders I guess.
I insured my shoulder and couldn’t do boxing anymore but my weight was still pretty much stable. After working in the office for a few months I started gaining weight again, I think mainly due to the stress and lack of sleep.
In 2017 for the first time I hit a new high with 120kgs. I quit my terrible, stressful 24/7 job and relocated and got down to ~115 which I maintained for quite a while (still going to the gym and stuff).
And then the lockdown started..
I went up to >120 in no time.
(Sounds really bad but as mentioned, I’m heavy anyway so I’m not THAT obese, just fat.
Seeing my weight was really scary to me so I started a keto diet again, which I did before but with limited success.
Warning: Controversial topic coming up..
I took it a bit further and tried 0-carb (carnivore diet) instead of low carb and I lost 6kg within a month. Then the next plateau at 114, then at 112 etc.
Went more strict and removed seasoning and stuff and started eating more nutritious meat, liver, heart, tongue etc and my weight started dripping again.
Yesterday for the first time in ~a decade I got down to 105kg.
My end goal is 90, so I made it half way through.
Just really happy to have achieved this. The 1 good thing about lockdown I guess, I had so much time to be on my own.
Before you say eating no greens is bad, keep in mind that most not old people die because of obesity, not because of a lack of fiber.
It’s a big achievement for me and I hope that I can get to 90kg in another 3 months..
Story over8 -
!Rant But this is hilarious 😂
Appraisal interview of Gayle:
Gayle:- Sir, I scored 211 Runs in 118 Balls. I made the team win the crucial match. I should get “A” rating.
Management:- You hit 17 Sixes and 23 Fours. Though, that is good but that is not something new you have done. That is why we hired you. As this is not something new, I will mark it as “Innovation Lacking”.
Gayle:- But sir, I played according to the situation. I took 21 singles as well.
Management:- Exactly, your performance is not consistent. You played 15 Dot Balls as well. This means, you failed to optimize the resources.
Gayle:- But…
Management:- Also, I would like to mention that you are not a team player. The whole team scored 112 and you all alone made 211.
Gayle:- What??
Management:- Yes. So, overall, you are getting a “C” rating for the year. Improve Consistency, Innovation, Utilization and Team Work...1 -
!dev
DISCLAIMER: don’t read before going to sleep!
~23.15 power cut, street wide. Solved by switching back plong.
23.48 : I heard multiple times a loud sound, like if someone is trying to break a window or so. So, get out of room, go to hall, light is on there. Continue, ready with phone to call 112. Reaches living, kitchen. Finds grandfather that’s fixing something.
EDIT: 00:19 The water installation started one again I felt scared....
Awesome start of the vacation lol
Maybe I should just go to sleep.
To be honest, I was really scared after that power cut that this was a real thing. Fortunately it wasn’t... That once again proves the developer life, working at night, can be hard.7 -
This error, which took me a long time to find, demonstrates the importance of useful variable names.
Using the Wolfram Language:
pp = {};
For[i = 0, i <= Max[p], i++, If[Count[p, i] != 0, pp = Join[pp, {{i, Count[pp, i]}}], -1]];
pp
Outputs:
{{1, 0}, {2, 0}, {3, 0}, {4, 0}, {5, 0}, {6, 0}, {7, 0}, {8, 0}, {9, 0}, {10, 0}, {11, 0}, {12, 0}, {13, 0}, {14, 0}, {15, 0}, {16, 0}, {17, 0}, {18, 0}, {19, 0}, {20, 0}, {21, 0}, {22, 0}, {23, 0}, {24, 0}, {25, 0}, {26, 0}, {27, 0}, {28, 0}, {29, 0}, {30, 0}, {31, 0}, {32, 0}, {33, 0}, {34, 0}, {35, 0}, {36, 0}, {37, 0}, {38, 0}, {39, 0}, {40, 0}, {41, 0}, {42, 0}, {43, 0}, {44, 0}, {45, 0}, {46, 0}, {47, 0}, {48, 0}, {49, 0}, {50, 0}, {51, 0}, {52, 0}, {53, 0}, {54, 0}, {55, 0}, {56, 0}, {57, 0}, {58, 0}, {59, 0}, {60, 0}, {61, 0}, {62, 0}, {63, 0}, {64, 0}, {65, 0}, {66, 0}, {67, 0}, {68, 0}, {69, 0}, {70, 0}, {71, 0}, {72, 0}, {73, 0}, {74, 0}, {75, 0}, {76, 0}, {77, 0}, {78, 0}, {79, 0}, {80, 0}, {81, 0}, {82, 0}, {83, 0}, {84, 0}, {85, 0}, {86, 0}, {87, 0}, {88, 0}, {89, 0}, {90, 0}, {91, 0}, {92, 0}, {93, 0}, {94, 0}, {95, 0}, {96, 0}, {97, 0}, {98, 0}, {99, 0}, {100, 0}, {101, 0}, {103, 0}, {104, 0}, {105, 0}, {106, 0}, {107, 0}, {108, 0}, {111, 0}, {112, 0}, {116, 0}, {118, 0}, {122, 0}, {125, 0}, {136, 0}, {137, 0}}
As opposed to the expected output, which should have no 0s as the second values in any of the tuples.
I spent a large amount of time examining the code to generate p before realizing that the bug was in this line.3 -
Creative javascript encrypters:
((86.4E1, 0x169) > (1.116E3, 1.22E2) ? (0xE5, "k") : 0x96 >= (1.182E3, 7.74E2) ? (53, 1.56E2) : (112, 0x115))
just to write "k" -
When I'm stuck but I need my brain to think, I put on Allan Holdsworth. Immediately decongests my flow and makes my neurons tick faster.
https://youtu.be/IcPbmPM7epY?t=112 -
omg guys, i've been researching about keyboard for like a week, and haven't settled with any choices. kinda hard with tight budget ($50 to $112). i want a compact, mechanical keyboard primarily for typing (i prefer with keypad but maybe optional if removing that making the keyboard look sleek) and also i don't like surface and apple style thin keyboard. what do you guys use ?7
-
Những sản phẩm gạch ốp lát có mặt tại Casa Concept
Casa Concept là một thương hiệu nhập khẩu và phân phối gạch ốp lát cao cấp đến từ nhiều thương hiệu khác nhau. Với gạch ốp lát Casa Concept, quý vị sẽ yên tâm cả về giá cả cũng như chất lượng, mẫu mã của gạch ốp lát.
Tại Casa Concept, có rất nhiều sản phẩm gạch khác nhau như sản phẩm gạch vân đá, gạch vân gỗ, gạch vân xi măng, người dùng có thể lựa chọn được sản phẩm phù hợp nhất với thiết kế của mình để có được không gian hoàn hảo nhất.
- Gạch vân đá
Những sản phẩm gạch vân đá tại Casa Concept được lấy từ nhiều ý tưởng khác nhau, đá marble, đá granite. Thiết kế vân đá của gạch ốp lát tinh tế, có chiều sâu như đá tự nhiên, mang đến cái nhìn dễ chịu cho người sử dụng. Những sản phẩm gạch vân đá đa dạng màu sắc từ màu trắng, kem cho đến những màu hồng, xanh... người dùng sẽ lựa chọn gạch ốp lát một cách dễ dàng nhất. Ngoài ra, để có thể sử dụng cùng một thiết kế gạch cho nhiều không gian khác nhau, những sản phẩm gạch ốp lát tại Casa Concept còn có hai bề mặt là gạch bóng kính và gạch mờ, tùy theo thiết kế của mình để quý vị lựa chọn được sản phẩm gạch thích hợp nhất.
- Gạch vân gỗ
Gạch vân gỗ được lấy ý tưởng từ gỗ tự nhiên, khắc phục những nhược điểm của gỗ tự nhiên như tuổi thọ lâu bền, tuổi thọ của gạch vân gỗ có thể là kéo dài mãi chứ không hữu hạn như gỗ tự nhiên. Ngoài ra, gạch vân gỗ không bị biến dạng, phai màu hay cong vênh, mối mọt, việc vệ sinh cũng dễ dàng nhất để người dùng cảm thấy thoải mái. Gạch vân gỗ tại Casa Concept đa dạng kích thước từ những kích thước hình chữ nhật dài giống gỗ tự nhiên đến kích thước 30x60 60x60 cm để tiện và dễ dàng cho việc ốp lát.
- Gạch vân xi măng
Gạch vân xi măng là một sản phẩm gạch ốp lát tái tạo bề mặt xi măng, sử dụng cho những không gian đòi hỏi tính chống trơn trượt cao như hành lang, ban công, lát nền nhà tắm hay ngoài trời. Những sản phẩm gạch vân xi măng của Casa Concept thiết kế nhiều màu sắc khác nhau để thích hợp với nhiều phong cách khác nhau.
Đến với Casa Concept để được tư vấn, hỗ trợ lựa chọn sản phẩm gạch ốp lát thích hợp nhất cho từng phong cách, từng không gian của mình.
Casa Concept
Hotline: 0886 112 712
Địa chỉ: Số 51, đường số 10, Khu đô thị Sala, Quận 2, Hồ Chí Minh
Website: https://casaconcept.vn1