OpenAI departures: Why can’t former employees talk?

https://cdn.vox-cdn.com/thumbor/9IKakHNaW_OH-MTyHB1rfccProk=/0x0:6000x4000/1200x800/filters:focal(2520x1520:3480x2480)/cdn.vox-cdn.com/uploads/chorus_image/image/73354160/GettyImages_1258459514.0.jpg
OpenAI's co-founder and chief scientist, Ilya Sutskever, and his team leader Jan Leike resigned from the company due to concerns over its shift away from safety-focused culture. The resignations were met with speculation about potential conflicts or secret projects, but it was later revealed that former employees are subject to restrictive non-disclosure agreements that prevent them from ...

Bend: a high-level language that runs on GPUs (via HVM2)

https://raw.githubusercontent.com/VictorTaelin/media/main/bend_live_demo.gif
Bend is a programming language that runs on massively parallel hardware like GPUs, allowing for near-linear speedup based on core count without explicit parallel annotations. It uses the HVM2 runtime and can be used to write parallel programs by simply writing sequential code, with no need for thread spawning or lock management.

Exercises to Learn Rust

This Rust course teaches core concepts through exercises, starting from scratch and covering syntax, type system, standard library, and ecosystem. The course is interactive and hands-on, with solutions available on GitHub and a tool to verify progress.

Non-Euclidean Doom: what happens to a game when pi is not 3.14159 (2022) [video]

https://static.media.ccc.de/media/events/MCH2022/logo.png
The talk explores what happens when math is broken in the source code of Doom, a classic first-person shooter game, by changing values of pi and other trigonometric functions. The speaker will demonstrate how this affects gameplay and discuss potential gaming possibilities with non-Euclidean geometries.

Ex-OpenAI staff must sign lifetime no-criticism contract or forfeit all equity

But when you actually quit, the 'general release'? It's a long, hardnosed, legally aggressive contract that includes a confidentiality agreement which covers the release itself, as well as arbitration, nonsolicitation and nondisparagement and broad 'noninterference' agreement.

Toon3D: Seeing cartoons from a new perspective

https://toon3d.studio/static/images/method.png
The proposed work recovers 3D structures from non-geometrically consistent hand-drawn images, focusing on cartoons and anime. The method uses annotation tools, camera pose estimation, and image deformation to correct inconsistencies and enable novel-view synthesis reconstruction.

Thinking out loud about 2nd-gen email

You're frustrated with email's backend complexity and propose a new DNS record (MX2) for improved security, authentication, and compatibility. A standardized HTML spec, headers for chain preferences, and public key encryption would simplify self-hosted email setup and reduce spam filtering issues.

A Trial HIV Vaccine Triggered Elusive and Essential Antibodies in Humans

https://corporate.dukehealth.org/sites/default/files/2024-05/bnabs_web_0.jpg
A Duke Human Vaccine Institute-developed HIV vaccine candidate triggered low levels of broadly neutralizing HIV antibodies among a small group, showing feasibility for inducing antibodies that neutralize diverse strains. The study's findings demonstrate strong immune activation and set the stage for further research to induce more potent neutralizing antibodies against other sites on HIV.

Show HN: I built a website to create financial models for any stock online

https://www.useequityval.com/logo.png
Edit every input for a DCF model to fine tune your model to your exact assumptions. Get the most up to date and accurate data for any public company to enhance your research.

ADSL works over wet string (2017)

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYcBN70mIYdRYigskEuV8PDE0yPRs7zbyzDkzGun0h-y4fopOv6C3J3wpbluSvkfJD3HicV2NgH7LwAa4ROvo8m3wzA2uIhIthODnRtTbaotQl-2Ul17FeGaS-BgW_Pm90WDzAekueXfn8/s400/DQziME8WsAAT8ZP.jpg-large.jpeg
A technician tested ADSL broadband on a 2m length of wet string, using salty water to get it working at 3.5Mb/s download speed. The experiment demonstrates the technology's ability to adapt to poor line conditions and highlights the importance of handling faults that seem like low speeds.

Multi AI agent systems using OpenAI's assistants API

https://raw.githubusercontent.com/metaskills/experts/main/docs/images/panel-of-experts-company-apparel-after.webp
Experts.js is a framework that simplifies the creation and deployment of OpenAI's Assistants, allowing for the linking of multiple assistants as tools to create complex systems with expanded memory and attention to detail. The framework provides features such as thread management, file search, and event handling, making it easier to build multi-agent systems that can perform tasks like chat ...
https://www.potaroo.net/ispcol/2024-05/starlink-tcp-fig1.png
The Starlink satellite service uses a unique combination of technologies, including phased array antennae and dynamic channel rate control, to provide internet connectivity with varying signal quality and latency. The TCP protocol's performance over Starlink connections is affected by factors such as packet loss, jitter, and satellite handovers, requiring optimization techniques like BBR or ...

