Cloudflare took down our website

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%2F74bcf245-b6da-4e0d-93b5-eedf42e7ff51_897x407.png
Cloudflare suddenly demanded $120,000 upfront for an Enterprise plan or threatened to take down all domains, leading to downtime and loss of customer trust. The company was forced to migrate away from Cloudflare after being unable to negotiate a reasonable contract and experiencing poor customer service from the sales team.

Google Meet rolls out multi-device adaptive audio merging

http://2.bp.blogspot.com/-7bZ5EziliZQ/VynIS9F7OAI/AAAAAAAASQ0/BJFntXCAntstZe6hQuo5KTrhi5Dyz9yHgCK4B/s1600/googlelogo_color_200x200.png
Connect with Googlers and admins in the Google Cloud Community to learn tips, participate in discussions, and stay updated on new products and features. The "What's new in Google Workspace?" Help Center page provides information on recent updates, including smaller changes not announced on the Google Workspace Updates blog.

What the damaged Svalbard cable looked like

https://gfx.nrk.no/IwsdkWy96keUz4z63ggbPACcQxFG-8WNhrYc_cLFLYRw.jpg
The Svalbard fiber cable was damaged on January 7, 2022, with experts concluding that it was likely crushed by an object dragged across the seabed, possibly a trawl door or anchor. The incident highlights the vulnerability of underwater cables and has raised concerns about Russian hybrid warfare at sea, with several other recent incidents involving communication cables and gas pipelines.

The t-test was invented at the Guinness brewery

https://static.scientificamerican.com/dam/m/469fffd62551451b/original/GettyImages-1192401447_WEB.jpg?w=600
The Guinness brewery, known for its innovative methods, developed the t-test, a statistical technique used to determine significance in small sample sizes. The test was invented by William Sealy Gosset, head experimental brewer at Guinness, who published it under the pseudonym "Student" due to company concerns about competitors discovering their research.

How Home Assistant is being used to protect from missile and drone attacks

https://github-production-user-asset-6210df.s3.amazonaws.com/3459374/333282166-eb24f547-8ef6-47b4-a60c-97995dfaf02c.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240526%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240526T073208Z&X-Amz-Expires=300&X-Amz-Signature=29706d6ee366e6e3c05aacf68554e5df184f5eaa5b7827a6e41e12588739fbde&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=777277269
Russia invaded Ukraine in 2022, and the country faces daily threats from various weapons. The user uses Home Assistant to stay safe, monitoring air alarms and receiving critical notifications about incoming dangers, allowing them to adapt to life under constant threat.

Git cheat sheet [pdf]

add ALL untracked files and unstaged changes: git add . choose which parts of a file to stage: git add -p

Hurl, the Exceptional Language

Hurl is a language that explores exception handling as its only control flow, created by Nicole Tietz-Sokolskaya and friends. The project's documentation, examples, and debugging guidance are available on the site, with patches welcome but requiring rights transfer for relicensing.

Mediocre Engineer's Guide to HTTPS

https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/ca58d5c9-2241-4a54-b3f3-9ec8faf474d3/HTTP_Request/w=3840,quality=90,fit=scale-down
The internet works by breaking down communication into layers, with each layer providing specific functionalities such as routing, security, and data transmission. The Security Layer uses Transport Layer Security (TLS) to ensure secure communication between clients and servers by encrypting and verifying messages through a handshake process.

To the brain, reading computer code is not the same as reading language (2020)

https://news.mit.edu/sites/default/files/styles/news_article__download/public/download/202012/MIT-Coding-Brain-01-press.jpg?itok=-oH20lng
Reading computer code activates a distributed network called the multiple demand network, which is also involved in complex cognitive tasks like math and logic problems. The study suggests that coding does not rely on language processing regions of the brain, but rather draws on both language and multiple demand systems to learn and understand programming concepts.

The one-year anniversary of my total glossectomy

https://jakeseliger.com/wp-content/uploads/2024/05/one-year-after-total-glossectomy.jpg?w=1024
The author recounts their experience with squamous cell carcinoma, including a surprise wedding to his partner Bess before undergoing surgery to remove half of his tongue. The author reflects on the challenges they faced and their ongoing struggles with cancer treatment and recovery.

