I've built my first successful side project, and I hate it

https://switowski.com/img/rBpbw8Pkd4-250.jpeg
The author built a side project, a set of scripts for technical analysis in TradingView, which earned him over $15,000, but eventually became a burden due to the time-consuming maintenance and customer support. He decided to sell the project and automate most of the tasks, freeing up his time and allowing him to focus on other projects.

Calling All Hackers

I'm tired of fixing customers' AI generated code

The user built a cryptocurrency trading and data gathering tool and started selling it, but found that supporting customers was taking up too much time due to the quality of support requests. The user attributes this to the increasing use of AI programming tools, which can create unrealistic expectations and lead to customers offloading software engineering tasks to the developer.

The semantic web is now widely adopted

https://csvbase.com/blog-static/blogposting-jsonld.png
The Semantic Web, also known as Web 3.0, is a concept that has been widely adopted, with many websites adding machine-readable metadata to their pages using JSON-LD, a format for encoding Semantic Web metadata. This metadata helps search engines, social media sites, and other bots understand the content of web pages, leading to improved search results, link previews, and other benefits, and ...

How to build a 50k ton forging press

https://substackcdn.com/image/fetch/w_120,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b0c742-762b-4cf4-870c-eeec69206c55_1434x1239.png
The Heavy Press Program was a US Department of Defense initiative in the 1950s to build large forging and extrusion presses to produce aircraft parts, which led to significant cost and performance improvements in military aircraft manufacturing. The program's success also had spin-off benefits for other industries, including commercial aircraft, spacecraft, and automotive manufacturing, and ...

Make Firefox Private Again

This script disables the "dom.private-attribution.submission.enabled" setting in Firefox to improve privacy. It can be run using the command "curl https://make-firefox-private-again.com | sh" and verified by setting the same option to false in about:config.

US hospital told family their daughter had checked out when in fact she'd died

https://i.guim.co.uk/img/media/40cc543f18f79dd497ebea63faf0894d5fa95c2e/0_405_6016_3611/master/6016.jpg?width=445&dpr=1&s=none
Jessie Peterson's family spent a year searching for her after being told she left a California hospital against medical advice, only to discover she had been dead since April 2023. The hospital is being sued for negligence, mishandling of her corpse, and emotional distress, with the family seeking over $5 million in damages.

We don't know how bad most things are nor precisely how they're bad

https://www.lesswrong.com/reactionImages/nounproject/nonbranchingpath.svg
The author reflects on the importance of discernment in a subject, citing the example of a piano tuner who has developed a high level of expertise and can detect subtle imperfections in a piano's tuning. The author notes that only a few people possess the level of discernment needed to truly appreciate the nuances of a piano's tuning, and that if this expertise is lost, the quality of pianos ...

ShadPS4 – PlayStation 4 emulator

https://raw.githubusercontent.com/shadps4-emu/shadPS4/main/.github/shadps4.png
ShadPS4 is a PlayStation 4 emulator for Windows, Linux, and macOS written in C++. The project is still in development, with regular commits, and users can find debugging information and testing instructions on the project's documentation.

Linux desktop market share climbs to 4.45%

https://ostechnix.com/wp-content/uploads/2024/08/Linux-Market-Share-July-2024-Report.png
Linux has reached a new milestone in desktop market share. As of July 2024, Linux has achieved a 4.45% market share for desktop operating systems worldwide.

Midjourney web experience is now open to everyone

Midjourney is an independent research lab exploring new mediums of thought and expanding human imagination through design, infrastructure, and AI. They are seeking help to scale and build humanist infrastructure, and invite interested individuals to email them or join their Discord for support and questions.

US judge throws out FTC's ban on non-compete agreements

https://www.ft.com/__origami/service/image/v2/images/raw///financial-times-financial-times.cdn.zephr.com/assets/images/us_election_2024/hero_banner_us_election_2024_usa_flag.png?source=next-barrier-page
The Financial Times offers a free trial with limited access, including reading articles and newsletters, and a paid subscription for AU$95/month or AU$760/year. The paid subscription provides complete digital access to FT journalism on any device, with the option to cancel anytime.

Accident Forgiveness

https://fly.io/blog/accident-forgiveness/assets/money-for-mistakes-blog.png
Fly.io, a public cloud, aims to make cloud computing more accessible and affordable by introducing a new billing system that offers refunds for unexpected charges and provides a line-item veto on invoices. The company is working on improving its billing system to prevent unexpected charges and is committed to making cloud computing more user-friendly and cost-effective.

Rye and Uv: August Is Harvest Season for Python Packaging

The author suggests that the Rye packaging tool should be retired in favor of uv, which has improved significantly and is poised to dominate the Python packaging space. The author encourages the community to rally around uv and consider recommending it to new developers, aiming to simplify the Python packaging landscape and improve the developer experience.

Breaking down a record-setting day on the Texas grid

