#optimization

[ follow ]
fromHackernoon
2 months ago

Tips for Writing Clean Code in TensorFlow 2 | HackerNoon

Refactoring code into smaller functions promotes better readability and maintainability, allowing for easier debugging and optimizing performance with the tf.function decorator.
Python
fromMarTech
6 days ago

Martech maestros focus on internal processes - and drive external success | MarTech

Martech documentation isn't glamorous, but it's essential. Documentation keeps stacks running smoothly, helps teams adopt tools effectively, and ensures that platforms evolve in step with business needs.
Marketing tech
fromZero Day Initiative
1 week ago

Zero Day Initiative - CVE-2025-4919: Corruption via Math Space in Mozilla Firefox

The optimization of returning a BigInt through the out object prevents it from being optimized away, complicating the usage of the index in load and bounds checks.
Software development
fromPsychology Today
1 week ago

The Sophisticated Defense Mechanism of Optimization

Fixating on optimization can serve as a defense mechanism, allowing individuals to distract themselves from the more uncomfortable realities of life that they would rather avoid.
Mental health
#performance
Growth hacking
fromInfoQ
4 months ago

A Walk Along the Complexity-performance Curve

Understanding the performance complexity curve clarifies the relationship between system performance and complexity during optimization.
Scala
fromtowardsdatascience.com
4 months ago

Nine Rules for SIMD Acceleration of Your Rust Code (Part 1) | Towards Data Science

SIMD operations in Rust allow for significant performance improvements, especially with specific data conditions.
Python
fromInfoWorld
3 months ago

Making Python faster won't be easy, but it'll be worth it

Python's performance challenges primarily stem from its dynamic nature, making native speed optimization complex despite various external solutions.
Growth hacking
fromInfoQ
4 months ago

A Walk Along the Complexity-performance Curve

Understanding the performance complexity curve clarifies the relationship between system performance and complexity during optimization.
Scala
fromtowardsdatascience.com
4 months ago

Nine Rules for SIMD Acceleration of Your Rust Code (Part 1) | Towards Data Science

SIMD operations in Rust allow for significant performance improvements, especially with specific data conditions.
Python
fromInfoWorld
3 months ago

Making Python faster won't be easy, but it'll be worth it

Python's performance challenges primarily stem from its dynamic nature, making native speed optimization complex despite various external solutions.
#ai
Marketing tech
fromHackernoon
4 months ago

AI Just Took Over Ad Targeting-And It's Smarter, Faster, and Less Creepy Than Ever | HackerNoon

AI-driven ad platforms must efficiently handle and analyze massive data volumes for optimal ad targeting and spending.
Business intelligence
fromTechzine Global
4 months ago

Opkey launches ERP Lifecycle Optimization Platform

Opkey's platform leverages AI to optimize ERP lifecycle management, aiming to reduce failure rates for implementations.
A significant percentage of ERP implementations fail, highlighting the need for better solutions.
fromHackernoon
1 year ago
Artificial intelligence

New Formula Could Make AI Agents Actually Useful in the Real World | HackerNoon

fromInfoQ
3 weeks ago
Software development

Why Is My Docker Image So Big? A Deep Dive with 'dive' to Find the Bloat

Marketing tech
fromHackernoon
4 months ago

AI Just Took Over Ad Targeting-And It's Smarter, Faster, and Less Creepy Than Ever | HackerNoon

AI-driven ad platforms must efficiently handle and analyze massive data volumes for optimal ad targeting and spending.
Business intelligence
fromTechzine Global
4 months ago

Opkey launches ERP Lifecycle Optimization Platform

Opkey's platform leverages AI to optimize ERP lifecycle management, aiming to reduce failure rates for implementations.
A significant percentage of ERP implementations fail, highlighting the need for better solutions.
fromHackernoon
1 year ago
Artificial intelligence

New Formula Could Make AI Agents Actually Useful in the Real World | HackerNoon

fromInfoQ
3 weeks ago
Software development

Why Is My Docker Image So Big? A Deep Dive with 'dive' to Find the Bloat