Kernel developer write a USB driver in 3h for Apple Xserve front-panel [video]

FILE_ID.DIZ Description (1994)

The author recommends creating a self-extracting archive file with program files and documentation, excluding install utility and FILE_ID.DIZ. The distribution archive file should be an standard archive format, not self-extracting, with a limited filename and version number for easy identification.

Show HN: Boldly go where Gradient Descent has never gone before with DiscoGrad

https://opengraph.githubassets.com/399f68eed672d40104ba48c88ae220c83c09b543f66b781f99e6786f9c282442/DiscoGrad/DiscoGrad
DiscoGrad is a tool that automatically transforms C++ programs to calculate smoothed gradients across branches, allowing for gradient descent optimization and end-to-end training with neural networks. It supports various gradient estimation backends, including its own DiscoGrad Gradient Oracle and Smooth Interpretation method, as well as integration with Torch.

Braid: Synchronization for HTTP

Braid is an open working group creating algorithms and standards for interoperable state synchronization across networked computing systems, aiming to enable easy collaboration and consistency. The Braid Protocol allows multiple synchronization algorithms to interoperate over a common network protocol, enabling the development of compatibility layers for various synchronizers.

Turn Your iPhone into a Dumb Phone

https://dumbph.com/images/turn-iphone-into-dumb-phone/hero2.png
The article shows how to "dumb down" an iPhone by using simple apps and settings to reduce screen time, such as minimal home screens, grayscale mode, and disabling notifications. By implementing these tweaks, users can simplify their phone use without giving up access to essential features like social media and email.

llama-fs: A self-organizing file system with llama 3

https://opengraph.githubassets.com/b552809958223a1290dc6e0f162cb6131a8852a691625412694fbd46384e1372/iyaja/llama-fs
LlamaFS is a self-organizing file manager that automatically renames and organizes files based on their contents and conventions, supporting various file types. It runs in batch or interactive daemon modes, with features like incognito mode for privacy and fast processing due to smart caching and Groq's inference API.

LO – simple WASM native language

https://raw.githubusercontent.com/glebbash/LO/main/docs/assets/hello-world.png
LO is a small programming language targeting WASM that aims to be as simple as possible. It includes examples, standard library sources, and a WIP self-hosted compiler in the./examples folder.

Rete algorithm

https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Rete.svg/500px-Rete.svg.png
The Rete algorithm is a pattern matching algorithm used to efficiently apply many rules or patterns to many objects in a knowledge base, sacrificing memory for increased speed. It stores partial matches when performing joins between different fact types and allows for efficient removal of memory elements when facts are retracted from working memory.

The CompCert C Compiler

https://compcert.org/passes.png
CompCert C is a formally verified compiler for the C programming language that produces machine code for various architectures, ensuring correct compilation and meeting high levels of assurance. It supports most ISO C 99 features, with some exceptions and extensions, and its generated code has decent performance but lacks aggressive loop optimizations.

Self-hosted offline transcription and diarization service with LLM summary

https://camo.githubusercontent.com/2aa2dd082b5932abf0046d2f20c0cf23d58ecedf80d415e8b83cac8d8a633ddd/68747470733a2f2f7472616e736372697074696f6e2e73747265616d2f74732d73736875706c6f61642e706e67
Transcription Stream is a self-hosted diarization service that works offline, featuring a web interface and SSH drop zones for easy use. It includes tools like Ollama for complex operations and Meiliesearch for fast full-text search, but may require adjustments to GPU memory settings and has some known issues with ts-web.

Periodic Table of the Elements, in Pictures and Words (2005)

https://elements.wlonk.com/Elements_Pics_w400.png
The periodic table is a colorful and informative tool for students and adults, featuring element names, symbols, atomic numbers, and drawings of human uses or natural occurrences. The tables come in various formats, including printable cards, worksheets, and posters that can be used for educational purposes or as decorative items.

