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 - "connected"
-
(was teaching C++ to a newbie)
Me: aight, so to print a statement, you type cout.
(Proceeds to do so)
Her: um, okay but printer is not connected.
Me: aw, you poor thing.10 -
At first I was like: "wtf just happened? Why is that hand connected like it was a robot?".
.
.
.
.
.
.
.
Then I realised it's a watch.9 -
Me Visiting a new location...
*Device found a new wi-fi signal:
worldsMostSecureRouter
*Enter password:
worldsMostSecureRouter123
*Authorizing...
*Obtaining IP address
*Connected2 -
My friend called me up once saying the new mouse he bought to use with his laptop wasn't working.
I told him to just plug it into the usb port and it should just work immediately.
After an hour of trying shitload of things I finally gave up and said I'll come over and have a look.
And there was his mouse.
Connected to a phone charger.
To a wall outlet.14 -
Client: The webpage has been inaccessible all weekend!!
Me: Oh you mean the page you need to have a VPN connection to access?
Client: Yes that one!
Me: Are you connected to the VPN?
Client: Oh...no I'm not. *connects to VPN* Its working now.5 -
I use a lot of dev tools, but one of my favorites is the Linux screen utility. It's awesome to be able to keep shit running on servers whether my laptop stays connected tot he server or not. It's great for jobs that take a long time, can't get interrupted, etc.
If you haven't used screen definitely give it a try!14 -
Me: Wanna see this website I built this weekend?
Friend: Yeah, sure.
Me: I connected a bunch of APIs so you can snap a photo of yourself and get a recommended song based on your facial expression. Pretty cool, right?
Friend: *thinking* ... I think you should change the size of that button, and the colors are pretty bad, dude.
Every time I show my non-tech friends anything I get this kind of feedback :/19 -
"alright, let's go to sleep"
*pulls out extension cord from monitors as I do every night*
*hears server buzzing disappearing*
😓
I entirely forgot that I connected my server which is running heavy and lengthy tasks, to that one, as well.
😧😥😬😰21 -
Reinstalled my dedicated server and realized (afterwards) that I just erased my entire openvpn/mysql auth setup and I don't have an entirely working copy.
FUCK.
Okay, nothing I can do about that afterwards, setup csf right away, monitored the auth log for a minute and noticed one ip which had just connected and found it weird somehow. Blocked the ip.
Then, one second later, as my console stopped responding and that ip address suddenly looked veeeery familiar, I realized I just blocked myself. (the blocks persist across reboots)
😐
Went to the control panel and hit the reinstall button. Confirmed, and two seconds later I realized I could just have connected to any of my own fucking vpn services to unblock myself.
What in the living fuck is wrong with me @_@30 -
Turn on WiFi on my smartphone in the morning.
Evening: realize that the WiFi had not connected automatically and I used all my mobile internet.7 -
To install the update make sure the apple watch is connected to a charger.
Dear apple.. how exactly the fuck am i suposed to do that??10 -
see you in hell mac mini, the raspberry pi is taking your place connected to the tv.
when $25 of Linux out performs $300 of apple.3 -
Although I know it's nothing, the irony is real.
My room is connected to the power group together with 5 other people.
Watching a mass surveillance documentary.
Suddenly my power goes out, the rest stays on.
I know it must be a glitch in the newly installed power management system but damn the timing couldn't be better!4 -
No amount of backend code is seen as progress by client.
Have a web store app project that is running and looking beautifully and is currently connected to nothing.
Got scolded this week for not having any new deliverables.
Spent 15 hours on security updates and database architecture.5 -
Network-connected train displays, failing and displaying their IP address, on a train that has WiFi on board. That's just begging to be hacked.19
-
Moved to a new place about two months ago.
The internet connection is provided and baked into my rent. Didn't mention anything about speed.
First thing I did was to check with my phone over 2.4 GHz hit about 100/100 and thought.
Sweet! I have the nice 100/100 Mbits speed!
Yesterday I had some issues with my 2.4 GHz band on my phone. (I have a lot of wireless devices, mice, keyboards, headphones, so it makes sense) Couldn't even do a speed check. Was like. What the fuck. Switched to 5Ghz band because it's not as busy with other devices.
Do a speed check.
500/500.
I realize. Wait. I am checking from my phone.
What does my cable connected computer really get?
900/700
Holy shit. I've been connected to gigabit internet for almost two months without knowing.
What the shit. What God have blessed me with such sick speeds?25 -
So turns out the flight sim I'm doing time in at the moment is running XP. Yes, it is internet connected. Help6
-
New dashboard for my personal project (Invoice & Quotation system) built with asp.net core C#. Backend not connected yet.12
-
iOS13...
No wifi connected icon
No magnifying glass when moving cursor
Random wifi disconnected
Did they even test this? Or this is a feature?24 -
So my friend who was a working as Tech/System Intern and soon to be junior sysadmin asked me "How was pinging 127.0.0.1 successfull? I am not even connected to the internet?"1
-
Since my coworker is on holiday and our desks are next to each other, I took his spot for this week and connected my secondary monitor to his setup
Four screens this week :D2 -
Well here is my new setup.
Left and center screens are connected to one laptop. Where I run my editors and terminals.
Rightmost is connected to another old laptop. This is for browsing and slack.
Using synergy to share mouse and keyboard.
What do you think of this setup? Any better way to do this?18 -
Oh, we don't know why it broke. I know you just did A HUGE FUCKING DATABASE SEVER UPGRADE to the server we're connected to, but no one understands this code, so can't update it to work. Can you roll back 3 VERSIONS so our application that hasn't had a code change in 11 years is optimized?2
-
50% of people use Google well as a search engine.
The rest 50% of them use it to check if their internet is connected.9 -
You can kill me for this...
I've one old printer and and I wanted to print some pages. So I did following steps
1. Plugged printers power cable and turned it on.
2. Connected included cable to printer.
3. Opened PDF and tried to print
4. Did step 3 for fucking 20minutes
What went wrong?
I fucking forgot to connect USB cable to my fucking laptop. FML...7 -
So it turns out that the company I work for uses and develops for Linux just because, I quote, "IT'S IMMUNE TO VIRUSES!!!".
Even if our systems are not connected to the internet (and never will be) and protected by armed guards.
I am stunned.5 -
SQL gives me a hard on right now.
Two tables, 954 rows and 9414, connected via foreign keys and shit.
SELECT a_id,name,shit FROM table1 a JOIN table2 b ON a.id = b.a_id WHERE ((lower(name) LIKE '%lorem%') OR MATCH(name) AGAINST('lorem' WITH QUERY EXPANSION) OR name SOUNDS LIKE 'lorem')
and you got fuzzy search with resolved keys to another table in 0.047 sec, fuck me dude.5 -
I hear my intern yelling at Cortana in the other room. "Cortana, open keyboard!". He repeats this 5+ times. Issue is there is no keyboard connected so he just wants to use the on screen keyboard, and thinks Cortana will open it for him. Issue is the computer isn't hooked up to the Internet, and Cortana does not do that command without the internet.
Just grab a fucking keyboard!!!15 -
Can we talk about this for a second? I mean WTF, how is Windows XP still a thing. Wasn't there a ransomeware attack recently, so every last sys admin should have some motivation to upgrade their shit?
Sure, I hear you say, it's just an information display. No critical stuff.
Well guess what, it was at an airport. Most likely not connected to any critical infrastructur, but still it's a computer, stuck at the boot screen at 11 a.m. running windows XP, connected to an airport network.
And I was standing there like: fuck me!13 -
Dear windows 10
I won't mind a weekly 30 minutes update but...
My ubuntu connects to wifi in 2 seconds
My lubuntu connects to wifi in 2 seconds
My archlinux connects in 1 second(don't ask why)
My raspbian starts up and connects in 10 seconds
WHY WOULD YOU TAKE MORE THAN A SYSTEMS BOOTING PROCESS TO GET CONNECTED?12 -
A friend got a "new" (several years old) pc from an other friend. The pc made strange noises, so I open it and found a little speaker connected to the USB pins on the mainboard. Not an USB speaker but a simple mini speaker with two cables (see the picture). Why would someone do this?16
-
My new computer finally arrived. Now I'll be able to run Visual Studio (which my laptop couldn't while connected to my monitor at the same time). 👍14
-
I had this meeting with this new client and where talking about the possibility to exchange data.
And he told how his company now has everything in the cloud and if we also have it in the cloud it should already be connected since it's both in the cloud.
I tried to explain that because its both in the cloud that does not mean it's connected to each other. We still need to develop a way to exchange data.
On wich I got the answer that our data probably is not in the real cloud.
In the end I just said that we can probably exchange data but it the easiest way to accomplish this is talking to someone who maintain the data in your cloud. And we could adapt our system to theirs.
Sometimes it's hard to communicate with less tech savvy people about tech stuff. Explaining things in a way they understand but also is technical correct.7 -
So I got a bluetooth headset for Christmas ...
Yesterday I paired it with my (android) phone without problems, today I tried again, connected it but it wouldn't play any sound, I tried unpairing and pairing again didn't help
Then I thought: I'll try connecting it to my laptop
Connected it and nothing, no sound, it says it's connected but no other sound comes out of it
that was under Solus
I booted into Windows
I connected it
It works
What is this sorcery?18 -
Thank you SoundCloud for telling me your app has an update despite the fact my phone auto updates when connected to WiFi.20
-
We live in a society in which quantum computers exist, and yet I still have to r set my router constantly just to keep connected to the internet. Weren’t we supposed to have flying cars by now too?7
-
At the age of 9, I was getting frustrated that my Commodore 64 didn't always respond the way I wanted. So I had to teach it to do better. BASIC was the language. Plenty of GOTOs. In the end I got so much connected to GOTO idiom that I used it extensively in my C++ OO exam in college. Needless to say, the professors were stunned and blatantly disgusted with my code.1
-
I'm afraid to post anything connected with my job because I know that sooner or later every dev will have account on devRant7
-
One time I did that "show all windows" gesture while my MacBook was connected to a beamer in front of about eight people when suddenly a text editor containing tons of porn site accounts appeared from the background.2
-
!rant
On a plane 35998 feet above the ground and I'm still connected to the internet.
I love technology.3 -
So I'm on a holiday in Germany and apparently the place where I'm staying "verifies" the connected devices to their WiFi manually14
-
Spent 1 hour 30 minutes trying to figure out why the Laptop's WIFI connection was not working on Ubuntu.
Realized it had a LAN plugged in connected to my desktop.
Pull my hair one by one please.
Shouldn't linux be intelligent enough to use the network adapter which has internet access?5 -
So, I just learned that all clients connected with TeamViewer to the same server share all their clipboards to everybody. I now have a lot of passwords that I shouldn't have.1
-
Who's gonna win? A dd command with a Windows 10 iso to a 1.0 usb connected with a hub or a human life span?7
-
On a 5 hour bus ride for which the company advertised that they have WiFi. Technically they did, it just didn't seem to be connected to anything. (it was but it was unusable). I tried logging into the router as i always do and one default "admin" password later i was in.
I didn't want to mess up anything too badly, however i did change the wpa password to "YouShouldMakeThisABitMoreSecure"5 -
It says "There was no battery found."
This laptop was not connected to a power adapter, but Windows also said that there is no battery. Did I missed the update where Microsoft implemented magic wireless energy?7 -
Look at the image first, please.
Me: "What's that?"
Closed devRantron.
"Hmm, still there."
Closed browser.
"Nope, that wasn't it neither."
Closed everything that is somehow connected to the internet: FTP client, SSH connections, even the VM.
"There's still something! What is it?!"
Bashed my head against the wall.
"I am listening to music right now... music from the NAS..."2 -
A huge new hospital opened up.
it looks very modern and nice, lots of new doctors and facilities.. but..
Why is everything wireless?!
everything's connected to different APs across the hospital!
Receptionist's pc? has a wifi adaptor sticking out to the side.
in-patient's smart tvs? Wireless, connected to their own ap
etc etc.
conveniently enough, the SSID's were labeled with where they were being used and didnt bother to hide it
"Office A" "Smart TVs" "DB".
now im not saying wireless is bad, it's convenient! but why make everything in the building connect wirelessly.
any kid who's feeling naughty could do:
aireplay-ng -0 0 [BSSID] wlan[#]
and it's good bye connectivity.
or maybe flip put wireshark or any kind of sniffer.
i dont wanna have to come here for surgery only to find out the machine's wireless too.
imagine it stopping halfway through your surgery.. Yikes..6 -
Who in their right mind though it would be a good idea to move the web development team to a new office without checking that the internet is connected.
What a waste of three working days.
And of course the project needs to be delivered by Sunday...3 -
I love my job!
On the right:
One windows 10 desktop dual screen.
On the table ahead:
2 ubuntu desktop + one ubuntu laptop.
On the floor:
A dji matrice 100 drone connected to a raspberry pi, and HDMI.
Did I mention already that I love my job?1 -
So at this moment I'm testing my game's alpha build on Xbox One. So... Here's my PC connected to Xbox One connected to monitor and a huge pile of cables because of it7
-
Why the fuck does YouTube shows me ads about wix and other Website creation Tools? Google you know better then anyone what Job i have and even know that i have a Google play developer account connected with my google account.5
-
Exploring my work machine today
- Nvidia control panel icon in the taskbar
Why is that there? *Click*
- No screens connected to an Nvidia device.
- Goes to system information
- GTX 1050
- Look around back, all of the displays are plugged into system video on the motherboard.
- Facepalm, plug into the GPU2 -
Not a rant but I've been wanting to do this for a while now. Added some rgb mood lighting to my desk that's connected to a Raspberry Pi. Making a web interface next to change colors/set modes remotely :D3
-
So happy to had the chance to participate a keynote of sir Tim Berners-Lee at the Bosch Connected World 20193
-
Just got a new monitor (HKC NB34C) and connected it to my PC (which didn't have a monitor at the time)
The first thing I see is a green screen of death because of a power outage during a Windows insiders update.11 -
Twitter should be connected to a health tracking device so that users would only be able to reply to tweets as long as their pulse and blood pressure is still on a relaxed level. This could prevent dysfunctional "social" media "discussions" a lot.8
-
Why the FUCK can’t I deploy a cordova app to my phone from VS, god fucking damnit all, I hate mondays!
*30 minutes later*
Well shit, the USB cable was only connected to my phone, not my PC...
*sobs and goes to grab more coffee*2 -
We're gonna make t-shirts connected with smart advertisements on it. I heard you are a programmer, I'll only need a web site and mobile app. If it work I may pay you. But you know it's seems quite easy I'm note sure you'll need money for that.
-
Apparently the fire hose in our building wasn't connected to the water main, because the legislation stated the building owner had to install a fire hose, not connect a fire hose to the water main.1
-
Facebook has changed so much.
There was a time when we were so connected and had so much fun there with friends. Now it’s mostly about videos and ads. That’s all I see when I scroll. I hate it now.7 -
Continued from previous post.
The man with hoodie walked down a dark alley. At distance, a house which looked haunted stood. As he entered the house he sighed a relief. Once inside, he descends to the basement where an old computer sat. He turned on the computer and smiled. The screen showed a prompt. With fews keystrokes, a series of scripts begin to execute. Finally at the bottom, a text blinked.
"Awaiting Connection........"
The CPU was recovered from rubble and brought to General's office as per his order. It was connected to a power source and it started to boot. A prompt showed up. A man in suit, suggested perhaps it expected a login. The General sat on his chair smoking a cigar thinking on what action must be taken next.
While men in suit discussed about the CPU, someone plugged in a LAN cable. The General who was lost in thought, saw this from corner of his. A moment passed. General sprang from his chair, hurling his cigar to the floor. As men in suits, looked at the General's display of athletic behavior they sensed the tension. Everyone turned to the CPU now connected to LAN now.
Far way, the screen on hooded man computer showed. "Connected".
A series of scripts started to execute.
Cold wind was all that could be heard out side the General's office building and the house, where hooded man sat in the dark.1 -
As much as I hate Amazon Alexa and everything connected to it, the randomly laughing thing is a very smart PR-move.5
-
@dfox can y’all add a beard/mustache combo to the avatar in which mustache hasn’t connected to the beard yet.
Some of us have really shitty genes XD2 -
Coolest bug I ever found was the temperature sensor connected to a raspberry pi giving me -40 as a value.6
-
IT dept releases update for Cisco Jabber for work environment and describes it as a minor update.
Me installs new version...
- completely new UI
- loses saved login credentials
- loses connected devices
- loses all settings
- loses history
My definition of "minor" is "slightly" different4 -
When you realize you had sharpening enabled in your monitor settings and you turn it off and shit just looks so much better...
I mean this is a necessary setting when using VGA but this monitor is connected via DVI!
Also some people just do not seem to notice this and leave this enabled on their screens.4 -
The reporting department had a freak out because they couldn’t print to PDFs. Whole reporting nightmare and on fire.
Turns out it was printer unplugged a thousand miles away where someone fifteen years ago put a check in to ensure that a specific printer was connected before allowing physical print jobs.3 -
My main rig has 8 monitors connected to it.
Do not ask why.
Whatever I do, whenever I go I pray there's a dark theme.10 -
Traffic lights optimizer. Imagine big AI being plugged to all city's traffic lights and changing all durations in order to adjust all of them, if we add smart cars connected to it we might remove traffics at all. It is way ahead in future but would be cool.4
-
So I work on Embedded System. While working on my project I was drinking water from bottle.
And kept it near my laptop.
Just there all my circuits were open. Connected via USB with my laptop.
And while working I tried grab the bottle and guess what?
Yeah, It fell. But thankfully it didn't touch any of my circuits. If it did!!!!
I was frozen on spot.
Phew!!3 -
When company assigned me, an internship student, as only developer for a project that needs data mining on connected hives, back-end alert management, front-end difficult animation management with Microsoft technologies when I was learning C#1
-
1. IDE connected to your brain that does the coding according to your thoughts.
2. Compiling and deployment for your applications take little to no time.
3. Not having to wipe your ass 50 times to make sure it's all clean.3 -
aaah, memories. When I discovered github while doing my school project. Even my lecturer had no idea about, he thought I made it as part of my project 😂 Project was an Ionic app connected to Arduino for home automation. straight As I got... straight As.
-
Started the year well :D
Making an app to view our home energy usage and output (solar panels).
Raspberry pi is connected to our energy meter and is used as a server.
But some of you may not like this...
The Pi is running Windows IOT :P2 -
Today I attended a teamviewer meeting. The host were using a Mac, running VirtualBox with Windows 7 which was connected to a Windows 8 machine through Remote Desktop (rdp) with a putty session to the server we were configuring.
-
Forgot to turn off mobile hotspot when I connected my phone with a Windows PC. Fucking windows used all my data to download 'security' updates. Bhenchod.9
-
So I just noticed something.
When I am using my client when I am connected to LTE and not a good WiFi signal, the app hangs every time you want to vote on a post/comment because I didn’t make it non-blocking. This will be fixed in the next few days!
It’s amazing how experience degradation can be absolutely invisible depending on your connection. -
Fax machines connected to VoIP connections...
Had a nightmare recently, where my fathers machine that he really needs refused to work after he moved appartements.
Uncounted calls with different tech departments, a furious fathers and two weeks later they found out, that they forgot to activate the protocol.3 -
Made a little script which changes times to all computers and connected devices over network and reset when I login to my workstation when am late so I don't have to explain myself3
-
Just discover that I can send "echo bomb" to one of my fellow students trough SSH with the write command.
Then I discover the wall command to send messages to every connected user. Not sure if I am brave enough or if I am going to be banned from our network if I do that 😅5 -
I'm not saying that windows' Bluetooth is shitty but my Linux connected even before windows realized I had plugged in the dongle. And well Bluetooth headphone won't work... Windows doesn't wanna connect... Solution? Unpair then pair again with pin 0000. Linux: left click on Bluetooth menu > connect.3
-
I did an intership in a secondary school as an IT.
There was a PC in professors office that sometimes when you turned it on, you couldn't open any window.
Well, it had 2 video cables connected on the same monitor...2 -
We claim to be more connected than we ever were, thanks to technology. But how connected are we really? We barely speak to each other anymore. It’s easier to send emojis on Whatsapp than it is to meet someone and express the same emotions we try to convey via smiley faces.5
-
#arduino #led matrix
Hey guys.
So, this is my first led matrix using a 74hc595n, I did all the connections right, isolated the cathodes (-), and when I tested, I only connected one cathode (to test one row, when almost all the lights turned on, in all rows doing a chacing... So I disconnected the negative wire and it still works.
One led in the arduino blinks (L).
GND is only connected to the shift register
All the rows light up doing a colum chase when there is no negative.
I'm astowned.....3 -
If anyone has used the super Mario 64 online mod, it's extremely easy to crash all clients connected to any server. You have to send a chat message payload with a length greater than 256 characters. The clients do not do any bound checking and write the payload directly to super Mario 64 memory. This causes all clients connected to the game to crash. I will leave how to send a chat payload > 256 characters up to you. I've confirmed my method works!2
-
While sitting in a train (5 hours trip) I really want to code something, unfortunately I dont have my laptop with me, so i just connected with ssh from my phone to my ubuntu vps, created some project via npm and use android app to edit the code. It is not perfect but works. Someone else code like that?3
-
You see this fucker? Those are packets sent to Apple, what are those packets? The update of an app I am working on.
Makes me wonder why the fuck does upload disconnect out of a sudden when there is not a single issue in the network I'm connected to!
Apple get your shit together cuz an update process takes more time than developing the damn app!2 -
Fucking dialog box with only one choice... “Stay Connected” what the hell did you even give me this choice for? What if I wanted to log out? Why prompt at all?3
-
I've chosen system/embedded programming because I liked system programming and did not like anything connected with web, frontend or UI.
So far it seems like it was a good choice. Even though web was not such a clusterfuck before, it was already repulsive. -
If I want to set up a vpn tunnel in a network to securely transfer files between android devices connected to the network , what can i do ?
A kali os is responsible for destributing public, private keys.
Tried to use wireguard for that but the apk wont support file transfer.
Thanks3 -
So I had my external HD connected so thought I'd back up my code...
But real into a problem... The git repo.... Currently copying 300,000 files... For just 10 projects...7 -
telco sysadmin: hey maybe we should secure our SMTP server with SSL and password verification so our clients can e-mail safely!
senior exec be like: nah just filter incoming connections for our own IP-range, that'll do.
result: I can impersonate any client of the telco and send e-mail in their name (from any home network connected to that provider), but I can't send e-mail over cellular network.1 -
If I exploit ms server 2012 through a wifi hotspot , but logged in to someone else's account (assume it was sniffed) , and I do it using msfconsole connected to the tor with torify command , also I spoof my mac ,
will I stay 100% anonymous ?
If not , what can be done ?42 -
I just spent 45 minutes trying to make my HP printer work in Arch Linux (actually Antergos, but close enough).
Finally had enough and booted into an Ubuntu MATE LiveUSB that I had... Which saw the printer, connected to it, and printed without needing to install anything extra.
I gotta say, while not a big Ubuntu fan, I'm certainly impressed it was stupidly simple!11 -
there is nothing more annoying than plugging the usb cable to the real android device for debugging, but if you move that cable 1mm the whole fucking connection breaks, the beep sounds of connected/disconnected phone rings, the fucking laptop explodes, phone explodes, dick explodes, the house gets on fire, my dog gets on fire, i run out of house while burning in flames alive and the whole house fuckin explodes like a nuclear bomb2
-
Why did you guys post a photo of your monitor instead of screenshot?
That annoys me every single time. Even if your PC is not connected to online to upload the screenshot, there still is Bluetooth and other means to send a file to your phone in less than few minutes.3 -
just bought a dedicated server, coming in the mail this Friday. gonna use it for a 24/7 Minecraft server and maybe some web apps to experiment with stuff. I'm also going to have it connected to my TV as a media center occasionally. best Linux distro for dedicated server? bonus points for easy to install and configure14
-
Backups is the most important thing, but there is something more important then that. Making sure your actually backing up the files your paying to back up. Now im stuck waiting on 4 2tb drives in raid 6 connected over sata 2 to be recovered because a raid card failed but the drives are still good. Estimated time over 3 days.15
-
Debugging in real life
Our family is working on the house. We have an integrated floor heating system, which is connected individually for each room. (we have three rooms, only two are connected yet)
Today we changed the main water boiler. At first it seemed like it was working, but then we lost pressure. It dropped fairly fast so we checked every sink, every water outlet.
We just missed the unconnected floor heating pipe, that was connected to the main pipe...
Its a fucking mess down here, so dont complain about you bugs, I have experienced worse!!!3 -
I need to setup a Windows Server with an AD (and therefore an own domain) that can be reached from a Linux host for a test environment... Holy crap I totally forgot what a huge pain in the ass that crap is!
Pro Tip: If youre connected to a Server via VPN and RDP and you create a domain and subsequently get logged out from the server, you're fucked.2 -
Connected a keyboard to a classmates computer without him knowing. Started typing random words and closing applications as he worked
-
Just saw an accident and 1 of the vehicles is a Geek Squad van. Someone's PC is not getting connected today.
-
We hired two developers (out of country). Got them set up with the repo and running the app (mobile). One was complaining the login was failing, after 5 minutes, realizes hes not connected to the wifi on his phone.
I am unsure who we are hiring -
I took a online job interview today.
During online call I was asked to print a few sheets of papers with some programming tasks. I had 20 min to write down all the answers and send a photo back. Good I had a pen and printer connected, because I didn't expect that.4 -
Had some problems with my Raspberry Pi (connected via SSH). Decided to restart it. Now it refuses connection. And I don't have physical access to it at the moment.
Fuck. This. Shit.2 -
Got a cheap FHD TV. Brought a 5 metre HDMI cable with a discount. Brought wireless keyboard and mouse. Connected the TV with my gaming PC and plugged in my keyboard. Also plugged in a xbox gaming receiver.
Now playing video games and watching Netflix with the POWER of a pc. I love off days.4 -
Apply a Fortran code patch on a Gould SEL via a Mod 40 TTY terminal, which is essentially an electric typewriter connected to the computer. No graphics display. Once you hit enter on a line, that was it. If you fat-fingered something, you got to start over. We've come a long way, Baby!
-
While calling a tech company:
10 *music starts playing*
20 "You're second in queue"
30 GOTO 10
Is it so fucking difficult to let the music continue so I won't have to hear the same 10 seconds of the beginning of this already annoying song?!
When I finally get connected they tell me my order won't be in stock for another month... I just want my beautiful monitor 😭1 -
Does anyone know if android 8.0.0 had a Bluetooth bug at all?
My pebble would just not stay connected to my phone (they are both brand new at that point) and when they did randomly connect it was for literally a second.
Now with 8.1 it hasn't disconnected once... I'm so confused!37 -
WhoTF at sennheiser engineering thought it was a good idea to make the wireless headphone say 'lost connection' every 2 seconds if not connected to a device. frkng gives me a headache everytime i hear it. worst thing is that if it is connected to two devices and gets disconnected from the device i am not using, it starts shouting "lost connection" over the playing audio.7
-
Yesterday night!
Yeah it was Saturday night but not for me. I was at bus stop and my jiofi device was in back pocket and after some time I was coming back to my room and thinking let's switch on wifi. After that my mobile was not connected to jiofi so I thought may be jiofi out of charged. Later on when I was checking in my pocket I realize that I missed it on bus stop!
Actually this jiofi device is my first salary's garbage:D
That's why I was little bit worried.
So I went back to stop and saw nothing was there. Disappointed but wait, suddenly devRant notification came and mobile vibrated so I checked and I seen that my mobile connected to jiofi and then I checked carefully, it was there!
Actually jiofi was placed in opposite face so that light was not visible but I got my jiofi back.
Thank you devRant notification:D2 -
if i'm gonna build a toy, like a internet connected teddy bear with a touchscreen in it's belly. What options do I have for the operating system?10
-
okay, so i have a program with an arbitrary number of nodes. each nodes is connected to an arbitrary number of nodes. how can i find the shortest path between two nodes efficiently?
also, im thinking of gpgpu to speed this up, what do you guys think?12 -
I just finished ny first feature at my first dev job - a gallery page connected to an api.
It took 2 weeks. About 2 days of programming, but 12 days of fucking css.
Why is css so bloody hard?7 -
New level of efficiency/laziness:
Used Tasker to autodial me into my daily stand-up conference calls. If my "AtWork" variable is set by the calendar entry, and If my "Jabra" headset is connected.
I don't have to remember conference codes...or keep track of the clock to call in on time.9 -
*Me on the phone with a client*
Me: Alright, is your computer connected to wifi? If not, you will need to get it connected to your wifi.
Client: Is that Chrome?
Me: No... -
So the free WiFi at the Paris airport CDG bugged out for me earlier. Since it doesn't allow you to sign out, I had Schrodinger's WiFi as the login page said I'm connected but I wasn't (nothing worked).1
-
It is map of various devices connected over public IP to internet. Any interesting insights or comments that you can infer from this map?15
-
My boss is one of those og compsci guys that’s in his sixties writing code since his 20s. He’s usually highly competent... which is why I almost fell out of my chair laughing when he force killed the integration testing instance with all the clients connected thinking he was in the simulated environment1
-
Why do I find really hard to connect with my coworkers?! I'm an introvert but after few months in my old job I connected with everyone. In my new job I find it really hard! And it's almost a year! 😥😫5
-
A good friend connected me with a recruiter before I almost gave up looking for work in my industry. Good thing I didn't piss him off in college!
-
Just changed some registry stuff, I'm connected with Wifi and LAN at the same time now. It's still shit but actually better than before :D
Add a DWORD-Value (32 Bit) into Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\WcmSvc\GroupPolicy ... that's it5 -
Ayyyyy folks
I'm looking for some beta testers. Preferably if you use a MQTT broker with some IoT connected shit.
Bonus points for IFTTT.
Leave something in the comments if you're interested and I'll get in touch if the time has come4 -
ISP technicians came over to switch the router. The old one kept disconnecting. This is how they connected the LAN cables.
I'm like "Really...?" O_o4 -
That moment when you're connected to a server to adapt a setting in the SSH service config and it errors into your face when you attempt to reload it.
Schrödinger's SHell 😰1 -
When a data scientist thinks that if his algorithm is o(n) then it's really o(n) and it doesn't matter that he placed synchronized everywhere , connected to the db multiple time with huge in memory ops inside the transaction , wrote a file and downloaded something with http client . After all it's o(n) right mister I'm a scientist genius ?!?!?1
-
I'd like to build a visual Web of what it looks like with every user connected to eachother by their upvotes to one another. @Localhost would probably end up at the center.
It would be interesting to see nodes that would end up being a complete sink of upvotes.2 -
Well I learned about sockets before I learned about REST so take your pick of any early project that got server data by opening a socket and requesting information that way every time a client connected.1
-
Our parents keep reminding us about the time change that happens every half a year. To remember that the clocks need to be adjusted. And we, the children, keep reminding them, that most devices are already connected to the internet and use the time servers for reference. Which surprises our parents every time. 🙃18
-
Damn you Oracle forms! And OVM manager, you can go to hell as well. And take everything else connected with Oracle with you please
-
!rant but a question
Anyone has a dumb/plain explanation of these?
I was like WTF is that when I discovered those options.. I googled and it's connected to arabic language.. but I cannot find any explanations what each of those options do..
So if anyone know and has the time and patience to clarify, please do! Thanks in advance!3 -
I made my first volume control!
The volume is controlled depending on how much devices are connected to my NodeMCU. (So it's pretty expensive)
Video:
https://i.redd.it/wuygzdhgk83z.gif -
Changed the .bashrc of my headless server incorrectly, causing me to get kicked out of my ssh session as soon as I connected… Thank God for scp (learned something new today as well 😂)
-
Today I have created a server application on Python Tornado which can forward TCP Packets directly to HTTP request queue without any intermediate caching.
Our remote IOT devices (microcontrollers with sensors attached) send sensor reading over TCP Socket to our server and all the connected web applications can show the data instantly using long polling and the above mentioned technique.1 -
What the fuck? Been trying to see rants all day long at work and at home and DevRant was super weird as if I wasnt connected, which I was...
Tested jsrant.com and the api was working...
Connected to a VPN on digital ocean and everything works flawlessly, dinconected from VPN and DevRant is off again...
Now on VPN... Wtf...5 -
So, this week I started working on my first mobile app with Xamarin Forms. I already have a login and register functionality. The mobile app is connected to an Laravel API and SQL database. Happy with the progress so far.
I am new to C# so I had some struggles, but after some days I began to really like it.9 -
The MEAN Stack with Firebase connected to Angular instead of an ExpressJS Server and without ExpressJS and MongoDB. -2
-
A personal peer-to-peer music streaming app that doesn't need cloud storage. It's like Spotify + Resilio Sync. So, i can access all of my song from the connected device.5
-
My desk/room setup
An Asus A555LF connected to an Acer LCD Monitor and a Samsung Smart TV connected wirelessly(Intel Wi-di) dual boots to Ubuntu 15.04 and Windows 8.1.
@localhost4 -
We have to take our surnames under control. What's the point of having a particular surname if you're not connected to it or people who had it in any way? If, say, your surname is “Taylor”, and you're not a tailor, then why have it in the first place? Change it to “Coder”! This is how English surnames always worked.16
-
I never understood why updating iTunes prevents Xcode from running?
Why Xcode needs to be closed to update a music player? Do both rely on same files for reading connected devices?6 -
A multistage project that includes: 1, A version of Linux that natively supports every existing windows api call by converting it to work with a standard *nix call. 2, a gui for said distro for every flavor of windows 7 and newer that looks and behaves exactly(minus silly errors) like that windows version. 3, a virus that infects the Microsoft servers as well as every isp to identify every windows user connected to the internet. 4, infect said isps and force push my Linux kernel and gui to every windows effectively erasing every instance of the OS off the face of every connected computer. 5, wipe all Microsoft servers of code related to the operating system, but leaving all their other products.2
-
I just found this video on YouTube.:
"Growing Human Neurons Connected to a Computer"
https://youtube.com/watch/...
It might be a worthy opponent to ML/AI solutions.
PS: It is the first time where I see this channel. It has a lot of interesting videos. I would recommend it. It is like a mixture of Vsauce ("Hey, Michael here"), Vsauce2, Vsauce3, the creator of homonculus, NileRed and Veritasium.2 -
That feeling when you realize you forgot to set `RAILS_ENV=test` and you wonder what the fuck you're connected to.
-
I don't know if I'm mentally connected to the other developers in the world, or maybe I sleepwalk and read devRant at night while I sleep, but every time I think something someone else has posted it a few hours before.
Even something stupid like "why the left is called left hand side? Doesn't make sense"1 -
I usually use external monitors. After I disconnect all monitors, why do some applications pretend it's monitor is still connected and appear outside the main screen?3
-
I wonder if windows server could have made Task Manager a little better since I only have 30 people connected right now and in about 2 months I will have over a hundred...
Maybe they should group the tasks and you can expand them to see which users have it open, instead of having the tasks collapsed by users.3 -
We used to have clients of every levels of intellect.
Once one of them, a she, after a week of starting their mobile apps development came and asked
"Why is it taking so long? The designs were ready and so do the backend. Why do app developers taking much time to connect these two.?"
She definitely thought mobile apps are simply the psd designs we provide being connected to the backend. Face palm -
Does anyone know the most optimal general purpose algorithm for checking if two points on a graph are connected? I believe a* is the best for finding the shortest path but is is the best for just getting a bool of if there is a path at all?25
-
I wonder, are captchas in captcha solving service sign-up forms - connected to the service? so you're for free solving a captcha inside the pool?1
-
Anyone else really fucking despise the fact that OSX opens location tracking every time a wifi or Ethernet is connected and as far as I’ve found it can’t be turned off.
I’m ok with a service doing it on a request but not an OS that’s clearly gathering information. If I didn’t have to use it I’d throw petrol on it and burn it to the ground2 -
Main branch running locally - fine
Main branch locally connected to QA dB - fine
Main branch on QA server with QA dB - NOPE
OK - build main locally, push to QA server - fine
WTF.jpg
Main build by build server, push to QA - nope
Rebuild QA vm and dB - build main, push to QA - nope
Turn on full server logging - PASS.
MAXIMUM WHAT -
Yesterday I finished off a clientbuild then I checked if it's posting and he picked it up.
Today he called my boss and said that it's saying no CPU fan.
I connected the aio on the aio fan header not on the one for the cpu.
Thanks Asus for that selfdescriptive
Labeling now I can sieve to the client and fix this on a Saturday.3 -
My dad bought a computer when i was 6 or 7. Trying to launch games via ms-dos.
But we also had the “minitel” a french thing that connected you to a network. I played games on that too.1 -
Well seasons always shift too late
Spent too much time now on paths sideways
Everything that is connected and beautiful
And now I know just where I stand
Thank god it's over
(Pikul is a criminally underrated album of the band Silversun Pickups)1 -
Why hospitals,trains,banks and others use this stupid vulnerable OS called Windows and why the hell they need to be connected to the public internet?
Heck I even think Microsoft does one hand with hackers.8 -
- VueJS
- Develop a cross platform app
- Try get job overseas, pref in Switzerland
- be self employed using my dev powers
- make my bike connected to internet. Dev a real-time dashboard. Try to add consciousness to bike.4 -
Building two virtual servers with an amd eypc 7401p 24 core CPU and 64 gb of ram a freenas server to run the 911 software and jail management software for the local sheriff's office. Oh and they are all connected at 10gb.1
-
I connected oven to wifi using application on my phone but application on my phone didn’t connected to oven.
So now I need to disconnect oven from wifi to connect oven to my phone.
I connected dishwasher last month, first I needed to take a photo of qr code and send it to my laptop to be able to scan it cause it was to small and dishwasher app didn’t recognized it. Looks like dishwasher decided to disconnect from wifi this week so I need to repeat the whole process again.
I also bought connected washing machine and fridge but I think I will try to connect them next month when I manage hopefully to connect my oven.
Seriously home appliances iot is complete shit. Looks like there is no wide known standard of establishing connection so everyone is doing it on it’s own. All this security procedures to connect something to your local network are crap. I hope oven won’t disconnect from wifi.17 -
I try to take print using elementary os. I have connected the printer usb port but in printer settings it is not showing up the printer name.what I need to do.16
-
My father bought a keyboard connected to screen and both working together as computer, that was computer full of video games... One of this games idea was writing code to control the hero movement... Then I started to write codes...2
-
I'm about to embark on an AWS security journey... Gonna find out who has global ssh access open, who hasnt been rotating their master keys, who has lambda connected to an IGW, who has VPC's with a VPN that also have an open SSH machine to the world.
Anything else i should look for?6 -
Ecommerce SaaS service pushing +10K products, that aren't ours, to all our actively connected marketplaces...
-
Went out for a night of food and drinks and came across one of those little screens/kiosks with what I assume is Windows 10 and TeamViewer running o.o and the credentials open to the public. What makes it even worse is that all the screens in the area I live are connected to the same account. D:
-
I found out why my local server kept going offline.
Due to living constraints, it has to be connected to the network via wifi. The cable connecting the wifi card to the computer appears not to work when bent in a specific direction...
Why can't cables that come with things be of good quality?2 -
Just heard South Africa is going into national shutdown and only essential businesses will be operational. (Hospitals, food, water, etc.) We currently only have 402 cases.
What's interesting is that our systems are internal (not connected to internet almost at all) so I need to setup our git repositories to be accessible from internet so I can work from home.
I am honestly done with COVID-194 -
Can you tell that fucken Barracuda VPN Client to only route specific domains to the connected vpn?
It makes no sense to route my whole fucken traffic through my workplace's network. -
Api for providing a central platform of connected accounts. So you can do stuff like get your pubg info in discord or get your Twitter in steam. Has more uses I guess but that's just a starting point :)
-
ProTip/Common knowledge
When looking for an exhaustive answer to a problem you’re facing regarding a specific technology, instead of asking the community for help, post a rant/false assumption connected to said technology and your specific problem.
Et voilà, never before have answers been provided with such swiftness and clarity. -
The mini heart attack when I touched my external hdd and didn't feel any vibrations as usual and then couldn't ssh into the pi it was connected to. I was ready for the worst, but a restart solved it4
-
this feel that i can change the world doing main job basically living anywhere in the world. just give me some keyboard connected to things.
-
I saw somewhere here a super tutorial to devrant tags, can you link me it? It had a picture with no/yes connected blocks.
Search is not really helping to find it so far4 -
Scratch away the PCB trace that was initially connected and solder a wire straight to the IC pin to connect it it to the place you want1
-
Fuck me. I was installing arch after giving up on manjaro not working, and after fighting to get it connected to the wifi, I forgot to plug it in and it died 30 minutes or so into pacstrap.
Goddamned idiot, that's what I fucking am. -
Network management from the terminal is such a pain in the ass on linux! Far too many different config files in many different places, and I have no idea which works with which!
Just now I managed to fuck something up in my RPi's config, so I don't have wifi access anymore and I didn't have time to find its ip address while connected through ethernet :/
Fuck's sake4 -
Anybody knows the Kysoh Tux Droid?
Got one here and need to know if there is some market for those gadgets. How to find out what it is worth?
For those who don't know: It's a penguin which can be connected to the computer via the fish dongle. It is able to move the body, the wings and the eyes. Furthermore it can speak (via TTS) and the wings are buttons.
(Image is fom ParamountZone.com)1 -
Note to anyone who is thinking about using Google Inbox:
Don't use that fucking stupid cuntbag of a tool for important email accounts. Even though it uses POP3 as Google states, it just permanently wiped all 2700 emails from the account via IMAP without any reason just after it was setup, so that even all the locally saved emails on all of our devices connected via IMAP were deleted. Go fuck yourself Google.3 -
Spend 1 hour learning to configure networking interfaces via command line on an ubuntu VM for home use.
Can't ping anything.
Double check /etc/network/interfaces, restart box, check loopback interface functions, check physical cabling.
Realize that VM is attached to a separate virtual switch.
Virtual switch is tagged for Vlan 2, connected router is a flat topology.
Face palm. -
So any fellow Socket.io dev here know how to reduce the delay of my app? When I send an event it sometimes takes like 10 seconds to send the data to the server then to 2 other clients using io.sockets.emit. I'm on LAN where the server and the sender client is connected with a switch then the receiver is on wifi which is connected to the same switch so it's not far away.
Anyways it uses WEBSOCKETS so it should be fast right???!?! Is windows keeping my packets back? (poor packets :( they just wanna arrive :( )5 -
If I had to sell the website I'm currently testing in one sentence, I'd say "It takes less than 3mn to get connected". 😭
-
My wife gave me an iPhone for Christmas. The last one I had was the 4. As soon as it connected to my computer and I answered the first call from it. I don't know, I fell in love. Mind you, I don't want the Apple Watch. I have an amazfit neo and I like it that way.6
-
I sometimes cant scroll on devrant in the web version. I can scroll through rants but not the comments of one rant. It just jumps back to tje beginning of the rant all the time.
Anyone else?
It seems to be connected to resizing the firefox window. If it's smaller, gg. Thats it. No comment reading for me.
Anyone else?2 -
not really that hacky but it was something back then
when I was still learning front end development. I enabled live server on my vs code, connected to a network went to a different PC and connected to same network, went to browser on second PC, entered the other PCs IP adress and added the port number provided by vs code, I was able to access the website I was working on so as I worked and saved the site automatically refreshes on the other computer and i saw the results immediately
this was because I had an 11 inch screen PC. a hp mini. was practically impossible to work with that so whenever my roommates PC was free I'd do that without having to code directly on his PC
later on I enabled auto save on vs code and it seemed I was on a roll. lol -
Damned Samsung phones! Just updating a Samsung (Galaxy? Not sure) J5, every couple of seconds I get a dialog stating network disconnected... Icon says I'm connected... Dammit, Samsung shouldn't be allowed to make software!1
-
Nvidia's drivers for Linux are absolute dog shit. Like how difficult is it to make something functional? I only have 2 monitors connected but the second one is causing the driver to crash, wtf.8
-
made a stand for my phone from some plastic i found a picture with glass front. and some wall hanging no damage sticky. after which i put deskdock on my phone. i am now typing it with my keyboard. I now how 2 screens and a phone connected to one keyboard and mouse. and boy do i feel the power.8
-
Just found out. devRant swag store is not connected with devRant db. Forgot password, doesn't work from there. It said my email id is not registered.4
-
!rant
Uni homework...
How can I decide if a weighted, undirected graph is connected or not, using Kruskal's algorithm?5 -
I found a use for my OPO now!
Spent all morning trying to figure out why my PC emulator created from AVD is lagging. Checked HAXM is installed and running but still slow.
So now my OP1 is the dev phone, has a new home on my desk connected to my PC2 -
Reasons my mother-in-law phones us:
- the laptop is not connected to wifi
- what is the password of our MS Office subscription?
- the website says I can only play videos without adblocker
- I want to keep track of a Youtube video link
:facepalm:5 -
For some reason VLC thought it's still connected to my mini dlna server and now it's trying to play songs from it, which is obviously not working. And now it's creating one toast per failed song...
Fucking hell, 1500+ songs where on that server -
FUCK TEAMVIEWER ... HAVEN'T USED THEN FOR YEARS BUT WANTED TO REMOTE FROM 1 ANDROID TO ANOTHER.
Spent an hour setting up dealing with account lockouts, devices verification.... Finally connected all the 2 phones to the account... And TV can't connect... Stuck at connecting....3 -
if I could use the time I spend on the Windows loading screen actually programming, I might actually be a productive employee.
it has to do with our network... if it's not connected when you boot, it's fast enough, but that's using cached credentials... what the hell is taking so long?2 -
what are some of your thoughs on GraphQL?. I Recently made a side project using it and it was not bad. I just think that GraphQL pays off if you're going to build something highly connected and your queries are very unpredictable (like a social network). Developing new features/endpoints is a bit slower than a rest api and that is a deal breaker for me. But it's ok4
-
Our office just moved to a new place and our internet is not yet connected to the line. Our network connects to the web with a mobile access point in the meantime and it's pretty slow.
One of our managers tried to download some large files without success, then decided to try later from home via TeamViewer onto her office PC.
We tried to not laugh.1 -
Hey JS/Node combo. Get your shit together as I'm really pissed of when I see shit like this. This is why I keep myself distant from everything even remotely connected to you but this time I really want to do web extension.3
-
Bought the HELIO Amped router and low n behold.. ipv4 and ipv6 not connected to the internet. I have a project due. I tried everything from uninstalling/installing drivers to using command flushdns. I’m starting to have my suspicions on the modem?
-
Me in outsourcing sending questions to teamleader to confirm some details in task.
Respond: can we call via skype
Well ok. So we connected and started talking.
TL - "So rest of task connected to the database will provide my co-worker"
Soo the business analityc sold me the view of what user have to see. We disconected and then it hit me.
He tricked me. He was so good with his sell skills that he covinced me to understand when I actually knew less than before call
My lang skill still are so bad but "learning in progress" -
I set up a Linux server on a Rock 64 which connected with a external hard drive at home. Now I can download torrent and run crawlers anywhere from my phone.
-
Do anyone of you use a npm registry server like verdaccio for caching of packages from npmjs.org?
Today I tried verdaccio within a local docker container.
I successfully connected via npm --registry <registry-url> install
There where no errors, but verdaccio kept delivering packages with 200.
Shouldn't it be 304 since the packages already exist in the storage folder of verdacio?14 -
The concept of designing and building a testable application is apparently a very alien one to my colleagues.
1. The application cannot be used without gigabytes of data.
2. The application must be fully connected to all external systems at all times.
3. Convention over configuration is unheard of, so if you manage to achieve the above, it still takes hours to set up the damn thing.
Apes. -
Apparently you need to pay microsoft in order to have access to some security features, such as removing managing connected oauth apps.
What a fucking joke, I need to check a fucking screen of yours that our client has deemed as a bug.
Get your shit together and stop bring such a greedy whore microshit3 -
Hmm. My wireless mouse stopped working when I connected my phone to the USB port.
Solution: have phone fully charged before connecting it.1 -
Looking for advice.
A client has asked me to set up a PoE CCTV system capable of being monitored off-site. I've looked at various camera systems but all of the apps (I'm checking Play store) have bad reviews.
Rather than using an NVR I'm wondering if it's possible to use Linux or Windows on a PC connected to a PoE switch (and the internet.
Anyone done anything like this and can recommend software?6 -
Been waiting for pur internet to get set up for a while now. We've finallu beem connected. Initially we thought we'd be stuck on a ADSL2+ connection with a max possible download speed of 20Mbps. Then we found out we could get cable through a different ISP, so we went with that. We were expecting a decent downloas but not this... this is just great!11
-
I should run a daily cron job for my Mac rants. Today it was just this: I connected to some other iMac over network discovery, but from within in the GUI it is impossible for me to get the IP or any information of that machine. All information it displays you see below. Thanks very helpful. (Only lastly I found the information by pinging administrators-iMac.local)3
-
I would like to say I'm able to by taking decent breaks, and by seeing friends after work and on weekends, but by the time I leave work I usually am done with interacting with people, outside of perhaps messaging.
So in that sense, Discord had been my saviour in that I can stay connected to people, but in a way that doesn't bring other aspects of social media into it. -
I feel connected in all the word's meanings. To give you some context: I'm high, it's illegal, but at least it's outside of office hours1
-
So amusing, how every single PC in my office has 2 speakers connected, but i never saw anyone using them.
You wouldn't be able to work anyway, if everybody was listening to music with those speakers.
On the positive side tho, i can plug my headphones into the speakers standing on my table, so it works like a cable extension lul2 -
fuck you windows
everything that needs wifi wont work because you are trying to tell me that im not connected. but edge works fine?
WTF?!1 -
I have most of my files including all my side projects stores on an SD card that is allways connected to my Mac. Today it stooped working. All gone. One summer of coding wasted. FML.7
-
I bought a .Dev domain couple of hours ago and it's reachable from my phone's browser, but not yet from my PC's browser. Both devices are connected to the same Network. Why does that happen?10
-
Best part of being a dev?
Not there yet, but as long as one has the knowledge, one can create anything, and make people feel connected to their creation.
At least that's what I'm aiming at1 -
Why the heck can't a Dell display (or even better a daisy chain of them) be connected through a Dell docking station to a Dell laptop via Display Port? Seems like they should be compatible after all.3
-
Unable to run internet on company provide Mac book ..fucking. stupid....Tried to remove proxy but not working..Even wifi getting connected and for a second it runs the internet.
How to get rid off this proxy shit6 -
Guys,
Is there anyway I could start a hotspot in Ubuntu, while I'm still connected to the desired network, so that I share the internet connection?4 -
Create new possibilities in the digital world, moving "everything" into the digital world, creating new solutions as a service. A more connected world. Find a problem even though it is small and make it as a service, changing lives for the better.
-
working on a second PC, (formatting it) and it's not connected to the internet, it's clock is an hour in advance for w/e reason, have been using it's screensaver-clock all day
7pm, time to go home, .. fuck only 6pm, noooooooooo -
I got a new QHD monitor for work. Then I realized my notebook only supports one digital output which mens I have to use one nice looking QHD monitor and one, over VGA connected, realy crapy locking monitor. I definitly think I need a new notebook..
-
Anybody know how to disable this?:
https://support.microsoft.com/en-us...
I just updated from 1803 to 1903. I normally connect this computer to an "offline" network. In 1803 it just worked normally and nothing happened when I connected to this network. Now in 1903 as soon as I log into the computer it pops up a browser window saying I am not connected to the internet. According to that link it should have been doing this in 1803, but it was not. Anybody know of a way to disable browser popping up reminding me there is no internet on my network?
Edit: Windows 10 BTW, for posterity.7 -
Has anyone else ever used Matlab and wished other languages had a similar setup? The coding window, repl, variables window and the debugger, all of which are constantly connected?6
-
android devs/linux users, a quick help is needed.
My Ubuntu is not detecting my phone for debugging , but rather its just charging it.
(My phone should show a notification of being connected as a MTP device, but nops, it is not detecting laptop at all, it connects as if I have connected it to a charger)
This problem just started today, idk how or why...6 -
!dev but why can't I use messenger services like WhatsApp or Telegram in the browser without my phone powered and connected? Why are both services still so popular anyway?7
-
That exciting moment when remotely connected from one job's computer to second job's PC and doing third job's tasks. 😏
-
Wanted to download Ballance (amazing game btw) to my IBM ThinkPad running XP. Wi-Fi download speed in SeaMonkey (the only modern browser for XP) was super slow, obviously, so I just opened my MacBook running Ventura, downloaded the game, and then SEAMLESSLY connected to my ThinkPad. Yes, to Windows XP. Out of the box. Good luck doing it on Linux. If that isn't convenience, I don't know what is.10
-
Answering non techie people what my job is. I could say I'm a software engineer, and they would understand because it has the word "engineer". But i prefer to introduce myself as a developer but they give me a confused look.
I think engineer is an overused term and i hate that term, for me, connected to typical asian patents who forces their kids to be an engineer or doctor. -
Firebase said that i can only use 100 simultaneous connections... opened 100+ tabs to approve it..... i connected to more than 100...wtf is goin oon?2
-
If workspace has Macs connected in local network.
Use ssh to your colleague's mac and make Mac "say weird embarrassing noises" ( if you know what i mean ) -
I always try to make problems more ... interesting, fancy, challenging. As soon as it gets boring, my mind is wandering.
Like now, when I wrote like a gazillion stored procedures, connected them to the back end classes, connected them to the new WCF service methods, connected them to the front end ... That's when I try to do anything but work.1 -
My network is somehow fucked up. VPN Client on laptop to my workplace is not connecting via wifi but instead connects when my phone creates a hotspot, while the phone is connected to the same router via wifi? Second laptop this occurrence.
When the work laptop is outside of VPN but connected to the router with wifi, about 50% of web pages are not reachable, same with my own PC and another laptop. Didn't touch my router in ages. Nice fucking conditions for wfh.11 -
Of course iPhone connected to the Mac with iTunes on doesn't let you grab photos and videos from it, because why should it? It's not like feature that even feature phones have.
-
I hacked Youtube. Here is all source code:
views = 0
if user.launch_youtubebe == True:
while user.internet=="connected" and user.battery != "empty":
user.exit_youtube_permission = "deny"
if user.clicked.on_a_video:
views +=1
play_video()
next=recommend_another_20(on_a_video)
if video.end==True:
play(next)4 -
Is it just me, that when tapping a rant on mobile the UI marks multiple list items as "selected", although only the one a actually tapped is opened?
It happens within the time I've written this, independently of app restart and it randomly highlights multiple rants below the selected rant, like a connected group of rants.
Anyone an idea?2 -
Hi, so I am fairly new to GitHub and I just wanted to know how do you publish your code on GitHub Public Repo without disclosing your sensetive credentials like DB hostname, username and password, and other keys like Recaptcha secret?
My GitHub repo is connected to Heroku hosting so I cannot replace the keys with something dummy. It will fuck the production deployment up.11 -
A thing that we all hate. We are programmers and we don't fix computer. Disrupted my programming flow because email doesn't comes in. Turns out the PC itself is not connected to the Internet. FML, now I have to start over.
-
I am anxious about the phones audio not playing through the headphones, but through to the speaker, when connecting in public. Even when the Bluetooth icon shows connected.
I have to remove the headphones and check, every time.
It is only me ?6 -
I'm starting an app open-source. Consists of an emergency "sonar", which you will publish notices and reply too with your connected peers. And I need suggestions and collabs. Can see on my GitHub: github.com/roqueando/konarium.io
Who is interested in helping in backend or frontend I started a workgroup on slack too, so here is the room: todevmore.slack.com
If you have a question, comment below I will reply. -
Is there any good freeware to make an IT-Documentation from every Device witch is connected to the Companies network?4
-
Anyone tried this Krypt.co thing? I just tried setting it up and I hooked up my Github and Google account with it. The odd thing during the connection, it kept asking me to add it as a Security Key. I didn't realize the Chrome Extension tricked the browser to think that it had a security key connected to it.
-
Question about sockets in java. I have one socket server and multiple socket clients connected to that socket server. How to communicate between socket clients when they connect to same socket server? Is there some neat library to handle that socket server/client interactions? Googled for hours cant find a decent solution14
-
I successfully PCI passed through my nvidia 970m to Bluescreen-OS on a nvidia optimus laptop.
Totally useless, if your GPU does not have any video output ٩๏̯͡๏۶
What's the point about having an HDMI output, if it neither works with the intel 530, nor with the 970m? Is it even connected? I mean, srsly, why would you do that? Best Linux support ever!!!1!!!1 -
So this my final year as an IT student, and I need to make a desktop app for the college which is about monitoring and diagnosing network flow and connected hardware, the question is: is there any stuff that can help and will it be better to use a specific language ?3
-
From this article "Fix Ubuntu Desktop to Boot without Monitor Connected" https://bonusbits.com/wiki/...
Solution: "Another solution which is the way I'm headed is to just buy a dummy hdmi/dvi/vga dongle for around $10."
I know.. in opensource world it is always someone else's fault, in the same way, as always, my position about it is: "Fuck you ubuntu devs, you bunch of stupid idiots"3 -
Is it just me or is it annoyingly finnicky to get an android device connected to Linux? I want to transfer files but its not getting mounted (unlike all my other devices like USB sticks/HDDs). And yes mtp is turned on on my device. How do you guys do that? Any convenient way? In this case I would actually appreciate a non CLI method5
-
Connected with a key Facebook Messenger dev on Linkedin.
Now I appear 20 times more often in searches.
Looks like my previous ~60 contacts weren't worth much in comparison. (But I still got requests from recruiters every now and then). -
I deployed a website and hosted it today. Also used a SSL certificate but now when I'm opening it on another device with its own data connection, it is not loading and showing error "This site can’t provide a secure connection".
But if my device is connected to wifi, the website is functioning normally. Can anybody help me out? My website - https://covid-india.live/4 -
I got called to a manager's office one time because his computer wasn't working, I went there only to realise his mouse was not connected to the CPU4
-
I have to implement a gymconnect client in flutter and im quite lost.
I have already connected my flutter app to the device via Bluetooth and started to read some of the data but im not sure if im doing it well.
Could someone give me a tip about implementing this kind of client? Any tip can help a lot, thanks.6 -
Have any of your guys had any success in networking? I feel like if I connected with more technical professionals I could advance so much further but also build meaningful connections with people who already have a lot in common with me.
-
What is the point of specifying whether one connected headphones or an external speaker to the computer or smartphone?
When attaching an audio device, some operating systems and smartphones ask the user about the type of audio device. For what purpose?2 -
My work laptop didn't connect to our in-house vpn when connected to my home wifi. Then again, connected the laptop to my phone as a hotspot, my phone connected to my home wifi. That worked flawlessly? How??10
-
How did the pandemic screw you and your life plans? Tbh there are more serious matters connected with that but just for the sake of my lifeplan: I paid off my debts and was ready to start my travelling spree and visit the countries everybody already have been and maybe go nomad. But pandemic hit, and i am right now stuck in my life which is clawing its way to become my permanent reality.4