https://blog.gridstatus.io/content/images/2024/08/ERCOT-Recap-8.19-8.20.2024.png
ERCOT set records for demand, solar generation, and battery discharge on August 20th, 2024, with prices near the cap due to a shift in resource mix and high net load. Despite high demand, ERCOT didn't issue a general call for conservation, indicating confidence in the grid's resources, and solar generation could still set new peaks in the future.

SIMD Matters: Graph Coloring

https://box2d.org/images/large_pyramid_benchmark.png
The author discusses the challenges of achieving real gains from SIMD in game development, citing examples of piecemeal vector math and game physics computations that cannot be gathered into SIMD instructions. The author then describes how graph coloring can be used to solve multiple contact constraints simultaneously using SIMD, and shares their experience implementing this technique in ...

Show HN: Handwriter.ttf – Handwriting Synthesis with Harfbuzz WASM

https://opengraph.githubassets.com/cb3749d453cdc49c0d9671c4fc815ac4443c2041ac215a82e8a6a618cab3308a/hsfzxjy/handwriter.ttf
The project implements a synthesizer that generates handwriting-style fonts at runtime using a lightweight RNN model, allowing users to type text and see it rendered in real-time. The synthesizer uses an RNN model to predict pen positions and Bresenham's line algorithm to rasterize the strokes, resulting in a highly optimized TTF file.

The UX of HTML (2023)

https://www.htmhell.dev/images/og/advent23_1.png?s=011221s
Vasilis, a lecturer at the Amsterdam University of Applied Sciences, emphasizes the importance of teaching HTML's interactive elements, such as links and forms, to students, as they provide a better user experience. He suggests focusing on the practical benefits of HTML, rather than theoretical semantics, to engage students and promote a deeper understanding of web development.

Euclid's Proof that √2 is Irrational

Euclid's proof assumes √2 is a rational number p/q, showing that p and q can be simplified, but this cannot be done infinitely, leading to a contradiction. This infinite descent method proves that √2 cannot be written as a simplified rational number p/q.
https://www.pv-tech.org/wp-content/uploads/2022/06/Sun-Cable-1024x614.jpg
Sun Cable has secured approval from the Australian government for the Australia-Asia Power Link (AAPowerLink) interconnector, which will connect Australia's Northern Territory with Singapore via 4,300km of subsea cable. The project aims to deliver up to 4GW of green electricity to Darwin and surrounding regions, and 1.75GW to Singapore, with electricity supply expected to commence in the early 2030s.

Mathematicians prove Hawking wrong about the most extreme black holes

https://d2r55xnwy6nx47.cloudfront.net/uploads/2024/08/BlackHoleMath-crKristinaArmitage-Lede-scaled.webp
Scientists have long believed that extremal black holes, which have zero surface gravity, cannot exist in the real world, but two mathematicians have now proved that they can form according to our known laws of physics. The discovery has implications for our understanding of the universe and could potentially lead to new insights into the relationship between quantum mechanics and gravity.

GPU utilization can be a misleading metric

https://trainy.ai/static/images/1/144-SMs.png
The article discusses the limitations of GPU utilization as a metric for understanding GPU performance, highlighting that it can be misleading and does not accurately reflect the actual usage of the GPU's computational power. The authors instead recommend tracking SM efficiency, which measures the percentage of SMs active in a given time interval, to get a more accurate picture of GPU ...

Turnstyle – An esoteric, graphical functional language

https://jaspervdj.be/images/2024-08-21-turnstyle-loop.svg
Turnstyle is a new graphical programming language inspired by Piet, aiming to address its limitations and create a functional variant based on Lambda Calculus. The language's design focuses on simplicity and expressiveness, allowing for the creation of Abstract Syntax Graphs and enabling more efficient recursion.

Euphemisms are best changed frequently (2016)

https://images.aeonmedia.co/images/f3beb766-ef29-488f-823e-f660e629240b/Yellow-urinal-128071986_high.jpg?width=3840&quality=75&format=auto
The "euphemism treadmill" is a natural process where language changes to reflect shifting societal attitudes and opinions, requiring periodic replacement of terms to avoid negative associations. This process is inevitable and necessary, as language lags behind thought and opinion, and words can become tainted by their historical context.

Google Play will no longer pay to discover vulnerabilities in Android apps

https://www.androidauthority.com/wp-content/uploads/2024/07/Google-Play-Logo-2024-as-seen-as-Google-Play-Event-in-2024.jpg
Google is winding down its Google Play Security Reward Program, a bug bounty program that paid security researchers to find vulnerabilities in popular Android apps, due to a decrease in actionable vulnerabilities reported. The program, launched in 2017, aimed to incentivize security researchers to find and responsibly disclose vulnerabilities in Android apps, but its success has led to a ...

Mimalloc Cigarette: Losing one week of my life catching a memory leak (Rust)

https://pwy.io/favicon.png
A pricing engine application experiences RAM issues due to different memory characteristics depending on the allocator used, with mimalloc providing a 10% performance boost. The issue is resolved by keeping all refreshing on the same thread, avoiding the problem of mimalloc's bookkeeping not happening when threads sleep.

