Llm.c – LLM training in simple, pure C/CUDA

https://opengraph.githubassets.com/3f6fe5842548ef0f3447aebe783e7ee0e3c3f678a6e844b1a0229ffa62a9cdb3/karpathy/llm.c
The article discusses training Language Models like GPT-2 in C/CUDA without the heavy dependencies of frameworks like PyTorch, using minimal code for efficiency and simplicity. It also covers the process of fine-tuning with pre-trained weights and provides a unit test for verifying the C implementation against PyTorch.

Lore Harp McGovern built a microcomputer empire from her suburban home

https://d24ovhgu8s7341.cloudfront.net/uploads/post/cover/3030/Screenshot_2024-04-08_at_9.50.35_AM.png
Lore Harp McGovern, co-founder of Vector Graphic, turned her suburban home into a microcomputer company powerhouse, challenging industry giants. Despite societal norms, she and Carole Ely built a successful business, becoming pivotal figures in the computer revolution.

How much faster are the Gnome 46 terminals?

https://bxt.rs/blog/just-how-much-faster-are-the-gnome-46-terminals/header.jpg
VTE, used in GNOME terminals, has significantly improved performance in GNOME 46, feeling snappier due to reduced input latency. Hardware testing confirms these enhancements, making VTE-based terminals competitive with the fastest ones.

Hello World

The article provides an in-depth analysis of how a simple "Hello World" program works in the C programming language, highlighting the complexities involved even in such a basic program. It underscores the intricate processes the computer undertakes, from compiling the code into machine language, calling libraries, making system calls to the operating system, to finally displaying the output ...

After AI beat them, professional Go players got better and more creative

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%2Fe7fe2146-3231-45d4-bdcd-e5750e548b45_1024x825.jpeg
The introduction of AI like AlphaGo in Go and DeepBlue in chess has pushed human players to surpass previous skill limits, fostering creativity and novel moves. Open-source AI tools have further enabled players to study AI reasoning, leading to a significant improvement in human gameplay.

Hello OLMo: A truly open LLM

https://miro.medium.com/v2/da:true/resize:fit:720/1*JnMrzNwTzjEkvqOZv6kC9A.gif
AI2 released OLMo 7B, an open large language model with training data and code, fostering transparency and collaboration in AI development. The initiative aims to advance AI responsibly by providing comprehensive resources for research and innovation.

Notepad++: Help us to take down the parasite website

https://notepad-plus-plus.org/assets/images/downloadNppGoogling.png
The article warns against a malicious website, https://notepad.plus/, which deceives users by posing as the official Notepad++ site, leading to security risks. It urges the community to report the site to protect users and maintain online safety.

Spotify demonetizes all tracks under 1k streams

https://djmag.com/sites/default/files/styles/djm_23_961x540_jpg/public/2024-04/spo%20copy.jpg?itok=yBOfRUNq
The Make Streaming Pay initiative, led by United Musicians and Allied Workers, pushes for fair artist compensation and has introduced a bill to US congress. Spotify, facing financial losses, plans to raise prices to cover new content costs, affecting shares.

1.18k drawings of plant root systems

Vala Programming Language

https://vala.dev/processed_images/vala-hero.dd48a5dee00a3fe8.png
Vala offers object-oriented coding with GNOME integrations and compiles to fast binaries, supporting C code reuse. It's open-source with a strong community, simplifies GTK app development, and streamlines publishing.

How engineers at Digital Equipment Corp. saved Ethernet

https://spectrum.ieee.org/media-library/portrait-of-two-men-standing-with-their-hands-on-a-small-beige-and-gray-box-while-looking-at-the-camera.jpg?id=51927556&width=1200&height=903
Ethernet celebrates its 50th anniversary, highlighting its influence and evolution, including the development of the learning bridge by Mark Kempf at DEC, which transformed LAN technology and contributed to Ethernet's longevity. Ethernet's success is attributed to its adaptability and the Layer 2 switching innovation, which allowed for protocol versatility and network upgrades.

Blocky – a DNS proxy and ad-blocker for the local network

Redirecting to latest/...

Find My Device on Android

https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Erik_Kay.max-244x184.format-webp.webp
The new Find My Device network assists in locating Android devices and items like keys via a crowdsourced network and Bluetooth tags. It ensures security with end-to-end encryption and works with Android 9+ devices.

Chronon, Airbnb's ML feature platform, is now open source

https://miro.medium.com/v2/resize:fit:1200/1*KNHSmM_Zx6RuR8XDNSuEwA.jpeg
Airbnb has open-sourced Chronon, their ML Feature Platform, which simplifies data engineering for ML practitioners and offers low latency streaming. Chronon provides tools for feature management and observability, and is co-maintained by Stripe.

Major data center power failure (again): Cloudflare Code Orange tested

https://blog.cloudflare.com/content/images/2024/04/image3-11.png
The article discusses Cloudflare's response to a second power outage at the same data center within five months, highlighting improvements made to ensure customer services remain unaffected. Despite the outage, their systems quickly recovered without human intervention, thanks to the proactive measures taken under Code Orange.

