Cloudflare's Browser Integrity Check is denying access to non-mainstream browsers like Pale Moon. Users face difficulties contacting Cloudflare for a solution, despite a previous issue being resolved after public attention.
Please keep in mind that I'm only human and there is a very, very high probability that there are errors in this guide. Additionally, I might simply not know what I'm talking about when it comes to something! So email corrections are highly appreciated! Contact Beej: [email protected]
Effective management and investing in soft skills are crucial for success. Focusing on code quality and simplicity is more important than following strict style guidelines or scaling for the sake of it.
A new paper, s1, shows how close AI is to breakthroughs by shedding light on how models work and can be controlled. Researchers can extend or trim thinking time in LLMs by inserting or removing "Wait" tokens, allowing for more experiments and faster AI development.
Outrage fatigue is a phenomenon where people become numb to repeated moral transgressions, leading to exhaustion and decreased responsiveness. To combat outrage fatigue, experts suggest limiting media consumption, getting involved in local politics, and engaging in activities that promote calm and well-being.
After my story on the FAA’s hiring scandal went viral, many of the people impacted and involved in bringing it to light reached out to me to share their stories in detail. While I initially intended to publish this in another outlet, after a couple of instances of radio silence and with life getting in the way, I put it on the shelf. Now, in the wake of the tragic plane crash on January 29 ...
Warner Bros. Discovery released over 30 full movies on YouTube for free without any gating. This move seems to indicate that the studio considers these films commercially spent and is embracing a service where reaction videos may get more views than the movies themselves.
Gemini 2.0 Flash is now generally available with improved performance and multimodal input, available via the Gemini API and Gemini app. New models include Gemini 2.0 Pro for coding performance and Gemini 2.0 Flash-Lite for cost efficiency, both in public preview.
Effective February 5, 2025, the Postal Service will continue accepting all international inbound mail and packages from China and Hong Kong Posts. The USPS and Customs and Border Protection are working closely together to implement an efficient collection mechanism for the new China tariffs to ensure the least disruption to package delivery.
A German scholar describes how the Nazi regime's gradual takeover went unnoticed by the public, who were distracted by daily life and propaganda. The regime's actions became increasingly extreme, but each step was small and justified as a necessary measure.
A Japanese train station called Otsuki Station is considered a "station of despair" due to its remote location and lack of late-night amenities. To survive a night there, one can find a 24-hour convenience store, a karaoke parlor, or a budget hotel, but it's best to plan ahead and avoid getting stuck.
Servo project has seen significant growth with 129 unique contributors and 1,771 pull requests in 2024. The project is back to its 2018-2019 pace with new features and platforms supported.
The user discusses the Okta security incident caused by a Bcrypt algorithm vulnerability that allowed users to authenticate with a cache key and a password, and how this issue is not unique to Okta but a common problem in the industry due to poor API design. The user proposes several principles for designing better APIs, including explicit input validation and rejecting invalid input, to ...
DOGE, formerly USDS, is being transitioned to a Presidential Records Act entity to avoid Freedom of Information Act transparency, with employees ordered to stop using Slack. Experts say this move is concerning and can be legally challenged, with some arguing it's an attempt to hide records and limit public scrutiny.
About 20,000 federal workers have accepted a buyout offer, but it's less than the White House's target of 5-10%. The offer is still open, and the administration is trying to implement a hiring freeze despite some agencies taking on new workers.
The study examined how well large language models perform exploratory data analysis and noticed a discrepancy in their pattern recognition capabilities when creating initial visualizations versus analyzing uploaded PNG files. The models primarily focus on quantitative metrics and summary statistics, potentially missing crucial insights during open-ended exploration.
F-Droid received $396,044 from the Open Technology Fund to address long-term sustainability challenges and improve efficiency. The grant will help refactor code and integrate with other projects to ensure F-Droid's long-term sustainability.
Tesla sales are crashing in Europe with drops of 63% in France, 59% in Germany, and 44% in Sweden. The company's limited model range and CEO Elon Musk's involvement in European politics may be contributing factors to its poor sales.
OpenLDK is a JIT compiler and runtime environment for Java implemented in Common Lisp, translating Java bytecode into Lisp for native machine code execution. It integrates Java classes with Common Lisp Object System (CLOS) classes for smooth interoperability.
Microsoft initially provided a workaround to bypass Windows 11 system requirements but later removed it from its support article. The company now recommends a new PC for updating to Windows 11, discouraging users from upgrading on unsupported devices.
Ah, Zig. I have a love-hate relationship with this one. A “new” (reading: appeared a couple years ago, already — yes, already), language with high ambitions. Zig was made to run at low-level, with a simple design to solve many problems C has (macros, allocators, error handling, more powerful types like baked-in tagged unions and bitsets, a better build system, no hidden control flow, etc.). ...
The user has experienced abuse on the VOGONS forum, affecting their mental health, and has stopped contributing to their project, a Raspberry Pi MIDI synthesizer called mt32-pi.
Oliver Byrne's 1847 edition of Euclid's Elements is a classic example of visual explanation, combining text and geometric drawings to elucidate mathematical concepts. Annotated equations, like those by Daniel Fleisch and Randall Munroe, can also make mathematics more accessible and understandable.
A 14-year-old teen in 1993 wrote an almost full Pascal compiler for a transputer processor, learning about code generation, transputer programming, and reverse-Polish notation. The compiler was completed in a little over a month and served as a good experience for the teen's next achievement, a C compiler for transputer.
The concept of "user" is problematic, implying manipulation and commodification, and we need to move beyond it to a more collaborative and respectful relationship with technology. We are no longer just human, but cyborgs, and it's time to recognize our sovereignty and demand control over our embodiment and minds.
The user had a positive experience with Ubuntu but was frustrated with frequent upgrade issues and the introduction of Snaps, which they found restrictive and unresponsive. They switched to Fedora and are now using Flatpaks, which they find more user-friendly and flexible.
The GNU Make Standard Library (GMSL) is a collection of functions for list and string manipulation, integer arithmetic, and debugging in GNU Make. It is released under the BSD License.
Steve Meretzky, a renowned game designer, worked at Infocom creating classic adventure games like The Hitchhiker's Guide to the Galaxy and Leather Goddesses of Phobos. He also designed A Mind Forever Voyaging, a unique game that tackled politics, and later worked on the Spellcasting series and Superhero League of Hoboken.
Users discuss various topics including travel blogs with animated SVG maps, government projects, legal battles, bike design, Tetris 99, and a lightweight CLI for MacOS and Linux VMs.
The users express concern about the decline of the US, citing issues such as ignorance, misinformation, and the influence of billionaires and racist politicians. They call for a return to scientific thinking and skepticism, and some suggest that the country is heading towards an oligarchy and a collapse of civilization.
Version: Zig 0.13.0 Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Knowing a language like C, C++, Rust, Go, Pascal, or similar will help you follow this guide. You must have an editor, terminal, and internet connection available to you.
Ron Jeffries attempted to build a Sudoku solver using incremental design, but his approach led to a muddled and diffuse implementation. In contrast, Peter Norvig's solver was clear and direct, using a more structured approach to constraint propagation.
Go's memory layout is controlled by the programmer, allowing for efficient memory access patterns, and its data structures such as strings and slices are designed to be cheap to use without allocation or copying. Go's performance is still improving, but it is holding its own with equivalent C code in real computations, despite some areas where it is slower, such as garbage collection.
Elon Musk's actions are a digital coup against the US government, granting him power to control information and payments. This undermines democracy and human rights, making citizens' votes and citizenship meaningless.
Huawei's Ascend 910C processor delivers 60% of Nvidia's H100 performance in inference, but lacks in AI training. China's reliance on Nvidia GPUs may decrease with Huawei's hardware advancements despite US sanctions.
It is now 45+ years since C++ was first conceived. As planned, it evolved to meet challenges, but many developers use C++ as if it was still the previous millennium. This is suboptimal from the perspective of ease of expressing ideas, performance, reliability, and maintainability. Here, I present the key concepts on which performant, type safe, and flexible C++ software can be built: resource ...
DeepComputing's DC-ROMA RISC-V Mainboard is now shipping for Framework Laptop 13, ideal for developers. Framework also introduced a Laptop 13 Shell and updated storage options, including 8TB drives and a DIY Edition laptop.
FBI employees have submitted details of thousands of agents and analysts who worked on January 6, 2021, US Capitol riot investigations. The move has sparked concerns of potential termination by the Trump administration, with some employees suing the Justice Department over alleged privacy violations.
User ran ArchiveTeam Warrior in a Kubernetes cluster, creating a custom manifest to optimize performance and memory usage. They also created a Python script to monitor Warrior pods and metrics, and plan to build a management UI around the project.
OpenWISP offers a network automation system for effortless device management, rapid deployments, and secure VPN connections. It provides customizable solutions for WiFi hotspots, network monitoring, and firmware upgrades, trusted by municipalities, universities, and network administrators worldwide.
The author proposes a new approach to understanding complex systems by using mereology, the study of parts and wholes, to describe how individual components interact and contribute to the overall behavior of a system. This approach, which the author calls "mereology," allows for the decomposition of complex systems into their constituent parts and the identification of higher-order ...
Elizabeth Cochrane Seaman (born Elizabeth Jane Cochran; May 5, 1864 – January 27, 1922), better known by her pen name Nellie Bly, was an American journalist who was widely known for her record-breaking trip around the world in 72 days in emulation of Jules Verne's fictional character Phileas Fogg, and for an exposé in which she worked undercover to report on a mental institution from ...
Balaji Srinivasan's book "The Network State" proposes a new social contract enabled by blockchain technology, where individuals join a network state with a shared "One Commandment" and are ruled by a founder-king. However, critics argue that this vision is flawed, as it relies on a simplistic reductionism and ignores the complexity of networks, which are a way of seeing the world that can be ...
Publishers like Dotdash Meredith and News Corp have partnered with OpenAI for AI licensing deals, receiving payments for their content. The New York Times, however, has taken a different approach, suing OpenAI for allegedly using its content without permission.
Fiwix is a hobby OS based on UNIX architecture, written in ANSI C with a small size and POSIX compatibility. It's a free, open-source OS with a Fiwix kernel, GNU Toolchain, and libraries, available for download and installation.
Robert W. Chambers' book "The King in Yellow" is a collection of nine short stories and poems that blend supernatural horror and weird fiction, transitioning to a more light-hearted tone. The book is considered a classic in the field of supernatural fiction and has influenced authors such as H.P. Lovecraft.
Researchers at Oxford University have made progress in detecting ink on the Herculaneum scroll P.Herc. 172, revealing dense ink and letters. Preliminary analysis suggests the scroll may be written by Philodemus, a philosopher from the 1st century BCE.
The US Postal Service has temporarily suspended international mail acceptance to certain countries due to transportation issues or service disruptions. Affected services include Priority Mail Express International and others, with refunds available upon request.
Netflix launched the Netflix Prize competition in 2006 to improve their movie recommendation system by 10% with a $1 million prize, which attracted over 5,000 teams and led to significant advancements in machine learning. The competition's success was marred by a bitter lesson about data privacy, as Netflix pulled their data and canceled future competitions due to lawsuits and regulatory complaints.
A hexagonally tiled cartogram transforms traditional US county maps by normalizing visual weight and highlighting socio-economic variables. This approach offers fresh insights into population, density, and other data, making it a powerful tool for data analysis and interpretation.
NsJail is a Linux process isolation tool that uses the Linux namespace subsystem, resource limits, and seccomp-bpf syscall filters to isolate processes from the rest of the OS. It allows for various execution modes, including standalone, listen TCP, and rerun, and supports features like custom uid and gid mappings, bind mounts, and seccomp policies.
The writer used to be an insomniac with a controlling relationship with sleep, but found freedom by giving up control and allowing themselves to create when inspired. They now believe that acceptance is key to overcoming overthinking and that creating art, regardless of skill level, can be liberating.
Culdesac Tempe is a car-free neighborhood in Arizona that offers a healthier, eco-friendly lifestyle with built-in community and amenities. Residents praise its walkability, social interaction, and access to public transit, but critics argue it lacks long-term growth benefits.
Incident severity drives attention, but most incidents are novel and won't repeat. Near misses, which could have been major incidents, are a source of insight for preventing novel incidents.
Personal computers initially offered one-size-fits-all software, but now AI enables users to create custom applications. This shift empowers individuals to build software that solves their specific problems.
DeepSeek is an open-source LLM developed by a Chinese AI company, offering a unique architecture and features like multi-token prediction and mixture of experts design. It's faster, cheaper, and more efficient than other LLMs, including ChatGPT.
DARPA is soliciting proposals for automated defense against social engineering attacks with 8 bi-annual evaluations. The opportunity was issued full and open with a deadline of November 28, 2017.
Scientists have digitally "unwrapped" a 2,000-year-old burnt scroll from Herculaneum using X-ray imaging and AI. The scroll, likely a work of philosophy, is now partially legible and may contain substantial passages.
The author proposes the "Michael Scott Theory of Social Class," where people who ascend the Educated Gentry ladder become detached from reality. This detachment is reinforced by language, specifically "Posturetalk" and "Babytalk," which turn people into Michael Scott-like characters.
It is now 45+ years since C++ was first conceived. As planned, it evolved to meet challenges, but many developers use C++ as if it was still the previous millennium. This is suboptimal from the perspective of ease of expressing ideas, performance, reliability, and maintainability. Here, I present the key concepts on which performant, type safe, and flexible C++ software can be built: resource ...
Kafka worked at the Workers Accident Insurance Institute in Prague from 1908, using his job to assess claims and write about workers' rights. He anonymously wrote letters and articles exposing poor factory conditions and safety breaches, leading to reforms and improved worker safety in Bohemia.
The user analyzed the rand crate in Rust, finding it has a high number of dependencies despite only needing a few, and questioned whether this is necessary for generating random numbers. They suggest that the Rust standard library should include features like random number generation and terminal size detection to reduce reliance on external crates with many dependencies.
Google updated its AI ethics policy removing promises not to use AI for weapons and surveillance. The change comes as AI development advances rapidly, with legislation and regulations struggling to keep pace.
VP gives IC vague promo signal, IC seeks new team for more interesting work. IC transitions to new team smoothly to avoid burning bridges and losing new opportunity.
Researchers at ESET discovered malware implants in messaging app mods that scanned users' image galleries for crypto wallet access recovery phrases. The malware, dubbed "SparkCat", targeted Android and iOS users through official and unofficial app stores.
Unix programs should cache data in non-dot directories to avoid hiding disk space usage. Disk space usage tools should explicitly show dot-directories like ~/.cache and ~/.local.
30
tosh
2025-02-05 13:08:40 UTC
10
wtarreau.blogspot.com
Llama
Share
The elastic binary tree (EB tree) is a binary search tree optimized for frequent insertion, retrieval, and deletion of discrete integer or binary data, particularly suited for operating system schedulers. It offers fast time-ordering and priority-ordering, with insertion and lookups in O(log n) and removal in O(1), making it a high-performance data structure for various applications.
This example uses Terraform workspaces to manage AWS multi-account architecture, associating accounts with environments and using Localstack for testing. It uses OpenTofu and Docker Compose to run Localstack and dynamically loads variables based on the workspace.
Researchers developed a self-healing road surface that fixes cracks without human intervention, extending road lifespan by 30%. The material uses tiny plant spores and recycled oils to seal cracks, potentially reducing pothole-related repairs and improving road safety.
The author describes their personal circles of concern, prioritizing respect for intellectuals who contribute to the world's understanding of important topics. They value original insight and marginal impact over fame and prestige.
During World War Two, psychologist B F Skinner tried to use pigeons to guide missiles towards enemy ships. His study proved it was possible, and it was finally recognised at the 2024 Ig Nobel Prize awards. But how did the 'crackpot idea' even come about? We spoke to Skinner's daughter, Julie Vargas, to learn more about the history of the study 'Pigeons in a Pelican'.
A RingBuffer is a Java 8 implementation that supports two modes: Unordered and Ordered, with Ordered mode having FIFO semantics and useful for keeping a buffer of recent objects. The RingBuffer can be cleared or reset, and listeners can be added to capture entries within a specified time window.
US foreign aid freeze has halted nonproliferation programs worldwide, including lab security and radiation monitoring efforts. This pause may leave the US "blinded" to bad actors and compromise national security.
The author compares the 1890s to the 2020s, noting parallels in protectionism, polarization, and fears of automation, as well as the emergence of new technologies like the Kinetoscope. The Kinetoscope's solitary viewing experience foreshadows our current era of algorithmic feeds and personalized AI companions, which prioritize individual consumption over collective experience.
This example uses the @pulsebeam/peer library to establish a WebRTC connection, handling media and data transmission. It retrieves an authentication token, creates a Peer instance, and connects to a specific peer within a group.
Google has updated its AI ethics policy, removing language about not using AI for weapons or surveillance. The company now focuses on developing AI responsibly and in line with international law and human rights.