Ares Industries – Building low-cost cruise missiles

https://yc-forum-uploads-bookface-production.s3.us-west-2.amazonaws.com/user_uploads/1087615/dea0086b-00cd-4322-b4ba-d670c17a85f8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQC4NIECAK4EL6K7S%2F20240821%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20240821T023603Z&X-Amz-Expires=600000&X-Amz-SignedHeaders=host&X-Amz-Signature=b2af0e8f8a0ee1cd12ad8b0c4fd9203e749afb04949f0319eebcf9f95e618a8a
Ares is developing a new class of anti-ship cruise missiles that are 10x smaller and 10x cheaper than existing options, aiming to fill the US military's munitions gap. The company's founders, Alex and Devan, are veterans of defense startups and aim to deliver early working missile systems to customers by mid-2025, seeking talented aerospace engineers to help bring their prototypes to fruition.

Bioaccumulation of Microplastics in Decedent Human Brains

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11100893/bin/nihpp-rs4345687v1-f0001.jpg
Researchers analyzed human brain, liver, and kidney samples from 2016 and 2024 and found that micro- and nanoplastics (MNPs) selectively accumulate in the brain, with concentrations increasing over time. The study used pyrolysis gas chromatography-mass spectrometry (Py-GC/MS) to quantify MNP concentrations and found that polyethylene was the predominant polymer, with brain samples exhibiting ...

Code review antipatterns

Code review can be used for both positive and negative purposes, with the latter including tactics such as nitpicking, delaying, and obstructing improvements to the code. Abusing the temporary authority granted by being a code reviewer can lead to negative consequences, including damaging relationships and hindering the development of the software project.

Electrostatic motors reach the macro scale

https://spectrum.ieee.org/media-library/two-men-of-different-heights-hold-a-small-motor-between-them.jpg?id=53382082&width=1200&height=900
Researchers have developed a new type of motor that uses electrostatics instead of electromagnetism, which could offer a significant boost in efficiency and use cheaper materials. The motor, developed by C-Motive Technologies, is capable of delivering high torque and power and has the potential to be used in a wide range of industrial applications.

Crypto 'pig butchering' scam wrecks bank, sends ex-CEO to prison for 24 years

https://image.cnbcfm.com/api/v1/image/107102021-1660156083890-gettyimages-1212003400-0697gi.jpeg?v=1714756350&w=1920&h=1080
Shan Hanes, the former CEO of Heartland Tri-State Bank in Kansas, was sentenced to 24 years in prison for embezzling $47 million from the bank to fund a cryptocurrency scam, which he was duped into believing would yield high returns. Hanes' actions led to the bank's collapse and the loss of millions of dollars for investors, with many victims still struggling to recover from the financial losses.

Kill the Newsletter: Convert email newsletters into Atom feeds

Kill the Newsletter! is a service that converts emails into Atom feed entries, allowing users to subscribe to newsletters using their feed reader. However, some newsletter publishers block Kill the Newsletter! or require manual verification, and users should be aware of potential issues and limitations when using the service.

Juice rerouted to Venus in first lunar-Earth flyby

https://www.esa.int/var/esa/storage/images/esa_multimedia/images/2024/08/juice_images_earth_during_lunar-earth_flyby/26281354-2-eng-GB/Juice_images_Earth_during_lunar-Earth_flyby_pillars.png
ESA's Jupiter Icy Moons Explorer (Juice) successfully completed a world-first lunar-Earth flyby, using Earth's gravity to send it Venus-bound and saving around 100-150 kg of fuel. The flyby allowed Juice to test its scientific instruments and gather data, and will also enable it to reach Jupiter's moon Ganymede closer than originally planned.

Launch HN: Outerport (YC S24) – Instant hot-swapping for AI model weights

Outerport is a distribution network for AI model weights that enables "hot-swapping" of AI models to save on GPU costs, allowing for faster model loading and reduced waste of expensive hardware. The system uses caching and compression to optimize model loading and can achieve a 40% reduction in GPU running time costs, making it a viable business opportunity.

Self-Supervised Learning for Videos

https://cdn.prod.website-files.com/62cd5ce03261cb3e98188470/668e840c46bfbfffcf065e50_1*2Z6uQGTrBPQRuuI9-pltBQ.png
Self-supervised learning has emerged as a good alternative to supervised learning in recent years, with Masked Autoencoders being a popular approach. Researchers have developed various methods to apply Masked Autoencoders to videos, including VideoMAE, MGMAE, and ARVideo, which address unique challenges such as temporal redundancy and information leakage.

Show HN: Permify 1.0 – Open-source fine-grained authorization service