LoRA Learns Less and Forgets Less

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
LoRA, a parameter-efficient finetuning method, underperforms full finetuning on two target domains but provides stronger regularization and maintains base model performance outside the domain. LoRA's lower rank perturbations may explain some gaps with full finetuning, and best practices for using LoRA are proposed.

The beauty of concrete

https://wip.gatspress.com/wp-content/uploads/2024/05/Ranganathaswamy-Temple-1024x536.png
The decline of ornamentation in architecture is often attributed to the rising cost of labor, but this theory has been disproven by evidence showing that technology actually made many types of ornament cheaper and more accessible. Instead, the decline of ornamentation can be attributed to changes in cultural demand, as modernist architectural movements rejected ornate designs and instead ...

Beekeeper furious over destruction of $2M honey crop

https://media.rnztools.nz/rnz/image/upload/s--wi-55uaW--/ar_16:10,c_fill,f_auto,g_auto,q_auto,w_1050/v1715797082/4KQ3RU0_bees4_jpg
New Zealand beekeepers are devastated after being ordered to burn thousands of beehives and equipment due to American Foulbrood disease, with no compensation or insurance available. The industry is calling for a new approach, including vaccination and sterilization methods, as the current pest management plan has failed to reduce the disease's spread.

DNA confirms there IS a big cat roaming the British countryside

https://c02.purpledshub.com/uploads/sites/62/2024/05/DNA-confirms-there-is-a-big-cat-roaming-the-British-countryside.jpg?w=1200
DNA from a dead sheep in the Lake District has been identified as belonging to a big cat, likely a leopard, marking the first time such DNA has been found on a carcass in the UK. The discovery was made by Professor Robin Allaby at the University of Warwick and confirms previous findings of non-native big cat presence in England.

ILGPU: Write GPU programs with C# and F#

https://opengraph.githubassets.com/f2ead63992a651f77fe45b6317c1e970d655ddfb365ed1936c8a530d6b4fe7ca/m4rs-mt/ILGPU
ILGPU is a.Net-based JIT compiler for high-performance GPU programs written in C# without native dependencies, offering flexibility and performance. It provides a set of algorithms, debugging tools, and community support through Discord for developing real-world applications on various accelerators.

How to read C type declarations (2003)

C variable declarations can be complex, but understanding basic types and derived types helps. Following operator precedence rules and consuming derived-type tokens to the right as far as possible without bumping into grouping parentheses allows for accurate decoding.

The case against dual axis charts (and what to use instead) (2018)

https://blog.datawrapper.de/wp-content/uploads/2018/05/180508_index-f-nice.png
Datawrapper does not support dual-axis charts and recommends alternatives such as using two separate charts, indexed charts, labeling, or connected scatterplots to visualize data series with different magnitudes or measures. Dual-axis charts can be misleading and confusing for readers due to arbitrary scales and the tendency to compare lines and points based on proximity rather than actual values.

Urban renewal left the U.S. too scared to build

https://substackcdn.com/image/fetch/w_320,h_213,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_center/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0404ccd-7832-449f-8f89-6d0179e860e1_2560x1707.jpeg
Urban renewal policies in the US, which aimed to revitalize cities by bulldozing low-income areas, have led to persistent infrastructure issues and a lack of trust in government projects. The legacy of urban renewal continues to hinder efficient development and planning, with excessive public process and veto points perpetuating inequitable outcomes and slow project delivery.

A web version of Anthropic's prompt engineering interactive tutorial

This course provides a step-by-step guide to engineering optimal prompts for Claude, a language model, with exercises and advanced methods. The tutorial uses Claude's smallest model, Haiku, and covers topics such as APIs and metrics like Time-To-First-Token and End-to-End latency.

Why neural networks struggle with the Game of Life (2020)

https://i0.wp.com/bdtechtalks.com/wp-content/uploads/2020/09/game-of-life-neural-networks.jpg?resize=696%2C464&ssl=1
Researchers at Swarthmore College and Los Alamos National Laboratory found that neural networks struggle to learn the Game of Life, a simple grid-based automaton, due to limitations in their ability to explore and converge on optimal solutions. The study highlights issues with deep learning models and suggests that increasing complexity may not always be the solution, but rather a need for ...

Zwentendorf Nuclear Power Plant: Finished in 1978 but never used

https://img.atlasobscura.com/WSBCY-nEPNpHzUcJed9vcydDz2UTnbSX_j6XS1shryU/rt:fit/h:390/q:81/sm:1/scp:1/ar:1/aHR0cHM6Ly9hdGxh/cy1kZXYuczMuYW1h/em9uYXdzLmNvbS91/cGxvYWRzL3BsYWNl/X2ltYWdlcy8zZjkz/ZDM0YmIxNjkxODU0/NTFfODQwMTk2MDU0/MF9kNDRlNTU1Mjg4/X2IuanBn.jpg
Austria's Zwentendorf nuclear plant was completed in the 1970s but never turned on due to public outcry and a subsequent referendum banning all nuclear power plants. The facility was partially dismantled and repurposed as a spare parts warehouse, film shooting location, and security training site.

