Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK


Type the question - june.kim - 1 month ago - eng


Today I’m very happy to share that Mario Zechner is joining Earendil . First things first: I think you should read Mario’s post . This is his news more than it is ours, and he tells his side of it better than I could. What I want to do here is add a more personal note about why this matters so much to me, how the last months led us here, and why I am so excited to have him on board. Last year changed the way many of us thought about....

ITT: scripting languages general we discuss our favorite scripting languages, their usecases, post our syntactic sugar, and render cute anime girls stylized like high-level programming languages i'll start by saying i'm most proficient using bash and I use it every single day! here's my .bash_aliases alias updoot = "sudo apt update && sudo apt upgrade" alias sinstall = "sudo apt install" alias ytdl = "yt-dlp -f 'bestvi....



Rusko se zde staví do role „rozumného prostředníka“, který chce, aby se Íránci a Arabové domluvili sami, čímž elegantně vyšachovává USA z pozice hlavního arbitra. Článek Překlad projevu ruského delegáta v OSN se nejdříve objevil na Outsidermedia .

Amazon S3 Files makes S3 buckets accessible as high-performance file systems on AWS compute resources, eliminating the tradeoff between object storage benefits and interactive file capabilities while enabling seamless data sharing with ~1ms latencies.

Hippokrates : Co nevyléčí hlad, nevyléčí žádný lék Bývaly časy, kdy lékaři nebyli odměňováni podle počtu vykázaných výkonů pojišťovně, ale přímo nemocnými. Lékař byl motivován [...]



Yesterday, I wrote about the Lethal Trifecta when using coding agents and how I am escaping it via sandboxing. I built a place to code where there is nothing valuable to lose. The agents might be poisoned by prompt injection and able to phone home, but there’s nothing to send. I can wipe the entire […]

HTML video and audio lazy loading is now a web standard and quickly gaining support in all major browsers. Given Squarespace’s role in proposing and implementing it, we’re very excited to see how developers use it on the web. Let’s cover some best practices for using video and audio lazy loading in any website, as well as some gotchas to avoid.

http://kolchh5ok22n7kmycnghqtie574gzkiz3ojebm574isvlfbkqtjqvdyd.onion/news/res/562123/ Уходит целая эпоха возрождения колчесферы 2022–2023 Доменьчик 1chan.su будет упразднён уже в мае. Причина — свою функцию «моста» он уже выполнил и вряд ли является точкой входа. Полноценного же доступа с него восстановить не выйдет в любом случае, потому что на нём несномаемая блокировка РКН (ввиду того, что нет конкретного ведомства..

Problem: Determine if a 32-bit number is prime (deterministically) Solution: (in C++) // Bases to test. Using the first 4 prime bases makes the test deterministic // for all 32-bit integers. See https://oeis.org/A014233. int64_t bases[] = {2, 3, 5, 7}; inline int countTrailingZeros(uint64_t n) { if (n == 0) return 64; return __builtin_ctzll(n); } int64_t modularExponentiation(int64_t base, int64_t exponent, int64_t modulus) { int64_t res = ..

Problem: Determine if a 32-bit number is prime (deterministically) Solution: (in C++) // Bases to test. Using the first 4 prime bases makes the test deterministic // for all 32-bit integers. See https://oeis.org/A014233. int64_t bases[] = {2, 3, 5, 7}; inline int countTrailingZeros(uint64_t n) { if (n == 0) return 64; return __builtin_ctzll(n); } int64_t modularExponentiation(int64_t base, int64_t exponent, int64_t modulus) { int64_t res = ..

Problem: Determine if a 32-bit number is prime (deterministically) Solution: (in C++) // Bases to test. Using the first 4 prime bases makes the test deterministic // for all 32-bit integers. See https://oeis.org/A014233. int64_t bases[] = {2, 3, 5, 7}; inline int countTrailingZeros(uint64_t n) { if (n == 0) return 64; return __builtin_ctzll(n); } int64_t modularExponentiation(int64_t base, int64_t exponent, int64_t modulus) { int64_t res = ..

Discover how autonomous, agent-driven data pipelines are transforming web scraping in 2026, enabling self-healing systems, API discovery, and end-to-end automation.

Programmers were raised on long-standing core principles of the craft. What if those tenets are no longer relevant?

During a long drive to (and from) Florida, and a lot of thinking about maps, I realized something that I really wanted, and something that…