AI firms mustn’t govern themselves, say ex-members of OpenAI’s board

https://www.economist.com/cdn-cgi/image/width=1424,quality=80,format=auto/content-assets/images/20240524_BID001.jpg
Regulation is needed to balance market forces and ensure responsible development of revolutionary technologies. Despite OpenAI's innovative approach, self-governance cannot reliably withstand profit incentives, making government regulation necessary for the public good.

Old dogs, new CSS tricks

https://mxb.dev/blog/old-dogs-new-css-tricks/cover.jpg
The slow adoption of new CSS features can be attributed to our own brains' resistance to change, as well as the lack of concrete real-world use cases and urgency for developers to switch. To overcome this, it's essential to learn new architectural approaches by evolving existing patterns and experimenting with new techniques in side projects or personal sites.

macOS Sonoma silently enabled iCloud Keychain despite my precautions

https://lapcatsoftware.com/articles/2024/5/4-images/1.png
The user attempted to prevent iCloud Keychain from enabling after updating to macOS Sonoma by deleting their WiFi password, but it still enabled silently on their M1 MacBook Pro. The user expresses frustration with Apple's software quality and lack of transparency, preferring to manage their data independently rather than relying on iCloud Keychain.

'I was misidentified as shoplifter by facial recognition tech'

https://ichef.bbci.co.uk/news/976/cpsprodpb/5CAC/production/_133342732_brightenedshot.jpg
A facial-recognition system called Facewatch has been used to wrongly accuse people of shoplifting, including Sara who was banned from all stores using the technology after being flagged by mistake. The Metropolitan Police have made 192 arrests with the assistance of the tech, but civil liberty groups are concerned about its accuracy and potential for mass surveillance.

The Evolution of Lisp (1993) [pdf]

Long distance sound localization with the Raspberry Pi

https://miro.medium.com/v2/resize:fit:400/1*Xbkf7CHMH1BaHm14wp8Kkg.jpeg
The author developed a project called "StalkedByTheState Autonomous Recording Unit" (sbts-aru) that uses Time Difference Of Arrival (TDOA) sound localization to determine the source of a sound using Raspberry Pi recorders. The project was tested with air horns and achieved accurate localization results, even over distances of several kilometers, with an estimated error of around 1-2 meters.

Milk watcher

https://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Milchwaechter_porcelain.jpeg/220px-Milchwaechter_porcelain.jpeg
A milk watcher or boil over preventer is a cooking utensil that collects small steam bubbles into one large bubble, preventing liquids from boiling over and alerting cooks to adjust heat settings. It was invented by I.F. Ivankovitser in 1921 and reinvented by Vincent Hartley in 1938, with its design allowing it to collect water vapor and release it to disrupt the boiling process.

Evolution of the ELF object file format

ELF is an open standard object file format developed by Unix System Laboratories (USL) for their System V Release 4 in the late 1980s, and it has been widely adopted by many Unix-like operating systems. The generic ELF specification has undergone updates and extensions over the years, but its maintenance fell to successive owners of Unix software assets, with the last update made in June 2013.

'I was misidentified as shoplifter by facial recognition tech'

https://ichef.bbci.co.uk/news/480/cpsprodpb/5CAC/production/_133342732_brightenedshot.jpg.webp
A facial-recognition system called Facewatch has been used to wrongly accuse people of shoplifting, including Sara who was banned from all stores using the technology after being flagged by mistake. The Metropolitan Police have made 192 arrests with the assistance of the tech, but civil liberty groups are concerned about its accuracy and potential for misuse in a mass-surveillance state.

Low-latency scripting for game engines

The text discusses using C++ as a scripting language for game development, specifically with the libriscv emulator, which provides low-latency and specialized solutions for fast in-and-out function calls. The author shares examples of using C++ to create sandboxed programs that can call out to host functions and pass data between the program and the host.

What happens in the brain to cause depression?

