Home New Trending Search
About Privacy Terms
#
#deprecated
Posts tagged #deprecated on Bluesky
Preview
Microsoft drops support for key devices Microsoft’s latest Windows move could turn your hardware into junk.

#mwgic #2026 #Microsoft #Printers #Drivers #Older #Deprecated

Microsoft drops support for key devices - TheStreet share.google/mSS5xX4ETOwz...

0 0 0 0
Preview
How to "officially" deprecate methods with Node.js utilities Use the Node.js' `deprecated` utility to deprecated methods.

Très cool cette fonctionnalité native de Node qui permet de marquer une fonction comme dépréciée !

🔗 www.stefanjudis.com/today-i-learned/deprecat...

#NodeJS #deprecated

0 0 0 0

Why do you swear so much #MissKitty? I think before I could help it, I became so #deprecated, & allowed it to happen that #permafrost #anger set in, and I'm still working out of it. That's part of it. Other part: says exactly how I feel sometimes. I am that mad. I've been #lied to my whole life.

2 0 0 0
Preview
Upcoming changes to the Bitnami catalog (effective August 28th, 2025) · Issue #35164 · bitnami/charts 📢 Overview As of August 28th, 2025, the Bitnami public catalog will undergo the following changes: Community catalog Disable images generation for Debian-based images and gradually move existing on...

@bitnami.bsky.social seems to close it's #bitnami catalog?
github.com/bitnami/char...

I've checked the bitnamisecure #docker #repo but a lot of the #images used by the #helm #charts are not available, so i guess these charts will be #deprecated too?

This will likely create some work :/

#k8s #wtf

2 0 0 0
Post image Post image

Ouh, it's kind of a sad moment... 😔

I remember the #WWDC where #SceneKit was released, and I even worked on a few projects with it. Now, it is history. 👋

#deprecated #SceneKit #AppleEvent #beta #iOS26 #WWDC25

2 0 0 0
Preview
Why auto_ptr is deprecated in C++? ## Why `auto_ptr` is deprecated in C++ TLDR; the auto_ptr smart pointer keyword has been deprecated in C++ 11 and removed in C++ 17. ### Deprecation and Removal * `std::auto_ptr` was deprecated in C++ 11. * It was completely removed in C++ 17. ### Why Was `auto_ptr` Deprecated? * It had unsafe copy semantics. * Copying an `auto_ptr` transferred ownership and left the source as `nullptr`. * This behavior led to bugs, especially when used in STL containers or standard algorithms. 1 2 3 4 5 | <code>std::auto_ptr<int> p1(new int(42)); std::auto_ptr<int> p2 = p1; // Ownership transferred std::cout << *p2 << std::endl; // OK std::cout << *p1 << std::endl; // Undefined behavior (p1 is nullptr) </code> ---|--- <code>std::auto_ptr<int> p1(new int(42)); std::auto_ptr<int> p2 = p1; // Ownership transferred std::cout << *p2 << std::endl; // OK std::cout << *p1 << std::endl; // Undefined behavior (p1 is nullptr) </code> ### What to Use Instead * `std::unique_ptr` — for exclusive ownership * `std::shared_ptr` — for shared ownership 1 2 3 4 5 6 7 8 9 | <code>#include <memory> #include <iostream> int main() {     std::unique_ptr<int> p1(new int(42));     std::unique_ptr<int> p2 = std::move(p1); // Transfer ownership     std::cout << *p2 << std::endl; } </code> ---|--- <code>#include <memory> #include <iostream> int main() { std::unique_ptr<int> p1(new int(42)); std::unique_ptr<int> p2 = std::move(p1); // Transfer ownership std::cout << *p2 << std::endl; } </code> ### Comparison Table Feature | `std::auto_ptr` | `std::unique_ptr` ---|---|--- Copyable | Yes (but dangerous) | No Move semantics | No | Yes Introduced/Removed | C++98 / Removed in C++17 | Introduced in C++11 ### Conclusion Use `std::unique_ptr` or `std::shared_ptr` for modern C++ memory management. Avoid `auto_ptr` entirely in new codebases. #### C/C++ Programming * C++ Lvalue, Rvalue and Rvalue References * C++ assert vs static_assert * Why auto_ptr is Deprecated in C++? * C++ What is the consteval? How is it different to const and constexpr? * Tutorial on C++ std::move (Transfer Ownership) * const vs constexpr in C++ * Tutorial on C++ Ranges * Tutorial on C++ Smart Pointers * Tutorial on C++ Future, Async and Promise * The Memory Manager in C/C++: Heap vs Stack * The String Memory Comparision Function memcmp() in C/C++ * Modern C++ Language Features * Comparisions of push_back() and emplace_back() in C++ std::vector * C++ Coding Reference: is_sorted_until() and is_sorted() * C++ Coding Reference: iota() Setting Incrementing Values to Arrays or Vectors * C++ Coding Reference: next_permutation() and prev_permutation() * C++ Coding Reference: count() and count_if() * C++ Code Reference: std::accumulate() and Examples * C++ Coding Reference: sort() and stable_sort() * The Next Permutation Algorithm in C++ std::next_permutation() –EOF (The Ultimate Computing & Technology Blog) — **GD Star Rating** _loading..._ 396 words **Last Post** : C++ what is the consteval? How is it different to const and constexpr? **Next Post** : C++ assert vs static_assert The Permanent URL is: Why auto_ptr is deprecated in C++? (**AMP Version**) ### Related posts: 1. Comparisions of push_back and emplace_back in C++ std::vector In C++, both push_back and emplace_back are methods of the std::vector class used to add... 2. const vs constexpr in C++ C++ const vs constexpr: What’s the Real Difference? Both are used in C++ to define... 3. From Idea to GitHub Pages: Building Tools with AI and Vibe Coding Built and Open-Sourced 3 Mini Tools with AI Recently, I used ChatGPT-4o and o4-mini to... 4. Tutorial on C++ Smart Pointers Tutorial on Smart Pointers in C++ Smart pointers in C++ provide automatic and safe memory... 5. The Computers at Early 2000s In 2003, I took the college entrance exam and then spent the summer in Beijing.... 6. Teaching Kids Programming – Delete Nodes From Linked List Present in Array Teaching Kids Programming: Videos on Data Structures and Algorithms You are given an array of... 7. Interview Coding Exercise – Nested String (Python) Nested String A string S consisting of N characters is considered to be properly nested... 8. Providing an IsUnicodeVersion API in Your Delphi Project I have recently migrated my project from Delphi 2007 to Delphi XE8 (and Seattle). It...