BIMI and DMARC Can't Save You: The Overlooked DKIM Exploit

https://www.zone.eu/static/sites/2/2024/05/dkim-blogpost-1.webp
A vulnerability in the DomainKeys Identified Mail (DKIM) standard allows attackers to create forged emails that pass DKIM's cryptographic checks, putting billions of users at risk. The issue stems from loose interpretations of the standard across numerous implementations, and experts recommend ignoring signatures using the "l=" tag and rotating DKIM keys periodically to mitigate misuse.

500-year-old maths problem turns out to apply to coffee and clocks

https://images.newscientist.com/wp-content/uploads/2024/05/09194606/SEI_203361737.jpg?width=1200
Mathematicians have been exploring what happens when you take a line for a walk, inspired by Paul Klee's quote. This concept has been debated for five centuries, with answers still being sought in the field of mathematics.

Ideas and Creativity (2019)

https://bastian.rieck.me/images/ideas_stacking.jpg
The article challenges the assumption that creativity is a binary property, arguing that everyone has the potential to be creative and that there are ways to increase one's creativity. It discusses various techniques for fostering creativity, including combining existing ideas, allowing for unconscious processing, reading widely, and engaging in playful exploration.

I'm Bearish OpenAI

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%2F6e858335-7e00-4bd4-8d94-1df8edfb6115_950x555.png
OpenAI's latest model, GPT-4o, and its potential deal with Apple to integrate ChatGPT technology into iPhones are not enough to alleviate concerns about the company's long-term viability due to competition from Big Tech companies like Google, Apple, and Meta. OpenAI's focus on consumer-facing products and lack of confidence in building AGI may be a sign of weakness, as it will ultimately lose ...

Jan Leike's OpenAI departure statement

OpenAI Dissolves High-Profile Safety Team After Chief Scientist Sutskever's Exit

Please make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our and .
The user expresses frustration with links to Twitter and X.com being posted on Hacker News, as they often lead to nothing or require logging in, which can be problematic for users without accounts. The user suggests that HN should consider banning links to paywalled content, including Twitter and X.com, or providing alternative solutions such as screenshots or archive links.

OpenAI's Long-Term AI Risk Team Has Disbanded

https://media.wired.com/photos/66468c3d4f7d6dd40469dd68/master/w_2560%2Cc_limit/Ilya%2520Sutskever_h_15908077.jpg
OpenAI's "superalignment team" has been disbanded after several researchers, including colead Ilya Sutskever and John Leike, left the company. The team was focused on preparing for the advent of supersmart AI, but its work will be absorbed into OpenAI's other research efforts as the company continues to develop more humanlike AI models.

Chrome DevTools now uses Gemini to help with JavaScript Errors in the console

https://developer.chrome.com/static/docs/devtools/console/understand-messages/image/lang-setting.png
Chrome DevTools provides detailed explanations for errors and warnings in the Console, which can be enabled by turning on the "Understand console messages with AI" checkbox. The feature uses Google's large language models to generate explanations, but may produce inaccurate or misleading results, and users are encouraged to submit feedback when encountering wrong explanations.

Thunderbird.net Has a New Look

https://blog.thunderbird.net/files/2024/05/TBWebsiteResources-600x337.png
Thunderbird.net has a new look and improved navigation menu to make it easier to find information, resources, and ways to contribute. The website refresh includes a new Home page, expanded navigation menu, simplified download options, and updated sections for about the project, contact information, and contributing.

The financial costs of healthcare costs, or, is keeping me alive worth it?

https://jakeseliger.com/wp-content/uploads/2024/05/worth-of-being-kept-alive.jpg?w=1024
The author, who has been diagnosed with incurable head and neck cancer, reflects on the cost-benefit analysis of his treatment and argues that it may not be justified given the financial costs and limited benefits. He also discusses the need for more innovative treatments, such as personalized vaccines, and criticizes the FDA's regulatory approach for hindering medical progress.

NYPD will deploy drones to respond to 911 calls in 5 NYC precincts: officials

https://images-prod.gothamist.com/images/IMG_98.2e16d0ba.fill-700x467.format-webp.webpquality-70_SOcdTYC.webp
The NYPD plans to use drones as first responders in five police precincts, including Central Park, to respond to select 911 calls. The department will outfit precinct rooftops with drone platforms and monitor live footage from the Joint Operations Center at police headquarters.

HMT: Hierarchical Memory Transformer for Long Context Language Processing

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The Hierarchical Memory Transformer (HMT) framework improves long-context processing ability by imitating human memorization behavior, leveraging memory-augmented segment-level recurrence. HMT can be easily plugged into future large language models to handle long context effectively with minimal additional parameters.