https://private-user-images.githubusercontent.com/34595361/356211997-e1c22244-1fa4-4bc3-8b7a-bdfb97610c5f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjQ1MTUzOTksIm5iZiI6MTcyNDUxNTA5OSwicGF0aCI6Ii8zNDU5NTM2MS8zNTYyMTE5OTctZTFjMjIyNDQtMWZhNC00YmMzLThiN2EtYmRmYjk3NjEwYzVmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA4MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwODI0VDE1NTgxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUwN2JmYWZkMmMyYzZhNWViODIxY2M1ZGFlYTZjN2FlZDMzMzEzNjNhMjlmN2RkMzRiMzk4NTlkYjcyMDJjM2MmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.1On3tVrPuXkViiGrFhalzYm5WAmfQrDfGXBOFHqqlp0
Permify is an open-source authorization service that enables fine-grained, scalable, and extensible access controls for applications and services, inspired by Google's Zanzibar system. It allows for centralized and standardized authorization, granular permissions, and scalable response times, making it easy to build and manage access controls in minutes to days.

Eli Lilly's weight loss drug slashes the risk of diabetes in long-term trial

https://image.cnbcfm.com/api/v1/image/108022821-17241628511724162847-35912903241-1080pnbcnews.jpg?v=1724162849&w=750&h=422&vtcrop=y
Eli Lilly's weight loss drug tirzepatide reduced the risk of developing Type 2 diabetes by 94% in obese or overweight adults with pre-diabetes, with patients experiencing sustained weight loss over a three-year treatment period. The drug also showed promise in treating other conditions, including heart failure, sleep apnea, and fatty liver disease, with a consistent safety profile and mild to ...

Revisiting the Classics: Jensen's Inequality (2023)

https://francisbach.com/wp-content/uploads/2023/03/jensen-3.png
Jensen's inequality is a fundamental result in applied mathematics, bounding expectations of functions of random variables. It has numerous applications in data science, information theory, and optimization, including non-negative matrix factorization and expectation-maximization algorithms.

IT tycoon Mike Lynch, daughter Hannah found dead

https://regmedia.co.uk/2024/08/21/shutterstock_porticello_lynch.jpg
The bodies of former Autonomy CEO Mike Lynch and his 18-year-old daughter Hannah have been recovered from the sunken yacht Bayesian, which capsized off the coast of Sicily during a storm. The yacht was carrying 22 people, including Lynch and his co-defendant Stephen Chamberlain, who was also acquitted in the US fraud case.

"YOLO" is not a valid hash construction

https://blog.trailofbits.com/wp-content/uploads/2020/07/cropped-android-chrome-512x512-1.png
The article discusses common cryptographic mistakes, specifically "YOLO" constructions that are ad-hoc solutions to problems that have already been solved, and provides guidance on how to use established cryptographic functions instead. It highlights the importance of using well-studied and vetted solutions, such as HMAC, KMAC, and modern password KDFs, to ensure the security of cryptographic systems.

Random Thoughts about Unity

https://aras-p.info/img/blog/2024/unity-random-biz.png
The author reflects on Unity's journey from a small game engine to a leading platform, highlighting its growth, changes, and challenges, including the impact of venture capital investment, the pursuit of high-end AAA games, and the fragmentation of the product. The author suggests that Unity's future success depends on refocusing on its core strengths, such as ease of prototyping, ...

How the SNES Graphics System Works

https://fabiensanglard.net/snes_ppus_how/snes_framed_schem1.webp
The Super Nintendo's graphics system consists of four chips: Pixel Processing Units 1 and 2 (PPU1 and PPU2), and two 8-bit SRAM chips. The PPU1 is the brain, addressing VRAM, while the PPU2 is a compositor, generating the video signal, with the CPU controlling both chips.

“Something has gone seriously wrong,” dual-boot systems warn after MS update

https://cdn.arstechnica.net/wp-content/uploads/2024/08/power-on-button-800x451.jpg
Microsoft's recent update caused Linux devices to fail to boot, displaying an error message, due to an unintended incompatibility with Linux EFI shim bootloaders. Affected users can temporarily resolve the issue by disabling Secure Boot, deleting the SBAT policy, and re-enabling Secure Boot, but Microsoft has yet to acknowledge the error or provide technical guidance.

AMD and FreeBSD Begin Collaborating over OS Improvements

https://www.phoronix.com/assets/categories/bsd.webp
The FreeBSD project has been working on enhancing the audio stack, improving wireless networking, and developing a complete AMD IOMMU driver to support more than 256 CPU cores. The project has also made progress on RISC-V support, including experimental hypervisor support in Bhyve, and is developing a low-cost conditional execution mechanism called Zcond.

Russia: Citizens must turn off home surveillance because Ukrainians are coming

https://regmedia.co.uk/2020/01/03/shutterstock_home_spying.jpg
Russia's Ministry of Internal Affairs warns residents to disable home surveillance systems and dating apps to prevent Ukraine from gathering intel. The warnings aim to protect high-value Russian individuals, including military personnel, from being captured and having their devices combed for information.

U.S. Added 818,000 Fewer Jobs Than Reported Earlier

