HackerDigest

Overwhelmed by endless Hacker News feeds? Get the lowdown fast with HackerDigest. We serve up the latest in tech, condensed into quick, easy-to-read summaries. Stay in the loop without the time sink. 🚀

View on Github

Stories

Why the CORDIC algorithm lives rent-free in my head

10 hour(s) ago

The CORDIC algorithm is constantly on my mind due to its usefulness and efficiency. We value and carefully consider all feedback and have detailed documentation available for those interested in learning more about the algorithm's capabilities.

Top three comments:

### The phrase "lives rent-free in my head" is overused and has lost its impact, similar to saying "it's nice" but with more words.

Author: blowski

Posted: 1 hour(s) ago

### The commenter is questioning whether a rotation of 22.75Ëš can be broken down into smaller rotations of 45Ëš and -22.5Ëš. They are wondering if this is a mistake in the article or if they are misunderstanding the concept.

Author: aftbit

Posted: 1 hour(s) ago

### The commenter is discussing a concept called the Farey sequence, which is also known as the mediant or naive fraction sum for approximation. They are wondering if this concept can also be applied to angles.

Author: 1oooqooq

Posted: 5 hour(s) ago

Author: todsacerdoti

Num of comments: 20

Score: 193

PeaZip: Open-source file compression and encryption software

5 hour(s) ago

PeaZip is a free and open-source file compression and encryption software that is available for download on Linux, macOS, and Windows. It is based on various open-source technologies and offers features that are often overlooked in similar applications. Users can open and extract over 200 different file formats, including RAR, TAR, and ZIP.

Top three comments:

### The commenter praises PeaZip as great software, noting that it is written using Lazarus and compiled with Free Pascal. They recommend trying it out to see that high quality software can be created with unconventional tools. However, they mention that the lead developer has recently announced that they will be unable to continue development due to complicated eye surgery. They express disappointment at this news.

Author: c0l0

Posted: 3 hour(s) ago

### The commenter discusses the unique feature of programs like 7-zip and PeaZip, which allow users to explore NT paths that Windows Explorer cannot access. They mention being able to access the EFI partition by running the program as an administrator. They also mention using Sysinternals WinObj to view all paths in the NT Object Namespace and how to convert them into standard Windows paths. They note that while Windows Explorer and File Dialogs cannot open these paths, many Win32 applications can accept them as

Author: Dwedit

Posted: 3 hour(s) ago

### The commenter is currently using a Linux operating system and has found that it is able to extract large, malformed zip files generated by OneDrive. These files would normally give a corrupted file error when trying to open them using the native file extractor. The commenter provides a link to an article discussing this issue.

Author: Qem

Posted: 2 hour(s) ago

Author: thunderbong

Num of comments: 45

Score: 107

The Derivative of a Number (2014)

11 hour(s) ago

Edward Barbeau, a professor of mathematics, defined the derivative of a natural number in 1961, which has recently been studied in terms of differential equations, growth, and inequality. This concept has potential applications in other areas of mathematics, such as number theory and complexity theory. However, there are some errors in the proof of its applications, and a different definition of arithmetic derivative has been proposed. The text also discusses the logarithmic derivative, which has been used to solve the P versus NP problem, but there are some errors in the proof. The author also points out conceptual errors in a paper on the P vs NP problem and discusses a function called D(n) that is not well understood in mathematics. The text also explains how to

Top three comments:

### The commenter explains that mathematicians often use the same name for two things that have a similar structure, even if they are not obviously related. In this case, the shared structure is that both the derivative of a function and D(n) follow the product rule of derivatives. This means that they are "morphic" or "homomorphic" in some way, making them essentially the same object. The commenter then goes on to describe how a function can be constructed using prime numbers and their derivatives,

Author: GrantMoyer

Posted: 4 hour(s) ago

### The commenter prefers the Wikipedia entry on arithmetic derivatives over the article being discussed, finding it to be clearer and more interesting. They provide a link to the Wikipedia page for reference.

Author: Almondsetat

Posted: 10 hour(s) ago

### The commenter finds the comments on the OEIS sequence D(n) interesting and shares a link to the sequence. They mention a specific comment that discusses how the sequence can be defined using the prime factorization of n. This leads to the definition of D(p)=1 and the use of the Leibniz rule. Other commenters have also pointed out that this definition works for any unique factorization domain and that it agrees with the standard derivative for polynomials.

Author: xelxebar

Posted: 9 hour(s) ago

Author: tempodox

Num of comments: 59

Score: 98

Show HN: Wag, MFA and Enrollment for WireGuard

10 hour(s) ago

"Wag is a tool that enhances WireGuard by adding multi-factor authentication, route restriction, and device enrollment capabilities. It can be managed through commands and a web interface, and allows for customization of MFA pages and policies. The tool also offers the ability to define deny rules and customize MFA processes, with the latest version introducing changes to MFA routes. Contributions and donations to support the project are also welcomed."