Ambitious but at peace

The author initially believed that embracing self-hatred and envy was necessary for success, but now sees that prioritizing peace of mind can lead to faster progress and long-term sustainability. Real strength comes from accepting what's outside one's control and being at peace with oneself, rather than constantly striving with anxiety.

Sakuga-42M Dataset: Scaling Up Cartoon Research

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The Sakuga-42M Dataset is a large-scale cartoon animation dataset with 42 million keyframes and comprehensive annotations, addressing the lack of such data for cartoon research. By fine-tuning foundation models on this dataset, researchers can achieve outstanding performance on cartoon-related tasks and foster generalization and robustness in future applications.

Rust 1.78: Performance Impact of the 128-Bit Memory Alignment Fix

https://codspeed.io/_next/image?url=%2Fblog%2Frust-1-78-performance-impact-of-the-128-bit-memory-alignment-fix%2Fcover.png&w=3840&q=75
Rust 1.78.0 has been released, which includes an upgrade to LLVM 18 and fixes the misalignment issue with 128-bit integers on x86 architectures, resulting in improved performance when accessing data. The alignment fix reduces cache misses and makes memory accesses faster, but comes at a higher memory footprint due to added padding in memory layouts.

Scrabble, Anonymous

https://www.theparisreview.org/blog/wp-content/uploads/2024/05/scrabble-1024x529.png
The author, an avid Scrabble player, reflects on their addiction to the game and how it has replaced their previous addiction to alcohol. Despite initial anxiety, they have a positive experience playing at the New York Scrabble Club and find acceptance among fellow players, leading them to reevaluate their obsession as potentially healthy.

Rents are rising faster than wages across the country

https://assets2.cbsnewsstatic.com/hub/i/r/2022/09/22/6de20aa1-6566-46db-86db-98ace2545a67/thumbnail/1200x630/d3587606bd68824694e95a0c49b37669/cbsn-fusion-housing-market-slows-amid-rising-mortgage-rates-thumbnail-1312041-640x360.jpg?v=dac66bdad19d0be8e87f46552b582682
US wages have increased since the pandemic, but rising rents are eating into those gains, with median rent reaching $1,987 in March. The gap between wage growth and rent increases is widest in large cities, where renters are feeling the pinch and using a larger portion of their paycheck for shelter.

GDPR: Is It Worth It?

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
A study surveyed workers who experienced GDPR implementation, finding they recognize their rights and appreciate data practice changes, considering it positive for companies and privacy. Policymakers may build on this public support by seeking early feedback from similar dual professional-consumer groups as GDPR evolves.

It was online for 3 seconds before getting a 404 request for /.git/config

The user created a new hostname and added it to their webserver config, but it was quickly discovered by an unknown entity. The entity sent 62 requests in just a few seconds, highlighting the importance of proper security measures beyond relying on obscurity.

Many Searchers Want to Turn Off Google AI Overviews

https://s3.amazonaws.com/images.seroundtable.com/google-robot-dark-room-1715821073.jpg
Google searchers are complaining about the new AI Overviews feature, which they cannot opt out of in the US and will be rolled out globally later this year. Users are unhappy with inaccurate results, intrusive design, and concerns over plagiarism and job threats to media professionals, seeking ways to permanently disable the feature.

OpenBSD – sshd(8) split into multiple binaries

Damien Miller started splitting sshd into multiple binaries, including a listener and session binary. The listener will validate configuration, load hostkeys, and manage MaxStartups, while the session binary handles all session handling tasks.

N-Dimensional Gaussians for Fitting of High Dimensional Functions

https://www.sdiolatz.info/ndg-fitting/static/images/intel_logo.png
The paper proposes an explicit representation based on Gaussian mixture models for reconstructing high-quality 3D content, addressing challenges in scaling to higher dimensions. The approach includes a culling scheme for efficient fitting and evaluation, as well as a loss-adaptive density control scheme for compact representation and adaptive refinement.

'I'm the new Oppenheimer ': Palantir's first-ever AI warfare conference

https://i.guim.co.uk/img/media/6a4d9d90f5ae7dea2c731a41a30c3de0b81ab88c/0_0_6000_4000/master/6000.jpg?width=445&dpr=1&s=none
The "AI Expo for National Competitiveness" conference in Washington DC brought together top tech companies, military officials, and war proponents to discuss the future of war and AI-powered violence, with some speakers condoning violence and others downplaying its impact on civilians. The event featured panels and booths promoting military technology and surveillance, with few attendees ...

Demystifying the protobuf wire format

https://kreya.app/logo.png
Protocol buffers transform data into a compact binary stream for storage or transmission, using varint encoding to represent integers and wire types to describe payload formats. The example encodes a Fruit message with two fields, name and weight, resulting in a binary stream that can be validated with protoc.

