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 - "mesa"
-
I'm trying out a new rendering engine, it's pretty slow but I'm getting somewhere.
My (6 years old) client is sitting next to me and is kind of picky and tells me exactly what to do.
No payout though 🤔15 -
This may be limited to Germany:
Apparently you can get free vouchers (from 2 to 5 euros in value) on the website "pizza.de".
There is a lottery kind of game right now on this URL: https://pizza.de/casino/
If you just open the developer console and run "win()", you "win" the game and can enter your phone number to get your voucher 🤔
What idiot programmed this?
What idiot reviewed this?
What idiot put this live?41 -
I wonder when there will be the first manufacturer to introduce the "cool" new notch design to normal screens. 🤔27
-
$ alias sudo='sudo '
(note the intentional space within the quotes, allows using aliases with sudo)
And then:
$ alias fucking=sudo
Allows stuff like:
$ fucking rm /important-stuffs
$ fucking service foobar stop
$ fucking reboot
Enjoy!19 -
So according to some reddit user IKEA sends your password as a GET parameter in plain text.
https://reddit.com/r/CrappyDesign/...
Seems to be a network authentication thingy, but still 🤔34 -
I'm starting to lose faith in humanity ... I mean recruiters ...
But then I start thinking to myself: "Did I ever HAVE faith in them?" 🤔13 -
Spotify just asked me for my ZIP code (to verify my family plan again after like a year).
I typed 00000 and they accepted that 🤔8 -
A friend found this Microsoft link a few weeks ago. The background image is missing because it's been removed from imgur and it's still broken to date 🤔
https://microsoft.com/upgradecenter...8 -
Your git commit history on your personal branch when you're freaking out and cry tears in joy because the code you spent the whole previous week on to somehow get it to work suddenly DOES work.3
-
I hate when I'm being questioned when I wander off to the kitchen to get a sandwich for 5 minutes when the smokers at the office have their sixth smoking break that usually takes about 10 minutes.
Let me enjoy my non-smoker breaks 😒7 -
Some of my working colleagues occasionally forget to lock their PCs even though they're told to, so a while ago I started opening YouTube videos or image galleries of Nicolas Cage on their desktop so that they learn.
One of them is very resistant to it though and left earlier (it's Friday and he will be back at Wednesday) without locking or shutting down his PC.
So this time I flipped his display, set Shia LeBoef as his wallpaper with a dia show also featuring Nicolas Cage, Ryan Gosling and Daniel Radcliffe and set Nicolas Cage's face as his cursor image.5 -
Been wearing sunglasses to the office for a few months now because I'm sick of bright screens, light themes of co-workers, the daylight outside that shines through the windows (I moved to another desk further away from the windows), the ceiling lights that are always on (even when there's daylight from outside, thanks boss) and people expecting me to have my eyes open in meetings when there's nothing to look at so now I can just close them and switch to "standby" while I'm still listening.
I am a devampire.7 -
So a coworker made a backup script that asynchronously copies the backup to the remote backup space and then deletes the backup:
scp backup.tgz remote: &
rm backup.tgz
Spot the bullshit.2 -
Client wanted to send us e-mail addresses.
Client sent an image inside a Word document showing a list of e-mail addresses.
Luckily ShareX has an OCR feature.1 -
So I just read that Oneplus 6 will have a glass back and a notch. Why? Why all companies want to be like Apple? :/9
-
I think devRant could maybe have some kind of mascot or superhero!
I scribbled this guy attached here as an idea, but as others have brought up, we could also have a super duck (like the devRant cape duck but more special)!9 -
Ugh, I hate when customers refuse to pay for staging systems but then randomly complain about stuff that's WIP and not working as expected yet ...
"Yes, sir, this house doesn't have a roof right now because the basement isn't done yet."2 -
So I have to work with this company at work, they claim to be super professional and they have some API stuff that a customer of us is dependant of.
Their API is a huge pile of bullshit and a big mixture of German / English terms and stuff, it's a mess to work with it.
Look at (the source code of) their website to see what I mean:
https://www.kufer.de/4 -
So some client has their own server with their website that we made and maintain.
Recently they've revoked writing permissions for our user for whatever reason but expect us to change stuff.
This has been the case for a few weeks now and they still haven't given us writing permission back, but insist of us making the changes.1 -
Being lazy is ok.
But I believe there certainly is a special place in hell for people that use "transition: all" in CSS.2 -
I broke the system!
This rant has the same tag twice, because I manually added the one that would be added by the category I chose 😏.
CC: @dfox6 -
Seems like ORACLE doesn't know how to display the grave accent symbol on websites 🤔
https://docs.oracle.com/cd/...
Scroll down.1 -
The whois service for the legacy top-level domain for Germany (.de) is one of the most fucked up things on the internet.
For years now they've restricted the whois service to notice you about their website information service (https://denic.de/en, you run a search and get information about the domain) which already cost you an unnecessary amount of time if you simply want to lookup something.
A while back they changed it so that you need to state whether you want to look it up fotr informative purposes or business purposes, then they changed it so that you need to supply a reason in a text box.
The new (GDPR) way is that you only get the connectivity status ("connect", "free") via whois and the nameservers on the website (without supplying a reason, which actually is an improvement). Everything this either is for executive authorities or the domain owner (by entering their mail address or zip code).
Germany - the land of "We can opt out of any standard because we can and since theaws changed we can also behave like dickbutts".
Adding the GDPR now only fed the trolls even more.7 -
When you're trying to publish your first Cordova app and the PlayStore release including signatures and stuff takes you 2.5 hours, while the AppStore release takes you 5 days (including getting a huge Mac on your desk, signing up a D.U.N.S. for your company, figuring out the signing/provisioning process and fixing CSS/JS exclusively for iOS).4
-
So last night a friend randomly found a raw not-yet-installed WordPress instance on a public domain that he found on a Facebook site (it was already linked for I don't know how long, but just not installed).
He told me about it and, being the guy I am, I signed up an account on some free MySQL hosting website, set up a database and used it for that WordPress site.
I then left a kind little note on the front page for the admin telling him that I just saved his ass since others could've done the same but posted racist shit or something and, also, told him not to use WordPress.
Even though I had no bad intentions, I used proxies and VPN connectsions because you never know how these people might react.
Hopefully they'll learn from it 😇 -
So apparently our windows domain admin now disabled screensavers.
I was always happy to return to my desk while looking at the pixel city screensaver I had and now it's just black.
I am mildly angered 😑8 -
Me: *creates a new telegram bot*
User: Hey, compliments for the bot! How did you create that? Did you use HTML or other programming stuff?
Me: ...
The funny thing is that 1 week later I discovered that someone actually created a library to create your own bot with HTML and CSS too. -
I don't get much spam, but when I do, I rant about how badly those mails are crafted.
I mean, yeah, for non-devs or typical old people, those badly made Google fake mails (that use the old Google logo, the logo in Times New Roman or something) or ISP / phone company mails with malicious attachments may look good enough.
But, seriously, if I were a dev paid to create spam mails, they would look like the real deal, if I may say so myself, as I would actually put some effort in them.
What do you think? Wouldn't spam made by real developers like us be "better"?
Maybe send some examples from inside your junk box 🤔3 -
So apparently Firefox can't handle (quick) animations from opacity 0 to opacity greater-than-zero and glitches around. Instead you need to animate starting from something greater than 0, like 0.001.
I had to debug this shit and it just adds to my reasons to dislike this browser.5 -
Sometimes I wonder how software development in (bigger) teams worked in the 90s.
Take the first Pokémon games for example. It was the mid-90s and the final product would be Assembler code that goes onto a cartridge with limited space.
I believe version control systems didn't really exist back then (Git & Mercurial: 2005, SVN: 2004). So probably people took backups of the chunks of code they worked on, copied around a stitched-together code, threw everything together at the end of the day, etc. etc. ...
Does anyone here know if there is some kind of documentary about that topic or did anyone here experience that first-hand?
It would be really interesting to see how that stuff worked back then 😊4 -
Every website we craft at work has some email substitution logic so that addresses you see on the site don't actually exist in the HTML source like that (you wouldn't find them in a format like "foo@example.com").
Instead the @ and the period right before the TLD get replaced with something else (to prevent (dumb) spam bots from using that address and blast it with junk).
Some people replaced them with images in the past (ew), replaced the @ with "(at)" or other stuff.
I made it a habit to render the @ and . by replacing them with span tags which then get a ::before in CSS that contains "content: '@';", so that the @ is visible but is not actually inside the HTML source code.
The classes for these spans then have a random name (persistent for that website though). The first one was called "move-along-nothing-to-see-here", but then I started naming them after Star Wars quotes.
One website's @ class is called "that-s-no-moon" (Obi Wan), others are called "i-have-a-bad-feeling-about-this" (Han Solo), "powerful-you-have-become-the-dark-side-I-sense-in-you." (Yoda) and "these-are-not-the-droids-you-are-looking-for" (Obi Wan).12 -
Putting every file, even SHADER CACHES (that huge cyan flower here (this illustration was made with "gource"), yes, every of those tiny little dots is a file) or even complete libraries into their git repository.2
-
As a student I got involved in a project written by another student who wasn't working at the company for the time I started. It was a web based application written in plain JS and PHP. His attempt was really terrible and I had to rewrite almost everything. If I sum this up I deleted about 4k lines of code and replaced them with about 2k of my code. My attempt is scalable and it is much easier to build new functions and modules.
-
Getting to know Vim Editor for university. Do you think switching from visual studio code to Vim is a good method for learning? Do you know any good Vim courses?12
-
I still remember the moment when I found out that there's something other than Internet Explorer ("The Internet program" back then for me), named Firefox (v2.7).
It was simple stuff like tabs that fascinated me, it's an experience similar to learning a second language and opening up your mind and understand the abstract idea of everything.1 -
So the free WiFi at the Paris airport CDG bugged out for me earlier. Since it doesn't allow you to sign out, I had Schrodinger's WiFi as the login page said I'm connected but I wasn't (nothing worked).1
-
My boss has been working in web development for roughly 10 years now.
Today he learned about the existence of try/catch in JavaScript and asked me in which browsers it's
supported in 😢 -
I really don't get why creators of already-suspicious looking software (and the related suspicious looking website) put terms like "NO VIRUS" or "100% free of malware" next to the download area.
I mean, why would that help anything?
(I understand those typical virustotal scan widgets though, those are fine)1 -
I recently updated all the stuffs on my Raspberry Pi 3.
Now nano* occasionally NULs out files I edit 🤔
*best CLI editor ever, change my mind5 -
That moment when you're connected to a server to adapt a setting in the SSH service config and it errors into your face when you attempt to reload it.
Schrödinger's SHell 😰1 -
Sometimes I really hate designers.
I was collecting the colors used in a new layout and this only the part with gray colors of what I've ended up with.
(I may just merge some of those, like 7 and 8. Also none of them are results of transparent shading, I made sure)5 -
!rant
Every type of doctor is a different kind of debugger for the Human Operating System 🤔
They debug system services like "ear", "throat" and "poop".
Sometimes they even repair or take apart systems for different reasons!1 -
When customers start a project with your company and you're the one to create the software, then after a while the communication kind gets kind of placebo'd down until there is hardly any communication and your contact only replies to / mails you every 12 weeks or so and then after almost 1 year they urge you to get their shit done asap, telling you it'd better be done yesterday but you still lack information you asked for in one of your mails.
Fun fact: the record of them not responding was 20 weeks. -
Was using my Arch linux and made a usual -Syu update, and what a fuck: my mesa driver went crazy, sddm fucked up, and I couldn't load my favorite KDE!
Fortunately installed GNOME, and customized it a bit, but damn, miss my desktop
Gonna do all posible to repare this bug ASAP))8 -
So apparently I cannot save my Google Maps "Less interested in ..." food place preferences when my selection includes "Vegan". 🤔8
-
Any DVORAK users here?
I don't really see myself willing to learn how to use it, but I'd really like to hear from people that adapted to it, when and how they use it and why!3 -
So I'm now experiencing the worst case of "pacman -Syu breaks everything" I've ever had. For whatever reason, when I updated mesa, my entire GUI decided to go to shit. As I'm typing this, lightdm is crashing over and over again. My Xorg log file has no errors at all. Honestly have no fucking clue what's going on.5
-
Does someone else have that too?
Sometimes at night when I'm creating something new (or adding to something) and I get into that zone when stuff suddenly works better than expected or when the thing I'm making is just awesome, I feel a need to turn on "evil" music, such as music with deep voiced male choirs, the soundtrack of Portal 2, some classic music like those evol geniuses in movies or comparable.
It just makes me feel like I'm gonna destroy the planet once my evil creation is done. -
So today I found out why I couldn't SCP stuff to one of my servers for the last 6 months.
It was a fricking "echo" in the .bashrc script (well, in a script that got sourced in there).
(Read: https://stackoverflow.com/q/...)1 -
Ever experienced that moment when you spend hours debugging a complex issue, only to realize it was caused by a single missing semicolon? It's like searching for a needle in a haystack, only to find out the needle was hiding in plain sight! I guess we should add 'semicolon detective' to our resumes. Who knew such a tiny character could wreak such havoc? Let's all take a moment to appreciate the power of the semicolon and the bittersweet triumph of finding it missing!4
-
So I just released a thing I've been working on for the past few days and I'm very glad that it's finally public!
It's a thing that you can use on your website to let the user choose which cookie they want to allow.
https://github.com/metaa/cookiebox
It's worth playing around with the cookie panel in your developer console of your browser on the example page, too!
https://metaa.github.io/cookiebox/
I'd be glad to get some serious feedback and I hope it could be useful to someone out there. 😊 -
I casually solved a problem in some private code at work today that I didn't manage to fix the previous two evenings.
Then I forget to push the changes and remembered at home that I turned off my work computer which normally I never turn off so that I could TeamViewer into it (I don't have VPN
access).
Wanted to work on that code this weekend 😒
(Well, we were in a "progession session" meeting right before leaving the office so I kind of forgot about it because of that) -
I wish it was easier to embed devRant avatars 🤔
I mean I know I could use the API to receive the avatar (haven't looked into it yet) or even scratch it off profile pages, but something like
"https://avatars.devrant.com/USERNAM..."
would be much nicer I think 😋.
Any thoughts?4 -
If you're running Manjaro and use mesa...
...yeah, you should definitely run your pacman (or wrapper thereof) with -Syyuu. Otherwise their fake-upgrade mess that they've done yesterday will likely break something on your system, too.7 -
So I tried to fix an app today that we made for a client ...
It's a Cordova project that's basically jus a wrapper for a certain section of the client's website that's displayed inside an iframe inside said app (with a bit of additional CSS and such). It's all working fine.
Said section of the website offers two to four different options to choose from, then scrolls down (triggered by JavaScript, window.scrollTop or JQuery's equivalent) to the next selection panel that's dynamically added to the DOM tree, the content's depending on what the user selected before.
The problem is, said scrolling effect inside said iframe does not work inside the iOS version of the app (does, however, when the content of the iframe is viewed (by just visiting the URL) inside Safari), instead, the iframe just scrolls back to top.
So after five and a half hours of depression, anger and rage, also some repetetive cursing towards Apple (just like every time something has to do with their awful products), my boss walks in, looks at me and says:
"I'd be fine with it, if I just had to manually scroll instead".
.........
If it wasn't 5pm already (I usually go home at 6), I would've just left the room / gone home or gotten my salad from the fridge to have something to release my anger on.
Seriously though, what the fuck!? -
Recently our management department discovered the advantages of setting up CloudFlare DNS and their CND for a website. In our case that made perfect sense and also helps a lot with the performance.
A while ago someone noticed that in the backend of the CMS the site uses, stuff that is being loaded via AJAX is not loaded at all and just displays an empty container.
3 hours into debugging I discovered why: Someone thought it would be a good idea to base a condition on whether there was a certain HTML comment inside an element, rather than using a class or something else.
A comment.
The HTML minifier removed that, so I ended up having to disable HTML minifying, at least for the backend.
Thanks, whoever thought it would be a good idea to base logic on the existence of a comment.1 -
Fuck you mesa
I installed arch again due to some other mess up (another rant 😂) and this time I was facing problem with sleep.
The system froze every time I tried to wake it up from suspend state.
This is how I wasted past 2 days:
- Wifi device sleep issue, disabling wifi
- Probably sddm issue, let me try lightdm
- Last time I installed gdm, might try that as well
- Had to remove all the bloatware then I suspected plasma
- Checked system logs and found amdgpu error
- Tried disabling graphics using nomodeset, system failed to boot
- glx IP block hung!, it's the graphics driver
- Checked another arch forum, a guy was having a same problem after upgrade
- Downgraded mesa to 18.3.4-1
Worked like a charm though hibernate is still not working2 -
So I wanted to check on an iOS app in my company's Apple account but ...
I don't know, this thing used to be a login.1 -
I want/need to learn a new language for web backend development.
I have seen Go but everyone is saying it's bad and I shouldn't learn it. What do you think? Should I learn Go or Python? Or maybe some other language?12 -
So I've tried to unsubscribe myself from a newsletter for the past two weeks ...
It's a service I used exactly once and apparently I got signed up for their newsletter somehow.
When I got the first mail two weeks ago, I clicked that unsubscribe button in the footer to get to their unsubscribe landingpage and hit that confirmation button.
It said something like "... within 24 hours ..." and I was okay with that, but I kept getting a newsletter / offer / whatever every single day for the following two weeks.
Today I figured out, why the unsubscription seemingly had no effect.
I used a GMail alias for that website, so my address contained a + character.
Apparently they just put that mail address into some unsubscribe link template without urlencoding it, so that + turned into a space and they attempted to unsubscribe some mail address with a space instead of a + ...
Remember kids, always urlencode stuff in URLs! -
Fuck TeamViewer.
I've been using it to control my home PC desktop from remote for a few years now (booted PC via Wake-On-LAN, done stuff, shutdown). I started using Chrome Remote Desktop a while ago too, but its ports are blocked at work, so I had to rely on TV some more.
Recently TV more often told me that I was offline (but I wasn't) and more importantly they started blocking my connections due to "commercial usage" (it's my private shit, yo), so now I've moved on to RDP via SSH.
That really makes me feel relieved as I wanted to move away from it for a while now anyways and SSH tunnels also are the real shit.
Today was a good day.3 -
I've started looking into stuffs like GraphQL and Linked Data (though I've used Micro Data before on websites) today and while fiddling with stuff, I found this handy tool:
https://search.google.com/structure...
I'm trying to create JSON-LD data and it's really helpful to have something validate my test data 🙂 -
Did anyone see this guy's tweets yet?
Read them, they're especially interesting when put into the context of the current GitHub affairs.
https://twitter.com/jamiebuilds/...1 -
New Year's goal: find out if linux vulkan/mesa drivers work on my desktop as there's no real reason to not switch now other than maybe that.
Proton, DXVK and Gallium Nine support like 80% of games now (suck it, nvidia users, we get the good ones!) and i've seen performance improvements after switching from Windows builds on Windows to Windows builds on Proton using the same hardware.
Question is: how the hell do I carry over almost 2TB of shit to the new partitions? Also, Virtualbox is a bitch on Linux as if my kernel updates it's fucked and Boxes is trash...11 -
Fuck windows for not implementing a software backend for modern OpenGL
I just wanted to run minecraft and my game, i have to install a linux vm to use mesa for OpenGL because my computer is from 2008 or something and doesn't have any form of gpu except for the chipset,
I know that mesa dlls are available for windows, but for some reason they will randomly work sometimes and sometimes they won't, because apparently i need to take ownership of system32 to replace default openGL dlls and those take precedence no matter what3 -
!dev
This is a follow-up to a previous rant: https://devrant.com/rants/1303341
I found out that when I turn on the sink faucet on hot and let that running for a minute, I can shower with decent-ish temperatures again 🤔
... meanwhile even the cold water setting yields hot water because of the temperatures outside. -
Me love bcp to gcp. Now all me want to do is bcp everywhere all da time. I sound like jar jar binks. May da force be wid ya Mesa.