Top three comments:

### The commenter is impressed with the service but has a few concerns. They mention that the registration process involves the server generating a private key and sending it to the client, rather than the client generating a private key and sending the public key to the server. They also suggest replacing the use of HTTP with a more secure option. The commenter also questions how the client will know when the session times out and suggests the idea of a wireguard client that can detect network issues and prompt for reauthentication. They

Author: ta1243

Posted: 2 hour(s) ago

### The commenter is asking if the issue of session management has been addressed or will be addressed in the implementation of wireguard key. They believe that a working VPN server solution should include session management, which would involve periodically rotating keys, terminating sessions, changing IP addresses, configuring routes, and repeating authentication if needed.

Author: asimops

Posted: 5 hour(s) ago

### The commenter is asking if the website has measures in place to protect against brute forcing the TOTP code, such as rate-limiting or a set number of retries. They mention that they looked at the code but did not see anything addressing this issue. They then describe a scenario where someone could potentially use developer tools to loop through all possible TOTP codes.

Author: d-z-m

Posted: 6 hour(s) ago

Author: Nullence

Num of comments: 25

Score: 84

The Emacs Window Management Almanac

11 hour(s) ago

The article discusses various methods for managing windows in Emacs, highlighting its flexibility and potential for improvement. It provides a comprehensive guide to window management, covering tools and tips for efficient navigation and manipulation. The article also acknowledges the cognitive cost of using Emacs and suggests that with time and understanding, it can become a powerful tool for managing windows.

Top three comments:

### The commenter explains how they configure their Emacs to avoid splitting the frame into multiple windows, similar to how a web browser does not split the window into multiple viewports. They mention that their method has changed over the years, but currently, the frame may still split in certain situations, but it automatically goes away without needing to manually delete the window.

Author: hollerith

Posted: 1 hour(s) ago

### The commenter praises the exploration of using ace-window and other modes in Emacs, admitting that they have mostly relied on basic functions like next-window and tmux when working on remote servers. They express excitement to try out the new features.

Author: mark_l_watson

Posted: 4 hour(s) ago

### The commenter is praising a writeup and sharing a useful package called zygospore that allows for the reversal of the C-x 1 command. They provide a link to the GitHub page for the package.

Author: chungus

Posted: 3 hour(s) ago

Author: dargscisyhp

Num of comments: 12

Score: 75

Lessons learned reinventing the Python notebook

6 hour(s) ago

This blog discusses the development of a new type of Python notebook called marimo, which aims to improve maintainability, reproducibility, and multi-purpose functionality. The notebook uses a directed acyclic graph structure to eliminate hidden state and ensure computational reproducibility. It can also be used as an app with support for reactivity and requires no code changes. The author emphasizes the importance of designing for extensibility and welcomes feedback to improve the tool.

Top three comments:

### The commenter is one of the authors of a project called "marimo" and is willing to answer any questions about it. They also provide a link to a previous discussion about the project on Hacker News.

Author: akshayka

Posted: 41 minute(s) ago

### The commenter is excited about recent improvements and shares a link to their 2020 article discussing issues with computational notebooks.

Author: azhenley

Posted: 48 minute(s) ago

### The commenter suggests considering lessons from other reactive notebook environments that have been around for a while, such as Observable, Quarto, and Enso, when reinventing something. They question why these paths are not mentioned when discussing new developments.

Author: dleeftink

Posted: 2 hour(s) ago

Author: mpweiher

Num of comments: 27

Score: 70

Unix Viruses 25th Anniversary Edition

7 hour(s) ago

The 25th Anniversary Edition of "UNIX Viruses" by Silvio Cesare discusses the implementation of ELF virus technology and various infection techniques, as well as evading virus detection. The paper also includes plans for future updates and mentions the UNIX-virus mailing list for expanding knowledge of virus technology. It assumes basic programming and UNIX knowledge, and does not cover significant virus programming techniques or replicate the ELF specifications.

Top three comments:

### The commenter enjoys the format of the site and shares a tip for those who may not know, suggesting the use of uudecode(1) to obtain a file called unix-viruses-src.tgz.

Author: jmclnx

Posted: 6 hour(s) ago

### The commenter is asking if there is a printed version of something, or if one is already available.

Author: integricho

Posted: 4 hour(s) ago

Author: udev4096

Num of comments: 2

Score: 66

Metabolism of autism reveals developmental origins

2 hour(s) ago

New research from UC San Diego reveals the metabolic changes that occur in children with autism spectrum disorder (ASD) before symptoms appear. The study identified key biochemical pathways and a potential treatment, suramin, that targets ATP signaling. This could lead to early detection and prevention strategies for ASD and the development of new treatments.