https://static01.nyt.com/images/2018/11/09/multimedia/author-ben-casselman/author-ben-casselman-thumbLarge.png
The US economy added fewer jobs in 2023 and early 2024 than previously reported, with a downward revision of 28% in job growth. The revised numbers suggest a more severe labor market slowdown, which Federal Reserve officials are closely monitoring as they consider interest rate changes.
https://shimodateakira.github.io/VirtualStorageLibrary/images/tree_256x256.svg
VirtualStorageLibrary is a .NET library that provides a tree structure collection for managing hierarchical data structures, supporting items, directories, and symbolic links. It offers a user-friendly API for referencing, traversing, and manipulating nodes via path specification, with features like link resolution, circular reference checks, and filtering and grouping of nodes.

ScreenPlay Is an Open Source Live-Wallpaper App for Windows and OS X

https://screen-play.app/images/homepage/foss.jpg
ScreenPlay is an open-source app for displaying wallpapers, widgets, and app drawers, supporting various formats and allowing customization with QML. It features hot reloading, a weather API, and a Steam Workshop for sharing community-created content, making it a powerful and user-friendly tool.

The Discovery of the Celendrical Date Line

https://webspace.science.uu.nl/~gent0113/idl/images/magellan_sm.jpg
Antonio Pigafetta, a chronicler of Ferdinand Magellan's circumnavigation, first mentioned a "lost day" incident during the voyage. Similar phenomena were later observed by other explorers, including Francis Drake, Francesco Carletti, and Dutch navigators, including Jacob le Maire.

Sonos CEO says the old app can't be rereleased

https://duet-cdn.vox-cdn.com/thumbor/0x0:2040x1360/2400x1600/filters:focal(1020x680:1021x681):format(webp)/cdn.vox-cdn.com/uploads/chorus_asset/file/24538244/DSCF0495.jpg
Sonos CEO Patrick Spence confirmed that the company will not bring back the old S2 app, citing updates to the software on speakers and in the cloud that make the old app less reliable and stable. Spence apologized for the disappointment and promised to engage with users on Reddit to address their concerns.

Moom 4: Next-generation window manager

https://manytricks.com/moom/images/v4blog/newui3_s.jpg
Moom 4 is a new window management tool available for macOS 10.13 or later, with a revamped user interface and new features such as a customizable pop-up palette, hover-based window management, and non-app-specific saved layouts. The app is available for purchase directly from Many Tricks, with a launch sale price of $10 for new users and $6 for existing Moom 3 customers, and offers a free ...

Backdoor in RFID cards allows instant cloning

https://www.securityweek.com/wp-content/uploads/2024/08/RFID-Smart-Card-backdoor.jpg
Quarkslab researchers discovered a backdoor in millions of contactless cards made by Shanghai Fudan Microelectronics Group, allowing attackers to clone cards and read/write content with physical proximity. The backdoor affects FM11RF08S and FM11RF08 cards, which are widely used in public transportation and hospitality industries, and can be exploited to compromise all user-defined keys.

Async hazard: MMAP is blocking IO

Memory-mapped IO can be problematic when used with co-operative concurrency, such as async/await, as it can lead to blocking and sequential execution, rather than true concurrency. This is because the operating system may need to load data from disk into memory, which can block the thread and prevent the async executor from running another task.

Was the Real Jobs Revision Negative 818,000 or Negative 915,000?

https://i0.wp.com/mishtalk.com/wp-content/uploads/2024/08/QCEW-Minus-Nonfarm-Payrolls-Year-Over-Year-2024-Q1-1.png?resize=1024%2C655&quality=80&ssl=1
The user believes the preliminary benchmark revision estimate is -915,000, not -818,000, and questions how the latter number was reported without question. They argue that the discrepancy is due to a mix of seasonally-adjusted and unadjusted numbers, and that the BLS's reporting of the estimate is unclear.

New Phishing Technique Bypasses Security on iOS and Android to Steal Bank Creds

https://www.securityweek.com/wp-content/uploads/2023/01/Cybersecurity_News-SecurityWeek.jpg
ESET warns of a new phishing tactic targeting iOS and Android users with web applications mimicking legitimate banking software to steal login credentials. The phishing apps, disguised as Progressive Web Applications or WebAPKs, can bypass security protections and appear as regular native apps on Android devices, without triggering any warnings.

Duck typing (horror) in Go

Go's "structural typing" is often confused with "duck typing", but they differ in that structural typing is static and checks type compatibility at compile time, while duck typing is dynamic and checks type compatibility at runtime. The Go language does support duck typing through the use of "any" and type assertions, but it's not a recommended practice and can lead to runtime errors.

There aren't that many uses for blockchains (2022)

https://calpaterson.com/images/photo/blocks.jpeg
Blockchains are not a general-purpose technology and have limited use-cases, with decentralized currencies being one of the few successful applications. Despite the hype, blockchains are not a solution for most problems and are often plagued by issues such as slow transaction times, high costs, and lack of trust, leading to limited adoption.

PUBG developer Krafton make a life simulation game inzoi

https://wstatic-prod.playinzoi.com/web/live/release_a79ed28/static/images/og/inzoi-og-image.jpg
Become part of our community of simulation game enthusiasts.Share your experiences and have even more fun together.Join inZOI Discord