https://d2r55xnwy6nx47.cloudfront.net/uploads/2024/05/JoY-S3E9-Depression-crPeterGreenwood-Lede-LOGO-scaled.webp
Researchers have long believed that depression is caused by a chemical imbalance in the brain, specifically a deficit in serotonin, but recent findings suggest that this theory is oversimplified and that other neurotransmitters and mechanisms may be involved. New treatments like ketamine are being developed to target these underlying causes of depression, which could lead to more effective ...

Feynman's Garden

The Feynman algorithm, which involves feeding relevant information to the brain and then stepping away to allow background processing, can be an effective way to solve complex problems. By removing oneself from further inputs and allowing the brain to connect dots, one can gain sudden insights and deeper understanding of the problem domain.

GRC SpinRite

The author reflects on how their experiences with hard drive failures have changed over time, noting that they used to deal with suspect drives frequently in high school but now rarely encounter issues. They also discuss SpinRite, a data recovery tool developed by Gibson Research Corporation, which they believe has become outdated and ineffective due to advancements in storage technology.

Ask HN: What are your favourite websites that display a lot of data / tables?

You frequent websites that effectively display data through graphs and charts, such as Fangraphs, Gridwatch, Our World in Data, Trading Economics, Koyfin, and City-Data. You appreciate their usability and design features that make complex data accessible to non-experts.

Show HN: I made a online free tool to enhance and auto-crop your screenshots

SocialScreenshots - A free tool to create stunning visuals for your social networks!

The Algorithm Behind Jim Simons's Success

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%2F6676414c-cb26-4c4e-9c1a-145f2638ed4f_1591x1065.png
Jim Simons, founder of Renaissance Technologies, passed away and his life's principles can be learned from, including living on one's own terms, finding talent and creating a culture that fosters collaboration and innovation.

Show HN: Offline sketch to image geneartor in a whiteboard

https://drawing.pics/_next/image?url=%2Fdraw-fast.png&w=256&q=75
DrawingPics offers two modes: Fast Mode for auto-completing rough sketches and Precision Mode for accurate drawing. It supports various SD1.5 models, LoRA styles, and manages model files for users' convenience.

I was at Woodstock '99 and it destroyed my innocence (2022)

https://images.kerrangcdn.com/images/Ethan-Woodstock-99-Header-1.jpg?auto=compress&fit=max&w=3840
The author attended Woodstock '99 at age 17 and had a mix of thrilling experiences, including seeing dozens of marquee acts, but also witnessed chaos, violence, and sexual misconduct. Despite the event's flaws, the author looks back on it as one of the greatest experiences of their life, with both joy and nostalgia still present.

Amiga Minimig Ported to Tang Nano 20k FPGA

https://opengraph.githubassets.com/0b990d925f9bad53c74bc0585429176d19fe89bc3431c28aabd5cce47b54d1d5/harbaum/NanoMig
This is based on the MiSTeryNano project and also relies on a M0S Dock being connected to the Tang Nano 20k. This is currently a very early work in progress and only a few games seems to run properly. Default ADF disk images named df0.adf and df1.adf should be placed on SD card (e.g. workbench 1.3 and extras 1.3)

My $2.2k laptop can't drive two screens

The user received a new MacBook Pro 14" M3, which lacks dual display support due to its "base" M3 chip being an overclocked iPad chip without two display controllers. The user criticizes Apple for prioritizing profit over functionality, calling it unethical and lazy, and expressing disappointment in the company's lack of innovation and focus on basic features.

The Perfect Voxel Engine (2021)

The author discusses the challenges and limitations of creating a voxel engine, highlighting the need for flexibility and scalability in handling different formats and attributes. The solution proposed is to use a general volume pipeline that allows for allocation, tagging, and conversion of voxel data, enabling developers to work with raw/common data when needed, add arbitrary per-voxel data ...

Show HN: I generated API documentation for all Java packages

Find API references java.base (JDK 21) java.desktop (JDK 21) junit slf4j-api guava mockito-core commons-lang3 More...

Warhol and the Amiga (2017)

https://www.warhol.org/wp-content/uploads/2017/07/amiga.jpg
Commodore went bankrupt in 1994, and Andy Warhol's digital images were recovered from obsolete hard drives in 2014. Warhol met Steve Jobs at a party in 1983 and received a lesson on using the Apple computer, but never created art on it.

