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 - "windows rant"
-
Ok, this is a rant against some devRanters.
STOP THINKING THE ANSWER TO ANY PROBLEM IS SWITCHING TO LINUX! STOP!
I am a linux user but i fucking hate people who act like dickheads to other OS users.
-A node.js problem is not a windows/linux problem
-An android studio problem is not a windows/linux problem
-A problem with website x is not a windows/linux problem
Understand the problem and give a relevant answer, don't just spit "Use Linux" everytime.40 -
Not a windows hate rant, just a funny encounter at work.
Was configuring KDE on my work pc and got the windows key to work after a little configuration.
Me: YAY I finally got the windows key to launch the application menu bar thingy!!
Colleague 1 (fellow support engineer): WINDOWS?! Thanks for the ear cancer mate 😞
Colleague 2 (fellow support engineer): Hey stop swearing!
Colleague 3 (senior Linux engineer): *grabs nearest waste bin, pulls it open, puts head in and starts to make vomiting noises* *pulls head out: don't do that again 🤢"*
Colleague 4 (senior Linux engineer): *gives me a death stare for about a minute"
Me: *completely losing it* 🤣
I fucking love this place 😊24 -
Reading devRant feed is so fucking hard nowadays. Every other rant is about Windows rebooting, Google being evil, Quantum beating Chrome, M$ users being cunts and all these fanboy shits.
Fucking hell. Write some actual code and rant about some solid problems rather than being a stupid fanboy.12 -
Found a guy working at Microsoft with this bio.
"Software Engineer at Microsoft. Loves Linux, the cloud, Vim, and DevOps. But mostly Linux"
Like come on Microsoft, even they choose Linux over Windows21 -
!rant
Microsoft is finally doing something right with Windows.
Coming soon: tabs in Explorer, tabs in Notepad, tabs in Command Prompt, TABS EVERYWHERE24 -
This rant just fucked up devRant unofficial for Windows 10.
It causes a JSON syntax error in the API response. 🤣
Thanks @kwilliams! 😁14 -
this.title = "gg Microsoft"
this.metadata = {
rant: true,
long: true,
super_long: true,
has_summary: true
}
// Also:
let microsoft = "dead" // please?
tl;dr: Windows' MAX_PATH is the devil, and it basically does not allow you to copy files with paths that exceed this length. No matter what. Even with official fixes and workarounds.
Long story:
So, I haven't had actual gainful employ in quite awhile. I've been earning just enough to get behind on bills and go without all but basic groceries. Because of this, our electronics have been ... in need of upgrading for quite awhile. In particular, we've needed new drives. (We've been down a server for two years now because its drive died!)
Anyway, I originally bought my external drive just for backup, but due to the above, I eventually began using it for everyday things. including Steam. over USB. Terrible, right? So, I decided to mount it as an internal drive to lower the read/write times. Finding SATA cables was difficult, the motherboard's SATA plugs are in a terrible spot, and my tiny case (and 2yo) made everything soo much worse. It was a miserable experience, but I finally got it installed.
However! It turns out the Seagate external drives use some custom drive header, or custom driver to access the drive, so Windows couldn't read the bare drive. ffs. So, I took it out again (joy) and put it back in the enclosure, and began copying the files off.
The drive I'm copying it to is smaller, so I enabled compression to allow storing a bit more of the data, and excluded a couple of directories so I could copy those elsewhere. I (barely) managed to fit everything with some pretty tight shuffling.
but. that external drive is connected via USB, remember? and for some reason, even over USB3, I was only getting ~20mb/s transfer rate, so the process took 20some hours! In the interim, I worked on some projects, watched netflix, etc., then locked my computer, and went to bed. (I also made sure to turn my monitors and keyboard light off so it wouldn't be enticing to my 2yo.) Cue dramatic music ~
Come morning, I go to check on the progress... and find that the computer is off! What the hell! I turn it on and check the logs... and found that it lost power around 9:16am. aslkjdfhaslkjashdasfjhasd. My 2yo had apparently been playing with the power strip and its enticing glowing red on/off switch. So. It didn't finish copying.
aslkjdfhaslkjashdasfjhasd x2
Anyway, finding the missing files was easy, but what about any that didn't finish? Filesizes don't match, so writing a script to check doesn't work. and using a visual utility like windirstat won't work either because of the excluded folders. Friggin' hell.
Also -- and rather the point of this rant:
It turns out that some of the files (70 in total, as I eventually found out) have paths exceeding Windows' MAX_PATH length (260 chars). So I couldn't copy those.
After some research, I learned that there's a Microsoft hotfix that patches this specific issue! for my specific version! woo! It's like. totally perfect. So, I installed that, restarted as per its wishes... tried again (via both drag and `copy`)... and Lo! It did not work.
After installing the hotfix. to fix this specific issue. on my specific os. the issue remained. gg Microsoft?
Further research.
I then learned (well, learned more about) the unicode path prefix `\\?\`, which bypasses Windows kernel's path parsing, and passes the path directly to ntfslib, thereby indirectly allowing ~32k path lengths. I tried this with the native `copy` command; no luck. I tried this with `robocopy` and cygwin's `cp`; they likewise failed. I tried it with cygwin's `rsync`, but it sees `\\?\` as denoting a remote path, and therefore fails.
However, `dir \\?\C:\` works just fine?
So, apparently, Microsoft's own workaround for long pathnames doesn't work with its own utilities. unless the paths are shorter than MAX_PATH? gg Microsoft.
At this point, I was sorely tempted to write my own copy utility that calls the internal Windows APIs that support unicode paths. but as I lack a C compiler, and haven't coded in C in like 15 years, I figured I'd try a few last desperate ideas first.
For the hell of it, I tried making an archive of the offending files with winRAR. Unsurprisingly, it failed to access the files.
... and for completeness's sake -- mostly to say I tried it -- I did the same with 7zip. I took one of the offending files and made a 7z archive of it in the destination folder -- and, much to my surprise, it worked perfectly! I could even extract the file! Hell, I could even work with paths >340 characters!
So... I'm going through all of the 70 missing files and copying them. with 7zip. because it's the only bloody thing that works. ffs
Third-party utilities work better than Microsoft's official fixes. gg.
...
On a related note, I totally feel like that person from http://xkcd.com/763 right now ;;21 -
Fuck you and your shitty updates Microsoft.
I never asked for a fucking weather app on my taskbar.
Why the actual fuck would I EVER need that shit? I have that on my phone already, same for my news, and literally everything else you try to molest me with.
Want to know why Linux is growing market share? It's because it's an OS first and not some husk that shoves content at you and screams "CONSUME ME!"
FUCK YOUR SHITTY UPDATES, AND FUCK YOUR PLATFORM OF PETTY METRIC BULLSHIT.27 -
!rant
First day on the job. Get Windows 10 laptop. Ask if I can use Ubuntu.
"Well everyone else is using it so I don't see why not"
So. Much. Win!!!11 -
Yet another Windows rant but boi Redmond deserves it.
For our new office I took a leap of faith ordering 15 iMac 5k. (btw HP quoting us €10k each pc for same spec).
There are two young guys insist on Windows. Good for you so we ordered two top of line surface book. He religiously unwrapped and said “who want apple trash more than this beauty.”
It’s been 5 hours that shit spent on “Getting Ready Windows for you”, once done it prompted another updating at 4% until we all left work.
So this morning I’m ordering another two MBPs...10 -
If Windows 10 auto changes my keyboard to US one more fucking time I'm going to move it off my PC on to an external HDD and fuck it in a fucking volcano before moving to Linux.
SORT YOUR SHIT OUT WINDOWS, I'M CLEARLY IN THE FUCKING UK.
/Rant19 -
- I'm forced to do dev on Windows with no admin because security
- We receive patches to critical systems from outside company on FTP secured with password "asd123" and install them without reading because fuck security2 -
Someone wasn't in a very good mood that day :p
Log data from when the WhatsApp for windows desktop failed to install~ 2/25 -
! Rant
& Galaxy Alpha
& Android 5.0.2
& Dosbox Turbo
& Windows 3.1
& Sentimental Feelings
It's time to play Solitaire !!!6 -
This rant was posted from the devrant web client in Firefox v44
running at ReactOS, an open-source alternative that looks/behaves like Windows10 -
my company just paid adobe to use pirated copy of adobe software ,arrested one emp.
Multinational company -_-
listed company -_-
premium product -_-
why the hell they can't pay money to deserve one?
writing this rant on pirated windows.7 -
With only a developer team of two people dev rant sees more updates in a week, than Facebook's Windows apps see in a month.11
-
"God Mode" in Windows 10:
1. Create a new folder on your desktop. Leave its name to be "New Folder"
2. Open CMD with administrator privileges
3. cd C:\Users\<your username>\Desktop
4. ren "New folder" ".{ED7BA470-8E54-465E-825C-99712043E01C}"
Enjoy direct access to all and every settings. :-)16 -
forgive me devrant for i have sinned. it's been several days since my last rant. so, here's a fresh one:
i hate windows19 -
Sometimes I wish my life was like Windows.
Whenever I notice a problem or error, restarting my life would solve it.3 -
!rant
Today a friend of mine kinda broke windows
Description:
There are 4 desktop instances, all of them "work" perfectly fine. Partly overlapping eachother2 -
I love how Microsoft updated the user interface for editing the PATH variable in windows. Now it is possible to see all entries in a table, before there was just one textfield with many entries seperated by semicolons (I know the update is already some month old now, but still happy)5
-
tl;dr read the whole thing you lazy goat-molesting arse.
People. It's unpopular opinion time!
Windows is brilliant.
There. I said it.
Why? Because it has the balance of user-friendliness and customisability that is great for most workloads. Its enormous user- and developer- base allow almost anything you want to be done on it.
For instance, a few years ago I hooked up a MIDI synth pad to my PC and found an obscure program to use MIDI events as macros. I did not have to write any code, compile anything or any crap like that. (If you're a developer then you'll have no problem with that kind of thing, but not everyone's an über-technical nerd like you. Deal with it.)
I don't like Windows. But it's still brilliant for most people. All you Linux fan- boys/girls/helicopters are right to advocate it, but it will never expand its market share to more than the percentage of people who are developers, (unless it turns into a corporate enterprise (which it probably won't)). It has its flaws, but most of them will never affect the average end user. OK? Thanks.9 -
long && scam && rant?
At my parent's: phone rings..
Me: hi this is XYZ (in German)
He: hi this is ABC from Microsoft tecnical suport (strong Indian accent, sorry toall Indian devs who might feel offended, no intention)
Me: hi... (I'm learning for my exams and don't have a VM with Windows installed currently, so no time to "play")
He: we got some worrying data from your Windows computer. You might have a virus and we need to run a few tests to verfy it. Do you know what that is?
Me: yeah, a scam.
He: sorry, sir I didn't understand you, could you repeat?
Me: yeah, I know what " this" is. It's a scam, and we only deploy Linux here. (lie, we have Windows, Mac and Linux, as well as an iPhone, iPad and Android devices in the house, guess who is "support"...) But good luck with your next call.
He: (kind of friendly) oh. I see. Well have a nice day too.8 -
I hate how people complain when someone posts a !rant, but then also complain about legitimate rants. "wow, you were angry in that one! Why the all caps?" WHY THE FUCK NOT? This is devRant, where we rant about things. If someone is genuinely pissed off about something, then they should be able to come here and express their anger! If we use all caps, then we're extremely pissed! There's nothing wrong with that! If windows started an update in the middle of a project, you have all rights to complain about it here. Let us rant in peace!2
-
Rant: "I want to try linux, what should I choose?"
Comment: "Arch."
Rant: "Hmm, apt-update have nothing in two weeks.."
Comment: "switch to Arch, its..."
Rant: "windows update is so fckin ann...."
Cokkent: "You shoulf have switch to linux already, try Arch."
Congratulation Arch, you have a few loyalist in here33 -
I have been off of this platform since last 4-5 years, but going through old screenshots I found this rant by @uyouthe. I checked it on the Calculator on Windows 11. 5 FUCKING YEARS and this is still there.17
-
TIP:
To anyone and everyone ranting about the automatic restart of their Windows 10 system,
Settings > Update > Advanced Options > Notify to schedule restart (instead of Automatic).
Yes, it IS that simple.
God.21 -
Not a rant.
Whoever came with the idea to implement an automatic restore point in Windows... BLESS YOU!!
Just had some problems and the PC won't boot. I entered the troubleshooting option and saw that there was an restore point from 22 this month. Just saved my ass.4 -
I wrote in a rant here that I couldn't access my 1TB external hard-drive anymore because I refused to "Safely remove" it from my computer.
My brother sent me today an image with it, showing me that he managed to open it.
I can't tell you how happy I am!
The solution: if you encounter the same problem (it takes forever for windows to scan it and you can't open it/ on linux it tells you to go to windows and and properly eject it), just go to `Device Manager` and `Scan for new hardware`. This should find it & solve it3 -
!rant
I used to be someone who disliked microsoft and windows, but with the new CEO Satya Nadella things are going in the right direction. Really love the stuff microsoft is doing right now! bash for windows, 24 bit color console, visual studio code and the monaco editor, dotnet core ... lately I have switched to windows 10 from OSX and I couldn't be happier :)17 -
!rant
Went to see my brother today. Before I could say hi, I saw the following:
- Desktop, Windows playing video
- Thinkpad, Linux mint, Arduino IDE
- Arduino board with some sensors
- Coffee
- Complaining about light theme
I've only thought him a bit of C# and SQL. They grow up so fast :')
(Before today, I only knew he was gonna learn Python)3 -
!rant/story
I feel so great after switching from Windows 10 to (GNU/(REEE))Linux Kubuntu.
No annoying and redundant programs that are not quitable anymore.
It is like having a rooted phone. I am the god and not Microshit.
I am free. It feels so relaxing.
Sure, while setting this new system up, I broke a lot of things (even with years of preknowledge on linux servers), but I finally managed to finish it.19 -
rant || !rant
My father-in-law wants me to buy a new computer for him. He's currently using an old Acer minitower running more malware than real software on shitty Windows Vista. He only uses Email (Outlook 2003), Facebook and Youtube. I'm gonna get him a MSI Cubi Intel N3700/4GB/120GB SSD with Linux Mint and problem solved. No more malware/virus calls from him. I'm installing Mint on Vbox right now and I'm loving it from second 0.16 -
The rant filters are now available also on Windows 10 (on Desktop, Mobile, HoloLens, Xbox One and Surface Hub | Anniversary Update and later)!
Download:
http://bit.ly/2e41lnB15 -
!rant
Today my PCs 9 years of service to me has ended. We lived through 3 windows versions, many many linux distros and even more games. This computer gave me more happiness than any friend or girl. This computer supported me more than any of my parents.
Farewell old friend.7 -
Feels like I found value of "NAN"
i.e, finding non-ranter dev @ devrant!
"Write no rant
Comment no rant
++(view) all rant "
@Ghored
I guess he should be given a badge or something!
Never able to achieve that stage of satisfaction,
Bsod in windows,
Grub rescue for Linux,
Gradle build problem for android,
404 errors,
What not ?
Yet I really feel like today , I met a ironical legend of dev community!
A full bow to you my friend4 -
It's my second rant about Windows here in two days, but here we go:
Windows used to be a cool OS (and in part it still is). Yes, it's made for the end user, not power users, yes it has many flaws. But it was my gateway to computers and programming. I have fond memories of my first PC, playing around with the old win98 themes (my favorite was the baseball one!).
However, I am very disappointed now. I just had to basically force Windows 10 to stop hogging my bandwidth. It was an actual battle, with the OS simply (I kid you not) running update and other services EVEN AFTER I SPECIFICALLY DISABLED THEM. I just saw the Windows update service running, while its status was disabled. It's absurd.
Sorry Windows, but that's not what I want. I want to choose what happens on my own OS. Linux gives me exactly that, why can't you?11 -
I forgot the rant owner but there was a rant about annoying border alignment of windows calculator app.
Good news for you. Windows made it open source now. 🕺2 -
Have interview in 1 hour
*Quacking calmly*
Tests webcam, mic, connection
*Quacking softer*
Open meeting app to set everything up
Windows: I think not. Pereificus Totalus!!
*Quacking intensifies*
Why do companies use these random new wave of meeting apps instead of the tried and true ones!!4 -
!rant
Updating PHP from 5 to 7.2 on windows server at work the other day... Thought it would be easy, but I really find software management for windows a pain in the ass compared to package based solutions like apt, brew or pacman. It ended up taking way too long due to dependcies with the website, that weren't really documented, and setting up all the software that depended on PHP over again... I ended up writing 10 pages of documentation about how to updated PHP on windows, so the next programmer would have some idea of how to approach the problem.
Of course I suggested switching over to Chocolatey for windows, but my boss is skeptical since it's not the traditional way, and it seems like it will take too many resources. So now I have to make a presentation for her to convince her that package managers are superior to downloading stuff from phps website.
Wish me luck.4 -
!rant
Starting from today, I officially love windows and ubuntu equally .
Now I can game whenever I want without switching OS.
I think bash on win is all I ever wanted and I really thank MS for it.8 -
for real i can't imagine what all you people are doing wrong getting those blue screens in windows all the time reasoning your change to Linux. been using it like forever and had experienced some in the early days, very few in windows 8.1 when i was messing with some drivers and shit but not a single one since windows 10 while using it normally on a daily base.
sure, there is a lot to rant about in windows generally justifying a change to Linux but are you talking about windows 98 or fucking raping your system till it BsoD's just to point at it and say: oh Linux is so much better because i don't get BsoD's all the time? or are you using 10 year old hardware?
enlighten me pls21 -
Me: "Showtime!"
Windows: "LOL, NOPE!"
The irony in this rant is that I just installed Linux in a dualboot environment and was eager to start setting up the new OS. For some reason, Grub was not recognized and Windows started automatically... 😥4 -
!rant
Hmmmm they are selling some used dell precission t3500 desktops at work.
Intel Xeon, 8 gb ram, windows 7 for $60 bucks. Thinking about using it as an experimental Linux machine.
Yay or nay? What do y'all think? For $60 it certainly does not sound too bad eh?11 -
Wtf Microsoft ?!?
Clean install of windows 10 pro, got everything set up, now Microsoft Store does not work because I need an app to open ms-windows-store ?!?
Common answers found on Google does not solve the problem -_-6 -
I know, a rant about Mac vs Windows is nor fun nor original anymore.
But really, I restarted more times my Windows PC in one morning than my Mac in one year.
What should I do, while waiting for the n-th restart?
Re-fuck you.11 -
Dear Microsoft, stop pushing me to update to Windows 11.
I still haven’t changed my mind and I won’t change it even if you ask me for the 6th time.
Just stop being an annoying bitch, please!
Also, one button is completely enough. You don’t need to make me click 3 or more buttons in different places just to remove your Win 11 messages which you keep slamming into my face.4 -
Relating to @mksana 's rant:
https://devrant.com/rants/2218392/...
Here is how you add emoji's to a rant when using Windows:17 -
Girlfriend : What's wrong with you nowadays!!!
Me : Something went wrong and I'm trying to solve it. -
That moment when you're dual booting to have Windows for gaming and Windows decides it would be nice to reboot and install updates, while you're gaming of course. Without any sort of visible notification. Any. And then it fails to install its updates, because updates are hard to install, you know? Sometimes its just not the way you'd like it, you know? It's probably best to revert everything, yes? It only takes an hour after all! An hour of the lovely “Windows was too dumb to update and now has to try to make itself work again” screen with its lovely moving dots. Oh and of course you'll have to sit there and watch it because Windows has to reboot at least twice during the process. And if you're not there to tell GRUB you want to boot into Windows again Linux won't boot properly because Windows keeps the filesystems write-protected. Just to be safe you'd let it complete its marvellous ways!
I wish this was the first time this happened. But it wasn't. Fuck Windows.5 -
Why does MS need to be such a scumbag with Windows updates?
Every now and then, this unskipable blue setup screen appears and forces the user to make some decisions.
"Do you want to set Edge as the default browser?"
"Do you want a 360 subscription?"
The usual crap.
But it‘s not skippable!
You have to make a decision and the UI for "fuck off" is different for every decision.
You can‘t just press the Nope button every time.
It‘s fucking deliberate. They want you to spend time on reading their shit and force it down your throat.
And let‘s not forget about people who don‘t know computer stuff very well and are confused by this. Then call us because "the computer isn‘t working again."
And you can‘t tell them to skip this slimy rotten vomit of a marketing weasel because you need them to tell you what the options are for each fucking decision screen.
😫17 -
!rant
What is the reason a lot of you guys(not all of you) hate windows so much. I never had any single slow down or virus infection for ages, Windows Update always updates at the scheduled time etc.
I used Linux before, and I personally think that the experience is just about the same once you find alternatives to the windows software. But it also has flaws, dependency hell for instance.
Buuuut, I believe each OS has its ups and downs. So while one OS have trouble with something, the other might also have a problem. Some OS's are better than others and that no OS is perfect, and I wish I could see less criticism on OS's on devRant, cause it's getting kind of repetitive and stupid. Thank you.7 -
Windows not powering off when I press the shutdown button.
Mandatory long rant warning
Oh my fucking god, how many times have I lost my shit because of this fucking bullshit.
When I press the shutdown button, I want you to shut the fuck down you sorry excuse for an operating system.
Me and my friends want to hang out together, so I shut down my PC and walk over to their house, expecting an intense session of doing programming stuff and debating linux distros. Whatever the fuck we do when we get together.
I get to their house and pull out my laptop,, only its hot as fuck. And then I see it: the battery indicator is red. "What the balls?" I think to myself. I open the lid, and guess what?
WINDOWS DIDN'T FUCKING SHUT DOWN, AND IT STAYED ON THE POWERING OFF SCREEN ALL THIS FUCKING TIME. WHAT THE FUCK?
Now, my laptop has a bomb ass battery, so I didn't even bring a charger with me, and now I'm fucking stuck at a programming session with friends without a computer. FUCKING BULLSHIT.
If this was a one time thing, I wouldn't have cared so much, but this happened countless fucking times. Too many.
I would have deleted this cum socket of an operating system months ago if it weren't for the Windows exclusive software I need for school, and now that Steam supports games for linux, Windows has even less of an excuse to stay on my fucking laptop.
Windows is supposed be fucking simple, but linux takes it by a goddamn long shot. When I type "shutdown now" or "poweroff", linux shuts the fuck down, no questions asked. And if I ever need root permissions, I just type "sudo" instead of restarting the fucking program and requesting admin privileges.
Most of the software I use is compatible with both MacOS and Windows, and I already have Ubuntu installed on my laptop, so what do you guys think, should I butcher Windows off of my SSD and give MacOS a try?
Also, what is this magic? Ranting actually calmed me the fuck down... I need to start ranting more.
FUCK MICROSOFT AND FUCK WINDOWS, I WISH I COULD BURN TO FUCKING OBLIVION6 -
I am forced to use IDE and Text Editor against my will.
I hate eclipse, but what to do, Salesforce support that IDE only, although VSCode has one plugin for that, but it's not the best,
Why I hate Eclipse you ask?
1. Null pointers
2. No Emmet
3. No Autcomplete
4. Runs like shit on Windows 10 (See my last rant for windows 10)
5. no pretty print extensions/plugins for isml
For my personal projects I am forced to work on Sublime because again VSCode decided to drop
1. Syntax Highlighting
2. Autocomplete
for PHP
(Fuck you for hating php)11 -
!dev
That moment when u buy an extra SSD so you can have windows to play some random MMOs with your friends and that bitch tries to sneak your Linux's boot priority.
No Windows, u're just here to play some games. No u can't boot everytime. Only linux can do that. Thank's but I don't even want a browser on you, I already have all the .exe files I need.2 -
I am currently blocked from doing my job by a firewall policy handed down from corporate that prevents WSL2 from connecting to the internet. Three days of no dev environment and counting.
We make linux software to be hosted on linux in linux containers in linux. We use linux command line tools to make it work.
"NO! WE ARE THE ALL-POWERFUL IT DEPARTMENT AND YOU MUST USE WINDOWS BECAUSE FUCK YOU THAT'S WHY."14 -
!rant
Wish me luck! Just landed a new exciting job as full stack developer! Finally I get to do what I truly want!!!
I can't express how happy I am right now! Finally done with being a supporter!! (was originally hired to only manage Windows servers and not doing external customer support)5 -
I hope this Never happens to anyone :(
On a serious note, Microsoft is talking away all the permissions earlier we use to have during XP.4 -
Not a rant. But about Windows 10, because some asked "why are there only rants about it?"
The day before yesterday: When switching off my PC, I noticed the shutdown options were "Update and restart" and "Update and shutdown". I chose the latter and went to bed.
Yesterday: I switched on my PC, Windows takes some extra seconds at "Installing updates, 99% done" and... I'm on my desktop. All is well. As unspectacular as it can get.
For me, that is every update experience since Windows 7, ever.5 -
! rant
Today has been a good day.
Woke up telling myself I should make a build for my game to see how it perform (didn't do a single one in several months). Was expecting some issues like always. But everything built on first try, on Windows and Linux (which is a fist attempt for the later).
So yea, today has been a good day 😎 -
<rant>
I really don't enjoy visual studio
Is not bad but it's not worth the disk space it takes up..
Also, if your disk is starting to fill up and vs is filling the most space, YOU CAN'T <swearword> UNINSTALL IT FROM YOUR PC
To remove the shit, I had to upgrade to Windows 10 (our school PC's are not allowed to have Linux) and delete my whole fucking disk, just to get it removed
Fix your shit ms
</rant>12 -
!rant
Ok dev's, im proposing a small movement for windows 10 mobile, if you have used windows 10 mobile personally, you will know it is actually a fantastic operating system that is super snappy and easy to develop for (No i'm not a microsoft fan boy, far from actually).
The only downfall of the OS is the app support, so im proposing devs come together and create quality apps and games for win 10 mobile.
Hopefully this can sort of persuade others into a revolution of sorts (And hopefully change microsofts mind of abandoning it), I personally will support windows 10 mobile for every game I create, within reason.14 -
> Using VSCode to work on a netcore project
> Switch to VS for some resharper refactoring
> VS eats up 100% of an i7 3.5GHz CPU, freezes the whole fucking PC
> Force shut down the computer, turn it back on
> "Windows is working on updates"
FUCK YOU, YOU COCKSUCKING MOTHERFUCKER! GO CHOKE ON A THROBBING FUTANARI COCK!8 -
Just finished a rant about rererereinstalling windows (sorry, in a ranty mood), and now I have another reason to rant. Not the 10 new and exciting bloatware apps. Again. Lovely. No, this rant is about Edge.
You know, the new browser Microsoft is soo excited about (or was when it came out)? Just found out that it won't connect to Googles links to download chrome (tried 4-5). Because, you know, I might need to develop something. Incredible. That's some pretty high level *insertSpecialWords* from the Microsoft Edge team. "uhhhhh so your Highness, sir customer destructinator sir, our browser isn't that great. Everyone is still using chrome."
"how about we stop them from downloading that freaking amazing browser. That should stump them."
"wonderful sir! Amazing. We'll implement that straight away."
>:(
There's even a try this list of "suggestions" to fix this "problem". Including:
> Make sure you've got the right web address.
And my personal favorite, is less subtle:
>search for what you want!
Umm, I did. And then you blocked me from doing the one thing that I would realistically use this browser for. Aaand after the windows 10 forced update debacle, I'm not feeling especially "friendly" towards windows' "suggestions".
No worries though. I installed Firefox (not blocked) just to install chrome. Great job Microsoft.
10/109 -
I don't get it. Why the **** is windows update the slowest shit on earth. I'm sitting in front of an PC. Last update is 6 month ago. Windows take about 20 minutes to find out which patches are needed and now... Over 1h later... Not even half of them are done.
My Linux PC take about 5-10 minutes even if I haven't turn on it for a while.2 -
!rant
I'm a Windows slowly trying to convert to Linux (except for stuff that you need Windows for, obviously).
Being relatively new to desktop Linux, which distribution do you recommend with which desktop environment?*
Any tips for newbies? :)
*I'm aware that this could end up in a fight that divides devRant :P19 -
I saw a rant about some department still using win98, and it reminded me, when I was in school the school library used MS-fucking-DOS, windows 10 was already out by that time...
The librarian lady was really surprised I even knew what it was, which meant she knew it was fucking ancient2 -
Okay, I usually don't rant about Windows.
But why the flying fuck does it automatically pick a driver for RNDIS5 for a RNDIS6 device (USB tethering on Android devices)? It's hanging many parts of the systems until I change it to the right driver (which is not shown as compatible and warned against whilst being the only one that works). Seriously, I usually never have problems with Windows, but this is the only thing that annoys the fuck out of me with it.6 -
What the fuck is wrong with Windows?
I put it into sleep. After a while, it just wakes up again.
I put it into hibernation. It boots up again.
I closed anything that could potentially wake it up like instant messengers etc.
Still it wakes up after a random amount of time.11 -
The problem with being a designer and a programmer is that Photoshop and Illustrator is on Windows and I code on Ubuntu.
You have to restart and boot a different OS everytime goddamnit12 -
!rant
Just got a fresh Windows 10 install up and running on a 10 year old laptop within an hour. I'm quite impressed since I thought it's going to be a torture.5 -
I have been commenting a lot recently on linux ranters who rant about windows for stupid reasons.
To all these people who think linux is better and they are smart(er) than windows users, i say:
We use windows in the company I work for. And if you are a linux user, you're just not welcome and your skills are just a waste for the company. And yes it is a successful company with 100s of millions of euros as net revenue.
Our users have windows machines and we offer topnotch Microsoft solutions for them.
When you ask me to switch to linux because of a problem i had in a Windows machine, it makes me feel that you are a stupid person who knows about linux and gives solutions based on his stupidity and on zero knowledge of the scenario.
Please be professional and think about the solution you are offering. It would be best if you did not offer any solution at all in fact.13 -
F*CKING MICROSFT CAN'T EVEN FIGURE OUT HOW TO USE THEIR OWN SH*T
I just wanted to install a sh*tty app from sh*tty microsoft store just to find the f*cking install button not working. Went back to full monkey mode and smashed my mouse against the install button .... now I neither have a f*cking app nore a f*cking mouse.
Thanks Microsoft for f*cking nothing14 -
I was doing a demo and went to quickly launch PGAdmin from Start. I hit the Start key and typed "pgad" because that usually works as an application launcher for "PGAdmin". Cortana decided to ignore the program in the start menu and instead showed the audience info about about PGAD.
A whole room full of people now know about
PERSISTENT GENITAL AROUSAL DISORDER
Thanks Cortana.11 -
First "rant"...
There's a lot of complaints about Windows 10 and it's updates and everyone bashing them.
Does nobody turn off their computer at night?
It installs my updates during the night for me and it even wakes up if needed to do so. I have never looked at my update screen when rebooting or turning my computer on, ever since I have Windows 10 freshly installed... Only exception is the Anniversary Update. So I don't see a reason why everyone hates it so much...
Am I just that lucky or what?11 -
Fed up with my windows becoming too slow, I decided to go for a fresh start.
Now it's stuck here from past 1 hour4 -
Virus Rant: Unwanted folder keep creating itself after deleting it.
Windows Defender detected some malware & cryptominer exist and originated from Chrome folder
Solution: Remove completely Chrome and stick with Microsoft Edge for now!
I cant believe I am removing Chrome and stick with Microsoft Edge.
Lesson learn: please be vigilant at all time.14 -
Alrighty, saturday morning rant time!
I just recieved a mail from one of my not-so-much-loved colleagues.
Now Background first: I work in IT-Support. We provide services for other companies. One of those services is monitoring servers and clients for various things. I recently took over the project (was assigned to do it) and restructured everything, wrote new scripts to test more stuff, successfully tested it internally and rolled it out over the last 2 weeks.
Now one of these scripts hooks into the Windows Update API and looks at the update history. It filters for known Windows Update Agent strings (UpdateOrchestrator, AutomaticUpdates and AutomaticUpdatesWuApp in case you also want to do something like this) and then looks for installation errors over the last 24 hours and wherever there have even been any successful updates over the last one and a half months.
Back to that mail.
My colleague sent me this lovely mail about a ticket i opened about his customers servers beeing all out-of-date on updates.
"This is all wrong, everything's fine. I disabled the checks."
...
It's on bitch.
So i logged on to my work PC via TeamViewer, opened my script, connected to the customer and was ready to debug the shit out of my script, knowing i probably won't even need to.
I looked at the update history via Windows Update itself and behold: 1st April. That's almost 50 days in the past.
So the script works, go figure.
Great, so search for new Updates then.
>None found.
Hm. What could it be? Did my super special colleague forget to care about his very special totally-needs-WSUS-customer WSUS again?
Yup.
Online-Search finds a ton of new Updates.
Screenshot, write pissed mail to colleague, re-enable checks, breakfast.1 -
So following a previous rant, I’ve decided to make the jump and move full time to a Linux setup on my PC, with a windows VM (I do much more Ruby and php at home than Windows stuff, so makes sense to use Linux as everyday os.
The question that I need help with is which distro to go with.
I have experience with Ubuntu, OpenSuSE, and Debian, but I’m not adverse to trying something new, I’m even toying with the idea of Arch (but with a few test runs on a vm first)6 -
!rant
I started learning to use Hadoop recently, and am running a VM with all I need installed on it (the HDF Sandbox to be exact). The VM wants 8GB to run and my laptop only has just that, except it also needs to run Windows at the same time...
At first I thought I was screwed, that I'd need a more capable computer to learn. I gave it a shot anyway, and told VirtualBox to give the VM 4GB, hoping the VM itself would use RAM swap to function. And it did!
What I didn't expect was Windows not slowing down even a bit. Turns out Windows can triple the computer's RAM with virtual memory that it keeps on disk.
So the bottom line is: my VM is using 4GB as if it was 8GB, and at the moment my Windows is using 8GB as if they were 14GB. All of this without breaking a sweat. The more you know!3 -
!rant
At my university, we are not allowed to use the internet during exams (duh). But it is disabled using a windows program. I quote from a group chat:
"If you read up a bit, you'll discover that anything works besides Windows"
"Which is basically the story of my life"1 -
Rant.
FUCK-WINDOWS-11! What crap! I got a gazillion CPUs, a shitload of memory and windows like:
”Don’t care! Gonna run slow and also not work at all…”10 -
Dunno who it was, but not cool posting a rant about how Windows doesn't allow creating extension-only files like ".htaccess" through Explorer and then deleting the whole thing right after I give him answer that it's possible if you simply name it ".htaccess."
These kind of people are exact reason why whole communities and sites like Stackoverflow turned into judgemental bastards..2 -
So a few days ago windows decides to update. No alerts, nothing. Just a random update. 4 HOURS LATER it's still going "hi, we have a new update for you". By hour 5 it's finally done. My wonderful new desktop is a black screen with broken keyboard drivers (mouse still works somehow) and the other user accounts are also broken (but explorer somehow still loads). Then these motherfuckers have the nerve to send a dialog saying "congratulations on updating Windows to the latest version" ...... ;-;
reinstalled windows and everything works again. just need to download ~500Gb of programs on a >1mb/s connection.
fml
ps. this is my first rant, sorry if it's a bit incoherent.1 -
Was at a Saturn (tech store) a while ago, just in the area and browsing a bit, and then this: (see image, thanks C0D4)
This sort of shit happens all the time around here.
There was also my local Karlchens Backstube (bakery and café) where the drive-thru display had a green screen of death; I don't know why they used an insider build of windows. Or windows in general for a fucking DISPLAY SIGN. A FUCKING DISPLAY SIGN WITH JUST A STATIC IMAGE DISPLAYED.
(Image not revant)
Rant over.
Fucking hell.9 -
!rant
Managed to find an advantage of IE, and it's not for downloading Firefox or Chrome.
Nah, I just discovered that you can actually add a shortcut on your bar task on Win7 with the favicon of the website (I guess it's the favicon), and IE will directly open to it with slight minor color changes.
So now when I need to check if any commit were made on the repository, I have a shortcut to the website so I can check fastly o/
(why I use IE for that ? Because Firefox and the proxy have some issues, and I had bad experience with Chrome. ¯\_(ツ)_/¯ But IE does the small job I give him, so I don't complain)1 -
I've never been to a job interview yet (most of the cunts here in Belgium work with Windows Server 🤮, and I'm still studying electronics), but given most of the submissions on this group rant, I think that I might very well have seriously overestimated interviewers! 😄2
-
I'm I the only one who doesn't face any problems with windows updates? Not sure why people complaining so much about it and the rant feed is full of windows update problems. Strange!4
-
!rant
I trolled my friend by telling him that there's a 100 MB data transfer restriction on Windows right now because of the Ransomware that's floating around the internet.
I can't believe it worked and now he thinks he couldn't copy anime or games from me because it exceeds 100mb file size.
What's your best troll moments to people who're not computer techies?2 -
Pressed update and shutdown which lead to a BSOD
And now the windows won't boot.
Well played windows1 -
F**king hate Windows for its insanely confusing proxy setup required for software development...
> Setup proxy in Windows network settings
> Then, setup HTTP_PROXY & HTTPS_PROXY environment variable at the system/user level.
> Followed by separate proxy settings for java, maven, docker, git, npm, bower, jspm, eclipse, VS Code, every damn IDE/Editor which downloads plugins...
> On top of everything, find out the domains which does not need to go through proxy and add them to NO_PROXY.. at each level..
> It does not end here. Sometimes, I need to setup proxy for SSH connections... like, if I have to use git with SSH and not HTTP/S... Uhhh....
More than half of the problems me and my dev team face is related to setting the right proxy. Why can't it be like, set in one place and everything picks up from there, like in any linux machine or for God's sake, a Mac ?
Worst of all is, my org uses a configuration script, which resolves into a list of proxy servers, from which one of them will be used. So, I need to download that script, find out which is the right proxy server and then, use it in all the aforesaid places... WTH ?????
Is this a common workplace problem for all developers ??? Will this be solved by Windows Subsystem for Linux ???9 -
Windows 10 Rant:
Windows 10 has so many frustrating issues. Most recent being when my computer, if the PC goes into sleep mode, or sits unused for 40 ish minute period of time (screen still on), when I return; awake the computer from sleep or sit back after being away, the WiFi stops working. Turning WiFi on and off again doesn't fix it, only way is to restart the device, which is damn annoying if you have multiple windows, chrome tabs, or programs running. Having to open and set everything back up is a complete pain.
I must point out, this issue only started happening when my device (auto) updated itself to the Anniversary build of W10.
Thanks Microsoft.2 -
RANT
Using Windows.
So frustrated. Do people use it to get things not done? Or do they use it to annoy others?23 -
!rant
Today my cousin is getting his first computer. I am just confused, either I should make him use linux or windows on it. Suggestions are appreciated.18 -
Windows rant incoming!
For fucks sake! I think Windows have asked me 117 times if I want to update now. The answer is still fucking no!
And I don't care how much of a security improvement it might be, when your shitty update causes a Memory Management error.
So fuck off, stop minimising my game while I play and go fix your shitty update first!
Fuck you Microsoft, fuck your QA team and while I'm at it, I want to say fuck you to all versions of Windows Server as well!5 -
Starting my first real dev position Monday. Scared about using a windows computer for dev for the first time but stoked.
My rant is against myself that I didn't switch jobs earlier.6 -
One of my coworker is shifting from Linux to Windows because he couldn't setup the machine for NodeJS and ROR development.
Is it a good time to leave the company?13 -
Dear theme designers, unless you are designing an app specifically with OLED in mind... Do not use black as a main background colour.
It just looks horrible IMO, key example on good dark theme is the windows store and a example of horrible dark theming is the settings app.
And mini rant over.2 -
!rant
I was 4 years old and it was 1998. A shiny new computer, with plastic covers so it would not get dusty.
It came with Windows 95 and I damaged that installation of Windows after installing a game made for an incompatible version of the C++ runtime. Good times.1 -
!rant
I currently have a PC with Windows 10 and I am thinking of switching to Linux. I am very new to stuff like that. Any suggestions or tips??20 -
First rant guys!
I'm a .net and PHP developer and love visual studio. I also hate windows 10 and it's stupid surprise reboots. Twice I switched to Linux mint but returned to windows because of the IDE. Been on VS (with PHP tools) for too long and nothing on Linux comes close to VS not to mention the lack of .net 4.6 (no mono) on Linux. M$ make Visual Studio 2015 cross platform!9 -
Got tired of Windows 10 giving me BSODs
Tried fixing it (previous rant)
Decided to get rid of it
Purged Windows 10 along with Mint for good
Booted Solus (It's awesome)
Installing..
Installation failed - Input/Output error(5)
?
Maybe ISO got corrupted
Downloaded ISO again (painfully slowly)
Installing...
Success!
Booted to Login screen
Incorrect username/password (shit)
Tried again x times (absolutely correct username and password, I'm sure)
Doesn't work
Booted from the same USB again
Format and Install (again)
Installing..
Installation failed - Input/Output error(5)
:(
I'm not sure what's going wrong here..
My laptop is soulless right now..9 -
The riskiest thing I ever did was rant about windows 10 updates on devRant. I got shut down hard! :'D1
-
!Rant
For a school project i had to develop a copy of Skype, This had to be able to run in Linux OSx and Windows, Any suggestions about what to use ?
I thought to node js electron for the app and node + mongodb or rethinkdb as a back end7 -
Checklist of most stupid things I did:
Buy a 500gb SSD and install Windows Server 2008 R2 onto it, then configure it to look like Windows 7 and use it for development/gaming ✅
BTW after installing all features and components, it runs very well.5 -
Holy shit windows update just jumped from 51% to 45%
I may be partly responsible for this taking legit two hours by not having an ssd but damn these take long2 -
only took about 50 millennia, but i finally have windows 1903 on my work laptop... without exaggeration, took about 25 hours over three days to update, with two failures
someone end my existence, please and thank you5 -
I hate this company so much. I was tasked to write a simple program wrapped in an API. They gave me freedom of choice to use any language and technology because I said it'll be deployed in docker anyway.
Now, when they gave me the server, it's Windows Server 2016, of course, without docker installed (or even supported in any way). The access is done via TeamViewer for which I receive ID and password by calling a guy.
Oh, and everything runs as admin. "It's easier that way and we always do it like this."5 -
So I just stumbled upon a comment on an old rant after 2 hours of looking through devrant and I just have to post this ... like DUDE ARE YOU FOR REAL?!?!?! Vista !?!?! FUCKING WINDOWS VISTA!?!?! IMHO it was the worst windows ever, even WinME was not that shitty...7
-
!rant
So I have been living in a room without natrual light for a year. For the first time I'm looking forward to having windows.1 -
Windows 10 why you turn on my PC at night and then doing your restart for update AND AFTER THAT YOU CANT HIBERNATE PC LIKE IT WAS? YOU DUMBASS IM SLEEPING RIGHT NEXT TO THAT BEAST. I WANT SILENCE. Linux users pls rant with me. Thank you devrant, now I can go to sleep after sharing my frustration.9
-
Just wanted to start a personal project and guess who think it's the best time to update right now?
THANK YOU WINDOWS 😥
Maybe tomorrow7 -
!rant
I'm in big dilemma for a few days. About what to do to my HP stream. It was bought from overseas so it has licensed windows 10. It only has got 32GB for storage. And I only have like 1GB 2GB free space. I am using it for presentation, urgent quick code debug, watching movies and browsing internet.
So the dilemma is should I abandon the license windows 10 and install a lightweight Linux distro or not? 🤔36 -
!rant
Guys looking for advise. Does anyone of you using Virtual Machine inside a dedicated Windows Server?7 -
I will keep this short. I fucking hate Windows 11. There is nothing I like about it after over four weeks of having its fuckery drip down everything I do on my laptop like radioactive maple syrup. None of my apps from Windows 10 work. I google troubleshooting and I'm not going to go through 10 hacks to solve a problem created by Microsoft. The screen moves all over the place for no reason. I hate it. Not as much as I hated Mac, but I'm going to revert back to Windows 10 if I can. I don't wish to separate my laptop screen from my laptop keyboard again. The only person I know who can fix it tried to steal a hundred and twenty bucks from me. Thank you for reading this rant I'm living a charmed life otherwise, but snipping tool just fucked up and I'm fucking fed up. Peace out.25
-
!rant (okay somewhat it *is* a rant, idk)
So I recently got into using react-native to make an android application, with another partner of mine.
I use a Mac while my partner uses Windows
Now since I was the one who suggested to use react-native, I started the project on my system, set it up (took some efforts though), and put the code on a git repo.
My partner cloned the repo, and it stopped working. Bummer.
The exact same code worked perfectly well on my system, but didn't work on his windows.
When he made a new project on his system, it didn't work on my system.
The error that kept occurring was EISDIR on both our systems.
Is react-native not meant to work for development on different platforms or is windows just a bitch as usual? -
Dear Apple, You made an amazing UI but Windows sure does beat you in terms of ease of use.
So my company provided us with Macbooks, I've been a windows users for almost 7-8 years now.
The thing I want to rant about is how we cannot switch between same application windows in full screen.
In Windows, you press tab, voila, the other full screen window. For instance, I want to use 2 google chrome "full" size windows, I cannot just press tab and view the other one, Like whaaaat!
There should be a provision to use the other window of the same application.
The same thins is so easily done in windows machine.11 -
I will never rant enough about Windows. It is so aged. I have 6TB of storage, 2 SSD of 1To and 1 HDD of 6TB
But windows doesn’t care, it will pack everything in the same disk in this damned AppData no matter where you install your softwares, making main disk full.
Wanted to build a rather big docker image, but yeah, because I guess that the guys from Docker have other things to do than caring of a 90s OS with a fancy UI, they use an emulated ext4 file system, it filled my disk, Docker is crashing because of that, letting me no other choice than removing the emulated disk.10 -
I work everyday with a x16 app that is written in vb3 for Windows 3.1 that runs "natively" on Windows 95, adapted to work in Windows XP, somehow the app works on Windows 7 and in this moment some people is working to make the app works on Windows 10...
You should imagine how good the app behavior is...1 -
Can somebody please tell me What is wrong with Microsoft and their broken piece of shit software?! (sorry to any Microsoft devs, if you read this). How the hell is it that their fucking installer and system repair features is this fucking useless? "Sorry, can't install on disk 0,cause the disk is in gpt format" NO SHIT, you were the fucking asshole who formatted it from the begining. Douchebag.10
-
Not a rant per se,
But is anyone else experiencing weird peripheral device dropouts on windows?
For example, if i turn off my BT headphones and reconnect later, no audio will play through them until I reboot.
Although this doesn't seem to be limited to Bluetooth but USB devices aswell.
I'm thinking some service has shit its self.question reconnect you ass hole "this device is working - my ass" devices play that funky music! windows 10 drop outs3 -
Windows 10 updating, decides it would be cool to install gigabytes of sdk, edge, and other bloatware without asking first, on a metered connection i use for work.
Guys, between you there and those fanboy demons in cupertino, one wants to just shut it all off and return to monke.
Sidenote this, because all of this nonsense started on that crap called Windows 8, which was in the end caused to copy that Unholy crap (sold as gold) that is Apple's range of products. It's a company that sells designs nowadays, like Prada, to say, Jobs era is long gone. Everything related to Apple, Mac, Safari, Development, Gaming, UI/UX, productivity and whatever is a
f***ing Nightmare.
We alreay have a global plague, and Apple exists, we dont' need you too making another catastrophe.
All this said,
Use your goddamn trillions to create your own customizable environment that is stable, fast, and WITHOUT BULLSHIT.
I don't give a mindflying F**k of the blurs, i know how to place them with a shell, if i need those. I want control, the shit i decide is going to happen, to happen fast.
This is of Critical importance, because it defines my productivity. And considering we're all sealed indoors since 2019, i want to get away from my pc asap and live my life, instead of spending time(and money, in this moment of emergency) fixing your F**kfests, or else seeing my pc slowing down to death.
First: IF i want stuff on my pc, I know how to install something, thank you.
Second: You can take it, all your Useless - Bugged as Hell - Nonsensical - and of no practical use Bloatware, and shove it deep in your Backdoor.
I'll debloat my pc with batches again, and there's nothing you can do to stop me doing that at every update you force me into.
So please, stop wasting my time, and yours.4 -
When windows decides to force you to update when shutting down, like no problem, not like I have a fucking deadline or anything.1
-
*use windows, ms office, vsc, skype probably code in ts, ... *
*rant about microsoft buying github*
I'm not a microsoft fan either, but thats the sad truth.1 -
Can somebody explain to me why the fuck creating apps on windows sucks so much ASS!!!! Not only the Electron app that I'm creating is a complete MESS, but on top of that, you need it EV signed, or it will be detected as malware. The fucking Digicert people charge $664/year for it!!!! I only wanted to do a stupid productivity app, and It was going to be free, now I don’t know what to do with it. FUCK12
-
!rant
Just installed Linux as the second OS on my computer and I'm ready to let Windows go. Any ideas on how I can improve my skill faster, other than a couple tutorials.3 -
So I shouldn't have written that Linux issue rant. While I'm spending whole fucking day to figure out how to fucking set my fucking secondary monitor to full resolution, the fucking WINDOWS of my designer's PC got BSOD and failed repair.
fuckingShit fucktard full of fuck operation systems with their full of fuck bugsssssss 😠😠😠😠😠
I'm so fucking mad5 -
Who says you can't use CMD on a Windows phone?
I managed to crack the screen of my precious Lumia (yes, haters, I <3 winPhone) and now the back and home buttons don't work. Everything must happen by searching it in cortana/search.
You can imagine what going back one level in settings must be like. And every operation is like a command on a shell. No tiles, no swipes, nothing. It feels raw.
I'm using an auxiliary android (ughh) phone for now, but there's no windows phone in the market right now. And the swipe on G-board sucks.
The point of this rant is a question: does anyone know when the surface phone is releasing?6 -
I was a fan of windows 8.1 Not because its good with UI its just I feel lazy to upgrade to windows 10. But recently some keys of my keyboard stops working, updated drivers, nothing worked. Moreover Bluetooth was also not working at all. So decided to update it to windows 10. About windows 10 installation was so smooth. It just took two hour to completely set it up. Now keyboard and Bluetooth issue is resolved. :) happiee9
-
Deploying django in windows server 2019 using IIS. Why? Because client is a microsoft fanboy. Nothing is working till now.13
-
I hate the current state of internet based service providers. They are collecting so much data, it's scary and borderline stalking.
A simple search on Netflix changes ads shown by Google. I watch a lot of Japanese/Korean drama and now my ads are in Japanese. What the actual fuck.
I run windows 10 on my main rig because of steam and windows only games. One day I was searching for filezilla in windows search. Since it is now handled by the same UI as cortana, it searched it on the web too. So now I have ads related to ftp hosting in Japanese.
Sometimes I feel like just formatting my system and install debian on it. But those games man. May be I can live without them.
Can we bring back the internet from 2008. It was so much better back then.12 -
I know Windows update rants are a dime a dozen but HOW IN THE FUCK DID YOU MICROSUCKADICK BOOT LICKERS SHOVE SO MUCH HORSESHIT INTO THIS UPDATE THAT IT UNINSTALLED VIRTUALBOX? The hell?
Really, I rebooted my PC, short cuts everything, gone! Newer stuff is there plus any restore point would have had VirtualBox installed, so what the hell.
I’m stating to think that when Windows says “all your files are exactly where you left them” it’s a best guess because it just completely fucked with all your files for no reason and tried to put them back but it’s not so sure.4 -
Just when I thought Microsoft is going in the right direction with the launch of dark Surface products and dark mode for Windows, they took all my hopes away with their shitty Windows Update thing. Completed download and rebooted to find out that the update has vanished. Great, thanks for wasting my data, Windows. :3
-
Needed my Windows 10 vm for parallax propeller development again. Should be pretty straightforward:
Start VM. Very unresponsive and Interface glitches with 2GB RAM so I give it 4GB to get on the desktop. Bruh, off to a good start.
Turns out that there are a few updates. So I try to install them. After two fucking hours Virtualbox screams at me for being out of storage. FFS Window$ updates managed to take up like 20GB extra.
Had to install it from scratch since my drive is full. Now my key won't activate because it is already activated. 15min support hotline, because 6*8 characters are necessary for a f*cking Phone activation.
Damage assessment:
1h of my life I will never get back, a barely viable operating system and I'm not even sure if USB passthrough works.
PSA:Gnome-Boxen has a superb unattended installer.8 -
Windows 10 update rant:
Didn't even just force the update on me, also broke one of my drivers permanently or something like that. 100% CPU on system interrupt, can't run anything, even task manager is dead. Have to reinstall. Lucky I mainly use Linux and that's fine. Just wanted to play some Doom ffs.
Really pisses me off. Idea for Doom mod: swarm mode with windows updates coming from all directions, only weapon is chainsaw and you could charge up for berserk by doing glory kills.2 -
!Rant
TIL my "Computer Systems" professor is very passionate about using Linux servers as opposed to Windows (professionally at least) but still has to teach us how to use both. I think he would fit in nicely here.1 -
!rant
So I installed a Linux distro as my primary operating system for my laptop, I needed to use my windows installation... But idiot me did a full hard drive erase installation and not a dual boot didn't I...
*Sigh* now to download a windows 10 ISO!8 -
!rant from a support guy
I was tasked to migrate an Exchange 2003 server (yes, those are still used) for an upcoming Office 365 deployment. There are no direct upgrade path from one another, as far as we know
My task was to export PSTs from mailboxes. Great, a native tool exist for that in 2003 (exmerge). But only for less than 2 GB mailboxes because ANSI/Unicode! Half of our mailbox busts that limit. Oh, it seems Exchange 2007 has a PowerShell command for exporting to PST as well! But pre-SP3, that command relies on a local installation of Outlook on the server (DAFUQ), and has been superseded by another "standalone" powershell command. So I install a bogus Windows 2012 server only for that purpose, with Exchange Management Tools (which, by the way, is bundled with the Exchange installation setup and REQUIRES to have IIS installed on the target machine. Also, if you install ONLY the Exchange 2007 Management Tools and wish to uninstall them afterwards, you can't because the uninstaller wants me to select an Exchange Role to remove, which are all unchecked in my tools-only setup). Never worked, and Google-fu says that the newer Exchange 2007 New-MailboxExportRequest command seems to have removed Exchange 2003 support.
So i'm back to installing a pre-SP3 Exchange 2007. Then the older Export-Mailbox powershell command whines about 64bits and 32bit incompatiblity-- actually I ***HAVE*** to have the whole OS/software stack 32bit ONLY. Don't ask me why!
Some article I found says I could fire up an XP virtual machine for that, I go for Win 7 x86. "Sorry, Microsoft Exchange won't be installed on a workstation environment because reasons." All right then, let's go for an old Windows Server 2003 x86. Have you tried to boot this up in an Hyper-V environment where mouse and keyboard support for Windows Server 2003 are apparently optional? No keyboard AND mouse events sent to the guest machine at all.
* Sigh *, let's use a Windows Server 2008, but WATCH OUT! Microsoft has discontinued x86 support on their W2008 R2 release, so non-R2 for me. Even then, mouse event wasn't sent until I installed guest additions.
After all, export-mailbox ended up working, but that costed me two days of banging my head against the wall. (Oh, and I take internal calls inbetween as well...)
And that's why I aspire to be a programmer. Thank you for nothing, Microsoft!4 -
!rant
Dual booted Linux Mint and Windows from an SSD for the first time.
The speed....incredible!
Why did I take so long to do this for myself?!5 -
!rant
Windows sux (still, much more usable for me than Linux on a day-to-day / fixing-my-neighbors'-tech basis), but Linux Subsystem on Windows...?
I just found out about it, and installed Ubuntu on my main Win10 laptop...
I'm not even mad - this is awesome!11 -
Update to my laptop rant: https://devrant.com/rants/1822853/...
I finally got my gaming laptop back, with its motherboard changed under warranty, which was nice. Now all I gotta wait for is 1 month worth of Windows updates. Fun! -
I mistakenly denied while installing virtualbox's driver install dialogue which was set to remember settings, now no option to clear fcking INF cache in windows 10.
FCK windows.4 -
<rant class="sysadmin">
Fuck you windows, haven't touched my PC in 2 months and I boot it first had to restore basic functions after that a Windows update came that broke everything in Windows, now I'm learning PowerShell to fix my broken windows and to install updates in the hope I get a working installation back. -
I swear, I started yesterday windows once for some guilty gaming. ONCE
Tried to connect Bluetooth headset
-> BSOD on the first try. Fuckn os can't handle shit
Works second time.
*Execute guilty_gaming.exe*
*Finish gaming business*
Want to shut down windows
"oh, I can only shutdown if I install your fucking update? Well fuck me pls no delet pingu partition
Next day. Pingu is alive. Wanna connect headphones.
* Connection: yes
* error.Failed
* Connection: yes
Fuckn ok, does it still work in windows?
Spoiler: fucking no! Very cool. I didn't there would be a better waste of time than gaming, but windows always fund a way to fuck you shit up.
Windows vista was less of a pain, windows 7 a nice memory and this is just an abortion fucking kept alive for the proving god that human can create a better hell for people than lucifer could ever imagine.
Way to go windows, I appreciate MacOS now1 -
!dev
Battle of titans:
Me vs Windows Update.
No, this time not about automatic restarts interrupting my work because I've postponed "important" updates for far too long.
Well, technically I lied.
Last evening windows force rebooted to install updates. OK then, I'll go home. This morning I saw windows update frozen at some percentage.
This evening I've got 3 forced restarts in 5 minutes. Only notepad++ with an opened and unsaved document saved my life.
Apparently, windows update follows a simple logic:
if(user.IsUsingComputer && lastUpgradeAttempt.HasFailedWithTotalFreeze && versionUpgrade.CanInstallOnlyWithFreshWindowsInstallation)
{
update();
}
Seriosly. Why am I forced to install an update only to see it lock up the entire computer and rollback after I intervene? Last time I had this issue only reinstalling windows helped, which costs about 2 days. Excluding one day to try suggested solutions, remove drivers, av scanner, etc.
Is it really that hard to implement logic like:
If(lastUpdateAttempt.HasFuckedUp)
{
windowsUpdate.FuckOff();
}4 -
!(dev|rant)
I just got an old refurb for the garage to run my camera capture stuff, as the raspberry pi wasn't cutting it. I thought for a split second about leaving the legit version of Windows 10 that came with it on it, and trying to do some in-home streaming over steam, but I found out very quickly that an old corporate refurb is not going to cut it for game streaming. And with all the complete nonsense you have to abide to make Windows usable(ie: disabling stuff you don't want), it's not going to be any use to me in Windows if it can't stream.
Also, for some reason, Windows just wouldn't use the built-in NIC at all. It reported the cable was unplugged, and just absolutely would not work. So, Debian it is, and lo and behold! The NIC works like a champ now. The camera capture works brilliantly too, so now I can turn off my desktop at night.
Linux just works. Windows, more and more all the time, is just more trouble than it's worth.2 -
Thought I'd give Windows a try from that rant: https://devrant.com/rants/2002967/...
Typical windows, no biggie...1 -
Currently working on a GUI config generator using MFC in VS.
Firstly, fuck sake Microsoft. Why can't I just use a normal string? The amount of times I've had to do god awful conversions to/from CString using their numerous typedefs L, _T and don't even get me started on LPCTSTR, LPCWSTR... It's just ugly and tedious. I've gotten used to it and all but still, ugh.
Secondly, some of the functions are just stupid. Want to disable a control? Hmm, we'll there's a function called EnableWindow, but no DisableWindow. How did I do it before? Oh, so to disable the control it's EnableWindow(FALSE). Of course it is, duh. Why am I so stupid?
Let's use the GetWindowText function. Simples. CString something_txt = GetWindowText().
Nope, it takes the CString as a parameter and copies it into that rather than just returning the text. Now one line becomes two. I get that this is a really small semantic thing but it irks me.
I just want to go back to my fedora partition. Wah.
PS: I'm sure there's good reasons for what I'm ranting about, but I really don't care. I just need to rant about my frustrations. 😂1 -
! rant
after about three months of unsuccessful attempts, my windows just managed to install the "create falls update", or whatever is it called.
anyone up for a celebration? 🎉2 -
!rant
I love to work on my machine, and being it
my work-horse for school and side-projects, I have a neat dualboot of Windows 10 and (driver-related) Ubuntu Mate.
Ditched Mate because screen tearing, got Cinnamon, but I have to say, that W10 UI appeals a lot for me, so... what kind of Windows is this?4 -
got a new laptop today. corporate, so hey, there's your Win11.
i still recall how i could not believe what crap they released when i saw Vista for the first time. the tranisiton from 7 to 10 wasn't pleasant but ok.
but the switch from 10 to 11? WTF. half a setting is gone and i can only be lucky it's 2 years past release so some stuff that was missing is re-implemented back. some stuff can be fixed with 3rd party tools but hey - it can also be loaded with malware so no-go in work environment.
can't wait for what pile of horseshit is the 12 going to be with their "Ai bUilT iNTo OpERaTIng sYSem"11 -
I just started a new job last week. Old-school sysadmin role for a pretty old-school company, but the pay is nice and the kids've gotta eat.
They gave me a windows laptop. I haven't used windows for work or as a daily driver since 2016, and now, a week into trying to make this machine work for me, I have the following observations to report.
WSL is nice. It's nice to have it installed(though actually installing it was an adventure unto itself), and to set alacritty to open my default user prompt straight into that is very nice. As terminal emulators are by far my most used piece of software, that's nice to have.
Command-line software management through powershell, winget, and chocolatey are also very nice.
I like the accessibility offered by autohotkey, though there is something of a learning curve on it. Once I get better with it, I suspect that what follows will be largely mitigated.
The Bad:
In general, Windows is janky. It feels like it's all kinda taped together without any particular cohesion in mind. As a desktop, it feels decidedly amateur, compared to the feature-mountain polish of MacOS, and especially compared to the flexibility and infinite possibilities of Linux.
Lots of screen real estate is wasted, with window decorations, and fonts that look terrible at smaller sizes, because the antialiasing of fonts is just terrible. Almost all the features I depend on in other desktops: ad-hoc searches and launches(alfred, rofi) are-- again --janky. They work, but they typically require more typing than alfred or rofi. I admit I haven't spent weeks on this problem yet, but I haven't found a workable solution yet with wox, hain, and keypirinha. Quick searches like what you get with alfred, alfred workflows, and the swiss army knife that is rofi, just aren't possible or reliable with the tools I've used so far, and most require some kind of indexing agent to fully function.
It beggars imagination that a desktop in which users are subjected to "default apps" that is purported to be acceptable for enterprise, professional use, does not have a default entry for text editor. I installed nvim-qt, and I want to use it to edit anything and everything I ever edit with text, but all too often, apps have hard-coded instructions to open text files with notepad.
I want to open certain URLs with firefox, certain ones with firefox developer edition, and others with vivaldi, and yet there is not an app available that I have seen yet in my searches that allows me to set this kind of configuration. I found one that's supposed to, but it just ignores everything I put into its config, and just opens MS Edge for everything. Jank.
Simple things take too long. Like the delay between when I laboriously hit ctrl-alt-del to bring up the login and when the actual text field appears, and the delay between that and when I want to start using the computer.
Changing some settings requires a reboot. Updating some software requires a reboot. Updating permissions on something sometimes requires a reboot. And those are all on top of the frequent requests to reboot for updates.
I would have thought Windows would have overcome most of the issues that create these problems, but it's just, as I said, amateur.1 -
I always rant about Ubuntu but today I'm gonna be fair, I had a 30 seconds look at the new Windows 11 user interface: is a so fucked up guresome mess, with its center-aligned taskbar, rounded windows corners and recent docs section taking up half of the center-aligned start menu, that it makes me want to puke before the entrance of the closest Microsoft's company building. And you now what? Such building is actually not farther than 20 minutes from where I live, so I probably will.13
-
Rant
Why Windows why you do this to me...
Been looking at this for at least 30m now and was mid way through an eureka moment...4 -
Another 'fun' rant
Wrote a new server application and got the request from customer services to make it compatible with a slightly older DB version.
Today, CS asked me to install everything on the customer's test environment so I made a build and installed it there.
Wanted to run the service, no .Net framework 4.7.1 installed. Fine, download the installer ...
Start installing .Net framework 'unsupported OS'. Started looking into it. Customer is still running an old unsupported Windows Server 2008 ...
Asked some colleagues whether this was normal. Apparently, yes.
Seems CS isn't capable of telling customers to at least have a supported windows version when they want our software. As if security issues due to people here not understanding TCP/IP isn't enough, we now have security issues due to old, unsupported Windows versions.
Note to self: never trust anyone who says that 'security is the most important thing in our software enviornment'. -
Post a rant and apologize cause he's using windows. What the heck is wrong with people here ? This trend is so annoying. Stop it you sheeps you have no reasons to love or hate any OS just following others to look cool. It's not cool unless you're in middle school. And those same guys mock apple fan boys the truth is you're no different. "Yours is shit coz mine iz z best".4
-
So I got a new laptop today. (Not the one from a previous rant. I cancelled that one) Aaaaaannnndddd touch is completely fucked. On Windows it worked like 25% of the time, Mint doesnt work at all and Ubuntu works like 80% of the time. It feels like the panel gets disconnected at random but thats rather unlikely or the driver is fucked and locks up in a crash sometime. Man I really wish I had the time to dig deeper but I have other things on my plate rn.
Also the latency is kinda odd: Windows has the mouse more than a centimeter away from a moving pen and Ubuntu has it at roughly 3mm.3 -
When you see a rant thanking for stickers with Windows as the OS :,( Windows Windows Windows .... What OS do you dev in? Me: OSX, CentOS8
-
Not quite sure what to rant about, but it sucks:
- Why the FUCK is Windows taking bloody TWO MINUTES to delete Android NDK?
- Why the FUCK does it take ANOTHER two braindead minutes to delete that from the waste bin?
- Why the FUCK is Android NDK so bloated to begin with?
- Why the FUCK have I still not come around to equip my 8 year old PC with an SSD?1 -
!rant
To all the Mac users in here, I want to get in on the iOS app business, but I kinda don't have money for a new macbook. SO! What are your experiences with MacBooks older than 2013? I'm talking about the Air and Pro. Keep in mind that I won't need to run VMs in this, as I have another new Windows PC fully loaded.16 -
In continuation to my previous rant, after resetting BIOS, windows server installed successfully. However, it was running extremely slow, Hmph, turns out I had forgotten what a nas server was: an1.3Ghz intel atom - wait for it - single core cpu. I'm upgrading when I get the chance.
-
Okay, I have to ask it here, because I don't know how to ask on SO so I don't get banned.
I have a user mode driver (a dll and an inf file). How do I load it (aka call DllMain)? Do I have to install it first so it shows up in device manager? How do I load it then? No, there is no physical hardware involved, it's all software.
I've been searching for an answer for days, but when to comes to driver development, I'm such a noob that I don't even know what to look for.9 -
@dfox Feature request: could you add the "pull down to refresh" feature to the notifs and rant windows please? xox2
-
i installed windows on my pc to find out it is stuck in Portuguese, slowly learning it while being pissed off2
-
Why does Bitdefender always have to delete my shit? I just want to compile some code!
link.exe? Defenetly malware, I should delete it for the 20th time! You want to run some unittests? No, that's malware, better block this too.12 -
I HATE WINDOWS' WINDOW MANAGEMENT. I have two monitors and nothing can be maximized. Windows' spaces are terrible as well.
I am building in the back end in VS Code.
I have three terminals open because I need them to run multiple parts of the app locally.
I have postman open to try requests.
I have firefox for the orm system's documentation.
I have my database tool running as well.
I have an ERD diagram floating in a window.
I have another VS Code window showing a diff of my JSON compared to the version I'm replacing.
Also all of my team communication tools.
I have never hated shuffling windows around so much. Would it kill us to use some command line tools for http instead of Postman? Could we please get a decent shell in windows? Could we get some simple ways to switch between virtual desktops? Click click click. I can't automate clicking. Why do we use the most clicky tools we can find?17 -
This aint a rant but can you guys recommend me a game to pass time?
Id like to have a
Strategy game
Realistic, but not europa universalis realistic
Fun to play
Around 30min/match or ability to save
Windows is ok
Not neccessarily multiplayer, i travel quite often3 -
Figured I'd play around with Linux for the first time. I followed instructions to create bootable flash drive. I then proceeded to lose an hour just trying to get Ubuntu to do something after booting from it. The welcome UI becomes unresponsive every time.14
-
I love using Windows but who the fucking fuck had this fucking idea to hibernate when I press shutdown
I just want my laptop fully turned off and not opening everything that was opened before I shut it down.
I mean it's nice that there is a setting for it if only it would fucking work!1 -
Why is it that with every Windows update the Edge settings go back to default?
EVERY SINGLE FUCKING TIME2 -
!rant
Any links to start learning game server programming using C++? I know network programming using C# currently and built a game server emulator also. I want to start C++ network programming for windows now...8 -
TFW my I have the same problem with Behat (ref. my last rant) on both Linux and Windows environment 😓😓😓😓
-
How the fuck can people acutally work with freaking windows?!
I use a dual boot with ubuntu and windows, the only reason why there is a small piece of windows is because i like to play games some time, and the freaking developers who are coding them are afraid of windows or whatever ...
Anyway, i wanted to try something with windows and app virtualization which required me to use windows. Holy shit everything is so freaking complicated if you want to do it not with a gui. Need some admin rights, ... no dont use the terminal you need to right click 'run as admin' and shit. I mean wtf?!
How can people who have a freaking idea of what they are doing using windows?!
Every f*cking minute with that shitty os feels like a hour. 2 blue screens so far, and it seems m$ decided to download some updates that freaking block my work and getting my pc to lag ... what a piece of sh*t!21 -
!rant
If you want to resize and move windows without any hassle (with pressed ALT key) in windows? Just like in linux? Then check out AltDrag.
Wish someone had told me this sooner 😅 -
Why should every single piece of shit software ever written for Windows has to update itself everytime windows updates itself !? 1 hr after i restarted my laptop after windows update, disk usage is still at 100% ! I like a fool am waiting on a 15GB update on a game.. and it isnt even starting..😭😭3
-
!rant
My laptop is way to old, and I been looking on to a MacBook. I never used OSX, and I develop mainly in Unity with VS, and I also do Web stuff and administrate servers with Windows remote. It's a good idea to switch?18 -
Raging...windows just put out an update which seems to have crippled the killer wireless on an Alienware laptop I'm using. Greeted with "Please wait" on login finally got pass that. No wireless cards detected. Had this been Linux I could pop into single user mode and debug it.
Windows 10 is getting really bad for this. So not factory reinstalling. Think even arch doesn't break this often lol5 -
I am reading lot of rant about Windows and dual boot...
I am using two disks and my hand to switch from one to the other.
What can be the advantages of dual boot? (Other than keeping your hands free)3 -
!rant
Another day, another weird trend that's come up on devRant. Today it's Light Theme vs Dark Theme. Take your pick and place your bets! 'cause after setting Windows to dark theme, I ain't leavin' it! What about you guys?2 -
<rant>
FFS
Windows is the worst garbage ever...
First I get a virus becouse the antivirus didn't fucking work, then I try and do a system reset WICH FAILS, them u have to get into the uefi and do a system reset back to Windows 8, Windows 8..
So I go to the windows insider program and download the media creator thing and
.
.
IT DOESN'T WORK
It just stops at "searching for updates"and now I'm stuck with Windows 8
I can't even get the Nvidia drivers so i can't play games anymore
A big fuck you to Microsoft and merry Christmas
Btw any fixes? Thank you
</rant>9 -
!rant
Today I planned to work on my Java school project. I have clean install of windows 10 and I opened Netbeans as usual. No source tab, just history. HOW THE FUCK I CANNOT EDIT THE FUCKING CODE IN FUCKING IDE, I asked. I think let's uninstall this crap and install again then this shit happened. (It's good to have a second computer in my dorm, it's called redundance I guess)6 -
!rant
anyone got any experience with Samsung Dex? I still keep Windows as dual boot on my laptop since I sometimes need MS Office with full functionality and not only the limited online/mobile version. I heard that one could install full MS Office on the Dex since at some screen size Microsoft requires that or something...? No idea. Any experiences?
Since if it is possible I'd get that instead of the dual boot. -
In connection to my previous rant :
https://devrant.com/rants/1550299/...
Now it directly jumped to 100 %. Great job Microsoft
if things.ready() is False :
status=1%
else:
status = 100% -
!rant #tip
Windows 10 - service host high cpu usage
Stop the superfetch service and it would be down to normal.
You should checkout the description of the superfetch service... Lol ):D2 -
!rant vim
As i've seen a lot of rants about can't close vim type so I searched and found this in book does it work or not .
Try these: What to Type What it does
:q Quit the current window (or editor if you are out of windows) if there are no unsaved changes.
:q! Quit the current window even if there are unsaved changes.
:qa Quit all windows unless there are unsaved changes.
:qa! Quit all windows even if there are unsaved changes.
:wq Save changes and quit the current window.
ZZ Save changes and quit current window
If you can't get out of vim, you should check to be sure the caps lock is OFF, and press the escape button. If it feels good, press it a couple of times. If it beeps, you know that you've escaped enough. Then these exit commands should work. -
Not a rant, but I'd love to see three top notch developers, doing a coding challenge, in the same language, without any text editors, IDE's, compilers ( other than pre-installed ones ) when they start, working on 'their' most unfamiliar OS; the three OS options being Linux, Windows & OSX.
Any opinions on who might complete first?6 -
Why the fuck do we have to use an antivirus that is so intrusive that it has so far wasted my time every day, because it thinks that blocking up random ports is okay. Its a fucking lottery every time I turn on the laptop. I wonder if its going to block port 3306 or 4200 tomorrow...5
-
! Not a rant about Linux being better than Windows.
I used to ignorantly think that but experience and awesome community's like this have taught me better.
At a previous job I worked with Linux for ages and git used to how streamlined it is when working with a console. I then moved to Windows (to make games I'm Unity3D, which was awesome!) and found myself pining for a decent console. I finally found ConEmu which has a multi tab feature!
Just wanted to share this, knowing it made my life way more fun!6 -
!rant
Although I wouldn't change my main os (os x), I'd like to have a linux VM ready on my machine.
Which distro would you guys recommend?
To give you a quick description of how advanced I am with operating systems, I have used windows for the majority of my life (I'm 19), have recently switched to osx (when the new mbp came out) and have spent about 3-4 months using only ubuntu in between my windows/osx switch. Besides that, I've only done some minor projects with a raspberry pi.4 -
Been reading for a while now, finally frustrated enough to add my rant...
Backing up my home server with Veeam to finally ditch raid 5 and add some space. 38% finished when we had to leave for a Thanksgiving dinner. Thought that was perfect because I'd come home to a finished backup, install the new drives and get Plex/webserver back up and running. Nope. Win 10 decides to update and reboot in the middle of my freaking backup at 79% complete. Now, I've just told the friends and family I was with to expect the outage in the next hour or two thinking I was ready. Nope. Start all over again. None of this is truly important, really... But Jesus, that's annoying.
Win 10, you have a special place in hell. And Veeam, as much as I love you, you can be right beside them for not letting me run backup console on Linux.1 -
Daughters fancy new insulin pump:
Rant 1 - works with Safari and IE, no Chrome support - that takes some skills
Rant 2 - Wife's laptop is Windows 10 - sync website identifies the operating system as "Windows NT" (unless a typo and they meant Windows TeN)
Rant 3 - syncing data - "next" button wants you to re-set up the device (from scratch) - "finish" button (on the same screen) actually syncs the data - did they do an UX training?1 -
!rant
I have a 7yo laptop which, for the last 4 years, has been a Ubuntu single boot.
It was previously on Windows Vista, as it's shipped with it. Worth nothing to say, after a couple of years, terrible performances, so I never thought twice to reinstall Windows.
Now, that I'm in need to write C# along with CUDA in VS (2013 Express is the last version that supports CUDA 6.5, last version for my old GT330M), I installed Windows 10.
I have to admit, it's going pretty well. For being a VS machine, it's coming along very well :) -
A few days ago ubuntu decided not to start, yep, in the middle of my exams mind you, so i decide fuck it am moving to windows, i installed ubuntu on wsl, loving it , i ain't coming back linux it was a nice 3 yr run.5
-
Just helped a colleague. She wanted a list of all files in all subdirectories of a folder. Easy enough, fired up powershell, ls'd everything into a text file in ~\Desktop, jobs done.
About 5 minutes later, she messaged me, telling me she closed the file without saving. So I went over. The file wasn't on her desktop. Quickly recreated the file - again into ~\Desktop but powershell found the file there.
"nah, doesn't matter I'll just overwrite it and be done with it." I thought.
So I did that, and the bloody file still didn't show up.
I had a look at where ~\Desktop is. It's on partition H:. WHO THE FUCK HAD THE BRILLIANT IDEA TO SET H: AS THE HOME DIRECTORY?!2 -
!rant
Question...
I have a Windows 10 installation on my laptop...
A few weeks back my father bought an SSD for his Lenovo ThinkPad T500. Problem was - I couldn't install Windows on that laptop due to legacy BIOS (the T500 is old but gold). My solution was that I put the SSD into my eSATA portable HDD / SSD rack, and I installed Windows to the SSD on my laptop. It worked, but now, when I boot up my laptop it always asks which Windows do I want to boot up (only one Windows is present - the other throws an error). I switched the defaults, and now it boots up fine, but that choice really slows down my usually fast SSD boot (it has a 10 second timer before automatically chosing the default option).
How can I reconfigure it?
Or is it only possible by a clean install?4 -
Most of these windows lovers here exist just because windows haters don't have a solid reason and follow up on those who actually do have good reasons to hate windows.
Moral of the story: Don't hate windows just because you think all the devs hate it. Come up with some decent reasons to avoid gamers and microsoft warriors from crushing your rant.17 -
I didn't use Windows, but my friend encountered this problem. Anyone knows how to handle it? Thank you
(I am afraid to post to stackoverflow)13 -
I don't live in a vacuum. I need to open an occasional Adobe bs format file (Illustrator, Premiere, After Effects, Photoshop). An occasional MS Office file too (Access, Word, Excel, PowerPoint). And don't tell me LibreOffice supports .docx. It doesn't support edits suggestion mode well enough. I needed AutoCAD for a period of time.
Desktop Linux people, what do you want me to do? Go to devRant and post “windows bad” rant? Go cry on Reddit?
I too think Windows is evil and 11 is essentially malware, but when I suddenly need those things done yesterday, and my livelihood depends on that, I have no choice.
(this is part 2 of this rant: https://devrant.com/rants/10703825/...)15 -
!rant
Guys, can any of you give me objective insights whether switching from Ubuntu + Windows to MacBook will be worth it?
I'd really love to be able to use designing tools like Photoshop and Illustrator while doing web development works at the same time, but I'm not sure whether it's worth the price. What do you think?5 -
Why Windows 11 is trying to be mac os (at least look wise)? The more I use it, the more I am getting irritate. All the ui from windows 10 is still there, so why add extra sugar candy just to look different than windows 10. Many things require more clicks and more typing now.9
-
!rant
Guys need help. I have dual booted Antergos with existing Windows 10. After installating Antergos it did not boot, Windows 10 was booting directly.
So I fired a command in Windows 10 cmd
bcdedit set {bootmgr} /boot/efi
And then I was able to boot into Antergos via Grub bootloader.
Now the problem is that I can not see Windows 10 option in Grub bootloader.
I tried to Google the solution and I came to the conclusion that if I install the Grub again system should automatically detect the Windows installation.
But I'm not sure where to start. Has anyone faced this problem beofre?
Please help :)5 -
!rant I saw a report from Slashdot concerning mspaint that it is not going awaycompletely. It will be in the windows for free to download.
-
!rant
So just saw a video about the surface go, now as someone who firmly hates Microsoft and especially windows, this has me almost tempted at that sort of price... What's your guys opinion on it?5 -
Why does WinBlows have to take an eternity to boot back up after an update !?
Does anyone here know an article or something detailing how to debloat this fkin OS? I just wanna play Steam games. Everything else is almost extra.16 -
Yet another Windows 10 rant:
Since hibernation is broken (just locks the screen), I put my computer to sleep and went to bed. After a few minutes, IT STARTS UP.
So I disable hybrid sleep, wake timers, Update, etc. Same thing.
I try again... This time, it starts up too, but DOESN'T EVEN RESTORE!!
And this is a month-old install with latest update and no fishy drivers.
Windows really does hate me.1 -
Is it weird that my windows 10 never updates? If not, it's pretty annoying to see the same "windows 10 updates" rant posted by different people who don't even use windows.2
-
Rant/ Question.
I've lost count how many times windows has decided to wake itself up from sleep mode to update. Sometimes it doesn't even update, I will be laying in bed and it will turn on, I will then have to sit up for half an hour waiting for it to finish (otherwise my pc will just be on all night) then when it is finally done, I will get up and go to turn it off and it says "Turn off and update" and need to update again.
To make it worse, it restarts itself while updating, so all the stuff I wanted to keep open by putting it in sleep mode will be gone.
Is there any way to prevent windows from doing this update during sleep mode? If not I am going to need to completely turn off my PCs power when it is in sleep mode, which it just a pain for me.1 -
Advice wanted! !rant
Guys i started web dev about two years ago on windows but i want to switch to linux. I thought of using elementary os, ubuntu or arch. What would you recommend?
Also how do you do your setup then? Dualboot or in a vm? I want to use docker to set up my infrastructure if possible.
Also i mainly use InteliJ for dev.
Thanks in advance!
Also i love devRant!18 -
I'm sitting here and trying to do some workers council stuff, but we changed the password for the WC Laptop. So I was trying for about an hour. After asking all council-mates I finally got access to the Laptop, but wait!
Guess who's updating! 😑🔫 -
!Rant
I got my first computer 3 years ago. It had windows which I used for nearly 6 months and then switched to linux. Everything is doing fine, I am learning quite well. However, one thing that bugs me is that I don't have much experience on Windows platform and know comparatively less about windows, will I survive once I get to the job market?
By the way, I recently passed my high school.1 -
!Rant
So, got call from fake windows tech support (India) just minutes after syncing my github Gmail to Windows 10 mail app. Trolled along while recording the audio, until he told me which command he wanted me to run. The I hung up and did a security scan.
Figured I'd learn something instead of just hanging up right away 😎3 -
!rant
For what reason has windows update settings in its group policies if it completely ignores them? 😠😡
I disabled everything that regards windows update, because I had to copy 80gb (my vm with all the dev tools installed) from PC A to PC B.
Well , guess what I saw this morning..
I am really annoyed by this, but I need windows for my steam games - I guess steam rescues Windows once more this time..1 -
Honestly my biggest rant in the past month hasn't been about code, It's about Windows 10 changing my desktop password to my Microsoft Account. I have certain security pet peeves and it just screams "telemetry"...
-
More of a question regarding hardware and software than a rant..
Anyone here running Skylake and Linux? Mostly intrested in Arch and debian!
I need a new laptop and Skylake is all they are selling, and Windows is not an option!3 -
Not a rant, but does anyone know of good cluster computing software for Windows? Can't find any on google2
-
!rant
Need help!
I accidentally installed a malware on systrm some chinese software now appears with devices with this pc. And i am able to boot upto windows home screen. When services are starting my oc shows BSOD page fault. I ran diagnostic tools it showed 2100 error in hd 0. Can anyone help. I need to recover imp files from OS drive :(10 -
Just started to get self employed and first customers while still in bachelor.
Now got a message from gf with a positive pregnancy test.
Everything's great. But it isn't devHappy, so here a rant: Why will my 1st be born in the year of Trump? Why is there still Windows, war and hunger?
Tools for making the world a better place appreciated...2 -
!rant
Just switched to a Mac, so far everything is going fine. (From Windows)
Any Windows-to-Mac switchers out there ?
How was the switch and the learning curve ?5 -
so here's a rant/question
So I'm having an issue with vertical-metrics in a font I'm using which results in mac aligning it in the middle and windows aligning it at the bottom. I tried re-converting it for webfont (fixing vertical metrics in fontsquirrel) but not luck so far,
any ideas?
PS vertical-align don't work either3 -
After three long days I have successfully deployed Django with IIS. If you think about it, It's pretty easy if you know the right stuff.1
-
I feel a quick improvement to the UI could be if the Rant / Comment textarea had focus when it opens so you can start typing right away. Or is it just my setup (chrome / windows / pc / mouse / keyboard / screen)?2
-
Pamac.
I like it. It's simple and better than that "discover" software center thing.
But omg do I hate pamac. Not even talking about what it caused to the AUR. I'm talking about automatic full system updates.
It's so annoying. I'm working on something, have like 20 open windows where I'm doing something. I just need that ONE app to continue. So I install it using pamac, boom. 2GB of updates and I can't even skip it. Alright, I wait.
When it finally finished I tried continuing with what I was doing, but nah. Some nvidia driver update broke my stuff and I have to reboot my system.
That's very annoying. Remember, I still have all my work open, including one app which takes a stupid amount of setup when starting. I really don't wanna have to reboot at that point. But I have to.
So I open the "windows button menu" (don't know the name, but you know what I mean) and click restart. It gives me an error. Probably updated some critical thing relating to the reboot menu which broke it.
(I know I can just use the terminal to reboot, but before I do I had to make this post.)
This isn't a one time thing. This has happened to me twice before. What really makes me mad is that I can't turn full updates off. There would be a really simple fix to all of this:
When installing an app, check for updates and just ask the user if they want to update everything, or just install this app now (and update the dependencies for it).
I understand that I have to update my system, but just let me finish my work first, okay? Just update when I'm done. It would also be nice to have an extra button for "Update and shutdown" without going the Windows route and forcing updates.
While I'm on the topic of windows, I used Windows 8 once on a laptop belonging to a family member. I was in the proccess of doing something when it just blacked out, stopped all apps and started installing updates. Not even a warning. That's just one of the reasons I'll never even consider switching to Windows.
(Using Arch with KDE btw.)6 -
The first rant that I'm going to do here is by writing a reminder note on posting a comment regarding Snap's inability to properly give response to the users on a solution post in Medium.
Here is the reminder:
Everything sucks: Windows, Linux, Mac, Ubuntu, Wine, Snap, Lutris every fucking program they are always fucked up, no fucking program is near to perfection. Let alone leave that fucking Snap response.6 -
!Rant
Does anyone have any idea why my 3rd monitor doesn't display anything sometimes when I boot into Windows? If I unplug and replug then I lose all output to all monitors . Doesn't happen in Linux. I assume it is drivers but I've reinstalled and updated and nothing works. Any ideas? :)3 -
So a few months ago a broke screen of my laptop, currently I quite broke so I can't change screen and for some time I was using TV as screen, but ofc. Windows have to crash or do similar shit and know it doesn't send signal via HDMI, probably it's showing some info, but signal is only send when it boots windows or something.
So my girlfriend give me her old laptop (4gb RAM and I3 processor, bit touchscreen :/) and windows aren't updated for quite a long (it was still windows 8) and I tried to update it. Ofc it has to be problem, DISM doesn't work, downloading iso doesn't work, fml. I guessed I have to live with that, but later disc usage starts to be around 100% and freeze for few minutes (shitty Win2k PC at uni was more responding). Then I try to refresh windows, DISM starts working, updates semi-working. I left with 21 updates with error and there starts conversation:
Me: install 21 updates
Win: kk. Or actually no
Me: please
Win: the best what I could do is 8.
Me: it's something
Win: actually fuck it, only 4
Me: I'm done *typing Manjaro xfce*
So now I have dual boot with Manjaro which use 40% ram with Firefox open, when windows has 30% alone. I can't play anyway and DF is on Linux so fuck Windows.
I am noob when it comes to Linux and everything actually, but it makes me want to learn and improve.16 -
Sorta rant:
Tired of installing a billion random drivers and tools on windows to make something work. What is the best linux distro for programming on custom built PC that won't make me spend years tweaking to get full hardware support?4 -
Not a rant, but was wondering:
If I undervolt Ryzen 5 3600 using Ryzen Master from windows, do I get the changes when I boot into my Linux distro? 🤔9 -
does anyone else have the really annoying issue with devrant flickering when trying to scroll on a rant?
just started for me a couple days ago, using firefox on windows1 -
!rant
So, why is everybody's answer for a windows based git server bit bucket, but Linux does it naturally? -
!rant
Ever since the Windows 10 anniversary update. Whenever I resume a video after pausing for a couple minutes on VLC the audio is super loud and distorted. I've been troubleshooting this for a long time and tried multiple driver versions and what not. Anybody else facing the same issue?2 -
I just wrote up the most fun and vitriolic rant about Windows 10 Calendars. I was about to add that after entering the info. correctly, when I saved it, it lost half the info.
The rant disappeared offa my screen. Don't tell me I'm losing my mind. The stress of the possibility of DJT winning the election took care of that. I just wonder if the orig. rant will show up now.
Thanks for keeping me from going batshit crazy for another year. I'm deeply indebted to you all. -
!Rant
I've spent a week now. Lenovo laptops, specifically the ones that aren't high end like the ThinkPad or the Yogas have shit compatibility with Linux.
For some really weird reason the colors look like I'm using a 16 bit and lib-input just wouldn't work properly with my track pad.
I can live with the display but can't simply remove lib-input and switch to synaptic without deleting the whole gnome-shell on the Ubuntu Gnome.
I deleted windows and there's no fucking way to reset the battery threshold back to 100% from 60% without installing windows because there's no driver for it. Tlp along with ThinkPad configurations doesn't help too.
(Lenovo G50-80)2 -
Not sure if a valid cause for a rant; but my memory stick went bad after being used for just 6 months. Bought this memory kit this summer on computeruniverse. Now Windows reports that there are damaged pages on the 1st stick; though the 2nd stick is fine. Patriot Viper with small heatsinks...
What to say... In ye olde days DDR3 worked for years and never went bad 🤔1 -
(not rant)
Hey MBP users! Is there any laptops as performant as a MacBook Pro? I wanna buy a powerful personal machine (Windows or linux) but none of them could match a MBP. Any idea?11 -
!rant
I've been wondering, is anyone else having problems with Windows 10 restrictions.
I have pretty much the same authorization as a regular user just as I do as an administrator.
I've had to uninstall countless programs and games due to authorization issues.
Anyone?