The Forged Apple Employee Badge

https://i0.wp.com/cabel.com/wp-content/uploads/2022/12/photobooth1-upscaled.png?fit=1180%2C1180&ssl=1
A person sold an Apple Employee #10 badge, claiming it was authentic, but Chris Espinosa, Apple Employee #8, suspected it was fake and the buyer eventually discovered several inconsistencies. The seller made mistakes and eBay failed to take action despite multiple reports of fraud.

Slack AI Training with Customer Data

https://a.slack-edge.com/3103e63/marketing/img/features/ai/nav-pricing/slack-ai-blog-hero@2x.png
Slack's mission is to simplify work life while prioritizing customer data privacy and security, using machine learning and artificial intelligence in limited ways to enhance its product. The company has guiding principles and technical controls in place to prevent data leaks, offers customers choices around model training, and aggregates data to ensure anonymity when updating services.

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.

Improvements to Data Analysis in ChatGPT

https://images.ctfassets.net/kftzwdyauwt9/5MRilRU8OxsaGeplleKSiM/d308cdc8218484a4666cee7acc9d3863/ChatGPT_Charts_Blog_Summary_v3.gif?w=3840&q=90&fm=webp
ChatGPT's new features allow users to interact with tables and charts, add files directly from Google Drive and Microsoft OneDrive, and analyze data by writing Python code. The updates include improved data analysis capabilities, customizable charts, and enhanced collaboration tools for ChatGPT Plus, Team, and Enterprise users.

Llama 3 implemented in pure NumPy

https://docs.likejazz.com/images/2024/c64ef866-4220-4d0b-a532-248288469ce2Frame%2061%20(7).png
The Llama 3 model uses NumPy to implement its structure, with a focus on RoPE embedding and RMSNorm normalization. The model's architecture includes Multi-Head Attention, Feed Forward networks, and SwiGLU activation functions, which are used to generate tokens one after another during the decoding process.

Egypt's pyramids may have been built on a long-lost branch of the Nile

https://media.nature.com/lw767/magazine-assets/d41586-024-01449-y/d41586-024-01449-y_27097740.jpg
Researchers have discovered an ancient branch of the Nile River, named Ahramat Branch, which once flowed near many major pyramid sites in Egypt. The discovery suggests that ancient Egyptians may have used boats to transport building materials rather than carrying them over land, providing new insights into their construction methods and daily life.

Google Gemini: Context Caching

https://ai.google.dev/static/site-assets/images/share.png
Gemini API's context caching feature reduces request costs by caching repeat content with high input token counts. It's a paid feature, billed based on cache token count and suitable for scenarios with repeated references to initial contexts.

100 Exercises to Learn Rust

This course will teach you Rust's core concepts, one exercise at a time. You'll learn about Rust's syntax, its type system, its standard library, and its ecosystem. We don't assume any prior knowledge of Rust, but we assume you know at least another programming language. We also don't assume any prior knowledge of systems programming or memory management. Those topics will ...
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 ...

Exit Strategy: The Case for Single-Stair Egress

https://www.architecturalrecord.com/ext/resources/Issues/2024/05-May/Stairs-BW-edited.jpg?1715314508
American land-use reformers aim to address housing shortages by amending zoning codes and building codes, specifically allowing single-stair apartment buildings, which were once common in the US but are now banned due to fire safety regulations. By re-legalizing these designs, multifamily housing can be built cost-effectively on urban sites that would otherwise be developed as single-family homes.
https://compote.slate.com/images/19ab60f9-2336-4176-b316-bdc1a783aa63.jpeg?crop=1560%2C1040%2Cx0%2Cy0
DeviantArt, a 24-year-old social network for artists, has been accused of promoting artificial intelligence-generated art and allowing bots to buy and sell artwork on its platform, leading to outrage among its community. The site's A.I. integrations have also led to lawsuits from artists who claim their work was scraped without permission and used to train generative-A.I. models, highlighting ...

Build WebGPU Apps Today with PlayCanvas

https://blog.playcanvas.com/assets/images/editor-webgpu-86041b7f4db9c53139d1883799815a85.png
PlayCanvas Editor now supports WebGPU, which offers improved performance and functionality, with Chrome and Edge browsers already enabled. To opt-in to WebGPU support, update Graphics Devices to include WebGPU (beta) in your project's settings, and provide feedback on any issues or feature requests.

LearnLM models tuned for human learning

https://storage.googleapis.com/gweb-uniblog-publish-prod/images/RAI_LearnLM_LearnLM_infuses_rese.width-1200.format-webp.webp
Google introduces LearnLM, a new family of models fine-tuned for learning, to enhance educational experiences and support educators. The technology will be integrated into various Google products, including Search, YouTube, and Gemini, to provide personalized learning experiences and help users deepen their understanding of complex topics.

F* – A Proof-Oriented Programming Language

https://www.fstar-lang.org/i/fstar-new.png
F* is a programming language that has been actively researched and applied in various fields, including security, cryptography, and formal methods. The language has evolved significantly since its introduction in 2011, with numerous papers published on its design, implementation, and applications in areas such as verified low-level programming, dependent types, and monadic effects.