Electrically conductive bricks can replace fossil fuels in industrial processes

https://bostonglobe-prod.cdn.arcpublishing.com/resizer/RCALD2ZaJZnbeXRcySOvtLCpFjU=/1440x0/cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/F34O5E5SVQQQOSZG6EIGG3UJLU.jpg
Electrified Thermal Solutions, an MIT spinoff, is developing a thermal battery called the Joule Hive that converts electricity to high-temperature heat using ceramic bricks. The technology aims to decarbonize industry by providing a cost-effective and efficient way to produce heat for industrial processes, reducing greenhouse gas emissions by nearly half.

Launch from inside an Apollo capsule (restored in 4K/30 FPS) [video]

VBScript deprecation: Timelines and next steps

https://techcommunity.microsoft.com/t5/image/serverpage/image-id/584438i10743F7D6A54E00D/image-size/large?v=v2&px=999
VBScript, a scripting language introduced by Microsoft in 1996, is being deprecated and replaced with more modern alternatives like JavaScript and PowerShell due to its limitations and decline in usage. A phased deprecation plan has been announced, with VBScript available as features on demand until it's completely retired from future Windows OS releases.

The accidental tyranny of user interfaces

The author argues that the obsession with easy and intuitive user interfaces is creating a layer of soft tyranny, where users are conditioned to accept restrictions on their freedom in exchange for ease of use. The author believes that this trend is stifling innovation and creativity, and instead encourages software developers to prioritize freedom, flexibility, and transparency in their designs.

Call to Action: Fediverse Media Server

https://shlee.fedipress.au/wp-content/uploads/sites/2/2024/05/0a773c1c4813f300-1-1024x768.jpeg
The user, who owns an overpowered Proxmox cluster in an Australian data center, wants to offer a shared media server for Fediverse instances to reduce storage costs and increase efficiency. They propose building a decentralized media server network that can handle transcoding, validation, and caching of media files, allowing instances to share resources and reduce their individual storage costs.

Young women fall out of love with dating apps

Gen Z is a priority for Tinder and Bumble but threats and unsolicited material from potential suitors often turn users off

LuaX – Lua interpreter, REPL, and useful packages

https://repository-images.githubusercontent.com/519900143/d7b6a7ad-0f04-40b2-adf4-a9de9c2164e7
Luax is a Lua interpreter and REPL that can compile scripts to executable files for various platforms, including standalone executables containing the LuaX runtime. It also provides a shared library that can be loaded with require, allowing regular Lua interpreters to use its modules.

Apple signs deal with OpenAI for iOS, still wants Google as an 'option'

https://www.androidauthority.com/wp-content/uploads/2023/08/ChatGPT-stock-photo-71.jpg
Apple has signed a deal with OpenAI to provide chatbot functionality in iOS 18, while still working on a separate deal with Google for Gemini. The OpenAI deal will likely focus on tasks like analyzing longer texts and image generation, giving Apple breathing room as it develops its own AI capabilities.

A journey to the medical netherworld (2016)

https://hazlitt.net/sites/default/files/styles/article_images/public/field/image/sick_chilg_banner_becca_t_.jpg?itok=xuLAH_gE
A mother describes her daughter's sudden and severe mental health crisis, which began with an ear infection and progressed to extreme anxiety, fear, and behavioral changes, leaving the family feeling isolated and helpless. After months of searching for answers from various medical professionals, they finally received a tentative diagnosis of PANDAS (pediatric autoimmune neuropsychiatric ...

Evolution of the ELF object file format

ELF is an open standard object file format developed by Unix System Laboratories (USL) for their System V Release 4 in the late 1980s, and it has been widely adopted by many Unix-like operating systems. The generic ELF specification has undergone updates and extensions over the years, but its maintenance fell to successive owners of Unix software assets, with the last update made in June 2013.

To the brain, reading computer code is not the same as reading language (2020)

