Working from home is powering productivity

https://www.imf.org/-/media/Images/IMF/FANDD/hero/2024/09/hero-Bloom-c-IMF-photo-cyril-marcilhacy.ashx?h=1080&w=2656&la=en
Working from home has increased productivity and economic growth by saving employees time and money, and allowing them to work more efficiently. This shift has also brought wider benefits such as increased labor supply, reduced pollution, and improved quality of life.

"Begin disabling installed extensions still using Manifest V2 in Chrome stable"

Chrome will disable Manifest V2 extensions in stable Chrome over weeks, directing users to Manifest V3 alternatives. Enterprises have until June 2025 to migrate due to an extended policy exemption.

How long til we're all on Ozempic?

https://asteriskmag.com/assets/img/asterisk_x.png
GLP-1 medications like Ozempic are expected to grow significantly in sales, with a forecast of 23 million patient-years by 2030. However, supply shortages and insurance coverage restrictions may limit sales, with only 15% of Americans with diabetes or obesity likely to have access to these drugs.

$2 H100s: How the GPU Rental Bubble Burst

https://substackcdn.com/image/fetch/w_120,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f05a21e-05b3-4691-a2bb-44547e0acd7e_1074x1268.png
Eugene Cheah, co-founder of Featherless.AI, advises against buying H100 GPUs due to oversupply and price drops. He recommends renting instead, as it's more cost-effective.

Lm.rs: Minimal CPU LLM inference in Rust with no dependency

https://raw.githubusercontent.com/samuel-vitorino/lm.rs/main/repo_cover.svg
User created a minimal Rust code for full inference on Language Models on CPU without ML libraries, adding support for Llama 3.2 models. The code is available with benchmarks and download links for models and tokenizers, with instructions for installation and conversion.

Nobel Peace Prize for 2024 awarded to Nihon Hidankyo

https://www.nobelprize.org/uploads/2022/10/nobel-peace-prize-logo.jpg
The Norwegian Nobel Committee awarded the 2024 Nobel Peace Prize to Nihon Hidankyo for its efforts to achieve a world free of nuclear weapons. The Japanese organisation, comprised of atomic bomb survivors, helped establish the "nuclear taboo" through witness testimony and advocacy.

Understanding the Limitations of Mathematical Reasoning in LLMs

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers studied Large Language Models' (LLMs) mathematical reasoning capabilities using GSM-Symbolic, a new benchmark. They found LLMs' performance declines when questions are altered or have more clauses, suggesting they replicate reasoning steps rather than perform genuine logical reasoning.

Tesla Robotaxi

Started a guide to writing FUSE filesystems in Python

https://gwolf.org/files/2024-10/python-fuse.400.png
The author was invited to give a talk at the Chicago Python User Group, but initially declined due to lack of experience with Python. They then created a project to help students learn FUSE-based filesystems in Python.

A Lisp compiler to RISC-V written in Lisp

http://www.ulisp.com/pictures/3j/raspberrypipico2.jpg
A Lisp compiler written in uLisp compiles Lisp functions into RISC-V machine code for execution on a Raspberry Pi Pico 2. The compiler uses a subset of Common Lisp and supports tail-call optimization, recursive function calls, and boolean operations.

Every bug/quirk of the Windows resource compiler (rc.exe), probably

https://www.ryanliptak.com/images/every-rc-exe-bug-quirk-probably/zig-ico.png
The author of the post implemented a Windows resource compiler in Zig, called resinator, and discovered many quirks and bugs in the original Microsoft RC compiler, including edge cases with user-defined types, non-ASCII digits, and VERSIONINFO resources. The post details 15 bugs and quirks in the RC compiler, including miscompilation, crashes, and bizarre behavior, and explains how resinator ...

An exoskeleton let a paralyzed man walk, then its maker refused repairs

Valve says Steam users don't own a thing, GOG says its games can't be taken away

https://cdn.mos.cms.futurecdn.net/6mtmmTG9AavwwxkJsiMn6m-320-80.jpg
Steam now shows a message stating game purchases grant a license, not ownership. GOG is responding with a banner emphasizing its offline installers, which cannot be taken away.

Kagi Snaps

Snaps is a Kagi Search feature that limits results to a specific website using a short code and @ symbol. It's similar to Bangs, but searches Kagi's index instead of the site's internal search.

Curly-Cue: Geometric Methods for Highly Coiled Hair

