Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: img Clear Filter

Imgur's community was in revolt

The front page of Imgur, a popular image hosting and social media site, is full of pictures of John Oliver raising his middle finger and telling MediaLab AI, the site’s parent company, “fuck you.” Imgurians, as the site’s users call themselves, telling their business daddy to go to hell is the end result of a years-long degradation of the website. The Imgur story is one a classic case of enshitification , Imgur began life in 2009 when Ohio University student Alan Schaaf got tired of how hard it

Imgur's Community Is in Full Revolt Against Its Owner

The front page of Imgur, a popular image hosting and social media site, is full of pictures of John Oliver raising his middle finger and telling MediaLab AI, the site’s parent company, “fuck you.” Imgurians, as the site’s users call themselves, telling their business daddy to go to hell is the end result of a years-long degradation of the website. The Imgur story is one a classic case of enshitification , Imgur began life in 2009 when Ohio University student Alan Schaaf got tired of how hard it

Imgur protest covers the front page in anti-MediaLab memes

Despite all the division and controversy rife in the modern era, sometimes the Internet does manage to collectively agree on something. Right now, they agree that they hate Imgur parent company MediaLab. After being acquired by MediaLab in 2021, the once famously open-to-anything image-sharing service began placing restrictions on content in 2023. More recently, the site has experienced service issues, including problems with notifications. Many members of the Imgur community have claimed that

Manim: Animation engine for explanatory math videos

Manim is an engine for precise programmatic animations, designed for creating explanatory math videos. Note, there are two versions of manim. This repository began as a personal project by the author of 3Blue1Brown for the purpose of animating those videos, with video-specific code available here. In 2020 a group of developers forked it into what is now the community edition, with a goal of being more stable, better tested, quicker to respond to community contributions, and all around friendlie

Fun with gzip bombs and email clients

Gzip/Zip bombs have been a thing for decades. Lets create a 10MB gzip file which decompresses to 10GB: dd if =/dev/zero bs =1G count =10 | gzip > 10gb.gz This is called a Gzip bomb, because when it is decompressed, it blows up to a much larger size (~1000 larger). Add it your website document root and configure Nginx to serve it up as an image, with gzip Content-Encoding: location /10gb.png { default_type image/png; add_header Content-Encoding gzip; try_files /10gb.gz = 404 ; } An HTTP clien

Topics: 10gb https img png src

What Was Cyberpunk? In Memoriam: 1980-2020 (2020)

To wrap up our look at print sci-fi I am going to compare and contrast two books released in 2020 that both have much in common with Mirrorshades, but in very different ways:, Gibson’s (“””the father of cyberpunk”””) Agency and Miciah Johnson’s debut novel “The Space Between Worlds”. I am going to be a little mean to Gibson, but hopefully by the time you’ve read both summaries you’ll understand why. This section has also put me in the unfortunate position of trying to summarize these books so yo

What Was Cyberpunk? In Memoriam: 1980-2020

To wrap up our look at print sci-fi I am going to compare and contrast two books released in 2020 that both have much in common with Mirrorshades, but in very different ways:, Gibson’s (“””the father of cyberpunk”””) Agency and Miciah Johnson’s debut novel “The Space Between Worlds”. I am going to be a little mean to Gibson, but hopefully by the time you’ve read both summaries you’ll understand why. This section has also put me in the unfortunate position of trying to summarize these books so yo

Nanonets-OCR-s – OCR model that transforms documents into structured markdown

Nanonets-OCR-s is a powerful, state-of-the-art image-to-markdown OCR model that goes far beyond traditional text extraction. It transforms documents into structured markdown with intelligent content recognition and semantic tagging, making it ideal for downstream processing by Large Language Models (LLMs). Nanonets-OCR-s is packed with features designed to handle complex documents with ease: LaTeX Equation Recognition: Automatically converts mathematical equations and formulas into properly fo

Nanonets-OCR-s – OCR model transforms documents into structured markdown

Nanonets-OCR-s is a powerful, state-of-the-art image-to-markdown OCR model that goes far beyond traditional text extraction. It transforms documents into structured markdown with intelligent content recognition and semantic tagging, making it ideal for downstream processing by Large Language Models (LLMs). Nanonets-OCR-s is packed with features designed to handle complex documents with ease: LaTeX Equation Recognition: Automatically converts mathematical equations and formulas into properly fo