Tornado Cash Developer Found Guilty of Laundering $1.2B of Crypto

https://media.wired.com/photos/6642556a044db6a7d6d11577/master/w_2560%2Cc_limit/Tornado%2520cash_GettyImages-1239214412.jpg
Alexey Pertsev, a Russian developer behind crypto anonymizing tool Tornado Cash, was found guilty of money laundering by a Dutch court and sentenced to five years and four months in prison. The court ruled that Pertsev's actions allowed criminals to freely launder $1.2 billion in stolen cryptocurrency and that he deliberately looked away from the abuse despite knowing what was happening.

WD Releases New 6TB 2.5-Inch External Hard Drives – First Upgrade in Seven Years

https://images.anandtech.com/doci/21400/wd-P10_BlackonBlackXbox_TopOrtho_ScreenOn-678_678x452.jpg
Western Digital has released new external storage products using a 6 TB 2.5-inch hard drive, which is thicker than existing drives and likely uses shingled magnetic recording (SMR) technology. The drives are available in various models with USB-C or USB Micro-B connectors, priced between $179.99 and $229.99, and come with a three-year limited warranty.

wxHexEditor — a Free Hex Editor / Disk Editor for Huge Files or Devices

http://www.wxhexeditor.org/images/screenshot.png
a free hex editor / disk editor for Linux, Windows and MacOSX

Expedia Group fired their CTO, Rathi Murthy

https://ik.imgkit.net/3vlqs5axxjf/PCWW/uploadedImages/Articles/News/2024/May/rathi%20murthy%20expedia%20group.jpg?tr=w-600%2Ch-300%2Cfo-auto
Expedia Group has let go of its Chief Technology Officer Rathi Murthy and Senior Vice President Sreenivas Rachamadugu due to a policy violation. The company will not comment further on the matter, but is actively searching for new candidates to fill these roles.

Hashing Modulo Theories

https://www.philipzucker.com/assets/logo.png
The author discusses various approaches to hashing and canonicalizing data structures, including sets, graphs, and trees, with a focus on respecting interesting notions of equality and alpha equivalence. They explore different techniques such as homomorphism hashes, invariant fingerprints, graph matching, and trie-based representations to achieve efficient and correct hashing modulo alpha equivalence.

"I lost trust": Why the OpenAI team in charge of safeguarding humanity imploded

https://cdn.vox-cdn.com/thumbor/ohVYWIsqYOWUqlkCzKjMe5woAP0=/0x0:8195x5466/1200x800/filters:focal(5353x2568:6663x3878)/cdn.vox-cdn.com/uploads/chorus_image/image/73354058/sam_altman_GettyImages_1258197161.0.jpg
OpenAI, the company behind ChatGPT, has lost several employees who were concerned about ensuring AI safety due to CEO Sam Altman's leadership and priorities. The departures include Ilya Sutskever and Jan Leike, leaders of the superalignment team, who have expressed concerns about OpenAI's ability to responsibly handle artificial general intelligence (AGI).

Farfalle – Open-source AI-powered search engine

https://www.farfalle.dev/logo-white.png
Open-source AI powered answer engine.

Wine 9.9 (Dev) – Run Windows Applications on Linux, BSD, Solaris and macOS

The Wine development release 9.9 is now available. What's new in this release: Support for new Wow64 mode in ODBC. Improved...

Moment: A Family of Open Time-Series Foundation Models

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The MOMENT project addresses challenges in pre-training large models for time series analysis by compiling a diverse public dataset and designing a benchmark to evaluate performance. Experiments demonstrate the effectiveness of pre-trained models with minimal data and fine-tuning, with interesting observations about large pre-trained time series models.

Microsoft now says your PC is in need of 'repair' if you're not using Edge

https://cdn.mos.cms.futurecdn.net/So3VofQu8JDnS7fe78gca9-320-80.jpg
Microsoft's PC Manager app recommends resetting Edge search engine to Bing, sparking concerns about upselling. The move is seen as a gentle nudge towards using Microsoft's revamped and AI-powered Bing with ChatGPT, despite being optional and not installed by default on Windows PCs.

"Unprecedented" Google Cloud event wipes out customer account and its backups

https://cdn.arstechnica.net/wp-content/uploads/2022/09/google-cloud-800x534.jpg
Google Cloud accidentally deleted UniSuper's account, wiping out $135 billion worth of funds and data, due to an "unprecedented sequence of events" that resulted in the deletion of their Private Cloud subscription. The outage lasted two weeks as Google failed to prevent account deletion and backups were also lost, highlighting the importance of multi-cloud solutions for disaster recovery.

Rachel Aviv Wrote That New Yorker Story on Lucy Letby