Top three comments:

### The commenter is a fan of Dr. Randy Blakely's work on the connection between serotonin metabolism and autism. They mention that platelet hyperserotonemia is a strong biomarker for autism and that Dr. Blakely has linked it to SERT transporter polymorphisms and inflammation. They also share a link to a video discussing this topic. The commenter has a hypothesis that differences in serotonin metabolism and receptor hypersensitivity may explain why SSRIs are not commonly used as a first line treatment

Author: grumpy-de-sre

Posted: 4 minute(s) ago

### The commenter argues against pathologizing autistic behaviors and instead suggests recognizing and accommodating for differences between autistic and non-autistic individuals. They also criticize attempts to "cure" or "prevent" autism as eugenic and harmful. The commenter provides examples of how allistic people harshly judge autistic individuals for subtle differences and suggests this is similar to implicit racial bias. They also mention that higher support needs in some autistic individuals may be due to an accompanying intellectual disability or unnecessary pathologizing by caregivers

Author: john01dav

Posted: 2 minute(s) ago

### The comment is providing a link to an actual paper on a website called Nature. The paper is titled "s42003-024-06102-y."

Author: squigz

Posted: 1 hour(s) ago

Author: wglb

Num of comments: 55

Score: 62

She was accused of faking incriminating video of cheerleaders. Nothing was fake

5 hour(s) ago

A woman named Raffaella Spone was accused of creating a deepfake video of a teenage cheerleader, causing a moral panic and tarnishing the reputation of the cheerleading team. However, it was later revealed that the video was not fake and Spone was traced as the perpetrator. This incident highlights the dangers of deepfake technology and the negative impact it can have on individuals and their communities.

Top three comments:

### The commenter is criticizing the behavior of adults involved in a situation where a child was involved. They believe that the mother of the child should have talked to the other parents instead of sending anonymous messages. They also believe that the other parents reacted inappropriately by going into denial and legal mode. The police and prosecutor are also criticized for misinterpreting evidence for their own gain instead of trying to resolve the situation. The media is also called out for sensationalizing the claims without investigating further. The commenter

Author: ano-ther

Posted: 55 minute(s) ago

### The commenter is expressing their disbelief and frustration at how the police can use excessive force and seize belongings from innocent individuals based on false accusations. They question the credibility of the police and criticize their actions as pure harassment. They also doubt the credibility of the teenage girl's claims and find it hard to believe that anyone could be so gullible.

Author: floydnoel

Posted: 3 hour(s) ago

### The commenter expresses their disappointment with a recent court case where the defendant was given a light sentence and had to undergo various forms of punishment. They mention the imperfections of the justice system and compare it to a book they have read about a similar situation.

Author: mrbluecoat

Posted: 2 hour(s) ago

Author: isomorph

Num of comments: 19

Score: 61

Apple Closes in on Deal with OpenAI to Put ChatGPT on iPhone

2 hour(s) ago

Apple is close to finalizing a deal with OpenAI to integrate their ChatGPT technology into the iPhone. This will require users to confirm they are not robots and have JavaScript and cookies enabled. For more information, users can review the Terms of Service and Cookie Policy, and for support, they can contact the team with a reference ID.

Top three comments:

### The commenter is discussing a recent report about Google and Apple potentially collaborating on a project called Gemini. They find it strange that Apple, with its resources and market share, has not made significant progress in the field of AI. They express concern about Apple's focus on privacy and worry that it may be overshadowed by their lack of progress in AI.

Author: endymi0n

Posted: 1 hour(s) ago

### The commenter wants a feature on the future iPhone 17 where they can say "Listen up, Siri" and have it record a voice memo until they say they're done. The memo would then be summarized into to-do items, grocery lists, and potential appointments or stops. The feature should be able to handle pauses, umms, stammering, and changes in conversation. The goal is to have Siri listen in on conversations between the commenter and their spouse and turn it into actionable items.

Author: whartung

Posted: 1 hour(s) ago

### The commenter is surprised that Apple has a moat in AI, as they believed no one had one. They question why Apple can't just use or extend an existing open solution. They also wonder how Apple handles sharing Siri data with third parties.

Author: sureIy

Posted: 1 hour(s) ago

Author: tosh

Num of comments: 45

Score: 46

Nvidia Open GPU Linux Kernel Driver Soon Be the Default for Turing, Newer GPUs

4 hour(s) ago

Michael Larabel, the founder of Phoronix.com, has been working to improve the Linux hardware experience since 2004. He has written over 20,000 articles on topics such as Linux performance and graphics drivers. The Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org are automated benchmarking software developed by Michael. Phoronix Premium offers ad-free access and other features while supporting the site's operations. The site also accepts contributions through subscriptions, PayPal tips, and Stripe tips.