Show HN: Beyond text splitting – improved file parsing for LLMs

https://camo.githubusercontent.com/63bbd4b8ce0983f7d14cd8f0b556577e8e882f1d696dc57a06bd1c06d2fdad25/68747470733a2f2f7365726765792d66696c696d6f6e6f762e6e7963332e6469676974616c6f6365616e7370616365732e636f6d2f6f70656e2d70617273652f756e697461626c652d70617273696e672d73616d706c652e77656270
Open Parse offers a library for effective document chunking and layout parsing, surpassing open-source limitations. It includes high-precision table extraction and requires additional models for full semantic structuring.

Embed Crystal code directly in Ruby

https://raw.githubusercontent.com/wouterken/crystalruby/main/logo.png
CrystalRuby is a gem that integrates Crystal and Ruby, enabling Ruby methods to be replaced with compiled Crystal code for performance gains. It utilizes FFI for linking and supports primitive and composite types, with JSON serialization for complex structures.

How does the classic Win32 ListView handle incremental searching?

https://devblogs.microsoft.com/oldnewthing/wp-content/uploads/sites/38/2019/02/ShowCover.jpg
The Win32 ListView supports two search patterns: repeatedly pressing a letter cycles through items starting with it, while typing additional letters refines the search to match a prefix. The system's behavior switches based on the user's input pattern.

Reverst: Reverse Tunnels in Go over HTTP/3 and QUIC

https://opengraph.githubassets.com/f7bcc8b045ce8a3f789440cfd40b6d42372e6fc65f0a897e64323658580ebc74/flipt-io/reverst
Reverst is a reverse-tunnel server that enables services to be exposed on the public internet from restricted networks using QUIC and HTTP/3. It uses tunnel binaries and client-servers to create load-balanced groups for accessible service via an HTTP interface.

KDE6 release: D-Bus and Polkit Galore

The SUSE security team mandates a review of D-Bus services and Polkit policies in openSUSE distributions before inclusion in production, as seen with the scrutiny of KDE6 components. The article also explains D-Bus and Polkit systems, their use in Linux, and the security considerations involved.

Looking into an apparently scammy looking zsh plugin manager called “zi”

I am deep in the rabbit hole of looking into an apparently deeply scammy looking zsh plugin manager called "zi". I think it's an extremely bad idea to use "z-shell/zi" or anything else from the same "creators". There's an entire field of red flags here.

Show HN: QWANJI

#qwanji

GNU Stow needs a co-maintainer

https://savannah.gnu.org/images/Savannah.theme/floating.png
The sole maintainer of Stow expresses the project's need for additional maintainers to ensure sustainability and invites interested individuals to contribute, emphasizing the importance of strong skills and commitment.

High Definition CSS Color Guide

https://developer.chrome.com/static/docs/css-ui/high-definition-css-color-guide/image/the-popular-color-format-b5aab67b4d3de.png
The article discusses the introduction of CSS Color Level 4, which expands the color gamut and functions in web design, moving beyond the limited sRGB range and allowing for more vivid colors and gradients. It highlights the support for new color spaces in browsers, offering designers a wider palette and tools for color management.

Reviving an 800-Year-Old Japanese Tea Farm

https://www.nippon.com/en/ncommon/contents/japan-topics/2309778/2309778.jpg
Locals in Uji are reviving the historic Asahien tea farm with ancient tea plants found at a temple, tracing back to Japan's Kamakura period. DNA analysis supports the plants as native varieties, potentially linking them to the original tea seeds brought from China.

Japanese American Bird Pins

https://i0.wp.com/www.hcn.org/wp-content/uploads/2024/03/flying-free-56-04_7.jpg?fit=2000%2C1333&ssl=1
The article recounts the author's grandfather creating bird pins during his internment in a Japanese American camp, revealing a larger history of resilience and craft in the face of adversity. It highlights the significance of these pins as symbols of freedom and the enduring legacy of the incarcerees' artistry.

Show HN: Shorebird 1.0, Flutter Code Push

https://opengraph.githubassets.com/95647e61b13541f49b750cfb90040cec22fd40e76363453ab399646f52456c5d/shorebirdtech/shorebird
The article suggests using 'very_good test -r' in the packages directory to run Shorebird tests, as there's no local test script. Shorebird projects are dual-licensed under Apache 2.0 and MIT, with a link to their licensing philosophy.

How deep does life go?

https://thereader.mitpress.mit.edu/wp-content/uploads/2024/04/biosphere-700x420.jpg
James Powell's article details the historical journey of deep-sea exploration, from the Challenger expedition disproving the azoic theory to the discovery of chemosynthesis at hydrothermal vents. It highlights the significant microbial life beneath the seafloor, potentially comparable to surface biomass, and the implications for extraterrestrial life.

Transformer as a general purpose computer

https://www.jvoderho.com/images/chip.png
Are you sure you want to permanently delete the comment?

Show HN: Neco – Coroutine Library for C