fromZero To Mastery
3 weeks ago

[June 2025] Python Monthly Newsletter | Zero To Mastery

If you're a long time reader, welcome back old friend. Alright, let's not waste any valuable time and jump right into this month's updates.
Python
fromHackernoon
55 years ago

The AI Framework That Makes Optimization as Easy as Chatting | HackerNoon

The InteraSSort framework facilitates interactive assortment planning, addressing complex constraints and deep domain knowledge to optimize product selection under various limitations.
UX design
fromHackernoon
1 year ago

Rethinking Simulation: How CompLabs Is Building Foundation Models for Mechanical Design | HackerNoon

Mechanical engineers face significant delays and costs in simulations, but CompLabs is developing an AI model to drastically reduce these times and expenses.
Artificial intelligence
#digital-advertising
fromNuitka
1 month ago

Nuitka Release 1.0 - Nuitka the Python Compiler

The new Nuitka release dramatically improves scalability, optimization, and DLL dependency analysis, paving the way for better performance and community involvement.
fromTechzine Global
2 months ago

How Nutanix uses Nutanix

"Our internal deployment is one of our major strategic initiatives. Through 'Nutanix on Nutanix', we leverage our solutions for our own benefit and efficiency."
Tech industry
fromMedium
2 months ago

Understanding the load() Function in Apache Spark: Syntax, Examples, and Best Practices

The load() function is a general-purpose API in Spark used to read data from various sources. It allows you to specify the format...
Data science
fromIT Pro
2 months ago

SAS thinks quantum AI has huge enterprise potential - here's why

SAS is investing heavily in quantum AI technologies to maintain a competitive edge in enterprise solutions.
Artificial intelligence
fromHackernoon
1 year ago

From RecyclerView to LazyColumn: A Performance Optimization Playbook for Jetpack Compose | HackerNoon

The jump to Jetpack Compose highlights the effortless handling of lists, eliminating the complexity of adapters while ensuring effective performance with LazyColumn.
Mobile UX
fromInc
3 months ago

How to Take Control of Your Marketing Strategy and Drive Consistent Results

One client I worked with ran a thriving medical practice but struggled with feast-or-famine marketing.
Marketing tech
fromDevOps.com
3 months ago

Optimizing CI/CD Pipelines for Developer Happiness and High Performance - DevOps.com

As organizations strive for faster, more reliable software delivery, CI/CD pipelines function as the critical arteries of modern development.
DevOps
fromGrant Slatton's Blog
3 months ago

Typo Minimizing Keyboard

The article discusses the problem of 'valid typos' on QWERTY keys, where adjacent letters cause confusion, and explores optimizing keyboard layouts to minimize this issue.
Exercise
fromPsychology Today
3 months ago

5 Mistakes Hard Workers Make

Hard work is linked to conscientiousness, which brings many positive outcomes.
Hard work can have pitfalls; awareness could help mitigate them.
Maintaining a diligent identity doesn't require constant hard work.
fromHackernoon
5 months ago

How 44 Different Algorithms Compare in Power Flow Optimization | HackerNoon

The evaluation of 44 methods reveals the importance of constraints in linearly constrained programming, emphasizing their impact on the effectiveness of the programming models.
Miscellaneous
fromShopify
8 months ago

Effective Tactics for Customer Journey Optimization (2024) - Shopify

Customer journey optimization enhances every interaction in the customer experience, leading to increased conversions and customer satisfaction.
UX design
#stalker-2
fromVG247
9 months ago
Video games

After Stalker 2 on Xbox Series S felt "impossible," GSC now thinks any game can reach the console's memory limits, and PC version is more optimized

fromVG247
9 months ago
Video games

After Stalker 2 on Xbox Series S felt "impossible," GSC now thinks any game can reach the console's memory limits, and PC version is more optimized

#llms
fromMedium
10 months ago

Tail recursion

Tail recursion is a form of recursion where the recursive call is the final operation, allowing compilers to optimize for memory efficiency, akin to loops.
JavaScript
[ Load more ]