ArcticDB: Why a Hedge Fund Built Its Own Database

https://imgopt.infoq.com/fit-in/3000x4000/filters:quality(85)/filters:no_upscale()/sponsorship/eventsnotice/25734b0f-24e4-4a4c-a2d8-025c528d3e4d/resources/1LightbendWebinarSept26-Transcripts-1723215983142.jpg
James Munro, Head of ArcticDB at Man Group, discussed the challenges of building a database for high-frequency data and data science workflows, and how ArcticDB was designed to address these challenges. He explained that the database was built without separate database servers, using a serverless architecture that relies on good storage technologies and a data structure that supports ...

I've built my first successful side project, and I hate it

https://switowski.com/img/rBpbw8Pkd4-250.jpeg
The author built a side project, a set of scripts for technical analysis in TradingView, which earned him over $15,000, but eventually became a burden due to the time-consuming maintenance and customer support. He decided to sell the project and automate most of the tasks, freeing up his time and allowing him to focus on other projects.

Wardriving for a place to Live

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%2Fc5d3f8a2-6206-4b12-8f3a-eee4bb00b4fc_1820x1044.png
You're trying to find a place to buy in a small city with limited real estate listings and no updated online information, and you're considering using OpenStreetMaps and ChatGPT to help you search. You've already written code to download images and rate neighborhoods, and you're planning to use a 360 camera to take pictures and look for "for sale" signs.

Immutable Data Structures in Qdrant

https://qdrant.tech/articles_data/immutable-data-structures/preview/title.jpg
Qdrant's vector database uses immutable data structures to optimize performance and memory usage, leveraging techniques like perfect hashing and defragmentation. While immutable structures have trade-offs, Qdrant's architecture balances these with flexibility, allowing for efficient updates and adaptability to various workloads.

Techniques for safe garbage collection in Rust

https://kyju.org/logo.png
The author describes the design decisions behind the gc-arena crate, a system for safely fitting Rust with incremental garbage collection, and how it addresses challenges such as tracing values, finding garbage collector roots, and ensuring safe mutation. The crate uses various techniques, including proc-macros, generativity, and lifetime branding, to provide a safe and incremental garbage ...

Americans are doing less DIY. It's another worrying sign for the economy

https://i.insider.com/56054fd5bd86ef19008bcf71?width=700
Lowe's CEO Marvin Ellison says American homeowners are in a "deferral mindset" due to high interest rates, leading to a slowdown in big-ticket discretionary projects. The company is lowering earnings expectations, but remains optimistic about a future inflection point, with analysts predicting rate cuts to boost the economy.
Software engineers should focus on creating revenue rather than optimizing tax structures, as it's unlikely to get in trouble for ignorance and premature optimization can kill businesses. It's okay to stumble through tax issues initially, and it's more important to make an extra dollar through marketing and sales than to save a dollar on optimization.

Whisper-WebUI

https://raw.githubusercontent.com/jhj0517/Whisper-WebUI/master/screenshot.png
Whisper-WebUI is a Gradio-based browser interface for generating subtitles with post-processing speaker diarization using the pyannote model. To run the project, you need to have specific software installed, including Python, FFmpeg, and a Huggingface token, and can also use Docker for a more streamlined experience.

Recession and crisis in the IT industry. 7 months of interviews with 50 managers

https://trojanczyk.eu/wp-content/uploads/2024/07/kryzys-w-branzy-it-1920x1024.jpg
The IT industry is facing a crisis due to a combination of factors including inflation, recession, and global political uncertainty, leading to widespread layoffs, reduced investment, and increased financial difficulties for many companies. To recover and adapt to these challenges, companies need to rethink their business models, prioritize investing in their people, and focus on providing a ...

The Atlantic is cooling at record speed and nobody knows why

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCgvIxjZWW2xwtGoRaDx4mJIvwK2da0rM1hglI_egeFc5AafYbzn35U_MoLzEffxV9pwr54kMu25VPImIGaJ4xDxG0E3vDAB3kbur0lYvwX2VG0BssOaYSzpNfAFXrl-CuKZf95-k9gbD9pPbqjxov_3TzjRh9CNhWAXKyKHjntIjBUhHYbwXtWdL1yJI/w400-h265/Screenshot_20240820_180126_New%20Scientist.jpg
Global sea temperatures are cooling off rapidly, with the Atlantic Ocean experiencing a record-breaking shift from hot to cool temperatures, which could impact weather worldwide. The cooling trend is expected to continue, with the potential for an "Atlantic Niña" event, which could have ripple effects on weather patterns globally, including influencing hurricane activity and precipitation patterns.

How I started blogging (2024)

The user reflects on their journey to starting a blog, overcoming fears of sharing their thoughts and opinions online, and finding confidence through writing about a personal experience. They share their story to encourage others to start their own blogs and share their authentic content, highlighting the benefits of reflection and connection through online writing.

New anti-speeding system coming to Australia is dangerous