https://opengraph.githubassets.com/958e875ed9961295855f27cfdb7d56936f0b50f80b1db3bc4565c5711df7b0be/tidwall/neco
Neco is a C library for concurrent programming with coroutines, focusing on ease of use for I/O and networking without aiming for a scalable multithreaded runtime. It offers simple integration into projects using C11 and includes examples like Bluebox with benchmarks.

Hacker News (HN) – Part 1: analysis

https://blog.osm-ai.net/assets/images/hn_part_1/freq_of_story_per_year.png
The article details a data analysis project on Hacker News (HN), revealing a decline in active contributors and a surge in AI discussions. Consistent story submissions, rather than aiming for viral hits, are found to be the most effective strategy for accruing karma points on HN.

Cultivating minds: The psychological consequences of rice versus wheat farming

https://marginalrevolution.com/wp-content/uploads/2024/04/rice-and-wheat-thinking.png
The article discusses how rice and wheat farming influence collectivist and individualistic cultural traits, respectively, citing a study that provides causal evidence from China's Cultural Revolution. It also compares similar cultural impacts in fishing communities, suggesting that modes of production significantly imprint thinking styles.

Building a Managed Postgres Service in Rust

https://tembo.io/_astro/p1.ouSGuyRX_Z15AocW.webp
Tembo was established to deliver superior Postgres services with a focus on deploying extensions and optimizing Postgres instances for specific workloads. They developed a decoupled architecture with a control-plane and data-plane, facilitating complex state management and transitions using a Rust-written state machine.

I discovered a critical exploit in ZeroMQ with mostly pure luck

https://fangpenlin.com/images/2024-04-07-how-i-discovered-a-9-point-8-critical-security-vulnerability-in-zeromq-with-mostly-pure-luck/500ms-sus.jpg
An open-source contributor injected a backdoor into the XZ library after gaining trust, which was later discovered by a Microsoft engineer. A separate incident details a software engineer's accidental discovery of a critical security vulnerability in ZeroMQ.

The 6502 instruction set as a database

https://gitlab.com/assets/twitter_card-570ddb06edf56a2312253c5872489847a0f385112ddbcd71ccfa1570febab5d2.jpg
Information about the instruction set of the 6502 and related CPUs, in the form of an SQL database.

Phytomining – Extracting Minerals via Plants

https://arpa-e.energy.gov/sites/default/files/PHYTOMINES%20ET%20Image.png
The U.S. Department of Energy is funding up to $10 million for phytomining research to bolster domestic nickel supply. This supports America's clean energy goals and reduces reliance on imports.

Infant microbes and metabolites point to childhood neurodevelopmental disorders

https://scx1.b-cdn.net/csz/news/800a/2024/autism-and-adhd-are-li.jpg
The study finds early gut flora disturbances are linked to later neurological disorders like autism and ADHD, with biomarkers identifiable at birth or within the first year. Lifestyle and environmental factors, including antibiotic use and parental smoking, influence these outcomes.

Live NASA telescope feed for today's solar eclipse [video]

Working from home isn't going away, even if some CEOs wish it would

https://techcrunch.com/wp-content/uploads/2024/04/GettyImages-1338107361.jpg?w=700
U.S. workers increasingly prefer flexible remote work, but executives push for office returns, citing productivity concerns. Research and experts suggest flexibility improves engagement and productivity, challenging the necessity of traditional office settings.

TSMC Gets $11.6B in US Grants, Loans for Three Chip Fabs

https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iQ5hG4cefXsM/v0/-1x-1.jpg
Bloomberg reports that TSMC is set to receive $6.6 billion in grants and up to $5 billion in loans from the US to build chip factories in Arizona. This move supports Biden's plan to increase domestic tech production, with TSMC investing over $65 billion in the project.

Stolen masterpieces that are still missing

https://cdn.thecollector.com/wp-content/uploads/2023/10/stolen-masterpieces-famous-artworks-missing.jpg?width=1400&quality=70
Famous art heists have puzzled officials, with many stolen masterpieces recovered, yet some, like The Ghent Altarpiece's panel, remain missing. Thefts, including Van Gogh's "Poppy Flowers" and Rembrandt's only seascape, highlight security flaws and the enduring mystery of lost art.

British Placename Mapper

https://placenames.rtwilson.com/PlacenameMapper.png
This tool lets you visualise British place names that match certain search terms on a map. Search terms can be used to match anywhere in the name, at the beginning or end, exactly, or using a regular expression. Hover (tap on mobile) over a marker on the map to see its name. Click the copy button at the bottom to share your searches with others.

Colab notebook to create Magic cards from image with Claude

https://colab.research.google.com/img/colab_favicon_256px.png
Sign in

It's Dante's hell – we're just living in it

https://www.neh.gov/sites/default/files/styles/large/public/2024-03/24_Dante-meets-Beatrice_0.jpg?itok=zTIUJkIM
La Vita Nuova is Dante's early work, hinting at the themes he would explore in The Divine Comedy, with scholars seeking answers in his formative writings. His final promise in La Vita Nuova to write worthily of Beatrice reflects his ambition to join her in eternity and his enduring influence on literature.

Show HN: Dimity Jones in Puzzle Castle: An Electronic Escape Novel

