Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Extrapolation is strong in this one... (Score 5, Insightful) 180

> Every year since ï1966 when the country transitioned from pounds and shillings to decimal currency, the total value and number of notes in circulation increased.

> That all came crashing to a halt in the 2022-23 financial year, with a sharp decrease in $50 notes especially.

So every year for 57 years it went up, and this year it went down, and that is then immediately extrapolated to "they're going cashless, mark my words!".

Comment Ah, the memories... (Score 4, Funny) 69

We had one of these worldwide DECnet WAN infrastructures around 1996 or so. Bloody system came down every week with lots of meetings, RCAs, with everybody and their dog etc.

Then one week it didn't. And the next week neither. And nothing in the third week.

Then we were called into a meeting to explain why the DECnet trafic didn't go through their DECnet nodes anymore but all went through our Cisco routers, despite that they explicitly had told us not to do it.

Submission + - Verification of Neural Networks via Linear Programming (github.com)

An anonymous reader writes: A step-by-step tutorial on how to check the robustness of a neural network and how to systematically create adversarial examples using linear programming. An adversarial image is an image that is altered just enough for a neural network to misclassify it. The original image and the altered (adversarial) one are indistinguishable to the human eye. The tutorial includes Python code on an Jupyter notebook. The goal of the presentation below is to be simple yet precise. It is meant to illustrate a technique rather than to provide a practical implementation.

Comment mtree(8) (Score 3, Interesting) 256

NAME
          mtree -- map a directory hierarchy

SYNOPSIS
          mtree [-LPUcdeinqruxw] [-f spec] [-f spec] [-K keywords] [-k keywords]
                      [-p path] [-s seed] [-X exclude-list]

DESCRIPTION
          The mtree utility compares the file hierarchy rooted in the current
          directory against a specification read from the standard input. Mes-
          sages are written to the standard output for any files whose character-
          istics do not match the specifications, or which are missing from
          either the file hierarchy or the specification.

Slashdot Top Deals

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...