https://news.mit.edu/sites/default/files/styles/news_article__download/public/download/202012/MIT-Coding-Brain-01-press.jpg?itok=-oH20lng
Reading computer code activates a distributed network called the multiple demand network, which is also involved in complex cognitive tasks like math and logic problems. The study suggests that coding does not rely on language processing regions of the brain, but rather draws on both language and multiple demand systems to learn and understand programming concepts.
https://cdn.arstechnica.net/wp-content/uploads/2024/05/GettyImages-485865905-800x533.jpg
Valve's Steam gaming platform does not allow users to transfer their digital game libraries after death, citing non-transferable accounts and games. However, some legal experts argue that this could be challenged under EU or national laws, potentially leading to interesting court cases and changes in digital inheritance practices.

Best of Google AI search results

https://threadreaderapp.com/assets/how-to-unroll-plain-f11859457c7c12e75ad95792c1b2873e1117a3e6953280838d19a3c1d9c06bff.png
Google's new AI search results have been generating unusual and sometimes inaccurate answers, including a suggestion to combine bleach and vinegar. The author wrote about the issues with algorithmic feeds, AI-generated content, and disinformation on the modern internet.

More nuclear energy means less mining

https://thebreakthrough.imgix.net/Nuclear_lessMining_1.png?auto=format&dpr=1&crop=faces%2Ccenter&fit=clip&w=1200&ixlib=react-7.2.0
The environmental movement has long criticized nuclear energy for its mining intensity, but new data shows that clean energy systems using nuclear power require less mining than those relying solely on solar and wind. Environmentalists must acknowledge this reality and consider the trade-offs between different energy sources, rather than clinging to dogmatic opposition to nuclear power.

Doctor DOS Betamax's DOS Website (2024)

A Unique DOS Place: Batch Tutorial, Tips, Fallacies, Extension Reference, Publications, Characters, Exit Codes, Variables, Humour, Plethora of Web Links

Netflix is removing offline downloads from its Windows app

https://pbs.twimg.com/media/GOdklVcakAAVYtB?format=jpg&name=small
What!??? is updating its Windows desktop app and "making it better" by removing the ability to download offline. This is how I watch Netflix on the plane. This is a terrible change.

Mastering Bitcoin 3rd Edition (2023)

https://opengraph.githubassets.com/ae955284ac6960c4e6dcfe03451a7da5bbb3e11bfbac675d45c83e2ce687e6f1/bitcoinbook/bitcoinbook
Mastering Bitcoin 3rd Edition - Programming the Open Blockchain - bitcoinbook/BOOK.md at develop · bitcoinbook/bitcoinbook

(FinTech) Synapse has collapsed, 10M consumers, 100s of fintechs in trouble

https://techcrunch.com/wp-content/uploads/2024/05/GettyImages-1337070085.jpg?w=1024
Synapse, a banking-as-a-service fintech, has filed for Chapter 11 bankruptcy and is close to being forced to liquidate entirely, affecting numerous other fintechs and their customers. The collapse highlights the risks in the fintech industry and may lead to increased scrutiny from regulators and banks, potentially impacting future fundraising prospects for fintech companies.

How to enhance generative AI's problem-solving capabilities, boost productivity

https://blogsmedia.lse.ac.uk/blogs.dir/99/files/2021/01/LSE-Logo_Master-File_RGB_Txt_Wht_e0112b.png
Enterprise software companies are investing in generative AI, which can enhance productivity by automating tasks and boosting labour productivity. The concept of multi-agent workflows allows organizations to imitate entire knowledge teams, revolutionizing the way we work and enabling complex problem-solving with minimal human supervision.

Hacking phones is too easy

https://www.economist.com/cdn-cgi/image/width=1424,quality=80,format=auto/content-assets/images/20240525_LDD003.jpg
Phone networks' Signalling System 7, introduced in 1980, was designed to prevent "phone phreaks" but has since become outdated and vulnerable to exploitation. Experts have known for over 15 years that SS7 can be abused to locate users, intercept data, or send malware, with Russia and UAE using it for malicious purposes.

California Senate Passes Bill Requiring Passive Speed Limiters