https://images.carexpert.com.au/crop/800/533/app/uploads/2024/08/ISA-system.jpg
The European Union's Intelligent Speed Assistance (ISA) system, which warns drivers of speed limit violations, has been criticized for being overly intrusive and annoying, with some owners reporting it affects their driving experience and workload. The system's lack of buffer zone and inability to be permanently turned off have raised concerns about driver freedom and the potential for ...

Compressing data with sample points and polynomial interpolation

https://www.johndcook.com/jdc_20170630.jpg
Data compression reduces data size by transmitting some data and instructions to reconstruct the rest. The author disputes Forman Acton's claim that quadratic interpolation compresses a table of sine values by a factor of 500, instead estimating a factor of 30.

Show HN: Webaggr – handpicked collection of landing page design

https://images.webaggr.com/thumbs/8W9Dr9bI0D-jnXgt-thumb.avif
Discover best landing page, interactive websites across the web and get creative fast.

Hurricane season has flatlined. When will it roar back to life?

MIT undergraduate admissions in the wake of the 2023 Supreme Court ruling

https://news.mit.edu/sites/default/files/styles/news_article__download/public/download/202408/MIT_Admissions-01-PRESS-level.jpg?itok=avK6Z81U
MIT's Class of 2028 has a lower proportion of students from historically underrepresented racial and ethnic groups due to the Supreme Court's ban on considering race in undergraduate admissions. Despite this, MIT remains committed to diversity and is exploring new ways to increase access and affordability for students from all backgrounds.

Why has nuclear power been a flop? (2021)

https://blog.rootsofprogress.org/img/devanney-world-electricity.png
The book "Why Nuclear Power Has Been a Flop" argues that nuclear power has failed to live up to its promise due to a combination of factors, including high construction costs, overcautious regulation, and a lack of competition in the industry. The author, Jack Devanney, proposes practical solutions to address these issues, including replacing the Linear No Threshold model with a more accurate ...

dstack (K8s alternative) adds support for AMD accelerators on RunPod

https://raw.githubusercontent.com/dstackai/static-assets/main/static-assets/images/dstack-control-plane-model-llama31.png
RunPod is the first cloud provider to offer AMD GPUs through dstack, ensuring vendor independence and portability across different hardware and cloud providers. Users can now specify AMD GPUs under resources and deploy AI models like Llama 3.1 70B in FP16 using TGI, with support for other frameworks and cloud providers to follow.

Google's 'Reimagine' tool helped us add wrecks, disasters, and corpses to photos

https://duet-cdn.vox-cdn.com/thumbor/0x0:2250x1500/2400x1600/filters:focal(503x745:504x746):format(webp)/cdn.vox-cdn.com/uploads/chorus_asset/file/25582867/ai_label__2_.png
Google's AI "Reimagine" tool on the Pixel 9 series allows users to add realistic and disturbing imagery to photos, including wrecks, disasters, and corpses, with weak safeguards in place. The tool's ease of use and lack of robust identification methods raise concerns about the potential for misuse and the spread of misleading photos online.

The Advantage of Generational Knowledge (2022)

https://neuroleadership.com/wp-content/uploads/2022/03/a.png
Generational knowledge, or the knowledge children acquire from their parents, can have a profound impact on success at work, as it provides an intuitive sense of how to get ahead and access to social networks. To address the institutional problems of discrimination, bias, and advantage in the workplace, organizations can take active steps to close the generational knowledge gap through ...

How to disable cellular connectivity in a Gen 2 (2016-2019) Chevy Volt

https://www.jamesxli.com/media/2024/chevy-volt-disable-cellular/IMG_4552.jpeg
A user disables OnStar cellular connectivity in their 2nd-generation Chevy Volt by disconnecting the cellular antenna and replacing it with a termination load, which is a reversible and tool-free process. This modification prevents the car from transmitting sensitive data, such as location and driving habits, to third parties, and can be done for a few dollars and a few minutes.

Military Motivation and Frontier Maintenance

https://i0.wp.com/acoup.blog/wp-content/uploads/2024/08/Cats.png?resize=816%2C544&ssl=1
The author discusses the Night's Watch in Game of Thrones, arguing that it is a flawed institution that lacks a unifying religious creed and would likely collapse due to the lack of motivation for its members to stay on the wall. The author explores alternative solutions to maintaining a military presence on a frontier, including professional military service, military settlers, and religious ...

CNCFsweeper

If you're unsure about a cell, leave it un-revealed. It's better to be safe than sorry! Pay attention to the numbers on revealed cells. They indicate the number of mines in the surrounding 8 cells. Use the numbers to your advantage and make deductions about the location of mines in the grid.

The Elegant Universe: 25th Anniversary Edition

Brian Greene's book "The Elegant Universe" is being reissued in a 25th anniversary edition with additional preface and epilogue, while the author remains critical of string theory's hype and lack of experimental confirmation. Greene's new material in the book continues to promote string theory, dismissing criticisms and arguing that the theory is still a source of inspiration and progress in physics.