https://raw.githubusercontent.com/larryboyko/dimityjones/main/puzzlecastleicon.jpeg
The article discusses a unique fictional story that integrates puzzles within the text, requiring solutions to progress. Feedback is sought for improvements during its debugging phase.

The UX of UUIDs

https://unkey.dev/images/blog-images/admin-dashboard-new.png
Unique identifiers are crucial for application operations and data integrity, with standard UUIDs generally being sufficient. Enhancements like removing hyphens and adding meaningful prefixes can improve usability and reduce confusion.

Rotz: Cross platform dotfile manager written in Rust

Rotz enables synchronization of local dotfiles with a git repository and automatic symlinking via specific commands. It supports various configurations across Windows, Linux, and MacOS, and encourages community contributions.

ESLint v9.0

https://eslint.org/assets/images/announcements-560w.jpeg
ESLint v9.0.0 introduces several new features and bug fixes along with breaking changes requiring a migration guide. Support for Node.js versions prior to v18.18.0 and v19.x is dropped, and flat config becomes the default format.

A 2-Axis, Multihead Light Positioner

https://bunniefoo.com/iris/2024/imager-head_sm.jpg
The article details the mechanical design improvements for the IRIS technique, focusing on a new light positioning system that allows for precise angular adjustments. The author discusses the challenges and solutions in creating a zenith and azimuth control, integrating existing designs from the Jubilee platform.

French company ramps up production to meet demand for its military drone radar

https://www.politico.eu/cdn-cgi/image/width=1160,height=773,quality=80,onerror=redirect,format=auto/wp-content/uploads/2024/04/01/GettyImages-1258891500-scaled.jpg
“Naval combat is becoming increasingly likely,” French rear admiral tells POLITICO in an exclusive interview. The country aims to double its current defense budget to increase its industrial base and expand its armed forces.

Endless Censorship Demands from Brazil

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

Stanley Kubrick did it his way

https://www.apollo-magazine.com/wp-content/uploads/2024/03/EDITED-HIGH-RES-2001-L-odyssee-de-l-espace-1968_249.jpg?resize=790%2C445
Stanley Kubrick, an auteur with unparalleled control over his films, is revered for his genre-spanning work despite few awards. His biography reveals a complex figure, from a precocious photographer to a director with a unique, obsessive vision, impacting peers and projects profoundly.

A cheeky intern nearly turned MS-DOS into NSFW-DOS

https://regmedia.co.uk/2016/07/27/shutterstock_heart_crack.jpg
An intern once attempted to add a frivolous Easter egg to MS-DOS, which was caught during code review. Dave Plummer recounts this incident from 1993, highlighting the importance of code reviews.

Nintendo's online servers for Wii U and 3DS shut down today

Nintendo is ending online services for 3DS and Wii U software at 4pm PDT on April 8, 2024, but local play like StreetPass will remain available. Online service cessation includes co-op play and rankings, with the possibility of an earlier end if issues arise.

I Tried Tesla FSD

https://werd.io/file/5d388c5fb16ea14aac640912/thumb.jpg
The author regrets purchasing a Tesla Model 3 due to the CEO's behavior, factory conditions, and poor financial value. They found Tesla's Full Self Driving mode terrifying and unsafe, questioning its default activation and the value of its cost.

Predictive CPU isolation of containers at Netflix (2019)

https://miro.medium.com/v2/resize:fit:737/1*8zsLvMK0n_Cw2pzauiNf1A.png
Netflix improved container performance on Titus by shifting CPU isolation from the OS to a data-driven model using combinatorial optimization and machine learning, reducing runtime variance and increasing efficiency. This new approach predicts CPU usage and optimizes resource allocation, outperforming the traditional Completely Fair Scheduler (CFS).

Nightfall: Can Kalgash Exist (2014)

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The article examines the plausibility of the Kalgash system from Asimov's "Nightfall," with its unique six-sun setup and its effects, including an unusual eclipse. It delves into the system's orbital dynamics and the impact of darkness on its inhabitants.

Swiss satellite antennas make a comeback as solar powerhouses

Please enable JS and disable any ad blocker

USPS jumps to first place as most imitated brand in phishing attacks

https://images.ctfassets.net/tdnn4v0n6ild/1hIPzlhONePrJWx5EvHU3Q/931057bc5a733a996acf16443ee45722/Screenshot_2024-04-04_111846-min.png
USPS tops phishing targets, rising from 12th to 1st, with a notable increase in deepfake scams. Cybercriminals now exploit delivery services and trusted brands, as AI advances raise scam sophistication.

Let's Kerberos

The article discusses a post-quantum cryptography method where symmetric keys from DNS 'CA' records enable secure TLS connections, requiring only occasional large signatures for establishing initial CA trust. It suggests technical and policy safeguards to prevent misuse of data about client-server connections.

Orange Meets: a demo application built using Cloudflare Calls

https://raw.githubusercontent.com/cloudflare/orange/main/orange-meets.png
Orange Meets is a demo application built using Cloudflare Calls. To build your own WebRTC application using Cloudflare Calls, get started in the Cloudflare Dashboard. Update the account_id and CALLS_APP_ID in wrangler.toml to use your own Cloudflare Account ID and Calls App ID

