Sun.Mar 17, 2024

article thumbnail

An End-to-End Neural Network is in Full Control of my Car: What does it mean for society?

Ooda Loop

Tesla just delivered a software update to my car that is so dramatically different that it is like having a new car. This post provides a bit more on why and extrapolates some lessons relevant to the future of robotics across multiple sectors.

Network 69
article thumbnail

CodeSOD: How About Next Month

The Daily WTF

Dave 's codebase used to have this function in it: public DateTime GetBeginDate ( DateTime dateTime ) { return new DateTime(dateTime.Year, dateTime.Month, 01 ).AddMonths( 1 ); } I have some objections to the naming here, which could be clearer, but this code is fine, and implements their business rule. When a customer subscribes, their actual subscription date starts on the first of the following month, for billing purposes.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Vertical Farming Heading Towards Epic Failure: Why and what does it mean?

Ooda Loop

Vertical Farming is one of those ideas that is just so virtuous from so many different angles it must be destined for success. How can anyone argue with its goodness?

Energy 59
article thumbnail

Coding Marvels: Navigating Dynamic Apex in Salesforce

Perficient

Aloha Trailblazers! Today we are going to understand and learn more about dynamic apex. As per Salesforce Documentation , Dynamic Apex enables developers to create more flexible applications. In simpler terms dynamic apex allows you to create generic code that could be reused along with multiple sObjects.Thus reducing the overhead of creating the block of code multiple times for multiple objects.

Testing 59
article thumbnail

Get Better Network Graphs & Save Analysts Time

Many organizations today are unlocking the power of their data by using graph databases to feed downstream analytics, enahance visualizations, and more. Yet, when different graph nodes represent the same entity, graphs get messy. Watch this essential video with Senzing CEO Jeff Jonas on how adding entity resolution to a graph database condenses network graphs to improve analytics and save your analysts time.