I find myself unreasonably excited for the work that Taalas is doing. They’re turning open weight models directly into ASICs (application specific integrated circuits) so that the chip essentially acts as the model - and only as the model. You get raw transistor switching speed within the model. Not only does this result in incredibly fast computation (~15k tokens a second for llama 8b!) but you are doing so at ridiculously low power ..

About ten years ago I sat down in front of a camera and recorded eleven videos showing how I play mandolin for contra dances . I've now done something similar with piano, this time with thirteen videos. This is not a high quality effort: I didn't write any scripts or even plan what I was going to say. Think of it as if we spent half an hour together, with me showing you how I play. Also keep in mind that I'm self taught, and my parti....

About ten years ago I sat down in front of a camera and recorded eleven videos showing how I play mandolin for contra dances . I've now done something similar with piano, this time with thirteen videos. This is not a high quality effort: I didn't write any scripts or even plan what I was going to say. Think of it as if we spent half an hour together, with me showing you how I play. Also keep in mind that I'm self taught, and my parti....


Announcing Snyk Container Registry Sync GA for automated image management and runtime intelligence. Scale container security effortlessly for the fast-paced AI era.

This week, more time than I'd have liked to spend went on talking about the trials of chasing invoices. This is off the back of a customer (who, for now, will remain unnamed), who had invoices stacking back more than 6 months overdue and despite payment terms of

I wanted a fast and dependable way to set my system's timezone when traveling to new places with a laptop running Linux.

ephemeral.website - june.kim - 1 month ago - eng

ephemeral.website - june.kim - 1 month ago - eng

The Database Reliability Engineering team at Yelp seamlessly upgraded more than a thousand Cassandra nodes with zero downtime. This post takes you behind the scenes of our upgrade strategy, from planning sessions to flawless rollouts. Background Motivation Apache Cassandra is a distributed wide-column NoSQL datastore and is used widely at Yelp for storing both primary and derived data. Yelp orchestrates Cassandra clusters on Kubernetes with..

There’s a familiar trick in modern video editing with AI – taking an object out, slapping some new background in, – and calling it good. It does the trick for simple things, but it all falls apart the moment the object actually starts to move or interact with anything. Take a domino chain for example, […] The post Netflix’s VOID: Fixing the Physics Problem in Video Editing appeared first on RisingStack Engineering .

got a TL-WA901ND v4 with some custom firmware on it (openwrt 18.06.9 or whatever) basically what I’m trying to do: connect the router to another wifi network then have it give me internet through BOTH its own wifi and the ethernet port important part: I don’t want it to just “extend” the network, I want it to make its own separate network (different IP range) so like: main router → (wifi) → my box → (new wifi + ethernet) I ma....



AI agents are transforming the way we build — and even how we think of ourselves as software developers. Both... The post Let’s Talk Agentic Development: Spotify x Anthropic Live appeared first on Spotify Engineering .

The “Lethal Trifecta” is a term coined by Simon Willison that posits that you are open to an attacker stealing your data using your own AI agent if that agent has: You need all three to be vulnerable, but usage of Claw or Coding agents will have them by default. I would say that the […]

Teherán mluví z pozice síly. Tvrdí, že nemá co ztratit, protože už nyní čelí masivním útokům. Článek Urgentní: Írán odmítá návrh dočasného příměří a předkládá své podmínky pro ukončení války se nejdříve objevil na Outsidermedia .

The risk that cryptographically-relevant quantum computers materialize within the next few years is now high enough to be dispositive, unfortunately.

Sitting in a suburban cafe in the afternoon of this last drawn-out day of this long Easter weekend. On the table, a couple of second-hand books and a map from the Oxfam shop. Earl Grey in a fat, purple-brown pot. The map is older than I am — whereas I am exactly the same age, … Continue reading "Rationing in Wartime"

Passkeys Are Too Hard - etodd.io - 1 month ago - eng
On my quest to speed-run all the wrong ways to authenticate users , I decided to implement passkeys. TL;DR: WebAuthn is engineered to handle complex, paranoid enterprise use cases. I don’t think it will fully replace passwords until there’s a simplified API for grug-brained developers such as myself. Conditional UI Originally, WebAuthn required a separate button to trigger the login flow. In practice it looked something like this. Se..


It’s safe to say March was defined by one thing: Java 26. In this issue of Java Annotated Monthly, we’ve curated a rich selection of articles to help you get the full picture of the release. Marit van Dijk joins us as the featured guest author, bringing her expertise to help you navigate the changes […]

Francouzské PNF vyšetřuje Andreje Babiše za daňové podvody z roku 2009. Boj o promlčení případu může rozhodnout interpretace praní peněz jako kontinuálního zločinu.

17 visitors online