New theory on Satoshi Nakamoto

The article advises developers to register and sign in with credentials when running a script or application, and to use a unique and descriptive User-Agent. It also suggests reverting to the default User-Agent or contacting support if there are access issues.

A list of AI coding tools

https://opengraph.githubassets.com/73068982e1d22601fb55c74cf9d2537b14351d45d7554c8f20f23b980cc8c87e/sourcegraph/awesome-code-ai
Pixee - Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.

A brief history of keyboard encoding (2023)

https://kbd.news/img/author/daniel.jpg
Daniel details the evolution of keyboard technology, highlighting early methods like light-beam and diode matrix encoding before microprocessors, and the shift to modern matrix scan keyboards that allow for key rollover and prevent ghosting.

Star explosion to appear in sky in once-in-a-lifetime event

https://scx1.b-cdn.net/csz/news/800a/2024/the-recurring-nova-t-c.jpg
A massive stellar explosion in the Corona Borealis constellation, visible every 80 years, is anticipated between now and September. This recurrent nova, observed since 1866, will be observable with the naked eye as a bright new star.

Intel's Ambitious Meteor Lake iGPU

https://i0.wp.com/chipsandcheese.com/wp-content/uploads/2024/03/mtl_intel_initial_slide.jpg?resize=688%2C386&ssl=1
Intel and AMD have been improving integrated GPUs (iGPUs), with recent handhelds showcasing consumer interest in portable gaming, despite performance compromises. Intel's latest Meteor Lake iGPU architecture aims to challenge AMD's dominance and Intel's own laptop market, with a new chiplet design and significant performance enhancements.

MQL – Client and server to query your db in natural language

https://opengraph.githubassets.com/3753796a3be5ca6c0011e1c2e7975417d6b515b6fdb5817321e40140b11502e6/shurutech/mql
MQL transforms natural language into SQL queries, boasting an 85% success rate and plans for future enhancements. It encourages community contributions, adherence to coding standards, and a respectful conduct.

Southwest Boeing 737-800 flight from Denver loses engine cover

https://media.cnn.com/api/v1/images/stellar/prod/240407170441-boeing-southwest-engine-cowling-fair-use-screengrab.jpg?c=16x9&q=w_850,c_fill
A Southwest Airlines flight returned to Denver after an engine cover detached and hit the wing; no injuries occurred. The incident adds to recent Boeing mechanical issues, with passengers delayed but safe.

Show HN: AutoMQ - A Cost-Effective Kafka Distro That Can Autoscale in Seconds

https://raw.githubusercontent.com/AutoMQ/automq/main/docs/images/banner-readme.jpeg
AutoMQ provides a low-latency, scalable, and cost-effective Kafka service on the cloud, with automatic scaling and high reliability. It offers compatibility with Apache Kafka, cheaper costs, and performance improvements through a durable cache layer and smart storage usage.

A new community space for discussing free software

https://writefreesoftware.org/images/discourse.jpg
The website aims to foster the free software community by providing easy-to-understand information and a forum for inclusive discussion. It emphasizes the importance of active participation and community safety in building a stronger political movement.

Architecture decisions in Neon, a serverless Postgres service

https://neon.tech/_next/image?url=https%3A%2F%2Fneondatabase.wpengine.com%2Fwp-content%2Fuploads%2F2022%2F07%2Fneon-architecture-2.png&w=3840&q=85
Neon aims to create a serverless Postgres service with a cloud-native design, separating storage and compute for operational databases, a first for open-source Postgres. They focus on maintaining Postgres compatibility, innovating in storage with a smart layer for simplification and cost-efficiency.

Geoengineering test launched in Alameda

Exploring batch caching of trees

https://blog.julik.nl/assets/2024-04-01-batch-caching-of-trees/tree.png
The article discusses the concept of materialized trees in web development and their use in React and Rails, emphasizing the need to optimize tree structures. It explores caching strategies to reduce server rendering times and proposes a three-phase rendering process to minimize cache fetches.

Direct Nash Optimization: Teaching language models to self-improve

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The paper introduces Direct Nash Optimization (DNO), an algorithm for post-training LLMs that improves upon traditional RLHF by optimizing general preferences. DNO demonstrates state-of-the-art performance, surpassing even larger models like GPT-4 in tests.

'My eyes hurt' searches spike on Google following solar eclipse

https://9to5google.com/wp-content/uploads/sites/4/2024/04/google-solar-eclipse-2024-doodle.jpg?quality=82&strip=all&w=1200
North America witnessed a total solar eclipse, sparking a surge in Google searches for "my eyes hurt" post-event. Eye pain queries peaked during the eclipse, especially in states along its path, highlighting the risks of viewing without proper protection.

Big Tech passkey implementations are a trap

https://res.cloudinary.com/dbulfrlrz/images/f_auto,q_auto/v1712342448/wp-pme/passkeys-and-big-tech/passkeys-and-big-tech.png?_i=AA
Passkeys, designed to replace passwords, face adoption challenges due to Apple and Google prioritizing their ecosystems over universal compatibility. Proton advocates for accessible security and criticizes Big Tech's approach, which hinders passkey potential.