https://www.cs.yale.edu/homes/wu-haomiao/publication/static/images/opening_figure_TK_smaller.png
Researchers developed algorithms to generate highly coiled hair shapes using geometric methods. The algorithms model phase locking, period skipping, and helical perversions to create richly detailed depictions of coiled hair.

Initial CUDA Performance Lessons

https://probablydance.com/wp-content/uploads/2024/09/parallel_sum.png
To optimize CUDA code, use memory coalescing and consider using specialized hardware like tensor cores. CUDA requires a different approach, focusing on parallelization and using shared memory and registers to reduce synchronization overhead.

Fundamental physics is dying? [video]

WordPress Alternatives

https://darn.es/img/Z1hjw9Q-ghost.png
The article lists alternative CMSs to WordPress, including Ghost, Kirby, Indiekit, Craft CMS, ClassicPress, Statamic, and others, each with their own features and pros and cons. The list aims to provide viable options for those seeking a self-hosted CMS that can be easily installed on a server.

Machines of loving grace: How AI could transform the world for the better

https://darioamodei.com/images/mlg-card.png
The CEO of Anthropic, a company researching AI risks, discusses the potential benefits of powerful AI, which could lead to significant advancements in biology, medicine, and neuroscience, improving human life expectancy, treating diseases, and enhancing mental health.

Show HN: NotesHub: cross-platform, Markdown-based note-taking app

https://about.noteshub.app/images/features/desktop/offline.png
NotesHub is a versatile note-taking app with features like Kanban boards, Markdown editor, and Git repository syncing. It's available on multiple platforms and offers a one-time purchase price with no subscription fees.

In SSRI withdrawal, brain zaps go from overlooked symptom to center stage (2023)

https://www.psychiatrist.com/wp-content/uploads/2023/06/Brain_Zaps.png
Physicians are now aware of brain zaps, a disconcerting symptom of antidepressant withdrawal, which can be distressing and mysterious. Gradual tapering, switching to fluoxetine, and CBT during the discontinuation process can help mitigate brain zaps and other ADS symptoms.

LLMs don't do formal reasoning

https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c84b2f-cb58-4890-acc4-08a5a157e5e6_2644x1756.png
AI researchers at Apple found LLMs lack formal reasoning, instead relying on pattern matching, which is fragile and prone to errors. This flaw, also observed in previous studies, highlights the need for alternative AI approaches, such as neurosymbolic AI, that combine symbolic manipulation with neural networks.

Show HN: Dead man's switch without reliance on your infra

https://opengraph.githubassets.com/0b1ec0f0c72b12fa50ae71962c2e26e07df620b21e2e41597ada15d5a1bf4a40/adamdecaf/deadcheck
Deadcheck is a dead man's switch that triggers actions if checks aren't confirmed within a specified time. It uses external services like PagerDuty for alerts, ensuring execution even if the hosting infrastructure is down.

Gleam: A Basic Introduction

https://peq42.com/wp-content/uploads/2023/01/cropped-logo1.webp
Here is a 2-sentence summary of the user's input in 200 characters or less: Gleam is a statically-typed functional language for building scalable software, inspired by Elm and Rust. It supports variable declaration, arithmetic operations, functions, and case expressions, making it a compelling language for concurrent and distributed systems.

Google Play killed my game and won't tell me why

https://antiidlereborn.com/wp-content/uploads/2024/10/image.png
Tukkun, an indie game developer, had his Google Play account terminated without warning due to "prior violations" and "High Risk Behavior" despite his game "Anti-Idle: Reborn" being approved for production. He is appealing the decision but has received no clear explanation from Google.

Nurdle Patrol

https://www.nurdlepatrol.org/app/assets/publication-photo-01.jpg
Nurdles, tiny plastic pellets, are washing up on beaches, riverbanks, and lake shorelines by the millions. A documentary follows an expedition to find the source of the nurdle pollution and its environmental impact.

Show HN: I made an Ollama summarizer for Firefox

https://addons.mozilla.org/user-media/previews/thumbs/306/306724.jpg?modified=1728646306
Updated Ollama model with dynamic token limits, automatic loading, and chunking for long pages. Fixed potential issues with incorrect token limits and improved user experience in options page.

Why do systems fail? Tandem NonStop system and fault tolerance

https://www.erlang-solutions.com/wp-content/uploads/2024/07/Tandem-non-stop-1024x454.png
The Tandem Non-Stop architecture achieved high availability through modularity and fault tolerance, similar to Erlang's BEAM virtual machine. Understanding system failures and implementing processes with fail-fast mechanisms and backup processes can ensure high availability in software systems.