D3 in Depth

https://www.d3indepth.com/img/visualising-data-with-js/cover.jpg
The book "Visualising Data with JavaScript" teaches data visualization using Chart.js, Leaflet, D3, and React. It covers HTML, SVG, CSS, and JavaScript fundamentals for building web-based data visualizations.

Using Llamafiles for Embeddings in Local RAG Applications

https://storage.googleapis.com/future-prod-prod-storage/images/llamafile-640x640_tQCm5Mz.2e16d0ba.fill-1200x630.png
The authors recommend three embedding models for scaleable retrieval-augmented generation (RAG) on local hardware, considering factors such as model size, memory constraints, and document length. They also explain why they chose these models and provide a brief overview of their performance on RAG-relevant tasks, highlighting the importance of considering multiple metrics when evaluating model quality.

Skio (YC S20) – Subscriptions for Shopify, ReCharge Migrations – Is Hiring

https://skio.com/deck.jpeg
We value minimal meeting culture, reversible decisions, and high-achieving individuals who question the status quo and drive results. Our company culture prioritizes adventure-driven decision-making, EV-based evaluation, and apolitical discussions to build a legendary company with fun memories.

Štar: an iteration construct for Common Lisp

tar is an extensible and general iteration construct for Common Lisp that aims to be pleasant to use, easy to understand, and fast, with a focus on separating iteration from value accumulation. It allows users to define custom iterators and optimizers, making it a flexible tool for iterating over various data structures.

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

I am not exaggerating this: I created a new hostname in DNS, then added it to my existing webserver config. It was online for 3 seconds – 3! – before getting a 404 request for /.git/config. If you’re relying on obscurity to protect your services, get that right out your fool head today. You have about 3 seconds to get your act together. In the time it took me to type this, I got another 62 requests:

History of the Italian Electrical System

https://samuele963.github.io/electrics/images/history/old_line_voltages.png
Italy's electrical system has undergone significant changes over the past century, including multiple voltage and frequency standards, with 120V and 220V being used simultaneously in different regions. The country's dual-supply system, which included separate meters and plugs for lighting and appliances, was eventually phased out in favor of a single standard voltage supply.

The United States of Avocado

https://tastecooking.com/wp-content/uploads/2024/05/TASTE_Avocado_2340-x-1314-2000x1123.jpeg
Avocados are a staple of the cuisine in the united states. consumers can order boxes of ripe fruit from their groves for $39 or sign up for subscription plans if they're willing to spend the extra money on marketing and packaging - and they can be delivered to your door unless otherwise specified – for free. the avocado industry is also concerned about the involvement of organized crime in ...

Smart Pointers in (GNU) C

The user created a smart pointer library in C, inspired by C++'s smart pointers, to manage memory allocation and deallocation with automatic cleanup. The library includes unique_ptr and shared_ptr implementations using metadata and variadic macros for easy usage.

Show HN: Autopilot for my little HTML game called Andromeda Invaders

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.

Introduction to the gfortran array descriptor / dope vector

Fortran 90 introduced array descriptors to handle arrays with dynamic sizes, which are necessary for assumed-shape and deferred-shape arrays. The array descriptor stores information such as the base address, stride, lower and upper bounds, and data type of each rank in the array.

Wind farms can offset their emissions within two years, new study shows

https://newsroom.taylorandfrancisgroup.com/wp-content/uploads/2024/05/Wind-farm-WP.png
A new study finds that wind farms can offset their carbon emissions within two years, and generate all energy consumed across their lifespan within six months. The research highlights the importance of reducing emissions during the manufacturing process and recommends recycling end-of-life blades to minimize environmental impacts.

Interactive Visualizations of Rate-Limiting Algorithms

https://smudge.ai/images/og.png
Rate limiting algorithms control traffic to services by blocking requests that exceed a set limit during a period. Three common algorithms are fixed window, sliding window, and token bucket, each with its own pros and cons for handling bursts and average rates of requests.

A long list of (advanced) JavaScript questions, and their explanations

https://camo.githubusercontent.com/90d7e0a800f423e8e042a55252a744a59cafe8d976d3126da45e0ffa8259078d/68747470733a2f2f692e696d6775722e636f6d2f6b6f356b3066732e706e67
The JavaScript questions and explanations cover various topics such as variable hoisting, scope, functions, classes, prototypes, and more. The examples demonstrate how to use different syntax and features of JavaScript to solve problems or achieve specific results.

The Sweet Spot: Maximizing Llama Energy Efficiency

https://jacquesmattheij.com/joulespertoken.png
Limiting GPUs to about 2/3rd of maximum power draw optimizes Joules consumed per token generated without speed penalty. The author used llama.cpp software and measured power consumption to find the "sweet spot" for their dual 3090 + i7 setup, achieving an efficiency of around 225W per GPU.

High-Quality Software Engineering (2007)

https://www.lurklurk.org/hqse/plan1.png
The book "High-Quality Software Engineering" discusses the importance of software quality, particularly in high-reliability environments such as networking and device-level software, where systems must run for months or years without failure. The book covers various aspects of software engineering, including planning, testing, teamwork, and management to achieve high-quality software development.