Anthropic's Haiku Beats GPT-4 Turbo in Tool Use

https://mintlify.com/docs/api/og?division=Documentation&title=Anthropic%27s+Haiku+Beats+GPT-4+Turbo+in+Tool+Use+-+Sometimes&description=Haiku+%3E+GPT-4+Turbo+%3E+Opus+%3E%3E%3E+GPT-3.5+Turbo+if+not+using+parallel+function+calling.&logoLight=https%3A%2F%2Fmintlify.s3-us-west-1.amazonaws.com%2Fpareaai%2Flogo%2Fparea-light.png&logoDark=https%3A%2F%2Fmintlify.s3-us-west-1.amazonaws.com%2Fpareaai%2Flogo%2Fparea-dark.png&primaryColor=%239563FF&lightColor=%23AE87FF&darkColor=%230D001D
Haiku > GPT-4 Turbo > Opus >>> GPT-3.5 Turbo if not using parallel function calling.

Framework laptop DongleHider+ Expansion Card for hiding up to three dongles

https://cdn.mos.cms.futurecdn.net/PN9YHLiXFwgDX6YgAec7ZQ-320-80.jpg
LeoDJ created a DIY Framework laptop expansion card, DongleHider+, which houses three dongles and adds a USB Type-A port, though it requires self-assembly. Detailed instructions and resources for making the card are available on GitHub and Mastodon.

UK govt office admits ability to negotiate billions curbed by vendor lock-in

https://regmedia.co.uk/2024/04/04/shutterstock_negotiations.jpg
The UK government acknowledges challenges with cloud vendor lock-in, affecting its negotiating power and risking continued vendor dominance. A proposed 'UK Public Sector Cloud Marketplace' aims to improve negotiation and cost efficiency.

Demystifying the Shadow DOM

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%2Fe1d3b790-8277-47b4-a390-f53855554042_1136x538.png
The article discusses the Shadow DOM's role in web development, allowing for encapsulation of styles and scripts within a hidden DOM attached to an element, enhancing organization and reusability. It also highlights the complexity and potential security concerns of using Shadow DOM, advising developers to learn its proper application.

Paying off people's medical debt has little impact on their lives, study finds

https://static01.nyt.com/images/2024/04/08/multimedia/08medical-debt-lcbz/08medical-debt-lcbz-articleLarge.jpg?quality=75&auto=webp&disable=upscale
R.I.P. Medical Debt, a charity, has cleared $11 billion in medical debt using donations, but a study suggests this aid doesn't improve debtors' mental health or credit. The nonprofit's impact is questioned, despite its growth and the support from entities like NYC's mayor.

Build Systems à La Carte: Theory and Practice (2020) [pdf]

The article provides a framework for understanding and comparing build systems, which are crucial yet often overlooked in software development. It discusses the evolution of build systems, their key properties, and how they can be recombined to create new systems with desirable features.

Microsoft: Laptops with Snapdragon X Elite Will Be Faster Than M3 MacBook Air

https://images.macrumors.com/t/cq8dEm07VhBOHmOLNKmleUBytzM=/400x0/article-new/2024/04/Qualcomm-Snapdragon-X-Elite-Laptop.jpg?lossy
Microsoft is set to challenge Apple's MacBook Air with its new Windows laptops powered by Qualcomm's Snapdragon X Elite, claiming faster CPU and AI performance. Critics argue that true competition with Apple's efficiency and ecosystem integration remains to be seen.

New minerals on the moon explaining the mystery of the lunar landscape

https://cdn.i-scmp.com/sites/default/files/styles/768x768/public/d8/images/canvas/2024/04/05/bba0185d-fb9a-4b6d-b09f-d5f21d1e4f32_27a6f81c.jpg?itok=trbxnstB&v=1712287051
Chinese scientists discovered two new titanium minerals on the moon, suggesting micrometeorite impacts form the lunar landscape. The findings from the Chang’e 5 mission provide clues to the moon's weathering processes.

Begging EuroRust to acknowledge independent workers

https://fasterthanli.me/img/patreon/mark-white.png
An independent worker struggles with EuroRust's ticket policy, which conflates his individual enterprise status with a business, prompting policy reconsideration. He argues that the policy overlooks the nuances of small business realities, impacting his ability to afford attending.

The Disturbing Truth About How Airplanes Are Maintained Today (2015)

https://media.vanityfair.com/photos/563d20b0eccc21966e93693a/master/w_2560%2Cc_limit/a-wing-and-a-prayer-us-airlines.jpg
The article discusses the outsourcing of U.S. airline maintenance to cheaper foreign repair shops, often with uncertified mechanics, raising safety concerns. The FAA's inability to effectively inspect these overseas facilities further exacerbates potential risks.

Textual Healing: iOS Text Editing Minutiae

https://sim.coffee/wp-content/uploads/2024/04/SimCoffeeBanner.jpg
The article discusses the creator's appreciation for user feedback on Codea, particularly when it leads to bug reports, and details the challenges and solutions in improving text selection in code, especially regarding underscore characters and Lua-specific tokenization. The creator also highlights the importance of user feedback in enhancing the app's text editing features.