Rod McKuen Was the Bestselling Poet in American History. What Happened? (2022)

https://compote.slate.com/images/f34c0351-4d4f-4937-b8cd-413d47e04152.png?crop=200%2C300%2Cx0%2Cy0
Rod McKuen, a poet and singer-songwriter, was a huge star in the 1960s and 1970s, known for his sentimental and romantic poetry and music, but his fame was short-lived and he eventually disappeared from the cultural landscape. Despite his decline, McKuen's legacy lives on through his music and poetry, which continue to be celebrated by fans and scholars, and his story serves as a reminder of ...

Essential Terminal Commands Every Developer Should Know

The terminal provides a command-line interface for automating tasks, searching files, and managing permissions, with commands like grep, cat, head, and sed. Various commands like find, xargs, and jq help with file management, data processing, and network testing, while tools like ping, telnet, and wget facilitate network interactions and file retrieval.

Ask HN: Which movies did you watch multiple times?

The user prefers movies for their visuals, music, or action, and has watched some films multiple times, including "What Dreams May Come", "The Fall", and "Back to the Future". They also mention their favorite movies, such as "The Sting", "Amadeus", and "Iron Monkey", and share some interesting facts about the improvisational film "Coherence".

An introduction to the remontoire

https://www.watchaffinity.co.uk/wp-content/uploads/2020/04/mainspring-final.jpg
The remontoire is a historical innovation in watchmaking that aims to provide a constant force to the balance wheel, reducing the effect of gravity on timekeeping. While it may not have significant practical value today, it remains a romantic and celebratory element in modern watchmaking, showcasing traditional skills and craftsmanship.

Recording and Processing Spoken Word

https://tratt.net/laurie/blog/extra/2024/recording_and_processing_spoken_word/overlay1.svg
To record high-quality spoken word audio, use a decent microphone, record in a room with minimal reverberations, and process the audio using compression and normalization to reduce dynamic range and ensure consistent volume levels. The article provides detailed guidance on how to achieve this, including the use of command-line tools like ffmpeg and ffmpeg-normalize, and offers tips on ...

SIMD Matters

https://box2d.org/images/large_pyramid_benchmark.png
The author discusses the challenges of achieving real gains from SIMD in game development, citing examples of piecemeal vector math and game physics computations that cannot be gathered into SIMD instructions. The author then describes how graph coloring can be used to solve multiple contact constraints simultaneously using SIMD, and shares their experience implementing this technique in ...

King John's Lost Treasure

https://www.historytoday.com/sites/default/files/2024-07/king_johns_lost_treasure_history_today.jpg
King John's baggage train was lost in the Wash in October 1216, with the exact nature and value of the treasure still unknown. Despite numerous theories and excavations, the location and fate of the treasure remain a mystery, with only a few minor artefacts found so far.

Dual-boot systems fail after Microsoft update

https://cdn.arstechnica.net/wp-content/uploads/2024/08/power-on-button-800x451.jpg
Microsoft's recent update caused Linux devices to fail to boot, displaying an error message, due to an unintended incompatibility with Linux EFI shim bootloaders. Affected users can temporarily resolve the issue by disabling Secure Boot, deleting the SBAT policy, and re-enabling Secure Boot, but Microsoft has yet to acknowledge the error or provide technical guidance.

Nvidia Build a Digital Human

https://build.nvidia.com/opengraph-image.jpg?6ec102a0470b935b
AI models generate responses based on algorithms and machine learning, which may be inaccurate or harmful. Users assume risk and should not upload confidential information or personal data.

A 24 year dance of decoding UX

https://miro.medium.com/v2/resize:fit:1200/1*amcLQDh476M-gPYr8qkiSQ.png
Jason Mesut and Elizabeth Bacon reflect on the development of UX competence models, highlighting the importance of recognizing and respecting thoughtful work in the field. They invite collaboration to further develop the UX Sundial and Spectrum models, aiming to create a comprehensive assessment model for UX professionals and improve hiring practices.

Pong.bash

#!/usr/bin/env bash shopt -s checkwinsize; (:;:) stty -echo

Ask HN: How do you keep track of “Log in with” accounts

The user finds it difficult to track how they signed into accounts using third-party login options, and prefers to use a password manager to store unique usernames and passwords for each account. They believe using a password manager provides more control and security, and avoids the risks associated with third-party login options.

Science of Groove [video]

Microsoft's latest security update has ruined dual-boot

https://duet-cdn.vox-cdn.com/thumbor/0x0:2040x1334/2400x1600/filters:focal(1020x667:1021x668):format(webp)/cdn.vox-cdn.com/uploads/chorus_asset/file/25299205/STK453_Privacy_D_CVirginia.jpg
Microsoft's latest security update has caused issues on dual-boot Windows and Linux systems, preventing some Linux installs from booting. The update was intended to fix a vulnerability in the GRUB boot loader, but it has affected distributions including Ubuntu, Debian, and Linux Mint, among others.