this post was submitted on 30 May 2025
355 points (95.6% liked)
Comic Strips
16840 readers
2295 users here now
Comic Strips is a community for those who love comic stories.
The rules are simple:
- The post can be a single image, an image gallery, or a link to a specific comic hosted on another site (the author's website, for instance).
- The comic must be a complete story.
- If it is an external link, it must be to a specific story, not to the root of the site.
- You may post comics from others or your own.
- If you are posting a comic of your own, a maximum of one per week is allowed (I know, your comics are great, but this rule helps avoid spam).
- The comic can be in any language, but if it's not in English, OP must include an English translation in the post's 'body' field (note: you don't need to select a specific language when posting a comic).
- Politeness.
- Adult content is not allowed. This community aims to be fun for people of all ages.
Web of links
- !linuxmemes@lemmy.world: "I use Arch btw"
- !memes@lemmy.world: memes (you don't say!)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
IDE - The precursor to SATA? I don't get it...
Edit: Learn something new every day! Thank you!
From my limited knowledge (just started learning python) an IDE (integrated developing environment) is a program where you can do multiple things in one place while writing a program like coding, debugging or even running your application
I never knew it used to be a storage standard. Turns out it was renamed to PATA at some point.
As someone else said, IDE refers to development software like Visual Studio, Eclipse, and others. Nowadays a lot of text editors (VS Code/ium, Sublime Text, and many others) come with enough features to pass as an IDE too, but some people still somehow differentiate between them.