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 - "informational"
-
I haven't checked my work email in a month or two.
We use slack, so every time someone needs me they just message me there or text me. It works nicely. I also dislike email in general.
Anyway: I looked at my inbox this morning, and again just now. I've gotten just over 900 emails today.
Why?
Tons of useless alerts on a shoddy as hell codebase. As an example: Every time a coworker uses a tool or lookup with a sub-par query, it ties up the single shared database long enough to generate response time alerts.
As a better example, there are many many many informational alerts that intentionally begin with "500 Internal" specifically to trigger an email alert. Why? I guess they were useful at some point?
There's just so much to fix...
And I guess I don't care enough.
On the bright side: this gives me a great reason to ignore my email!6 -
I'm so sick of all these fat frontend websites.
Transferring dozens of megabytes of mostly unused libraries is not acceptable.
A browser tab crunching up CPU time because everything must be "beautifully animated" (🤢) and processed without involving page reloads/backend is not acceptable.
A response time of over a second is not acceptable.
Cryptic error messages and random popups asking you to reload your page, not acceptable.
Sticky elements/popups breaking access on small screens is not acceptable.
Running hundreds of ajax calls per minute as heartbeats/probes
and crashing the page when the internet has a hiccup, not acceptable.
Fuck Asana, Fuck Twitch, Fuck LinkedIn, Fuck Youtube, Fuck the dozens of other SPAs which unload their truckload of diarrhea into a tab, yet fail to load crucial functionality about half of the time.
Fuck any page that breaks when you block Facebook, Doubleclick, Twitter or Google Analytics. To hell with websites depending on cookies or javascript loaders to display anything.
I want webpages to be interactive informational documents again.
Fuck off with your apps.
If you want to make an app, learn to use a real language, and get the fuck out of my browser.5 -
'Sup mates.
First rant...
So Here's a story of how I severely messed up my mental health trying to fit in university.
But the bonus: Found my passion.
Her we go,
Went to university thinking it'll be awesome to learn new stuff.
1st sem was pure shock - Programming was taught at the speed of V2 rockets.
Everything was centred around marks.
Wanted to get a good run in 2nd sem, started to learn Vector design, but RIP- Hospitalized for Staph infection, missed the whole sem and was in recovery for 3 months.
So asked uni for financial assistance as I had to re-register the courses the next semester. They flat out refused, not even in this serious of a case.
So, time to register courses for third semester, turns out most of the 2nd year courses are full, I had to take 3rd year courses like:
Social and Informational Networks
Human Computer Interaction
Image processing
And
Parallel and Distributed Computing (They had no prerequisites listed, for the cucks they are: BIG MISTAKE)
Turns out the first day of classes that I attend, the Image proc. teacher tells me that it's gonna be difficult for 2nd years so I drop it, as the PDC prof. also seconds that advice.
Time travel 2 months in: The PDC prof is a bitch, doesn't upload any notes at all and teaches like she's on Velocity-9 while treating this subject like a competition on who learns the most rather than helping everyone understand.
Doesn't let students talk to each other in lab even if one wants to clear their friend's doubt, "Do it on your own!" What the actual fuck?
Time for term end exams and project submission: Me and 3 seniors implement a Distributed File System in python and show it to her, she looks satisfied.
Project Results: Everyone else got 95/100
I got 76.
She's so prejudiced that she thinks that 2nd years must have been freeloaders while I put my ass on turbo for the whole sem, learning to code while tackling advanced concepts to the point that I hated to code.
I passed the course with a D grade.
People with zero consideration for others get absolutely zero respect from me.
Well it's safe to say that I went Nuclear(heh.. pun..) at this point, Mentally I was in such a bad place that I broke down.... Went into depression but didn't realise it.
But,
I met a senior in my HCI class that I did a project with, after which I discovered we had lots of similar interests.
We became good friends and started collaborating on design projects and video game prototyping.
Enter the 4th sem and holy mother of God did I got some bad bad profs....
Then it hit me
I have been here for two years, put myself through the meat grinder and tore my soul into shreds.
This Is Not Me
This Wont Be The End Of Me
I called up my sister in London and just vented all my emotions in front of her.
Relief.
Been a long time since I felt that.
I decided to go for what I truly feel passionate about: Game Design
So I am now trying to apply for Universities which have specialised courses for game design.
I've got my groove again, learnt to live again.
Learning C# now.
:)
It's been a long hello, and If you've reached till here somehow, then damn, you the MVP.
Peace.9 -
"Lightweight rant"
Good job, devs of Sparkasse.
Time to "jobn't" y'all.
That error message is very informational.
I know it is because of the time counter being at 0 and I need to relogin to reset it, but what if I was a regular dumb client? To add more salt into it, what if I was someone in his 90s.
Do your fucking job properly.
Edit: The error message translates to "Error", "Error" and "Close"
4 -
So this PR company hired my firm to convert their client's Wix website to WordPress to have better control over content and SEO, not to mention get away from the piss-poor "absolute position everything" setup of Wix. This is a single page design. 2 days later, we deliver it, performing faster than Wix and with a few extra goodies on the UI.
The client's director of IT wants to stay on Wix, because it's "the most secure provider", and will only move their ONE PAGE INFORMATIONAL WEBSITE to another platform and host if they answer a 133 item "security questionnaire". Short of SSNs, they want to basically know everything, including our proprietary and confidential security practices. You aren't Google...stop acting like you are...
How are people this stupid a "director" of anything?3 -
<just got out of this meeting>
Mgr: “Can we log the messages coming from the services?”
Me: “Absolutely, but it could be a lot of network traffic and create a lot of noise. I’m not sure if our current logging infrastructure is the right fit for this.”
Senior Dev: “We could use Log4Net. That will take care of the logging.”
Mgr: “Log4Net?…Yea…I’ve heard of it…Great, make it happen.”
Me: “Um…Log4Net is just the client library, I’m talking about the back-end, where the data is logged. For this issue, we want to make sure the data we’re logging is as concise as possible. We don’t want to cause a bottleneck inside the service logging informational messages.”
Mgr: “Oh, no, absolutely not, but I don’t know the right answer, which is why I’ll let you two figure it out.”
Senior Dev: “Log4Net will take care of any threading issues we have with logging. It’ll work.”
Me: “Um..I’m sure…but we need to figure out what we need to log before we decide how we’re logging it.”
Senior Dev: “Yea, but if we log to SQL database, it will scale just fine.”
Mgr: “A SQL database? For logging? That seems excessive.”
Senior Dev: “No, not really. Log4Net takes care of all the details.”
Me: “That’s not going to happen. We’re not going to set up an entire sql database infrastructure to log data.”
Senior Dev: “Yea…probably right. We could use ElasticSearch or even Redis. Those are lightweight.”
Mgr: “Oh..yea…I’ve heard good things about Redis.”
Senior Dev: “Yea, and it runs on Linux and Linux is free.”
Mgr: “I like free, but I’m late for another meeting…you guys figure it out and let me know.”
<mgr leaves>
Me: “So..Linux…um…know anything about administrating Redis on Linux?”
Senior Dev: ”Oh no…not a clue.”
It was all I could do from doing physical harm to another human being.
I really hate people playing buzzword bingo with projects I’m responsible for.
Only good piece is he’s not changing any of the code.3 -
Been really busy with things haven’t got around to posting a book in like a week or so..
But I’ll post one today..
This book...
This book, available for free online or you can buy it, written in 1994. But so under appreciated by people for some reason most people never have seen it or know about it. But this is the ONLY book I know of that actually covers this topic.. the only book in existence that specifically goes thru how OOP can be done with C.
NOW hold up before you say just use C++ stop and think for a second.. bear with me.
First off this book is purely for informational purposes and educational use to deepen your understanding of what OOP is actually doing behind the scenes in languages like C++ where keywords exist for these things and you just blindly use them without thinking about under the hood.
This book contains a lot of code and builds you up a complexly library from scratch to make OOP in C... now I don’t take this book literally and this but I have implemented some concepts from this book in projects in the past, and it helps a lot.
Also in my honest opinion If you finish this book, you will be a better C programmer AND c++ programmer, C programming because it teaches you a lot about complex things that you never thought about doing with the language. It proves you can do polymorphism can do inheritance and encapsulation. And it’s not really bloated either.
This books is an awesome book, if you don’t understand C pointers you definitely will after this book.. if you don’t understand OOP in C++ what’s really going on.. you will after this book. After all C++ began as just a preprocessor of C.
Great book for writing reusable, extendable large scale embedded c systems.
Anyway.. rare book of which should not be rare considering it’s free.
3 -
Came across the moral machine..
http://moralmachine.mit.edu/
Some of the dilemmas would even confuse a human, I wonder how would an artificial general intelligence perform in such scenarios9 -
I run an informational website for medical students. We just got hacked. Fuck you and fuck you WordPress.7
-
1. It's gonna be more and more specialized - to the point where we'll equal or even outdo the medical profession. Even today, you can put 100 techs/devs into a room and not find two doing the same job - that number will rise with the advent of even more new fields, languages and frameworks.
2. As most end users enjoy ignoring all security instructions, software and hardware will be locked down. This will be the disadvantage of developers, makers and hackers equally. The importance of social engineering means the platform development will focus on protecting the users from themselves, locking out legitimate tinkerers in the process.
3. With the EU getting into the backdoor game with eTLS (only 20 years after everyone else realized it's shit), informational security will reach an all-time low as criminals exploit the vulnerabilities that the standard will certainly have.
4. While good old-fashioned police work still applies to the internet, people will accept more and more mass surveillance as the voices of reason will be silenced. Devs will probably hear more and more about implementing these or joining the resistance.
5. We'll see major leaks, both as a consequence of mass-surveillance (done incompetently and thus, insecurely) and as activist retaliation.
6. As the political correctness morons continue invading our communities and projects, productivity will drop. A small group of more assertive devs will form - not pretty or presentable, but they - we - get shit done for the rest.
7. With IT becoming more and more public, pseudo-knowledge, FUD and sales bullshit will take over and, much like we're already seeing it in the financial sector, drown out any attempt of useful education. There will be a new silver-bullet, it will be useless. Like the rest. Stick to brass (as in IDS/IPS, Firewall, AV, Education), less expensive and more effective.
8. With the internet becoming a part of the real life without most people realizing it and/or acting accordingly, security issues will have more financial damages and potentially lethal consequences. We've already seen insulin pumps being hacked remotely and pacemakers' firmware being replaced without proper authentication. This will reach other areas.
9. After marijuana is legalized, dev productivity will either plummet or skyrocket. Or be entirely unaffected. Who cares, I'll roll the next one.
10. There will be new JS frameworks. The world will turn, it will rain.1 -
Don't you just love customers?
It al began when they showed us the flyers they were printing for their new products, an some one at our company who doesn't work here anymore had the brilliant idea of copying it to their webshop, as a fucking gimmick... Ooohh man the customer didn't seem to understand it was only visually
They wanted the 3d layering effect to be dynamic, so each product would have its own with custom colours
So it was made
A few weeks later they didn't want the informational text, they wanted links to each product that the layer uses
Sounded like logical so it was made
Again some time later, they noticed that the layers were not textured, but just plain
I argued against it because it would add unnecessary loading time for some 300 by 400 px element but they insisted
So they got what they wanted
A few days later they said that the textures were of low quality, and that we had to create ones with higher quality
Again our management said, yes
We made ~ twice the size of the element in image pixels to create a higher definition image
Then the customer wanted that the layers should change based on some selection menu above it
(At this point we realized that it would no longer be just a fun little gimmick)
So we tried to refactor/rebuild it to remove most if not all the hacks we did just to make the customer happy, that took too long for them (the customer) so we had to revert back to the hacked together version because otherwise we would not be done on time (commanded by management)
But again, we ... I say 'we' as in the company but realistically I've been the only one who has worked on the fucking abomination
But I digress...
A few stupid requests later, some layer images are almost fully transparent PNG images that are almost 1mb in Filesize each (some products have 5 or even more layers) and the god damn thing now has to account for optional layers...
I AM FUCKING SPENT... I'VE JUST CAME BACK FROM VACATION BUT I ALREADY NEED IT AGAIN... FUCKING WORKING 60 HOURS A WEEK JUST TO KEEP ONE CUSTOMER HAPPY WHILE OTHER PROJECTS BREATH ON MY NECK1 -
When a developer writes informational messages to console.error, just because they show up in red!1
-
I want to spend about 10 minutes a day in to small code brain teasors.
I know there are apps like SoloLearn. I don't want to learn hard new concepts but rather just maintain the basic ones. I am looking for an app that gives me quizes, not just informational text
What would u recommend?7 -
I don't know why, but every time I consume even a tiniest bit of information about Gary Vaynerchuk, I cringe immensely. It almost feels like an informational virus that just makes you cringe whenever you just acknowledge its existence.4
-
HOLY FUCKING SHIT
WHY IS THIS CLASS SO FUCKING FULL OF INCORRENT INFORMATIONS?????????
I've started university last year ( 2017) and I got a class named "Basics of Informational Communication Technologies" and it's so freaking bad...
The book is obviously just an english book translated to our language and signed by the proffesor. I've been trying to study it right now but it's so frustrating and I'm just 15 minutes into reading. HTML is not a programming language, viruses are not always under 4 kb, source codes are not always based on classes and so on....
Not to mention so many badly explained stuff that could be explained soooo much better and simpler...
How do I deal with this? -
I wasn’t paid for this, this was part of a school project I had to do about 2 years ago when I was in 9th grade.
We had to do something in biology and me and my friend both decided we should make an informational app that shows info about different kinds of birds. It was an Android app, it was before I moved to iOS development.
We knew absolutely nothing about advanced layout development and constraints and layouts or anything, and we barely knew how to navigate the Android UI framework.
We had like 5 days to work on this shit. We wanted it to look nice and somehow we came up with a layout that doesn’t look all fucked up between form factors and we barely had to code anything in Java, it was all just layouts and shit. But we knew absolutely NOTHING.
We totally failed. The project stunk so much I don’t have a backup of it anywhere and I am glad that is so.
Looking back at this shit ass project, I can see how much I learned in the process in terms of app development and my general knowledge and skills in computer science, 99% of it by teaching myself.1 -
If a supervisor conducts an informational conference call that’s on a set schedule, mainly consisting of members from their management team, they should avoid conducting the kindergarten style roll call start off. Especially, if the call consists of 20 or more people.
10+ minute roll calls are horrible to have to sit through, not to mention borderline degrading if the team members involved are management or supervisors. -
Does anybody here have any casual affinity towards reading scientific papers? During my time at the university I was exposed to read papers and found them quite exciting as they were actually informational. Articles from magazines or online ressources about yet another "groundbreaking" new tech feel hollow. And theres to much noise from hyping, evangelists and other distracting elements.
-
Thank you for sharing this informational stuff . if you want to stay safe by covid-19 so visit our website: https://www.deconvirion.com/2
-
Power Washing Pros: Residential and Commercial Cleaning in Yorktown and Williamsburg, VA – Your Expert Pressure Washing Service
At Power Washing Pros, we are your trusted source for residential and commercial cleaning in Yorktown and Williamsburg, VA. Our professional team is dedicated to providing high-quality pressure washing services that restore the beauty and cleanliness of your home or business. Whether you need a one-time cleaning or ongoing maintenance, we offer solutions tailored to meet your needs.
In this article, we’ll cover the benefits of pressure washing in Yorktown and Williamsburg, answer some frequently asked questions (FAQs), and explain why Power Washing Pros is the go-to provider for all your exterior cleaning needs.
Benefits of Pressure Washing in Yorktown and Williamsburg, VA
Pressure washing is one of the most effective methods for cleaning the exterior surfaces of both residential and commercial properties. Whether you’re dealing with grime, dirt, mold, or mildew, pressure washing delivers impressive results quickly and efficiently. Here’s why pressure washing is essential for your Yorktown or Williamsburg property:
1. Enhances Curb Appeal
First impressions are crucial, and the exterior of your home or business is the first thing people see. A clean, well-maintained exterior increases curb appeal and can even increase the value of your property. Regular pressure washing eliminates unsightly stains and buildup, leaving your property looking fresh and inviting.
2. Protects Your Property
Pressure washing doesn’t just make your property look better – it also helps protect it. Over time, dirt, mold, mildew, algae, and other contaminants can degrade the surfaces of your home or business. By removing these buildups, pressure washing helps preserve the materials, preventing damage that could lead to costly repairs.
3. Improves Health and Safety
Certain contaminants like mold and mildew can pose health risks, especially for individuals with allergies or respiratory issues. By eliminating these hazardous substances with pressure washing, you help create a safer environment for your family, employees, and customers. Additionally, cleaning your driveways and sidewalks can prevent slips and falls by removing moss, algae, and grime that create slippery surfaces.
4. Saves Time and Money
Pressure washing is a quick, efficient way to clean large areas, saving you both time and money compared to traditional cleaning methods. It also helps prevent the need for expensive repairs by regularly removing harmful buildup before it causes permanent damage.
5. Eco-Friendly Cleaning
At Power Washing Pros, we use eco-friendly pressure washing techniques that rely on safe, biodegradable cleaning agents. This ensures that your property is cleaned effectively without harming the environment or your landscaping.
Residential and Commercial Cleaning in Yorktown and Williamsburg, VA
Whether you own a home, a retail store, an office building, or any other commercial property in Yorktown or Williamsburg, Power Washing Pros provides the professional cleaning services you need. We specialize in both residential and commercial pressure washing, offering tailored solutions for every property type.
Residential Pressure Washing
Your home is one of your most valuable assets, and keeping it clean is essential for maintaining its beauty and value. Power Washing Pros offers a range of residential pressure washing services, including:
House Washing: Clean your home’s exterior, including siding, windows, and gutters.
Driveway and Walkway Cleaning: Remove oil stains, dirt, and grime from your driveway and walkways.
Deck and Patio Cleaning: Restore your outdoor living spaces to their original luster.
Roof Cleaning: Safely remove algae, moss, and other debris from your roof.
Commercial Pressure Washing
For businesses in Yorktown and Williamsburg, regular pressure washing can help create a professional image and a welcoming environment for your customers. Power Washing Pros offers commercial services, including:
Retail Store Cleaning: Keep your storefront clean and inviting for customers.
Office Building Exterior Cleaning: Ensure your business looks professional from the outside.
Parking Lot Cleaning: Remove dirt, debris, and stains to maintain a neat and presentable parking area.
Restaurant Exterior Cleaning: Clean your restaurant’s exterior, including sidewalks and patios, to maintain a pristine appearance.
Frequently Asked Questions (FAQs) About Pressure Washing in Yorktown and Williamsburg, VA
Q1: How often should I schedule pressure washing for my home or business?
8 -
SCANNER HACKER CRYPTO RECOVERY: A Strategic Approach to Digital Asset Recovery
In the rapidly evolving landscape of cryptocurrency, the prominence of digital assets has led to an accompanying rise in incidents of loss, theft, and fraud. As individuals and businesses increasingly navigate the complexities of decentralized finance, the need for effective recovery solutions becomes paramount. SCANNER HACKER CRYPTO RECOVERY emerges as a notable player in this domain, offering a suite of services aimed at recovering lost or stolen cryptocurrencies. This essay outlines the importance of such recovery services, evaluates the effectiveness of SCANNER HACKER’s operations, and proposes recommendations for enhancing their offerings and outreach.
The burgeoning cryptocurrency market presents unique challenges, particularly concerning security vulnerabilities that may expose individuals to significant losses. SCANNER HACKER CRYPTO RECOVERY specializes in identifying and retrieving lost assets, leveraging advanced technological solutions and skilled personnel to trace transactions across blockchain networks. Their expertise in forensics, coupled with knowledge of legal regulations regarding digital assets, facilitates a comprehensive approach to recovery that is both proactive and reactive. The efficacy of SCANNER HACKER’s solutions is underscored by a track record of successfully recovering assets for numerous clients, which reinforces their credibility in the marketplace.
Despite their commendable achievements, SCANNER HACKER CRYPTO RECOVERY can enhance their effectiveness through several strategic implementations. First, improving transparency in the recovery process can foster trust among potential clients, who may be wary of the opaque mechanisms often associated with illicit activities in the cryptocurrency space. By offering detailed case studies and transparent methodologies that outline recovery procedures, the firm can demystify the recovery process and provide reassurance. Furthermore, investing in educational resources that empower users to protect their assets before incidents occur—through workshops, webinars, and informational content—can not only position SCANNER HACKER as a thought leader but also mitigate risk within the community.
Additionally, expanding collaborative efforts with cryptocurrency exchanges, wallets, and law enforcement agencies can enhance the efficacy of recovery operations. By establishing partnerships, SCANNER HACKER could streamline the reporting and recovery process, allowing for a more coordinated response to incidents of theft or loss. Engaging in advocacy for better safety regulations within the cryptocurrency market would further solidify their role as a pacesetter in digital asset security and recovery. In summary, while SCANNER HACKER CRYPTO RECOVERY has made significant strides in addressing the urgent need for crypto asset recovery, an emphasis on transparency, education, and strategic partnerships could enhance their service delivery and foster greater trust within the digital currency ecosystem.2
