Random Articles (Page 3)
Have a deep view into what people are curious about.
π EURion constellation
The EURion constellation (also known as Omron rings or doughnuts) is a pattern of symbols incorporated into a number of banknote designs worldwide since about 1996. It is added to help imaging software detect the presence of a banknote in a digital image. Such software can then block the user from reproducing banknotes to prevent counterfeiting using colour photocopiers. According to research from 2004, the EURion constellation is used for colour photocopiers but probably not used in computer software. It has been reported that Adobe Photoshop will not allow editing of an image of a banknote, but in some versions this is believed to be due to a different, unknown digital watermark rather than the EURion constellation.
Discussed on
- "EURion constellation" | 2016-02-14 | 155 Upvotes 25 Comments
π Google Sidewiki
Google Sidewiki was a web annotation tool from Google, launched in September 2009 and discontinued in December 2011. Sidewiki was a browser extension that allowed anyone logged into a Google Account to make and view comments about a given website in a sidebar. Despite the name, the tool was not a collaborative wiki, though the comments were editable by the author.
Discussed on
- "Google Sidewiki" | 2023-07-02 | 134 Upvotes 100 Comments
π Virtual queue
Virtual queuing is a concept used in inbound call centers. Call centers use an Automatic Call Distributor (ACD) to distribute incoming calls to specific resources (agents) in the center. ACDs hold queued calls in First In, First Out order until agents become available. From the callerβs perspective, without virtual queuing they have only two choices: wait until an agent resource becomes available, or abandon (hang up) and try again later. From the call centerβs perspective, a long queue results in many abandoned calls, repeat attempts, and customer dissatisfaction.
Virtual queuing systems allow customers to receive callbacks instead of waiting in an ACD queue. This solution is analogous to the βfast laneβ option (e.g. Disney's FASTPASS) used at amusement parks, which often have long queues to ride the various coasters and attractions. A computerized system allows park visitors to secure their place in a βvirtual queueβ rather than waiting in a physical queue.
In the brick-and-mortar retail and business world, virtual queuing for large organizations similar to the FASTPASS and Six Flags' Flash Pass, have been in use successfully since 1999 and 2001 respectively. For small businesses, the virtual queue management solutions come in two types: (a) based on SMS text notification and (b) apps on smartphones and tablet devices, with in-app notification and remote queue status views.
Discussed on
- "Virtual queue" | 2015-12-26 | 73 Upvotes 23 Comments
π Joy (Programming Language)
The Joy programming language in computer science is a purely functional programming language that was produced by Manfred von Thun of La Trobe University in Melbourne, Australia. Joy is based on composition of functions rather than lambda calculus. It has turned out to have many similarities to Forth, due not to design but to a sort of parallel evolution and convergence. It was also inspired by the function-level programming style of John Backus's FP.
Discussed on
- "Joy (Programming Language)" | 2020-05-02 | 98 Upvotes 42 Comments
π Frank Rosenblatt
Frank Rosenblatt (July 11, 1928Β β July 11, 1971) was an American psychologist notable in the field of artificial intelligence. He is sometimes called the father of deep learning for his pioneering work on neural networks.
Discussed on
- "Frank Rosenblatt" | 2023-04-07 | 70 Upvotes 39 Comments
π The curious case of Croatian wikipedia
Discussed on
- "The curious case of Croatian wikipedia" | 2019-12-08 | 127 Upvotes 31 Comments
π SCOβLinux Disputes
In a series of legal disputes between SCO Group and Linux vendors and users, SCO alleged that its license agreements with IBM meant that source code IBM wrote and donated to be incorporated into Linux was added in violation of SCO's contractual rights. Members of the Linux community disagreed with SCO's claims; IBM, Novell, and Red Hat filed claims against SCO.
On August 10, 2007, a federal district court judge in SCO v. Novell ruled on summary judgment that Novell, not the SCO Group, was the rightful owner of the copyrights covering the Unix operating system. The court also ruled that "SCO is obligated to recognize Novell's waiver of SCO's claims against IBM and Sequent". After the ruling, Novell announced they had no interest in suing people over Unix and stated "We don't believe there is Unix in Linux". The final district court ruling, on November 20, 2008, affirmed the summary judgment, and added interest payments and a constructive trust.
On August 24, 2009, the U.S. Court of Appeals for the Tenth Circuit partially reversed the district court judgment. The appeals court remanded back to trial on the issues of copyright ownership and Novell's contractual waiver rights. The court upheld the $2,547,817 award granted to Novell for the 2003 Sun agreement.
On March 30, 2010, following a jury trial, Novell, and not The SCO Group, was unanimously found to be the owner of the UNIX and UnixWare copyrights. The SCO Group, through bankruptcy trustee Edward Cahn, decided to continue the lawsuit against IBM for causing a decline in SCO revenues.
On March 1, 2016, SCO's lawsuit against IBM was dismissed with prejudice; SCO filed an appeal later that month.
Discussed on
- "SCOβLinux Disputes" | 2024-03-09 | 22 Upvotes 3 Comments
π KarΕshi, death by overwork
Karoshi (ιε΄ζ», KarΕshi), which can be translated literally as "overwork death" in Japanese, is occupational sudden mortality. The major medical causes of karoshi deaths are heart attack and stroke due to stress and a starvation diet. This phenomenon is also widespread in other parts of Asia.
Discussed on
- "KarΕshi, death by overwork" | 2010-05-25 | 26 Upvotes 12 Comments
π Canadian Traveller Problem
In computer science and graph theory, the Canadian traveller problem (CTP) is a generalization of the shortest path problem to graphs that are partially observable. In other words, the graph is revealed while it is being explored, and explorative edges are charged even if they do not contribute to the final path.
This optimization problem was introduced by Christos Papadimitriou and Mihalis Yannakakis in 1989 and a number of variants of the problem have been studied since. The name supposedly originates from conversations of the authors who learned of a difficulty Canadian drivers had: traveling a network of cities with snowfall randomly blocking roads. The stochastic version, where each edge is associated with a probability of independently being in the graph, has been given considerable attention in operations research under the name "the Stochastic Shortest Path Problem with Recourse" (SSPPR).
Discussed on
- "Canadian Traveller Problem" | 2019-05-27 | 20 Upvotes 1 Comments
π Node.js wikipedia entry marked for deletion for not being notable
Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scriptingβrunning scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm, unifying web-application development around a single programming language, rather than different languages for server- and client-side scripts.
Though .js is the standard filename extension for JavaScript code, the name "Node.js" doesn't refer to a particular file in this context and is merely the name of the product. Node.js has an event-driven architecture capable of asynchronous I/O. These design choices aim to optimize throughput and scalability in web applications with many input/output operations, as well as for real-time Web applications (e.g., real-time communication programs and browser games).
The Node.js distributed development project was previously governed by the Node.js Foundation, and has now merged with the JS Foundation to form the OpenJS Foundation, which is facilitated by the Linux Foundation's Collaborative Projects program.
Corporate users of Node.js software include GoDaddy, Groupon, IBM, LinkedIn, Microsoft, Netflix, PayPal, Rakuten, SAP, Voxer, Walmart, and Yahoo!.
Discussed on
- "Node.js wikipedia entry marked for deletion for not being notable" | 2011-04-12 | 67 Upvotes 27 Comments