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 - "image"
-
AI developers be likejoke/meme ml face recognition ai to overtake humanity soon ai recognition image processing image recognition9
-
Wow! Apparently DevRant saves custom images for every rant!
As far as I can tell, these can be accessed by adding "/image.png" to the end of your rant link!24 -
Wrote some codes that uses your photos to compose an input image. Will post code later. Written in Python though. Also this is my dad. Also I wrote this in Yellowstone cuz I didn't like the view lol.20
-
I feel like this image perfectly encapsulates the current state of the web development industry. (Image not by me)1
-
So I've been trying to copy images in an existing, writable directory. Here is a Patrick meme I created to avoid getting insane.6
-
INTRODUCING:
---
SYNTAX HIGHLIGHT BOT
---
I have lots of ideas.
This was one of them.
Last week I was playing around with https://carbon.now.sh and found it quite cool!
Then I thought: https://carbon.now.sh supports Twitter. Cool. But what about devRant?
So yeah, then I got the idea: A devRant Bot that generates https://carbon.now.sh images!
Now, 4 days and 800 lines of code later, the bot is ready!
I even had to rewrite the notification checking code 4 times, because none of them worked perfectly...
But on the other hand, the final solution is so good that I want to keep it a secret for now ;D
---
HOW TO USE:
All you need to do is to mention the bot!
Example:
<rant>
@highlight
console.log('Hello World!');
</rant>
The bot then generates your syntax highlighted code (as an image) and posts it as comment a few seconds later.
Everything before the "@highlight" will be ignored!
Example:
<rant>
Look at this code:
@highlight
function add(a) {
return a + 1;
}
</rant>
Here, "Look at this code:" will not be included in the syntax highlighted code.
If the comment text ends right after the "@highlight", the bot wont reply, btw.
---
THEME SELECTION:
That's not all!
You can even select the theme for your syntax highlighted code!
Just go to my other rant and read the instructions!
The theme will be used for every image the bot generates for you!
Link:
https://devrant.com/rants/2178551
---
Feel free to ask any questions in the comments!
My creator (and father thanks to @rutee07), @Skayo, will try to answer all of them!
P.S.: Speaking of @rutee07: I'm a girl. (Also thanks to him)174 -
I don’t know what’s worse:
1) The dev that whitelisted .jpg and throws an exception when .jpeg is used.
2) I’m having to educate business users how to rename a file.5 -
Saw my GitHub project shared on social media. WTF? Guess what the thumbnail is everytime it's shared. Why does GitHub use my fucking face? Fork You!
**changing avatar...**4 -
!rant
Just wanted to share stuff. It's my first time.
<backstory>
I'm a c# dev, recently got excited about neural networks and stuff. I have a gf who studies biology
</backstory>
So i've noticed yesterday what my gf is doing for her science stuff. She has an image taken through a microscope of some erytrocytes and shit. And she's clicking on those tiny fuckers to count them. There are like almost a hundred of those things in an image and she has a butload of those images.
I was like "what the fuck? Don't you have an app that counts the stuff for you or something?"
And there is none. Or at least i wasn't able to find one. That's bullshit. My inner programmer screams with hate for boring repetitive tasks.
So i guess i'm going to write a neural network to count similar stuff in an image.33 -
I’ve battled depressed I failed to realized I had for many years. I didn’t love myself, I forgot what it felt like to love myself, and then one day my life turned around out of the blue. I believe my turning point was when I realized that I wasn’t alone and that people did care about me. I just wasn’t motivated especially after almost losing my cousin to suicide 3-4 months back. It changed my DNA, my personality, everything about me changed until I told myself that I had enough.
Today marks the 4th month where I last had a cup of coffee, soda, or junk food in general because in all honesty it was just making my depression worse. Today also marks the 4th month I’ve been going to the gym without fail and I’ve now noticed how far I’ve come. I love myself more than ever now and I am VERY goal oriented as well. I have one more year left until I get my bachelors degree in Software Development and soon after I’ll go in for my Masters and who knows what I’ll do after that.
It’s all uphill from here and by sticking to my new routines I am feeling a lot better as the days and months pass.
Attached is my progress thus far, left is from when I felt at my lowest and right is the progress I’ve made so far with improving myself and where I am at now.
I love myself, I love those that love me, and I LOVE feeing AMAZING like I do now when I wake up every morning waiting to see what the day has in store for me 😄❤️rant self-improvement let me be your antidepressant <3 love you guys self-image story time progression depression love you all38 -
Warning: the following image may cause severe eye damage and temporary autism. Viewer discretion is advised!10
-
Employers look for degrees, fellow developers look for stickers - how to tell a developers experience xD6
-
Article title: "Mastering React component composition using children"
<image of a couple holding a baby>
Image caption: "Parents with child."
**Reads the title again**
Wait what?4 -
You don't need to crop that full resolution Shutterstock image, just use max width 100%
Image size: 7+mb3 -
Finally I could get the correct computer :)
Just missing the raised arm for the screens instead of desk stands
(ok,my real desk is not transparent but it was to cool to not take ;) )3 -
I'm bored af so I'm creating a language based on images.
In one day I instantiated my first variable :D
Basically, the first pixel defines the action type (in this case, red = initialize variable), the second one defines the variable color (aka name), and the rest defines the value using grey scale (0-255, every r/g/b is a character).
I know this is soooooooo useless but I just want to do something particular.
*Epic music* this is the birth of JPxl *stop epic music*!9 -
And I thought they had removed all of the joke questions from SO! I haven't seen this one, maybe it was lost to time.8
-
Today I'm ranting about Windows. No, it's not "WiNdOwS sUcKs!", it's more like "But why!?"
See, I'm an IT guy for the year, and in my office they use Windows. Now once upon a time, they had Active Directory and all that (well, actually, they still do) but then they got some new computers running Windows 10, and for some reason they just couldn't join them to the domain!
Why can't they, you ask? Well, Microsoft only allows Win 10 Pro and up to join a Domain, and since these computers came with Win 10 Home, that wasn't possible.
Long story short, I now have some 30 computers that need to be upgraded (possibly from 7) to Win 10 Pro, and joined to the Domain.
Thing is, I would like to do that all in one go, so I look into how to automatically setup Windows.
"Ah! Got it, provisioning packages!"
Lest you think they work let me spare you now: they don't. Just like real computers where everything is different, provisioning packages failed to work twice, and after wasting about a week trying to make it work, I gave up.
So now I realized that I need to try a different method, a custom windows image. Issue is, I've got no clue how to make one. See, microsoft decided to go all in on the provisioning packages thing (they do have advantages in certain use cases), and seemed to decide that making custom images was no longer necessary, so they documentation was nearly impossible to find.
But after a lot of searching, I figured out how to do it:
1. Install Windows in a VM.
2. Put it in audit mode.
3. Install your stuff.
4. Create an unattend.xml file with certain customizations.
5. Put the unattend in Windows\System32\Sysprep
6. Generalize the image.
7. Boot WinPE.
8. Open the console.
9. Capture the image.
10. Wait an hour or two.
11. Done!
I'm over simplifying, it was a huge PITA, and yet there were still issues.
Maybe another time I'll talk about those.27 -
Client wanted to send us e-mail addresses.
Client sent an image inside a Word document showing a list of e-mail addresses.
Luckily ShareX has an OCR feature.1 -
So I found this image on my Dropbox from ages ago but this still happens today.
I think the image tells you all you need to know...10 -
I absolutely hate it when people doesn't care about the ratio of a picture. It's worse when you try to explain them why ratio is important and they look at you like you're an alien.1
-
Why do they send flat colour logos as fucking jpegs? Indexed png or gif unless you like the artifacting on your shit logo, dickbrain.4
-
git commit -a -m"fix image"
git commit -a -m"fix image 2"
git commit -a -m "fix image 2 bug"
git commit -a -m "fix image 2 bug bug"
git commit -a -m"fix image final"4 -
Simple sidescroller made in Unity featuring a little green pixel dragon.
And the fun thing is that the dragon is awfully similar to the Docusaurus logo. (see below image)
So... what?
FB stole my idea. (lol)
And I am not releasing my dragon cuz people will shout at ME who seems to plagiarised FB.3 -
Gah gets me every time I open an image I want to share with friends on messages later.
Share dialog ain't cutting it.1 -
I spent 2 hours last night trying to figure out how to rotate an image in Java without clipping it. I was all in with a pencil and paper sketching everything out to make sure my math was right.
Turns out I was calculating the new image size correctly, but I used to wrong variables to define the new dimensions...
Sigh. -
Windows 10 Image viewer:
void ShowImage(string imagePath) {
Thread.Sleep(3600)
imagePath:GetImage().show = true
}
Sorry if my code is bad. But you understand what i mean xD2 -
Just love when I wake up with answers. I was trying to do this (Rant text loads -> Image place holder -> Image loads -> Image replaces placeholder) for hours last night but couldn't figure it out. Today, I did it over lunch.
-
Support Team Member opened a ticket.
> This customer's image isn't loading.
Load image, it's white and transparent on a white page. -
I've discovered that working with artists on a videogame is the equivalent of the chapter when Homer asks for a wish to a monkey arm on the Simpsons.
- I want a png image of the player on idle position. And I dont want a 30000 x 30000 image, neither an image which half of it are transparent pixels, neither the image not to be centered or any strange thing ok?
*They send the image*
- Normal resolution, well drawn, no visual artifacts centered on the image...
*Tries to import it on the game engine*
+ Can't import .jpg format images
- FFFFFFFF#@€&£$$}•{^÷|CK!
This happened after a year working on the same project on the same engine with the same image format specifications.undefined image speficication more than artistic team autistic team i hate artists game project art team1 -
Back with more features now!
Cuz I don't have anything to do at work
This image is composed of screenshots from season three4 -
In my opinion the image feature on devRant is not very user friendly. I think following points should be changed:
- In the rant preview the image has always a 1:>=1 ratio. This means that you can't see the full image unless the image has exactly a 1:1 or smaller ratio.
- To see the image in fullscreen mode you have to tap two times. In my opinion that's just too cumbersome. Often when i browse through devRant and i see a image i just scroll along because i don't wanna tap two times to see the image.5 -
Me trying to impress my girlfriend with the light painting.
Motivated me to develop my own algorithm for the effect.joke/meme algorithms camera light light painting algorithm image algorithms painting love images image google4 -
Me to customer: I need that image in either svg or png format.
Customer sends a zipped .docx file containing nothing but an image.2 -
Holy duck, I lost two days on a convolutional autoencoder splitted in two separate neural networks to encode and decode separately, it reconstruction had some strange behaviours. I was giving as input an image and then saving the encoded compressed representation in a new image, in this way I could decode it with the decoder whenever I want saving space.
How much retarded am I?
The internal layer's weights hadn't constraints so in learning phase the convolutional filters can contain any number, positive > 255 or even negative and I cannot save it in a new image as they are so they were clipped automatically between 0 and 255 with an huge information loss.
It's so frustrating when you rewrite the code in any possible way, you obtain the same wrong result and then you realize that was a borderline behaviour of a third part library.undefined convolution dimensionality reduction rbg autoencoder machine learning 255 neural networks image processing1 -
Why does the 'save image' feature in 'DevRant' Android App take so long? I mean it's just saving the image from ram to storage right.... also the image sizes are pretty small.
Okay just noticed they aren't getting saved anywhere...😅13 -
As child: 'When I grew up and earned some money I'm gonna by a full Photoshop-Version.' 😎
Now: 'You cannot buy it fully anymore.' 😫
#ChildhoodDreamsKilledInstantly3 -
Convert images to ASCII pictures in PowerShell
https://github.com/off-world/...
sharing my latest side project here as I thought some of you guys maybe will like it.2 -
So, Instagram put that "Be the first to comment" as a part of the background on the image itself. Whenever I scroll past comments that is visible in between the gaps. They couldn't even render a simple text view if there are no comments. And, I thought I was the only one who uses lazy hacks to make things work.2
-
I was supposed to do an image of Windows 10 1709 version, but the computer has suddenly started to download the new 1803 version!1
-
Wrote a image generation api which uses a headless browser within 2 days ^^ it generates an image like the one below in around 500ms while also loading external resources like that avatar and the icons. ^^2
-
I never felt this satisfied in my entire life,
So I was working on an open-source org where people can come and read books online for free. But they were facing the challenge of making books text selectable with the mouse pointer. But the problem was that their website renders scanned images of the books so it is impossible to select text from it.
So I solved this problem by building a small prototype that could do it. All of the books that they have in their database are having XML files associated with them which contains the coordinates of each word. So the logic was simple - select a rectangular region to pass its coordinates and check whether the coordinates of a word are lying in that rectangular region or not and display them. This trick is helpful because most of the OCR generates a similar XML file.
So if you wish to use this prototype for your own projects - you can check my GitHub repository https://github.com/ishank-dev/...
please star it if you like. -
Our teacher always tells some funny facts while coding. Today he mentioned auto stereograms. Someone who can read this?18
-
Since image means a thousand words, I'm going to reply anyone who doesn't understand my sarcasm with this very sarcastic image3
-
*drone crashes*
Trump: I was there on 7/11
____________________________________
Original image poster: @jumpshot441 -
NodeJS:
*Put image in Folder*
</>Import Image from "./images/image"
Xamarin
*Create Folder ONLY FROM VISUAL STUDIO*
*place image into folder*
*Properties: Build action: Embedded Resource*
THE FUCKING RECOURSEID DOESNT EVEN APPEAR WHAT THE FUCK XAMARIN2 -
When a Google image search on your company name turns up more images of "ME" than the co-founders... Amazing feeling... One of the perks of working in start ups...2
-
My boss uses agile development so he doesn't has to think about use cases he wants to be covered by the application.
He's just throwing in a "design" (an image that is probably created with Paint) without any further specifications and inconsistent elements, let the developer work two days on it, see the outcome, complains why it's not how he wanted it to be and then starts thinking how the feature should be integrated in the app and notices that his "requirements" from the image could not provide any advantage or usage at all for the user of the application. Asking for clarification before starting to work just leads to spongy statements or silence when he notices that he didn't think through to the end.
Sad is that this has not happened only once but is usually the way a new feature is developed...1 -
OpenCV is like an USB port: You never have the right input format and it only works after converting the damn thing multiple times!
-
Received web design PSD version:
- first layer: text
- second layer: text
- ...
- last layer: PNG image1 -
Talking about the Open Graph protocol (http://ogp.me/)
Why the fuck does the Facebook Object Debugger tell me that my image in the og:image meta tag could not be loaded when I put a HTTPS link in there, but when there is a HTTP link with a permanent redirect to the HTTPS link it can load the fucking image.2 -
You'll probably know that Google removed the direct image link in Image Search...
Is there a Chrome extension which brings that button back?
Should be easy to do because Google now embeds the original image on the search results page.4 -
The newest fucking chrome update made image previews (and other dark elements in chrome) fuck up (the actual image is only the white rectangle, the shitty half darker tone is the shit I am talking about), I even deactivated all the fucking plugins to make sure its none of them, did anyone else have that and fixed it? it doesn't even appear in the fucking source wtf5
-
Clicked on a funny devRant post
Chuckled immensely
Clicked back arrow
Still saw image and back arrow
Spammed back but nothing happened
Turns out the burn-in on my phone is so bad that it still shows that back arrow on the rant feed...
P.S. After typing that I saw that the edges of gboard was also burned into my display uggghhhhh3 -
I've been working on a new meme-platform / image-board with a friend for the past few months and we've just reached an working form with most of the basic functionality in place. Now we could use some memers to test the page and fill it with some content. If you love memes as much as we do we would be greatful if some of you could give it a try :)
You can find us under: soosig.me19 -
A colleague of mine:
God damn, my application is racist.
Me: why?
Answer: It doesn't see enough white. -
How do I interpret the json response for the image of the user? It's a really long filename string, and idk what to do with it3
-
OK guys the time has come for my home PC to finally become 100% pure Linux (No dual booting).
But I will need to keep a backup of my windows installation (Just so i don't have to download everything over in case i return to the demon that is windows).
What is a good image capturing program?
Was going to use ghost because of past experience but just want to hear some alternatives!6 -
Designed a person detection and tracking algorithm based on RCNN and lukas-kanade object tracking algorithm in openCV python.
Need help in cases of occlusion any suggestions?4 -
Reinstalled my computer, installed needed programs, made a system image.
I feel sooooo good right now. -
It seems to me that we all keep posting the same images (normally geeky tech humour) or how programmers are seen by others etc... would it be useful to have an image gallery on devRant so that we can all post into it, lets face it we all love to see them. might stop the same images being posted over and over again .... Would have to be moderated though !
what do you think @dfox ?? -
I don't understand why the fuck does opencv not use the standard RGB sequence for image channels!
Why the fuck do they have a BGR! That makes absolutely no sense! Such a great library yet this one little nuisance messes it big time!
I know there are inbuilt function to convert into RGB and yes you can build your own as well! All the best trying to visualise after converting to gray scale or using any library that takes RGB as input!
Stupid Shit!1 -
"Git is timing out in this ubuntu Docker image I built, let's have the image use git bash instead"
What...4 -
Finally, after days of research and failures, I managed to understand and tweak TensorFlow's program for image classification.
The feel of power, arcane knowledge and fascination is just incredible.
Might not seem much these days, nobody was interested in it. But I, deep inside, knew: I was proud of myself.2 -
Used pip install to integrate tensorflow with python 3.5 on windows 10 machine but there were no models available in it. Had to download that separately and add it to tensorflow. Then tried using both inception and clasify_image.py but gives name error cannot find core. But when tested on python idle there were no error there. I don't want to custom create my own classifier but retrain the model. Any solution people?1
-
Why can't I attach a fucking image to my rant!! it's making me mad. uploading and uploading..... grr 😤5
-
Is there a particular reason, why every image, that gets uploaded here is recompiled as Jpeg? Makes every screenshot I uploaded as png very blurry..5
-
A quick question. Did anyone encounter with decreasing image quality in Javascript(Angular 5 to be exact). If so, how?
When I say quality, I mean really quality, not size1 -
Am I the only one not being able to open up an image from a rant in the detailed preview 😐 hate dat shit
-
My company design floor plan and some photoshop work for clients.
One project was to resize the image to certain width and height and place it in the center of the photo with padding 40px around.
I wrote an extended script of Adobe to help the design department and process thousand of images within an hour.
My Boss was so impressed and have a meeting with me. He said: "You need to lead IT department and create a system that can detect the client's requirement and complete the drawing with Adobe Illustrator automatically".
Me: Thinking (Meh, I have no knowledge of Image Processing with my poor Mathematics, where can I die with his requirements?) -
Some computer scientists believe that OpenCV has between 3 and 8 different documentation websites, but we may never know for sure.
-
Googled for about 2 hours now and can't get this shit working. Trying to launch the Android Wear Emulator through Android Studio using KitKat 4.4 API. I created a new device within the device manager using 512 MB RAM and 128 MB VM. Square Display.
I am running on osx 10.11 El Capitan on Software Acceleration (because hardware doesnt even boot to the android logo). I get the following error when running using ./emulator:
Error while connecting to socket '127.0.0.1:1970': 61 -> Connection refused
emulator: ASC 127.0.0.1:1970: Retrying connection. Connector FD = 25
What does it mean? I couldnt find an asnwer on the net.2 -
Hey. Is there better open source image editor on mac than GIMP or Pinta?
I like GIMP but it has a bit complicated UI3 -
OpenCV,OpenFace,Caffe are supported in Arch Linux,but CUDA is not supported!! :| WTF!! How these packages could be supported in Arch but CUDA not!7
-
good guy pexel allows me to insert free random kitten pictures as an easter egg, retrieving all by a tidy api. made my day.
no affiliation, only gratitude. -
I'm not able to post my Banner as a signature, because the filter recognize this banner as the same exact image.
Please think about a signature option5 -
#request
Automatically like posts when saving attached images to gallery.
I forget that way too often. -
!rant && idea
I'd it'd be nice if we would be able to browse all the images in a timeline.
Currently looking for one picture in particular, but it came across through algo. So very hard to find it again ⊙︿⊙1 -
When did you first learned about that under the share menu there is a save image for image rants? :)3
-
Was just told that my week is going to be spent changing 700ish image names from "some-image-name" to "some-image-name1"... for "SEO" benefits. Seriously, what the heck... :? Nothing good can come of this...10
-
A question about image processing and machine learning.
I post random images of the Earth to Twitter. I would like the bot to detect if the image is bad one. How can I do this? Here is an example of bad image.10 -
Real camera simulation:
I know how to simulate the optics part given the camera calibration model and parameters.
I would like to know how to characterize the grey level values given X amount of light, which I assume is more the CCD part.
Suggestions?2 -
Is there any advantage of spending more effort and time on an opensource image annotation application?
https://naturalintelligence.github.io/...
I've just done with imglab v2. Two reasons I've developed it is to use it without installation (on web) and integration with open libraries (face++ currently) for fast annotation.
It has more features than above 2 and many are in queue. But as their are many annotation library already available, I'm not able to decide if it is worthy to spend more time on this.
What do you suggest? -
-.- why not keep the image url in a list for all the things?
loading 5m+ image is very crazy thing in website... -
I have no idea how to make custom images so i keep a txt file for “apt-get install“ or “yum install“
-
@dfox, would be awesome to have a download image feature... there are some good posts here worth a place in our memories3
-
Can anyone suggest me a github link for GAN in deep learning for generation of new images which is mostly used by the researchers
-
Hi all, I've just started learning how to create a wordpress site from scratch. I have created a header.php file which includes an image. The image displays fine on the front page but doesn't display on any other pages. The rest of the header.php displays fine on all pages.
Any ideas why the image only works on one page?
All page files are in the root folder.
TIA4 -
Any WordPress developers here? Which free plugin is best for image compression/optimization?
Need Quick Suggestions!!2 -
Oh yeah, I wanna rant... What is this awful image compression on DevRant?! A lot of time, images posted by ranters are illegible if they contains text. If we are lucky enough, the ranter will then post an Imgur, else... It would be really great to get an image quality equal to DevRant quality... Please!2
-
I really don't like to use image sprites, but when we have to, it's hard to explain how specific they need to be. (All the way specific) and then they need to be halved... so no odd widths or heights...
-
Hummm, why it's slower to save the image than load the image in devRant?
Because of that, i perfer to take a screenshot to save it....10 -
I'm looking for a 'meme' / funny image from a programmer that is sitting behind his computer. A ray of sunlight is coming in and he closes the curtain.. and continues coding :)
Cheers! :D8 -
Chrome is cool but have you ever assembled a 96 megapixel png with magick?
That shit uses 3GB ram why
At least now that I reserved a third of my memory to the linux VM my hard drive isn't abused for its page file anymore3 -
https://images.weserv.nl/
Image, resize, blur, rotate etc free with cloudlfare cache. Used recently and is quite fast and easy for all.
I guess it can qualify as API -
Does anyone know any good resources that walk you through building a image localization neural network(preferably in tensorflow)? Something that talks you through the though process behind the network design decisions and perhaps examples of training data used to train the network? It seems like every search result is just an example of how to download a premade network and it's weights which from a learning perspective is not very helpful. I'de really love to see one of the Yolo version walked through and trained but honestly any localization would be helpful.