• Breaking News

    Friday, January 29, 2021

    A neat visualization of a convex hull Computer Science

    A neat visualization of a convex hull Computer Science


    A neat visualization of a convex hull

    Posted: 28 Jan 2021 08:56 AM PST

    Software for tracking opened files / directories

    Posted: 29 Jan 2021 03:49 AM PST

    Hello fellow programmers. So i have a little problem that i have to find a solution for at work. I work in the design department of a tool shop. It happens quite often, that my coworkers and myself have to change something on an existing component in our tools. In some cases, a given component is mounted in different assemblies. The problem here is the following case: Lets say i have to change something in such a component, but i have no clue that the given component is also used in a variety of other tools. What happens sometime is that the changes made to this component will not be taken over to the same component in the other tools by the designer, simply because he doesn't know about it's existence in other assemblies. What could help here is something like a little software-tool, that maybe tracks, which directories you open in the file explorer and gives out a warning or something if you do so (maybe a customizable message for different directories). Do you know about existing software for that use-case? How would you handle such a task programming-wise?

    submitted by /u/T64_sCream
    [link] [comments]

    What is the significance of CORS? (Cross-origin resource sharing)

    Posted: 29 Jan 2021 03:31 AM PST

    Latest from KDnuggets: Find code implementation for any AI/ML paper using this new chrome extension!

    Posted: 28 Jan 2021 05:35 PM PST

    [N] NVIDIA, UToronto, McGill & Vector Study Delivers Real-Time SDF Rendering & SOTA Complex Geometry Reconstruction

    Posted: 28 Jan 2021 05:15 PM PST

    A new study by NVIDIA, University of Toronto, McGill University and the Vector Institute introduces an efficient neural representation that enables real-time rendering of high-fidelity neural SDFs for the first time while delivering SOTA quality geometric reconstruction.

    Here is a quick read: NVIDIA, UToronto, McGill & Vector Study Delivers Real-Time SDF Rendering & SOTA Complex Geometry Reconstruction

    The paper Neural Geometric Level of Detail: Real-time Rendering with Implicit 3D Surfaces is on arXiv.

    submitted by /u/Yuqing7
    [link] [comments]

    Bubble sort

    Posted: 28 Jan 2021 09:19 PM PST

    Am I understanding O(n) vs o(n) correctly?

    Posted: 28 Jan 2021 01:24 PM PST

    These concepts are still pretty shaky for me, but simply put I thought I understood O(n) to be an upper bound, plain and simple. This could be a very loose upper bound (eg. n is upper bounded by n2) or a very tight and reachable upper bound (eg. n is upper bounded by n); if f(n) = O(g(n)), then f(n) <= g(n)

    Whereas o(n) is similar, but not the same. I thought that o(n) pretty much is if f(n) = o(g(n)) then f(n) < g(n). So the same thing, but the functions can't be the same; an unreachable upper bound, instead of just an upper bound period.

    Is this incorrect?

    submitted by /u/Missing_Back
    [link] [comments]

    AI Experts Suggest 13 Roadblocks & Limitations to AI Progression in 2021 - TL;DR Included

    Posted: 28 Jan 2021 09:12 AM PST

    No comments:

    Post a Comment