Ask HN: What breakthrough helped you build and maintain better relationships?

You struggle to transition from acquaintances to friends due to unclear reasons. Trying to improve may involve being more outgoing, showing genuine interest, and varying social settings.

INTELLECT–1: Launching the First Decentralized Training of a 10B Parameter Model

https://cdn.prod.website-files.com/66239f0441b09824acb92c7e/67079b8e1e9378b02a7d7e32_67079b87b20db5c1cc14292c_var%25205%2520(2).png
The INTELLECT-1 project is a decentralized training run of a 10-billion-parameter model, inviting anyone to contribute compute and participate, aiming to bring open-source AGI closer to reality. The project uses a new decentralized training framework called Prime, which enables fault-tolerant training, dynamic on-/off-ramping of compute resources, and optimized communication and routing ...

Terraform Provider for Dominos Pizza

https://avatars3.githubusercontent.com/MNThomson
The Dominos provider for Terraform allows users to order a pizza from Dominos using Terraform's resource model. Users must be cautious as this provider will charge their actual credit card and cannot be destroyed programmatically.

ARIA: An Open Multimodal Native Mixture-of-Experts Model

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Aria is an open multimodal native AI model with best-in-class performance across various tasks, outperforming proprietary models. It's a mixture-of-expert model pre-trained from scratch with a 4-stage pipeline for language and multimodal understanding.

Show HN: Pocache, preemptive optimistic caching for Go

https://private-user-images.githubusercontent.com/1092882/373707935-1038467d-6058-4227-8a59-cf29b847fb2b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg2NTU1NTksIm5iZiI6MTcyODY1NTI1OSwicGF0aCI6Ii8xMDkyODgyLzM3MzcwNzkzNS0xMDM4NDY3ZC02MDU4LTQyMjctOGE1OS1jZjI5Yjg0N2ZiMmIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MTAxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDEwMTFUMTQwMDU5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YTI0NmJlMWJkZmI5ODU5ZmM2NmJlNTFmZTZhYzg5NDNmNjY2N2I3YTJmM2I3MjQzYzA1NzA4OWM4ZjY5OWQxNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.DZMicgLfQ4ifRB2EGQYdZ1b_rnLesjBJ_qXcUtv3vjI
Pocache is a lightweight caching package that optimizes performance in concurrent environments by reducing redundant database calls. It triggers preemptive cache updates when a value is accessed within a threshold window.

Spotify Will Keep Remote Working

https://www.edmtunes.com/wp-content/uploads/2024/10/Copy-of-Meeting-room-2-1-696x464.jpg
Spotify maintains its flexible remote work policy, treating employees like adults for a productive work environment. The company encourages in-person collaboration during designated "core weeks" to maintain team culture and minimize commuting impact.

Grokking at the edge of linear separability

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers studied binary logistic classification and found that it exhibits Grokking, a phenomenon of delayed generalization and non-monotonic test loss. Grokking occurs near the interpolation threshold, where the model may overfit for long times before generalizing.

Transforming Colors with Matrices

https://lisyarus.github.io/blog/media/transforming-colors-with-matrices/wood-materials.png
The author explains how to use matrices to transform colors in a game, allowing for easy composition and application of various color operations, but notes that non-linear operations like tone mapping cannot be represented as matrices. The author provides a table of matrices for various color operations, including darkening, lightening, blending, saturation, and hue shifting, which work with ...

Elle's Homepage

welcome to my homepage it's still under construction! maybe it will be like this forever idk ¯\_(ツ)_/¯ 💬 talk to me on matrix xmtp *keyboard & mouse required right-click save my 88x31 button above to link back here (if u want to!) ^-^ i am working on making a section for 88x31 button links here. discover more 88x31s here:

Pepsi’s Soviet Navy (2021)

https://foreignpolicy.com/wp-content/uploads/2021/11/pepsi-soviet-navy-ussr-nicolas-ortega-illustration-FF_01.jpg?quality=90
PepsiCo acquired 17 submarines, a cruiser, a frigate, and a destroyer from the Soviet Union in 1989, but the ships were old, obsolete, and unseaworthy. The deal was part of a multibillion-dollar bet on the Soviet Union's long-term stability and a strategy to establish world peace and a new post-communist prosperity led by business.

Tesla's value drops $60B after investors fail to hail self-driving 'Cybercab'

