| News Nug |
|---|
|
Australia might restrict GitHub over damage to kids, internet laughs Published: 2025-09-26 | Origin: /r/programming Failed to fetch content - HTTP Status - 403 |
|
Our plan for a more secure npm supply chain Published: 2025-09-26 | Origin: /r/programming The content provides a comprehensive overview of resources and insights related to artificial intelligence (AI) and machine learning (ML) within the GitHub ecosystem and the broader technology industry. Key topics include: - Learning to build and collaborate using generative AI, including tools like GitHub Copilot. - Insights on large language models (LLMs) for developers. - Best practices and tips for machine learning and AI code generation to enhance developer experiences. - Career development resources, including moving into professional roles and improving skills |
|
JRuby and Leyden: Even Better Startup Published: 2025-09-26 | Origin: /r/ruby The author, a Java and Ruby enthusiast, discusses recent improvements in startup time for JRuby thanks to Project Leyden. They've observed significant activity in the OpenJDK project, with over 500 commits in the last month. Following a suggestion from Aleksey Shipilëv, the author created a custom Leyden JDK build to test these enhancements. Previous startup times were at 423 milliseconds, but with the new updates, the base startup time has improved to 353 milliseconds, a reduction |
|
Open Social Published: 2025-09-26 | Origin: Hacker News On September 26, 2025, it was noted that open source software has become dominant in the tech industry despite initial skepticism and resistance over the past thirty-five years. While closed source products still exist, the prevailing trend favors open source, making it a safe choice for businesses today. This success is attributed to its widespread adoption, even though it may not fully align with the original ideals of "free software." The author draws a parallel between the rise of open source and a nascent movement in |
|
Ruby AI: Interview with Carmine Paolino, Creator of RubyLLM Published: 2025-09-26 | Origin: /r/ruby In a special interview with Carmine Paolino, the creator of RubyLLM, the current state and future prospects of the RubyLLM library were discussed. RubyLLM has rapidly gained popularity, with nearly 3.5 million downloads and consistent rankings among the top trending Ruby libraries on GitHub. Since its initial release, RubyLLM has seen significant updates, progressing from version 1.0 to 1.8.2, and has garnered support from over 50 contributors. Ruby |
|
1 Bit is all we need: Binary Normalized Neural Networks Published: 2025-09-26 | Origin: /r/programming The increasing complexity of large neural network models, particularly in language and image processing, presents deployment challenges due to high memory demands and computational inefficiency. A novel strategy introduced in this work involves the development of models that utilize single-bit parameters, allowing all parameters in the layers—like kernel weights and biases—to be either zero or one. These models are built using "binary normalized layers," which can be adapted from traditional layer types, such as fully connected and convolutional layers. To demonstrate their effectiveness, |
|
Passenger 6.1.0 Published: 2025-09-26 | Origin: /r/ruby Passenger 6.1.0, released by Phusion, introduces rpm packages for EL10 (RHEL, Rocky, Alma) and Debian 13 Trixie, along with improved compatibility for Rack 2 and 3 applications. This version also features Generic Language Support, allowing it to support arbitrary applications across various languages. Users are encouraged to consult the installation guide for setup assistance, especially if transitioning from languages other than Ruby, Python, Meteor, or Node, with a generic guide provided for |
|
Ahab's Arithmetic: The Mathematics of Moby-Dick (2021) Published: 2025-09-26 | Origin: Hacker News The article "Ahab's Arithmetic: The Mathematics of Moby-Dick" by Sarah B. Hart, published in the Journal of Humanistic Mathematics, explores the mathematical references found in Herman Melville's novel Moby-Dick. Hart argues that the prevalence and depth of these references reflect Melville's strong mathematical knowledge and skills. The piece examines significant mathematical imagery and provides context about various mathematicians and mathematical works cited in the novel. Additionally, it includes biographical information that supports the claim of |
|
Java 25 New Features With Examples Published: 2025-09-26 | Origin: /r/programming Java 25, released on September 16, 2025, is a Long-Term Support (LTS) version that enhances core libraries, language specifications, security, and performance, aiming to improve developer productivity and AI capabilities. Oracle will support this version for at least eight years, facilitating gradual migrations for organizations. Key upgrades are introduced via JDK Enhancement Proposals (JEPs), each providing summaries, examples, and use cases. A notable feature includes enhanced pattern matching, which now supports primitive |
|
The effect of H-1B quota on employment and selection of foreign-born labor (2018) Published: 2025-09-26 | Origin: Hacker News Of course! Please provide the content you would like me to summarize. |
|
A platform-jumping prince – History of Prince of Persia's 1990s Ports Published: 2025-09-26 | Origin: Hacker News The author reflects on their favorite version of the original Prince of Persia game, which has been a topic of interest for 35 years. They express a strong personal connection to the original Apple II version, which they developed over three years (1986-1989). However, they recognize that the 1990 PC version, developed concurrently, is the most remembered version due to its enhanced graphics and sound, as well as faithful adherence to the original game. This version featured improvements such as re-orchestr |
|
Ruby's faker gem as a source of random spinning wheels Published: 2025-09-26 | Origin: /r/ruby Stan discusses the versatile use of the Ruby gem, faker, which is primarily known for generating mock data for automated testing. While many developers associate faker solely with testing, Stan highlights its potential for creative applications, such as creating themed spinning wheels for fun. Each wheel utilizes faker’s extensive variety of random data, encompassing topics like colors, countries, and foods, making it suitable for various projects beyond testing, including education and games. Each wheel is limited to 24 items for aesthetic balance, but users can |
|
Flock Reinstalls Cameras Without City Approval After Unlawful Govt Access Published: 2025-09-26 | Origin: Hacker News Evanston's community newspaper, the Evanston RoundTable, encourages locals to sign up for their free newsletters, highlighting that over 10,000 residents are already subscribers. In recent news, the private surveillance vendor Flock Safety has reinstalled its stationary license plate cameras in Evanston without city authorization, despite a cease-and-desist order issued by the city. This follows a prior order to remove 19 cameras due to legal issues surrounding Flock's collaboration with U.S. Customs and Border Protection |
|
My Deus Ex lipsyncing fix mod Published: 2025-09-26 | Origin: Hacker News Joe Wintergreen is an Australian video game developer currently working as a senior technical designer at Riffraff Games. He specializes in creating tools, tutorials, and resources for game development, particularly using Unreal Engine. In 2021, he developed a mod for the original Deus Ex that fixes its lipsyncing and blinking issues, which had been problematic since the game's release. Wintergreen details his exploration into the game's lipsync mechanics, referencing an interview with coder Chris Norden that revealed the original elaborate system was |
|
Exploit allows for takeover of fleets of Unitree robots Published: 2025-09-26 | Origin: Hacker News Security researchers have identified a serious vulnerability in the Bluetooth Low Energy (BLE) configuration interface of several Unitree robots, including the Go2 and B2 quadrupeds and G1 and H1 humanoids. Disclosed on September 20, 2025, this vulnerability allows attackers to gain root-level access remotely, leading to potential exploitation without user intervention—creating a "wormable" malware scenario where an infected robot can autonomously compromise other nearby Unitree robots, forming a botnet. The |
|
Exploring Terminals, TTYs, and PTYs Published: 2025-09-25 | Origin: /r/programming This post discusses the concepts of terminals, TTYs (teletypewriters), and PTYs (pseudoterminals), focusing on how terminal emulators display text and styles. It highlights the use of escape codes for formatting, line discipline, and signals, along with a simple Python example using Pyte to illustrate underlying mechanisms. Historically, interaction with computers began with physical terminals that only showed text, lacking advanced features like color. In modern computing, terminal emulators replicate these behaviors. |
|
Postgres 18: OLD and NEW Rows in the RETURNING Clause Published: 2025-09-25 | Origin: /r/programming On September 25, 2025, Postgres 18 was released, featuring notable enhancements such as async I/O and UUIDv7 support. Among the improvements is the ability to access both previous (OLD) and current (NEW) values in the RETURNING clause for INSERT, UPDATE, DELETE, and MERGE commands. This addition simplifies distinguishing between newly inserted and updated rows during upsert operations, which previously relied on checking xmax = 0—a method dependent on internal implementation and not guaranteed by |
|
RedoxFS is the default filesystem of Redox OS, inspired by ZFS Published: 2025-09-25 | Origin: Hacker News RedoxFS is the default filesystem for Redox OS, designed with inspiration from ZFS but adapted to fit a microkernel architecture. A previous read-only ZFS driver was discarded due to compatibility issues with Redox's microkernel. RedoxFS is a replacement for TFS and is MIT licensed, allowing it to be bundled with GPL-licensed operating systems like Linux. The filesystem comes with tooling for creating, mounting, and editing .img files containing RedoxFS. To use Redox |
|
Decision Log: Why writing down your technical choices is a game-changer Published: 2025-09-25 | Origin: /r/programming The content discusses the numerous decisions we make daily, ranging from trivial to significant choices. It mentions a claim about making 35,000 decisions a day, which lacks evidence, while a newer study suggests an average of 122 informed decisions daily. The author emphasizes the importance of decision quality, noting that even small improvements can have significant long-term impacts. To enhance decision-making, the author follows two key rules: document the decision-making process and reflect on past decisions. Writing helps clarify thoughts and serves |
|
Immutable Infrastructure DevOps: Why You Should Replace, Not Patch Published: 2025-09-25 | Origin: /r/programming The concept of immutable infrastructure is compared to building a new house rather than renovating an existing one. In IT, this means treating servers and infrastructure as unchangeable once deployed; instead of updating systems in-place, new, pre-configured instances replace them entirely. This approach minimizes risks associated with traditional mutable deployments, where changes can lead to unexpected issues. Immutable infrastructure ensures consistency and reliability by deploying the exact same image tested, avoiding configuration drift and “it works on my machine” problems. While container-based |