https://www.niemanlab.org/images/lucy-letby-blue.jpg
Rachel Aviv's New Yorker piece questions the sturdiness of the case against Lucy Letby, a former neonatal nurse convicted of killing seven babies and attempting to kill six more, citing unusual court restrictions and lack of critical reflection in UK media coverage. The article highlights concerns about press freedom and transparency in the case, which has been shrouded in secrecy due to ...

"Outrageously" priced weight-loss drugs could bankrupt US health care

https://cdn.arstechnica.net/wp-content/uploads/2024/05/GettyImages-2141945373-800x533.jpeg
A new Senate report warns that the high cost of weight-loss drugs could bankrupt the US healthcare system, with estimated annual costs reaching $411 billion if half of adults with obesity start taking these drugs. The report suggests that drugmakers should set their US prices to match lower prices in other countries, such as Denmark, to reduce costs and avoid increasing the national deficit.

Linus Torvalds Now Favors Ampere Arm Chip over Apple Silicon MacBook

https://cdn.mos.cms.futurecdn.net/kJQwkBvUJR9GgbpTDQSJaE-320-80.jpg
Linus Torvalds, creator of Linux and Git, has upgraded his Arm64 testing setup with a more powerful Ampere AArch64 system, allowing him to compile Arm64 kernel builds at a rate similar to x86-64. He still uses an Apple M2 MacBook Air for weekly test builds but relies on the Ampere system as his daily driver for heavy-duty testing.

Archie, the Internet's first search engine, is rescued and running

https://cdn.arstechnica.net/wp-content/uploads/2024/05/Screenshot-2024-05-16-at-1.02.38%E2%80%AFPM-800x425.png
The Serial Port team on YouTube found and preserved the last existing copy of Archie, a groundbreaking search engine from 1989 that indexed FTP servers, after nearly vanishing from the internet. The team's efforts to rescue and run an actual Archie server have made its code and documentation available again, allowing users to search for files like they did in the early days of the internet.

Static Wordle

https://www.val.town/thumbnail/2414a74e-12d8-11ef-9ac2-cab58f78796a.png
A Wordle game clone allows collaborative play and undoing mistakes by storing the game state in the URL bar, with each letter being a link. The game uses base64-encoded JSON to store the state, rendering it as HTML with links on an on-screen keyboard and prettifying it with CSS.

Meshroom a free and open-source 3D Reconstruction Software

AliceVision is a Photogrammetric Computer Vision framework for 3D Reconstruction and Camera Tracking.

Mozilla Firefox Adds Support for AI-Powered Nvidia RTX Video

https://blogs.nvidia.com/wp-content/uploads/2024/04/gtc24-spring-best-of-gtc-nv-blog-406x350-@2x.jpg
Mozilla Firefox has incorporated NVIDIA RTX Video, which uses AI to improve video quality on Windows PCs and workstations, making videos appear sharper and more detailed. The technology, available in Firefox's latest version (v126), supports RTX Video Super Resolution and HDR enhancements for online videos.

3,000 Best Free Movies on YouTube Playlist

https://www.learnoutloud.com/content/blog/wp-content/uploads/2024/04/clapperboard_profile.jpg
The user has created a massive YouTube playlist of over 3,000 free movies and another playlist of 300 documentaries on their LearnOutLoud YouTube Channel. They also share their personal experience with depression and anxiety, recommending various audio books, podcasts, and videos that have helped them cope with these mental health issues.

Glewbot scales buildings like a gecko to inspect wall tiles

https://blog.arduino.cc/wp-content/uploads/2024/05/GLEWBOT-1024x710.jpg
GLEWBOT, a robot inspired by geckos and woodpeckers, climbs walls to inspect exterior wall tiles autonomously, reducing costs and requiring no specialized tools or skills. It uses suction cup feet and a hollow drum hammer to tap tiles and detect questionable ones based on sound echoes using an audio classification model.

A Ruby, Middleman and TailwindCSS blog template

https://opengraph.githubassets.com/c5a8d77ba7713715a307b41be9c542b18251a2b08b956a6c53dbc09b4f01f536/harrison-broadbent/ruby-middleman-tailwind-starter-blog
This Middleman blog template features TailwindCSS, markdown parsing, and code highlighting, ideal for lightweight blogging or personal websites. It's easy to deploy on any static site host, including Netlify and Vercel, with Ruby v3.3.0 required for setup.

The Perl and Raku Conference 2024 is looking for sponsors

https://www.perl.com/images/this-is-your-opportunity-to-sponsor-the-perl-and-raku-conference-2024/youtube.jpg
The Perl and Raku Conference, now in its 26th year, is seeking corporate sponsors to offset costs and provide benefits to organizations that use Perl. Sponsorship opportunities include logo display on banners and website, swag distribution, and listing as a sponsor in event materials.