https://i.guim.co.uk/img/media/12fbebb45f3fc22ac85a5fed4cda5148dfeb86d0/150_0_3496_2099/master/3496.jpg?width=465&dpr=1&s=none
Tesla shares fell 8% after unveiling its robotaxi, the Cybercab, with investors disappointed by lack of detail. Analysts say the event focused on branding and marketing rather than providing concrete numbers and timelines.

AI Winter Is Coming

https://leehanchung.github.io/assets/img/2024-09-20/03-twelve-rag.jpg
Academia is producing many low-quality AI papers, while industry labs keep valuable techniques secret to maintain a competitive edge. This creates a wave of AI cheerleaders spreading misinformation, leading to unrealistic expectations about AI capabilities.

Review: ReMarkable Paper Pro

https://i0.wp.com/amandariu.com/wp-content/uploads/2024/10/PXL_20241011_140651899.MP_.jpg?fit=4032%2C2268&ssl=1
The user had a great experience with the reMarkable 2 but had issues with the lack of backlight and export features. The reMarkable Paper Pro addresses these issues but the user is unsure if it's worth the cost.

AP5 - Declarative Programming Library For Common Lisp (1995)

AP5 is a high-level language that extends Common Lisp with relations, operations on relations, consistency rules, and automation rules to enable declarative specification and generation of data. It provides a Virtual Memory Data Base (VMDB) with persistency mechanism, atomic transactions, and a type lattice for subtype relationships among base types.

Physicists generated sound waves that travel in one direction only

https://www.sciencealert.com/images/2024/09/Oscillations_Guiding_Soundwaves-642x260.jpg
Scientists at ETH Zurich created a device that guides sound waves in one direction only, using swirling air to synchronize and strengthen the waves. This device, called an acoustic circulator, could inform the design of future communications technologies and even manipulate electromagnetic waves.

New images show state of preservation of Ernest Shackleton's ship

https://i.guim.co.uk/img/media/e1a7b46c1471f18e078187019ade01052dfecc53/104_0_1697_1018/master/1697.jpg?width=465&dpr=1&s=none
New images from 2022 reveal the remarkably preserved state of Ernest Shackleton's ship Endurance, which sank in 1915 after becoming stuck in pack ice. The images show the ship's rigging, helm, and woodwork preserved under the icy waters, along with crew belongings and a flare gun.

The Surprising Predictability of Long Runs (2012) [pdf]

A simple rule of thumb predicts the length of the longest run of successes in n independent Bernoulli trials with success probability p. The distribution of this longest run is well approximated by an extreme value distribution.

Show HN: I made a simple web app to help kids learn a new language

https://www.voiczy.com/website-assets/landing-page/family-learning.jpeg
Voiczy is a language learning app that uses AI and voice interaction to help children become confident multilingual speakers. It offers a free 7-day trial and is designed for children aged 2-15 with content tailored to different age groups and learning levels.

In a rare disclosure, The Pentagon provides an update on the X-37B spaceplane

https://cdn.arstechnica.net/wp-content/uploads/2024/10/x37_aerobraking-1000x969.jpg
The US military's X-37B spaceplane will perform aerobraking maneuvers to lower its altitude and safely dispose of its service module components. The maneuver will allow the spaceplane to safely return to Earth after conducting radiation effect experiments and testing space domain awareness technologies.

Trying Out a Far Infrared Heated Poster

https://www.bentasker.co.uk/images/BlogItems/graphene_heater_art/heat-art-closeup.jpg
The author tried a far infrared heater in the form of a hanging art piece to warm their living room but found it had issues due to the room's layout. The heater's gentle heat was pleasant but unreliable due to its position.

The life-changing magic of Japanese clutter

https://images.aeonmedia.co/user_image_upload/3770/aeon1.jpg?width=3840&quality=75&format=auto
Japan's cluttered spaces are often overlooked, but they reveal a more complex relationship with stuff, suggesting minimalism and clutter are two sides of the same coin. The nation's philosophy of aesthetic accumulation is a deliberate choice, not a lack of resources, and clutter can be a byproduct of taste and time, rather than chaos.

An Update on Gccrs Development

https://static.lwn.net/images/conf/2024/cauldron/Pierre-EmmanuelPatry-sm.png
The Rust language has a single compiler, but a GCC frontend called gccrs is being developed to address this issue and provide a second opinion for achieving language stability and reliability. The project has made progress, but it still faces challenges and criticism, with some arguing that it's not worth the effort and that the benefits of a second implementation are not significant enough ...