Why auto_ptr is deprecated in C++? Why auto_ptr is deprecated in C++ TLDR; the auto_ptr smart poi...

https://helloacm.com/why-auto_ptr-is-deprecated-in-c/

#c #/ #c++ #C/C++ #programming #languages #auto_ptr #c++ #deprecated #programming #shared_ptr

Result Details

0 0 0 0

Sometimes the hardest part isn't building something, but acknowledging when it's time to move on, even after significant investment. #Deprecated

0 0 0 0
Post image

Inside a deprecated oil tank
#photography #panorama #landscape #deprecated #oiltank #blackandwhite

37 0 0 0
Google Cloud Monitoring documentation with bright red deprecation banner, and red "DEPRECATED" text tiled repeatedly in the background in a sharp call to action.

Google Cloud Monitoring documentation with bright red deprecation banner, and red "DEPRECATED" text tiled repeatedly in the background in a sharp call to action.

QQ: is this product #deprecated?

Props to #GoogleCloud #DevRel #Cloud docs to making it abundantly clear to any human that this is NOT the monitoring language you're looking for. (#PromQL #FTW)

@gdgcloudboston.com

0 0 0 0
Post image Post image

An old bunker
#photography #blackandwhite #bw #bunker #deprecated #stavanger

33 0 0 0
Preview
Does aria-atomic have real-world use cases? · Issue #2458 · w3c/aria · GitHub Back when ARIA live regions were first developed, aria-atomic seemed like a good idea, in case a tool wanted to update a single node, but the only real way to represent the content was reading a co...

aria-atomic will be soon #deprecated #ARIA #aria-live #a11y

github.com/w3c/aria/issues/2458

1 0 0 0

aria-atomic will be soon #deprecated #ARIA #aria-live #a11y

github.com/w3c/aria/issues/2458

0 0 0 0
Preview
First Reminder of Windows 10’s Retirement Windows 10 was first released on July 29th, 2015, to address the issues that Windows 8 brought and to give you new amazing features. It featured a redesigned start menu, an elegant look, and new fu…

First reminder of Windows 10 EOL.

#Windows10 #Windows #Deprecated #TechNews

officialaptivi.wordpress.com/2025/01/11/f...

0 0 0 0
Preview
Nitrocid KS 0.0.24.0 is now EOL As we are heading towards 2025, we have decided to end support for the 0.0.24.x release series for Nitrocid KS. This means that we’ll no longer provide the following services for this version…

Nitrocid KS 0.0.24.0 is now out of support.

#Csharp #programming #deprecated #Nitrocid #NitrocidKS #KernelSimulator

officialaptivi.wordpress.com/2024/12/31/n...

0 0 0 0
Preview
Microsoft is killing another handy Windows 11 feature Windows 11's "suggested actions" menu will be removed in a future update.

Microsoft is adding Windows 11's "suggested actions" menu to the list of deprecated features, with intentions to remove it outright in a future update to the OS.

#microsoft #windows11 #actions #deprecated #features
www.windowscentral.com/software-app...

0 0 0 0

Final warning! We will not support Windows 7 anymore as of December 19th, 2024.

#csharp #programming #deprecated #eol #windows7
officialaptivi.wordpress.com/2024/12/12/f...

0 0 0 0

Blast from the past: today I had the pleasure of troubleshooting a #SharePoint provider-hosted add-in 😅

Not something I was missing in my life…

#Deprecated #RightlySo

3 0 0 0
Preview
Nitrocid KS 0.0.24.x Deprecation The 0.0.24.x version of the kernel simulator is coming to an end on January 1st, 2025, and we are too close to the deprecation date. This means that this version series that initially started on Au…

#NitrocidKS 0.0.24.x series will be #deprecated soon.

#Nitrocid #NitrocidKS #csharp #programming #deprecated

officialaptivi.wordpress.com/2024/11/22/n...

0 0 0 0

As we are skeptical of the #release health of #Textify 2.4.0, we'll mark them as #deprecated and #recall the release by removing it from GitHub. We'll make an #errata release of 2.4.0 by introducing #bug #fixes once internal issues are solved.

#csharp #dotnet #programming

0 0 0 0

I need Azure to stop deprecating stuff. I feel like every day is a new email telling me service x has to be migrated to y by date z. I've spent all summer migrating stuff that I just want to work to new systems that do exactly the same thing...but differently.

I'm done...

#Azure
#deprecated

1 0 0 0

Was anyone else sad when Microsoft deprecated `at`? #Microsoft #Windows #deprecated #depression

0 0 0 0
Preview
It&#8217;s the Boot for TLS 1.0 and TLS 1.1

It’s the Boot for TLS 1.0 and TLS 1.1 hacks.mozilla.org/2020/02/its-the-boot-for... #tls #legacy #ssl #firefox #deprecated

0 0 0 0