The Natural Selection of Bad Vibes

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%2F0f16e5ba-24df-42c8-8cd5-11def03569fa_1898x728.png
Philosopher at MIT argues that people tend to overestimate the number of problems and underestimate the good things in life due to an orientation towards problem-solving in conversations, which leads to pessimistic vibes despite actual improvements. This phenomenon can be explained by a simple computational model that predicts both this dynamic and how social media makes it worse, leading to ...

EU is pushing Meta to end online anonymity, push for Digital ID

The European Commission has launched an investigation into Meta, accusing its platforms Facebook and Instagram of creating addictive behavior among children and damaging mental health. The probe aims to determine the effectiveness of Meta's age verification tools and child privacy safeguards, raising concerns about increased censorship on these platforms.

I upgraded my water heater and discovered how bad smart home security can be

https://cdn.arstechnica.net/wp-content/uploads/2024/04/GettyImages-1487523781-800x533.jpg
The user had issues with their tankless water heater taking too long to provide hot water, but discovered that it was also vulnerable to hacking through its Wi-Fi module. They installed the module and connected it to an app, allowing them to control recirculation and get hot water on demand, but felt this added another inconvenience.

"Privacy may be an anomaly", says Google's Vint Cerf (2013)

https://duet-cdn.vox-cdn.com/thumbor/0x0:640x420/2400x1600/filters:focal(320x210:321x211):format(webp)/cdn.vox-cdn.com/uploads/chorus_asset/file/14532897/398653550_048e0ffcf8_o.1419980102.jpeg
Vint Cerf, Google's chief internet evangelist, suggests that privacy may not be sustainable and is an anomaly created by technology. He believes that social networks like Facebook have outraced our social intuition, leading to a need for more respectful privacy conventions to develop as we move forward.

Is the move to electric cars running out of power?

https://ichef.bbci.co.uk/news/2048/cpsprodpb/E7F5/production/_133318395_05_17_24_is_the_move_to_electric_cars_running_out_of_power-topper-nc.png
Electric vehicle sales have stalled globally, with growth slowing down after years of rapid increase, and governments are facing a dilemma on how to boost sales without harming their own economies. The challenge lies in balancing the need for cheaper EVs to meet climate targets with the need to protect domestic car manufacturers and local jobs.

Confronting Another Axis? History, Humility, and Wishful Thinking

https://tnsr.org/wp-content/uploads/2024/05/ZelikowTNSR-907x518.png
The United States faces a high risk of global conflict, similar to previous periods in history, and must be prepared for rapid changes and surprises from its adversaries. The current situation is complex, with multiple flashpoints around the world, including Ukraine and Taiwan, and requires careful consideration of economic deterrent tools alongside military instruments to avoid catastrophic defeat.

Android 15 improves standby battery life by up to 3 hours on some devices

https://www.androidauthority.com/wp-content/uploads/2024/02/Android-15-logo-on-smartphone-stock-photo-3.jpg
Android 15 improves standby battery life by up to 3 hours on some devices, achieved by speeding up the time it takes for phones to enter doze mode by 50%. This change will apply to all devices that receive an update to Android 15, including Wear OS.

A Charming Algorithm for Count-Distinct

The paper presents an algorithm for estimating the number of distinct elements in a stream without using hashes, which is simple and charming. The algorithm uses coin flips to probabilistically select elements and dynamically adjusts the probability based on memory usage to achieve efficient count-distinct estimation.

The Rise and Fall of the Trad Wife

https://media.newyorker.com/photos/6606cc6fbb2c8f9d02237f72/master/w_2560%2Cc_limit/Elmhirst_Tradwives_final2.jpg
Alena Kate Pettitt, a self-proclaimed "trad wife," has been at the forefront of a movement that celebrates traditional homemaking and domesticity, but she has become disillusioned with its commercialization and politicization. She left Instagram and is reevaluating her identity as a homemaker, considering renaming the term to something like "old-fashioned homemaker" or "modern traditional wife."

iOS 17.5 Bug May Also Resurface Deleted Photos on Wiped, Sold Devices

https://images.macrumors.com/t/04_9tg2-Dgv9mek2Nsxs-PmE3Z4=/400x0/article-new/2024/03/iOS-17.5-Feature-Green-and-Purple.jpg?lossy
A bug in iOS 17.5 causes deleted photos to reappear on iPhones and iPads, even after erasure and sale. The issue impacts devices with old photos synced via iCloud Photo Library, raising concerns about privacy violations.

Shein set to boost London with IPO

https://ukinvestormagazine.co.uk/wp-content/uploads/2024/05/Shein-IPO.jpg
Shein, a Chinese fast fashion brand, may list on the London Stock Exchange, potentially being the biggest IPO in London this year and boosting UK capital markets. However, concerns over supply chain practices and worker conditions may deter investors and raise scrutiny for the company.

VW and Renault end talks to develop affordable EV

Please enable JS and disable any ad blocker

Test Scores Down, GPAs Up: The New Angst over Grade Inflation

Please enable JS and disable any ad blocker