AMD Instinct MI325X to Feature 256GB HBM3E Memory, CDNA4-Based MI355X with 288GB

AMD's new Instinct series focuses on AI accelerators and general-purpose compute solutions. The MI325X and MI355X are large GPUs with HBM3e memory, offering 256GB and 288GB of memory respectively.

'Nearly unusable': Calif. police majorly push back on Tesla cop cars

California's push for zero-emission vehicles by 2035 is facing challenges, with some police departments finding Teslas unsuitable for patrol work due to design limitations and modification issues. Alternative manufacturers like Ford are being considered for electric police vehicles.

I'm Running Out of Ways to Explain How Bad This Is

https://cdn.theatlantic.com/thumbor/6LTOvreQ-WGtOfBeNRkv4PtLk0c=/0x0:2160x2700/648x810/media/img/2024/10/10/weather_disinfo_1-1/original.jpg
Americans are spreading false information about hurricanes, claiming government involvement and conspiracy theories. This misinformation is creating fear, anger, and violence, and hindering relief efforts.

Remains of a 3,500-year-old Ancient Greek Structure found in Croatia

https://arkeonews.net/wp-content/uploads/2024/10/Croatia-3500-year-old-settlement-min.jpg
Archaeologists in Croatia discovered a 3,500-year-old settlement in Stobreč with a well-preserved Greek rampart and structures from various historical periods. The discovery provides new insights into the area's past, including evidence of the settlement's existence from the Middle Bronze Age.

macOS defaults: a list of macOS defaults commands with demos

https://macos-defaults.com/media-2x1.jpg
macOS applications use the defaults system to record user preferences in domains, with individual applications having their own domains and sharing the NSGlobalDomain. Defaults are stored as XML Property List dictionaries with string keys and complex data structures as values.

Realizing the dream of good workplace software

https://campsite.imgix.net/o/cl3gijjgd001/p/7006bdd4-ce54-4d70-9f68-dcfca12541a3.png?auto=compress%2Cformat&dpr=2&q=80
The author of Campsite.com criticized Slack's design for promoting daily chatter over deep work and expressed frustration with vendor lock-in. They believe Campsite's post-based communication system is a better alternative for team collaboration.

BigSearch Browser Extension

https://camo.githubusercontent.com/7b321f831ec8ef96b086710dd14ed6648507218a371ae359b320f8c73971c5c0/68747470733a2f2f6769746c61622e636f6d2f6761727977696c6c2f6269675365617263682f2d2f7261772f73637265656e73686f742f656e2e706e67
Big Search is a browser extension that allows users to switch between multiple search engines and websites without interrupting their workflow, with features like keyboard navigation and customizable search engines. It supports GET/POST search methods, In-page-Ajax-render websites, and user-defined search engines with JSON-format data specification.

Startup Success: How Founder Personalities Shape Venture Outcomes

https://business.columbia.edu/sites/default/files-efs/imce-uploads/Screen%20Shot%202024-04-01%20at%2011.42.01%20AM_1.png
New research links founder personality to startup success across all stages. Founders scoring high in openness, agreeableness, and conscientiousness have an edge, but neuroticism hurts at every stage.

The Illusion of Information Adequacy

https://journals.plos.org/resource/img/logo-plos.png
People assume they have adequate information to make decisions, even when they lack key details, leading to misunderstandings and poor perspective taking. This "illusion of information adequacy" contributes to social conflicts and biases, such as naive realism, and can be mitigated by teaching individuals to question their knowledge and consider what they may not know.

Regular expression search with suffix arrays (2015)

Livegrep is a source-code search engine that uses a suffix array to efficiently search for regular expressions in large codebases. It analyzes the regex, extracts an index key, and uses binary searches to find matches, then uses RE2 to match the results.

How to Make a Legit Sound Camera [video]

A plain-text way to get your point across quickly and artfully in the browser

https://imagedelivery.net/KVUPIyykyRSaaOckEeUn5g/b3549de2-827b-443c-8bc8-016d765ffb00/public
QuickPoint is a text-based interface for creating content, allowing users to focus on writing without distractions. It enables users to express their ideas clearly and then stylize them with filters or from scratch.

In Xsight – OS/2 Museum

https://www.os2museum.com/wp/wp-content/uploads/2024/08/xsight-xenix-xterm.png
The author found Xsight, a GUI environment for SCO XENIX, in SCO Open Desktop (ODT) 1.0 floppy images. Xsight 2.1 disks in ODT 1.0 support XENIX, but installation requires manual kernel configuration steps.

