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

Table of Contents In this tutorial series, I will introduce the CKKS homomorphic encryption scheme from the ground up, in rather intricate detail. Each article in this series corresponds to a pull request on a GitHub repository. The code for this article is in this pull request. Follow along by cloning the repository and checking out the code at the relevant commit. This first article will cover some of the mathematical background necessary..

I’m convinced that in hell, there is a special place dedicated to making engineers fix flaky tests. Not broken tests. Not tests covering a real bug. Flaky tests. Tests that pass 999 times out of 1000 and fail on the 1,000th run for no reason you can explain with a clean conscience. If you've ever shipped a reasonably complex distributed system, you know exactly what I'm talking about. RavenDB has, at last count, over 32,000 tests that ar....

I’m convinced that in hell, there is a special place dedicated to making engineers fix flaky tests. Not broken tests. Not tests covering a real bug. Flaky tests. Tests that pass 999 times out of 1000 and fail on the 1,000th run for no reason you can explain with a clean conscience. If you've ever shipped a reasonably complex distributed system, you know exactly what I'm talking about. RavenDB has, at last count, over 32,000 tests that ar....

507 talks  ·  19 categories  ·  5 years (2021–2025) FHIR Servers & Infrastructure: 37 Profiling & Implementation Guides: 37 Analytics & SQL on FHIR: 40 Payer, Claims & Financial Use Cases: 23 SMART on FHIR & Security: 32 AI & LLMs in FHIR: 18 Terminology & Ontologies: 13 Structured Data Capture & Questionnaires: 13 National […]

Looking for owners of the Colors 8015C case (also known as Codegen 8015, Colors IT 8015, ATX-G8015C). It's a classic early-mid 2000s midi-tower with a front door, neon light and typical design of that era. If you still have this case (whole or in parts): - What's the condition? - Can you post current photos (especially inside and any labels/stickers)? - How much would you sell it for? Also grateful for any links or places where ..

The promise of cloud computing was simple: predictable costs, elastic scaling, and a clean relationship between usage and value. Compared to traditional IT infrastructure and on-premise data centers, cloud services were meant to offer transparency as much as flexibility.

The FHIR DevDays videos do not get the attention they deserve. Low view counts, no comments, a general lack of interest. The reason for this may be that they are difficult to navigate on YouTube. The playlists render as a top-down list showing abbreviated titles for all 100+ videos. Not user-friendly. Try finding a relevant […]

No title - markjgsmith.com - 1 month ago - eng

No title - markjgsmith.com - 1 month ago - eng

No title - markjgsmith.com - 1 month ago - eng

No title - markjgsmith.com - 1 month ago - eng

It‘s really quite amazing the sort of refactoring of your code you can get done when working with LLMs. They make it possible to see much much further into the future, and you can get a much better idea of whether something is possible or not, but also if you can't quite see the through line, but you know it‘s there, you can head off in the general direction, and work things out as you go. This happened several times to me this week, I ha....

It‘s really quite amazing the sort of refactoring of your code you can get done when working with LLMs. They make it possible to see much much further into the future, and you can get a much better idea of whether something is possible or not, but also if you can't quite see the through line, but you know it‘s there, you can head off in the general direction, and work things out as you go. This happened several times to me this week, I ha....

While I was traveling Julia asked me: why is Anna saying her fiddle practice is only two minutes? In this case, two minutes was the right amount of time! Anna (10y) and I had been fighting a lot about practice. She'd complain, slump, stop repeatedly to make adjustments, and generally be miserable. I'd often have to pull out "if you want to keep taking fiddle lessons you have to practice": she loves her teacher and is very motivat....

While I was traveling Julia asked me: why is Anna saying her fiddle practice is only two minutes? In this case, two minutes was the right amount of time! Anna (10y) and I had been fighting a lot about practice. She'd complain, slump, stop repeatedly to make adjustments, and generally be miserable. I'd often have to pull out "if you want to keep taking fiddle lessons you have to practice": she loves her teacher and is very motivat....

The new Steam Controller is almost here. After a long period of silence and delays following the current hardware situation, Valve has officially confirmed the release date and pricing.

The new Steam Controller is almost here. After a long period of silence and delays following the current hardware situation, Valve has officially confirmed the release date and pricing.