Cake shop worker remains dream job for many children starting school

https://cdn4.premiumread.com/?url=https://www.japantimes.co.jp/japantimes/uploads/images/2024/04/08/290970.jpg&w=1000&q=100&f=jpg&t=1.2
A survey by Kuraray shows the top career choice for new elementary students is in baking. The study, spanning May 2023 to February 2024, polled 4,000 children and parents.

Kuto, a Reverse JavaScript Bundler

https://storage.googleapis.com/hwhistlr.appspot.com/og/kuto.jpeg
Kuto is an innovative code shipping method that reuses existing code for updates, optimizing the use of ESM bundles and acting as a predictable chunk generator. It splits JavaScript into a main part and a cacheable corpus, reducing load times and file sizes for web clients.

Shorebird 1.0 – Update your Flutter apps instantly

https://shorebird.dev/open-graph.png
Shorebird Code Push 1.0 offers instant over-the-air updates for Flutter apps, now with stable iOS support. It's easy to integrate, complies with store policies, and has scalable pricing plans.

MIPS stacktrace: an unexpected journey

https://smeso.it/favicon.png
The author describes the challenge of obtaining stacktraces from a crashing C program on a MIPS32 device and the inadequacy of standard functions like backtrace on this architecture. They detail a complex workaround involving opcode parsing and DWARF to retrieve function names and source lines.

Airbnb bookings for the solar eclipse reach astronomical levels

https://www.economist.com/cdn-cgi/image/width=1424,quality=80,format=auto/content-assets/images/20240406_WBP505.jpg
The total solar eclipse's path across North America has led to a surge in accommodation bookings, with a 92% occupancy rate in the totality zone for April 7th. Despite the demand, many Airbnb hosts missed the opportunity to significantly raise prices, resulting in a modest revenue increase.

Poor Predictors: Job Interviews Are Useless and Unfair

https://cdn.psychologytoday.com/sites/default/files/styles/article-inline-half-caption/public/field_blog_entry_images/2020-08/interview-1018333_1920.png?itok=pld5G3hH
Traditional job interviews are poor predictors of performance and may perpetuate biases, as they don't reflect real-world behavior or competencies. Structured interviews and job auditions offer more predictive and fair alternatives.

Using your phone to pay can mean you'll spend more

https://media.npr.org/assets/img/2022/05/09/ayesharasco_2_sq-19cd4ec3655db9b5f9787167a9241172b5542eb1.jpg?s=100&c=85&f=jpeg
Frictionless payments like Apple Pay and Google Pay make spending easier, leading to a 9.4% increase in credit card charges. Awareness of spending habits with mobile payments can help manage finances and reduce impulsive purchases.

New Treatment Rejuvenates Aging Immune Systems in Elderly Mice

https://singularityhub.com/wp-content/uploads/2023/02/singularity-hub-logo-ko-300x122-1.png
The article discusses a study where scientists rejuvenated aged mice's immune systems using an antibody treatment targeting certain stem cells, reducing chronic inflammation and enhancing response to infections. The treatment could potentially prevent age-related diseases and isn't expected in clinics for 3-5 years.

Spotify launches personalized AI playlists that you can build using prompts

https://techcrunch.com/wp-content/uploads/2024/04/FTR-Header-AI-Playlist-1.png?w=702
Spotify is introducing a feature that uses large language models (LLMs) and personalization technology to create AI-generated playlists based on user prompts. The feature, which allows users to refine the playlists and remove unwanted songs, will initially be available in the U.K. and Australia, with the company planning to expand and improve the feature in the coming months.

I tried to automate job applications as a software engineer (and failed)

https://camo.githubusercontent.com/8596101af095674880772800778b631391ef6796cff1cbc271984b7f1cf04b60/68747470733a2f2f6c68372d75732e676f6f676c6575736572636f6e74656e742e636f6d2f646f63737a2f41445f346e5864635a6a6d43574e6843487565346c56362d4e7562474a676d723735434d45636f6e4337704b6a6a5a64504f654b4b766769356f2d7a78394c6a376d7467527273342d4e713548724e7551422d4138646736756e63644a74585147696e59534f7a31496569314541354859577149466f62554e6834573932724b654468736139324f536a39742d325363763453495362664a4d6c3065547166733f6b65793d7a744d46675345302d514676506a4c48726463483341
The author details their experience automating their job search in Canada by combining RSS feeds, scripts, and AI to personalize applications while maintaining quality. They emphasize the importance of blending technology with a personal touch to stand out in the job market.

Quartz Crystals – Twinning (2016)

http://www.quartzpage.de/cr/dauphine_twin_1.jpg
Quartz exhibits various twinning types, with three main laws widely recognized for their frequency or consistent occurrence in nature. The identification of twinning relies on crystal morphology, despite debates on the existence of some forms and complex detection methods.

Why Top Athletes Don't Look Like Fitness Influencers (Usually)