'Nearly unusable': Calif. police majorly push back on Tesla cop cars

California's push for zero-emission vehicles by 2035 is facing challenges, with some police departments finding Teslas unsuitable for patrol work due to design limitations and modification issues. Alternative manufacturers like Ford are being considered for electric police vehicles.

Design for Real Life

https://abookdeparts-dfrl.netlify.app/_assets/img/card.png
Designers and developers can create more inclusive user experiences by identifying stress cases and designing with compassion. This book provides practical knowledge to test designs, vet new features, and build a business case for kindness in user experiences.

'That's a bloodbath': How a federal program kills wildlife for private interests

https://media.npr.org/assets/img/2022/07/01/nick-mcmillan_sq-561bdd17868c2f34328028c41f8012da6e66781a.jpg?s=100&c=85&f=jpeg
Wildlife Services, a USDA program, kills hundreds of thousands of noninvasive animals annually, including native species like grizzly bears and wolves, often without evidence of livestock loss. Critics argue the program's methods are cruel and ineffective, and that it should focus on nonlethal methods to prevent conflicts between wildlife and livestock.

Lessons from USAF Brutalism

https://dmsnell.blog/wp-content/uploads/2017/10/img_6264.jpg?w=1024&h=768
The user drew parallels between military aviation design and software development, highlighting the importance of brutal, basic, and thorough engineering to achieve goals and avoid unnecessary complexity. They emphasized the need for a focus on people and the impact of software on their lives, as well as the importance of maintenance, flexibility, and frugal design in achieving affordable excellence.

Bug, $50K+ in bounties: how Zendesk left a backdoor in companies

Tesla's Robotaxi event still not started after 40 minutes [video]

The Role of Anchor Tokens in Self-Attention Networks

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers introduced Anchor-based LLMs (AnLLMs) to reduce memory demand and improve efficiency. AnLLMs compress sequence information into an anchor token, achieving up to 99% cache reduction and 3.5 times faster inference.

A camera in the East Village, capturing the now and the long ago

Please enable JS and disable any ad blocker

Apple's naming conventions are a mess

https://miro.medium.com/v2/resize:fit:1200/1*8NdOY-L6Xbtz0qoNFUbFOQ.png
User reworked Apple's naming system for consistency and logic, dropping inconsistent prefixes and suffixes. New naming system includes Apple Phone and Apple Phone Pro for standard and high-end models.

Show HN: I made a football/soccer formation and squad app

https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/99/46/43/9946438a-e029-99d8-a431-c585e3de1e23/AppIcon-0-0-1x_U007ephone-0-85-220.png/1200x630wa.png
Football formation app allows easy team formation creation via CSV upload and drag and drop players. It shares formations and tactics via message or email for coaching purposes.

Join-Accumulate Machine: A Semi-Coherent Scalable Trustless VM

https://graypaper.com/img/opengraph.png
Jam is a protocol combining Polkadot and Ethereum elements, offering a permissionless smart-contract environment with scalable sideband computation. It allows anyone to deploy code for a fee, using core-time as a metric of computation.

Blizzard co-founder Mike Morhaime is making a tabletop RPG party game

https://s.yimg.com/ny/api/res/1.2/_ke.AIGuxNPnURwr3qDTFQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtoPTU0MA--/https://s.yimg.com/os/creatr-uploaded-images/2024-10/d0a62e70-872b-11ef-aefe-2d33a437779e
Dreamhaven's Sunderfolk is a couch co-op RPG that combines tabletop elements with party games, allowing up to four players to control the game on their smartphone. It's a cooperative fantasy RPG with six hero classes, releasing in 2025 for various platforms.

Changing Views on mRNA Covid Vaccines in the Scientific Literature: 2020 – 2024

A literature survey found that early scientific literature on mRNA vaccines was biased due to social and economic influences, underreporting severe adverse events. Only in the last year have scientists acknowledged a high number of SAEs linked to mRNA based vaccines.

Lore Segal Saw the World in a Nutshell

https://cdn.theatlantic.com/thumbor/Wfk1zY8_KCBcNBU3V6NqCuN6vrA=/0x0:2700x1519/960x540/media/img/mt/2024/10/lore_segal-1/original.jpg
Lore Segal, a writer who escaped the Holocaust, spent her last months confined to a hospital bed, yet still observed the world around her with her characteristic freshness and empathy. Her work, which often explored the challenges of displacement and the human condition, was marked by her ability to see the universe in a nutshell and her resistance to ideology.