https://hips.hearstapps.com/hmg-prod/images/car-going-fast-with-speed-limit-road-sign-royalty-free-image-1716395607.jpg?crop=0.52018xw:1xh;center,top&resize=640:*
California Senate Bill 961 requires new vehicles sold or manufactured in the state to have passive speed limiters installed by 2029, increasing to 100% by 2032. The system warns drivers with audible and visual signals when their speed exceeds the posted limit by more than 10 miles per hour, aiming to reduce traffic deaths caused by speeding.

"Doomed from the Start" – KSP2 Development History Revealed [video]

Nocobase, on prem Notion for creating production-ready apps

https://camo.githubusercontent.com/7f76b4b7875465f15d62d277696c06a131778bf52773a480f7eba4929f320928/68747470733a2f2f7374617469632d646f63732e6e6f636f626173652e636f6d2f6d6f64656c2e706e67
NocoBase is an open-source no-code development platform that offers scalability and flexibility, allowing users to create complex business systems without extensive coding knowledge. The platform features a plugin architecture, WYSIWYG configuration options, and easy upgrades, making it suitable for no-code scenarios with minimal technical expertise required.

Effects of $9 Price Endings in Retail: Evidence from Field Experiments [pdf] (2003)

What went wrong with federal student loans?

https://static.ssrn.com/cfincludes/img/icons/icon-adobe-pdf.svg
Federal policies aimed at increasing access to education led to rising enrollment and borrowing at low-value institutions, resulting in poor student outcomes and increased debt. The crisis highlights the importance of institutional quality in postsecondary education and the challenges of using loans to subsidize investments in education with varying outcomes across institutions and students.

How to monitor steel alloys with Grafana

https://grafana.com/media/blog/golden-grot-winners-24/Golden-Grot-Awards-2024-winners-professional.png
Christopher Field, co-founder of Theia Scientific, uses Grafana to monitor defects in steel alloys for next-generation nuclear reactors and fusion energy, saving scientists up to 80% of analysis time. His dashboard won the Golden Grot Award for professional dashboards, showcasing non-traditional use cases for Grafana and highlighting the value of visualizations in scientific research.

Artificial intelligence and the skill premium

https://www.nber.org/sites/default/files/styles/promo/public/2023-07/Darghi-MFL-Cover-slide.jpg?itok=Vdnd6Eyd
The authors, including Dr. Mario Draghi, presented a study on linear panel event studies to estimate policy effects in 2023. The research was supported by the Alfred P. Sloan Foundation, National Science Foundation, and Lynde and Harry Bradley Foundation.

CEO of Google Says It Has No Solution for Its AI Providing Incorrect Info

https://futurism.com/_next/image?url=https%3A%2F%2Fwp-assets.futurism.com%2F2024%2F05%2Fceo-google-ai-hallucinations.jpg&w=2048&q=75
Google's AI Overviews feature, which uses large language models, produces incorrect answers due to an "inherent feature" that is still an unsolved problem. Despite efforts to fix errors, Google CEO Sundar Pichai acknowledges that AI Overviews will continue to produce incorrect information, but believes it can still be useful despite its limitations.

After Legalizing Raw Milk, Legislators Fall Ill from Drinking Raw Milk (2016)

https://cdn.vox-cdn.com/thumbor/hq01czpC5TekmMu4IrwpCuu7r_A=/114x0:691x433/1200x800/filters:focal(114x0:691x433)/cdn.vox-cdn.com/uploads/chorus_image/image/49034371/Screen_Shot_2016-03-09_at_2.24.10_PM.0.0.png
West Virginia lawmakers who passed a bill to legalize raw milk consumption fell ill after drinking it, sparking an investigation. The FDA and CDC warn against consuming raw milk due to its high risk of foodborne illness, despite some lawmakers attributing their sickness to a stomach bug.

Integrating AI CodeGen with Low Code Application Development