Databases for data scientists

Data scientists need to learn database concepts, such as views and table indexes, to scale their analytics. However, they may not need a full-fledged database for smaller tasks, and can use organized parquet files with tools like DuckDB and Apache Arrow instead.

Slack users horrified to discover messages used for AI training

https://cdn.arstechnica.net/wp-content/uploads/2024/05/GettyImages-1423973122-800x549.jpg
Slack's policy allows it to collect customer data, including messages and files, to train its AI models, but the company claims it does not use this data for training. Slack has agreed to update its privacy principles to clarify how customer data is used for AI training and ensure that customer data never leaves Slack's trust boundary.

Head of Alignment at OpenAI Resigns

Something went wrong, but don’t fret — let’s give it another shot.

Open sourcing IBM's Granite code models

https://d1bqvdqmynqyrb.cloudfront.net/_next/image?url=https%3A%2F%2Fresearch-website-prod-cms-uploads.s3.us.cloud-object-storage.appdomain.cloud%2FGranite_Leadspace_V5_a00c20da06.jpg&w=3840&q=75
IBM is releasing four variations of its Granite code model, a family of large language models trained on 116 programming languages and over 3 trillion tokens, to make coding easier for developers. The models can be used for tasks such as code generation, fixing bugs, explaining code, and more, and are available under the Apache 2.0 license for open-source use.

SQL is now 50 What is coming next to the query language?

SQL, a structured query language, was first published in 1974 and has since become the standard for interacting with data, used by professional programmers and developers. Despite its age, SQL continues to thrive due to its strong mathematical theory, ability to map data to business practices, and adaptability to new technologies such as AI and vector searches.

Show HN: Slice Tap Toy

https://memalign.github.io/m/slice/slice.jpg
Slice Tap Toy - swipe to slice!

Previsualization for Feature Films (1998)

Previsualization is a process used in filmmaking to visualize scenes beyond script descriptions, allowing for creative decisions and cost savings. The technique has evolved over time, with Francis Ford Coppola's "Electronic Cinema" being a significant milestone, and now filmmakers use various tools such as Adobe Premiere and After Effects to create previsualizations.

Where are floppy disks today? Planes, trains, and all these other places

https://www.zdnet.com/a/img/resize/e27b3953df87b835a77deeeec01f311aa283a5ec/2022/08/05/e2171bd1-84f6-4ca8-9801-2abdeb61a365/steven-vaughan-nichols.jpg?auto=webp&fit=crop&frame=1&height=192&width=192
The floppy disk was introduced in the 1970s as a compact and portable storage solution, holding up to 79.7 KB of data, and later evolved to hold more data with smaller sizes like 3.5-inch disks. Despite being largely replaced by newer technologies, floppy disks still linger in some industrial equipment, medical devices, and retro computing enthusiasts' collections due to their stability and ...

Apple geofences third-party browser engine work for EU devices

https://regmedia.co.uk/2024/05/16/eu_shutterstock1.jpg
Apple's recent change allowing third-party browser engines on iOS devices in the EU comes with a restriction that requires developers to physically locate their teams in the EU for testing and development. This geofencing requirement adds an additional barrier to developing and supporting alternative browsers, making it difficult for companies like Google and Mozilla to create non-WebKit ...

Long Beach man started a petition to ban Airbnb in his neighborhood – it worked

https://ca-times.brightspotcdn.com/dims4/default/4d4204e/2147483647/strip/true/crop/5472x3648+0+0/resize/1200x800!/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2Fd2%2Fd9%2Fff610d874620aff28c34d01cd257%2F1446785-la-me-long-beach-resident-drive-to-ban-unhosted-short-term-rentals-mdb-airbnbshorttermban17.jpg
Andy Oliver, a Long Beach resident, successfully petitioned to ban short-term rentals in his neighborhood after dealing with noise and disturbance issues from neighboring Airbnb properties. The ban has sparked similar efforts in nine other Long Beach communities, with advocacy group Better Neighbors LA funding petition fees for residents seeking to regulate the industry.

Ladders last a long time: Reading Raphael Samuel

https://www.lrb.co.uk/storage/social_image/images/8/2/8/5/30165828-1-eng-GB/95bd750b262d-sutcliffe-braithwaite-hp.jpg
Raphael Samuel was a British historian who developed a unique approach to historical research, focusing on "people's history" and using primary sources to explore the experiences of marginalized groups. His work had a significant impact on the field of history, and his legacy continues to be felt through the institutions he founded, including the History Workshop movement and the Raphael ...

How Far Are We from AGI

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The paper explores Artificial General Intelligence (AGI), its definitions, goals, and developmental trajectories, highlighting the need for responsible approaches to achieve AGI. It outlines requisite capability frameworks, alignment technologies, and potential pathways towards AGI in various domains to foster collective comprehension and public discussions among researchers and practitioners.