https://media.gq.com/photos/6606e0523708c5e0776a1663/master/h_120%2Cc_limit/gqlink.png
The article discusses the misconception that athletic performance correlates with a fitness influencer's physique, using Travis Kelce's "dad bod" as an example. It highlights the difference between appearance and ability, noting the potential health sacrifices for an idealized image.

The Evolution of the Super Nintendo Motherboard

https://fabiensanglard.net/snes_mobos/Nintendo_SNS-CPU-GPM-02_SNES_Motherboard.webp
Nintendo evolved the SNES over 12 years, reducing the motherboard's chip count from fifteen to nine, with four major versions: Classic, APU, 1-CHIP, and Junior, maintaining only the oscillator and resonator throughout. Enthusiasts use guidelines on consolemods.org for purchasing advice based on failure rates and video quality.

GPT Chatting with Xfinity support getting discounts

The article instructs developers to register or sign in with their credentials before running a script or application. It also advises ensuring the User-Agent is unique and descriptive, or to revert to default if issues arise.

Flame retardants found in consumer products linked to cancer

https://media.cnn.com/api/v1/images/stellar/prod/200605120624-02-newcastle-marine-biologists.jpg?q=x_0,y_0,h_1688,w_2999,c_fill/w_850
The article discusses a study revealing that high levels of PBDEs in blood correlate with a 300% increase in cancer mortality risk; despite phase-outs, these chemicals persist in the environment and consumer products.

Turchin's Terrifying Predictions

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgx1AuXQzSs4g-QXZsOiT8KhMRtXCHrmSjDF5wWJqxYNlN2MU2SQNu80r2N6tC3f6ULmRsOVhSIaTZuisnbcEcnC86UjEZFtSwjlxbP6B2i4KjeCIXvSOFtFvMZcCxWhELLV9apRCE5_wLtcfzf1V9PYY0tDP7uQu9xzqlhhKsQR8MWCMPZedz49g/s1600/1-merlin-donald.jpg
Peter Turchin's 'End Times' analyzes historical data to predict political unrest, highlighting indicators like wealth inequality and graduate oversupply. His theory suggests a growing divide and unrest among the educated as they face diminishing opportunities and increasing debt.

A frozen lake and several Lamborghinis provide lessons on traction control

https://cdn.arstechnica.net/wp-content/uploads/2024/03/Lambo-Ice-Drifting-11-800x533.jpg
At Lamborghini's Esperienza Neve winter driving academy, drivers including Daytona winner Corey Lewis tested the limits of supercars on ice, highlighting the value of learning vehicle control in extreme conditions. The event showcased driver aids like traction control and stability control, which make high-powered cars more manageable for average drivers.

X's AI Bot Is Reporting Joke Posts as Actual News

https://lifehacker.com/imagery/articles/01HTR0XP63PQ3RHG8WTNPMZ05H/hero-image.fill.size_1248x702.v1712351629.png
Twitter's paid users can access Grok, an AI bot that provides a trending news feed, which is currently producing inaccurate summaries from joke tweets. This raises concerns about the potential spread of misinformation on the platform.

Australia 'mugged by reality' on Aukus deal as US set to halve submarine build

https://i.guim.co.uk/img/media/a7a73b06930328e6641dc2c3b833234aa174c442/859_922_4418_2649/master/4418.jpg?width=465&dpr=1&s=none
Malcolm Turnbull criticizes the Aukus submarine deal as Australia faces potential delays and dependency on the US after budget cuts. Critics argue the deal compromises Australia's sovereignty and financial stability, with some advocating for a halt to payments.

CLI text processing with GNU Coreutils

https://learnbyexample.github.io/cli_text_processing_coreutils/images/cli_coreutils_pt.png
Example based guide for specialized text processing with GNU Coreutils

Histograms for Probability Density Estimation: A Primer

https://vvanirudh.github.io/nonparam/density.png
The article discusses the relevance of nonparametric density estimation in the context of small data and deep learning, and introduces histograms as a practical example of such methods. It highlights the advantages and limitations of histograms in estimating probability distributions without relying on underlying data parameters.

The Global Impact of Israeli "Defense" Technologies on Privacy and Human Rights

https://blog.torproject.org/surveillance-as-a-service-global-impact-of-israeli-defense-technologies-on-privacy-human-rights/lead.png
The article stresses the importance of combating the spread and normalization of surveillance tech to protect human rights, highlighting the Tor Project's efforts. It details the pervasive use of Israeli surveillance technologies globally, urging accountability and action against tech complicity in human rights abuses.

A Description of the Differential Expansive Pumping Engine [pdf]

The article describes the Compound Differential Engine, highlighting its efficiency in fuel economy and safety in variable load conditions through automatic steam supply adjustment. It also details the engine's ability to reduce strain and maintain uniform speed, contributing to its cost-effectiveness and reliability.

Workman Layout for Vim

https://axiomatic.neophilus.net/images/typewriter-banner.jpg
The author switched from Dvorak to Workman keyboard layout, finding Workman optimized for English and less straining. They're adapting and creating a Vim map for Workman, considering various remapping suggestions and personal preferences.