Top three comments:

### The commenter believes that a significant portion of the driver code, which is crucial for the functioning of a system, remains closed source and will likely remain so in the future. They request for someone to provide more information on this topic.

Author: elromulous

Posted: 3 hour(s) ago

### The commenter is questioning whether open drivers will be allowed to support HDMI 2.1, as the HDMI Forum has reportedly told AMD they cannot include it in their open source drivers. This means that currently, the only way to get 8k resolution on Linux is to use Nvidia's closed drivers. The commenter wonders if this means that HDMI 2.1 will no longer be available on Linux. They acknowledge that using DisplayPort would be a better solution, but are still curious about the situation

Author: kentonv

Posted: 3 hour(s) ago

### The commenter is questioning whether CUDA is still not compatible with the open kernel driver.

Author: dindresto

Posted: 4 hour(s) ago

Author: profwalkstr

Num of comments: 10

Score: 40

A Joint Statement from UniSuper and Google Cloud CEO, Thomas Kurian

4 hour(s) ago

UniSuper and Google Cloud have released a joint statement apologizing for the disruption of services that occurred on May 8, 2024. Google Cloud CEO, Thomas Kurian, confirmed that the disruption was caused by an inadvertent misconfiguration during the provisioning of UniSuper's Private Cloud services. The two companies have been working tirelessly to restore the systems and have identified the events that led to the disruption. They have also implemented measures to prevent this from happening again. UniSuper's backups and collaboration with Google Cloud have helped minimize data loss and expedite the restoration process. The completion of the restoration remains their top priority.

Top three comments:

### The commenter is referencing a common issue on Hacker News where users complain about their Google Cloud Platform accounts being locked or deleted without warning. They note that this is a recurring issue and that it has now affected a larger company.

Author: perrohunter

Posted: 3 hour(s) ago

### The commenter was disappointed that the issue with UniSuper's cloud subscription was not receiving more attention. They shared their favorite quote from a Guardian article which explains how the deletion of the fund's cloud subscription caused issues in multiple locations due to a lack of duplication. They also provided a link to the article for further reading.

Author: jdgoesmarching

Posted: 2 hour(s) ago

### The commenter is asking if anyone at GCP (Google Cloud Platform) can provide more information about a recent drama that occurred. They express sympathy for anyone who may have been on-call during the incident.

Author: dgellow

Posted: 2 hour(s) ago

Author: mnming

Num of comments: 14

Score: 37

Multidirectional joint distribution neurons reducing to KAN

7 hour(s) ago

arXivLabs is a platform that enables collaboration and development of new features for the arXiv website. It values openness, community, excellence, and user data privacy, and only works with partners who share these values. Users can suggest projects to enhance the arXiv community through arXivLabs and receive status updates via email or slack.

Top three comments:

### The commenter believes that the work being discussed needs improvement in terms of its English before delving into its contents. They also point out that a specific assertion or citation is incorrect, clarifying that dendritic spikes can propagate bidirectionally in some neurons but not in others. They also mention that spikes are a means to enable faster communication within a cell and that the classic action potential connects the spike initiation zone to a variable subset of presynaptic sites.

Author: robwwilliams

Posted: 2 hour(s) ago

### The commenter is questioning whether the subject has been tested and notes that it does not appear to have been.

Author: cs702

Posted: 3 hour(s) ago

### The commenter is amazed by the complexity of the Transformer, but also scared by the idea that there are even more advanced neural networks being developed. They speculate that these networks could potentially simulate entire biological systems and function like a human brain.

Author: bingbingbing777

Posted: 4 hour(s) ago

Author: jarekd

Num of comments: 11

Score: 35

Kardashev Scale

4 hour(s) ago

The Kardashev scale is a method of measuring a civilization's technological advancement based on its energy consumption, proposed by Soviet astronomer Nikolai Kardashev in 1964. It classifies civilizations into three types based on their ability to access and use energy, with Type I being the closest to Earth's current level. Kardashev also proposed ways to detect and communicate with more advanced civilizations, including building large antennas and focusing on specific wavelengths and temperatures.

Top three comments:

### The commenter is curious about the reasons behind humans developing internal combustion engines before solar powered engines. They mention that solar power seems more accessible and note the significance of the sun in early religions. They are looking for any papers or books that discuss this topic.

Author: chefkd

Posted: 3 hour(s) ago

### The commenter finds the topic interesting, but believes that defining advancement solely based on energy consumption is limited. They argue that a highly advanced civilization would not rely heavily on energy usage.

Author: nico

Posted: 2 hour(s) ago

### The commenter expresses their fascination with the idea of using a star's power to mine cryptocurrency.

Author: pelagicAustral

Posted: 4 hour(s) ago

Author: simonpure

Num of comments: 26

Score: 29