https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sBiG8NRkFoBUqgvY3vz49oWfN3jFLAJRGDXYj6De4CfsVT0_ftDJw85V43Wi4G8xk9CKj3ZDec2RUFOCnc61F41nteIeaNSkW1kZeWEmUimfYM9w=w1200-h630-n-k-no-nu
The demo showcases Solvent-Lowcodr using AI Code generation to build web apps in a low-code fashion, specifically with Vuetify Component Library. The text also discusses the challenges of mapping existing knowledge to new concepts and introduces a hypothetical scenario about "crackens" being sold on blocks in Hamsterdam.

Ask HN: How would you chunk a large Excel file?

The user wants to split an Excel file into multiple files, each with a specified number of rows (e.g. 500), while preserving header fields. They are looking for a general solution that can handle large files and prefer not to write code from scratch, but rather use existing tools or APIs.

Sword Fighting Is Not What You Think

https://www.thearma.org/essays/Not/2012-9.25.10.jpg
The author, a renowned expert on historical sword combat, argues that most people's conceptions of sword fighting are wrong and that the reality is far more violent, brutal, and effective than popular culture portrays. He emphasizes the importance of understanding the correct principles and techniques of medieval and Renaissance swordsmanship through study of authentic sources rather than ...

MSI Teases Z790 Project Zero Plus Motherboard with CAMM2 Memory Support

https://images.anandtech.com/doci/21410/msi-camm2-678_678x452.jpg
MSI has released a new desktop motherboard that supports DDR5 compression attached memory module (CAMM2), which can improve laptop designs and potentially simplify desktop systems. The CAMM2 connector allows for a single, horizontally-mounted module to support up to 128-bit DDR5 memory bus, reducing space requirements and improving signal integrity.

Ex-devs who quit programming as a job, what do you do now?

You're a software engineer who's burnt out and considering quitting to pursue passion projects or alternative careers with less mental stress, despite the potential financial security. You're curious about others' experiences transitioning out of the industry and seeking advice on how to make a successful change.

Show HN: I made a state machine framework for guided conversations with LLMs

https://opengraph.githubassets.com/ec2b0bb9e789c6cd390c4412155821e2dcbabb3ee3fe6d091c4383e7b07c022d/adlumal/GoalChain
The GoalChain framework enables goal-oriented conversation flows for human-LLM and LLM-LLM interaction, allowing for the creation of AI assistants that can collect information from customers about their desired product orders. The framework uses Field objects to define the information to be collected, validators to ensure data accuracy, and GoalChain classes to set up the conversation flow ...

More Falsehoods Programmers Believe About Time (2012)

https://64.media.tumblr.com/tumblr_m5q20aEgCw1qzrb5lo1_400.gif
The author wrote about common misconceptions programmers have about time, including calendar and system time, and received many responses with additional falsehoods. The new post collects these suggested falsehoods, crediting each contributor, and provides a list of 38 additional "falsehoods programmers believe about time".

Origin of BDFL (2008)

The PSA meeting at CNRI discussed Python workshop organization, recruitment of session conductors, and establishing a procedure for conducting development proposals. The meeting also introduced the first interim board of directors and discussed setting up an NIST time server to support network-time protocols.

Big (O)Notation Every Developer Should Know

https://miro.medium.com/v2/resize:fit:800/1*F3JqXoNsL2wLnKVzc1R8gQ.jpeg
Hello folks, if you are preparing for coding interviews then one thing you must learn is Big(O) notation. In the computer science and software development world, efficiency is key.

Phobos photometric properties from Mars Express HRSC observations

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The study analyzed Phobos' photometric properties using Mars Express mission observations, finding a strong opposition effect and surface porosity of 87%. The results suggest similarities with comets, leading to a hypothesis that Mars satellites may be captured binary or bilobated comets.

LSON: JSON with binary in 260 lines of public domain Lua

https://opengraph.githubassets.com/5c4ef9157f3d9de54baf0a5119a45b1077597893cddbb1bcdb00f85808d0a3e1/civboot/civlua
LSON is a pure-Lua JSON+ serialization library that ignores commas and allows whitespace separation, making it easier to write and diff. It also adds binary syntax for encoding arbitrary bytes with escapes for special characters, making it more compact than JSON.