An Obsidian plugin that opens .json, .yaml, and .yml files in a visual tree editor, with inline editing, schema validation, and a CodeMirror source mode.

An Obsidian plugin that opens .json, .yaml, and .yml files in a visual tree editor, with inline editing, schema validation, and a CodeMirror source mode.


On March 25th, voice and video on Discord suffered major degradation beginning at 12:13 PDT, lasting a little over three hours. Learn how the issue originated, how it affected systems across Discord, how we recovered, and how we’re preventing the same problem from reoccurring.

Before You Compose - june.kim - 1 month ago - eng


A new npm supply chain attack self-branded "Mini Shai-Hulud" compromised four SAP-ecosystem packages on April 29, 2026. Snyk has live advisories. Here's the technical breakdown, IOCs, and what to do.

CVE-2026-40478: The Thymeleaf template injection (CVSS 9.1) is conditional. Patch to 3.1.4+ immediately, and audit your code for dynamic view or template expression misuse, which is the key precondition for exploitability.

Bridge the gap to autonomous fixes. Snyk and Atlassian integrate to transform Jira security tickets into precision fixes using Snyk Studio AI, eliminating context switching and resolving vulnerabilities in minutes.

Before You Compose - june.kim - 1 month ago - eng

After 2 cancelled days the Advanced Hybrid Coupling external parallel run finally started on business day 2026-04-17! I have been involved in the AHC project for a while now, so that was a pretty nice milestone! The next step is the actual go-live, currently foreseen for businessday the 11th of June, so not far off! In this post I wanted to take a quick look at the first couple of days of the parallel run, before I take some time off for..

Last month, I wrote Agent experience about the Stripe Projects beta and how developers must now treat AI as a first-class user of their products alongside humans. Today, Stripe Projects launched durin...


Haii lainons, I just got my Amateur General License for HAM radio in the united states, and I really want to get into it over the summer. Bucket list is that I really wanna talk to the ISS before it gets deorbited, but I know there's so much more to do as well. I just built a 7MHz CW heterodyne transceiver for a class(picrel), which we were able to get to talk across the lab. The analog electronics are really cool, and so much fun t....

If you're just starting to dabble with MongoDB, you've probably come to a point where your documents are looking a little complex. These documents might have gone from flat, relational-looking pieces ... The post Using Dot Notation to Query Nested Fields in MongoDB appeared first on DataCamp .

An Obsidian plugin that opens .csv files in a spreadsheet-like grid with keyboard navigation, range selection, copy/paste, sorting, and debounced auto-save.

An Obsidian plugin that opens .csv files in a spreadsheet-like grid with keyboard navigation, range selection, copy/paste, sorting, and debounced auto-save.

At the "What's Next with AWS" 2026 event, AWS launched Amazon Quick—an AI assistant for work with a desktop app and expanded integrations—and expanded Amazon Connect into four agentic AI solutions for supply chain, hiring, customer experience, and healthcare. AWS also expended its partnership with OpenAI, bringing models like GPT-5.5, Codex, and Managed Agents to Amazon Bedrock in limited preview.

About ten months ago I was sitting at my computer and I just had the thought, “I need to get outside more”. I dug up my old camping gear that I took to Salcantay, drove out to the desert, and pitched my tent. The tent was about the size of a coffin, but I sat […]

Youtube video here The animals in this video come from David o'Reilly's Everything Library. You can find it here: Everything Library Animals

Youtube video here The animals in this video come from David o'Reilly's Everything Library. You can find it here: Everything Library Animals



Two valid ways of writing code. One place to own it. Quick version for AI-news-tired readers: press here There are two ways developers create code now: We don’t think one is better than the other. Our goal is to ensure both workflows can coexist inside JetBrains IDEs without hindering each other. In practice, this means […]

Most people send sensitive prompts to AI tools without knowing where that data ends up. Here's what really happens, why the rules differ wildly per tier, and what to pay attention to.

Most people send sensitive prompts to AI tools without knowing where that data ends up. Here's what really happens, why the rules differ wildly per tier, and what to pay attention to.

Invoice finance gives growing businesses a way to unlock cash from unpaid invoices - but behind the scenes, the industry still relies on fragmented processes, manual checks, and reactive risk models that leave providers exposed. This article breaks down how invoice discounting and factoring actually work, where the risks hide, and why AI and open banking are becoming the industry's most important tools.

1 visitor online