|
I’ve had the ability to post chess games on this blog for a while but have found few games I have really wanted to highlight - this one is one I’m proud of. Hopefully I’ll be willing to start posting losses I’m proud of, too.
|
|
Thanks in no small part to OpenAI’s ChatGPT , the past year has seen an explosion in interest in artificial intelligence in general, and in large language models in particular. That democratization of access turned this niche research area into a common topic of conversation, and has led to a lot of fascinating writing on the subject. Although certainly not comprehensive, this article collects some of my favorite articles, papers, and reso..
|
|
This December, the imp of the perverse struck me, and I decided to see how many days of Advent of Code I could do purely in compile-time C++ metaprogramming. As of this writing, I’ve done two days, and I’m not sure I’ll make it any further. However, that’s one more day than I planned to do as of yesterday, which is in turn further than I thought I’d make it after my first attempt.
|
|
This December, the imp of the perverse struck me, and I decided to see how many days of Advent of Code I could do purely in compile-time C++ metaprogramming. As of this writing, I’ve done two days, and I’m not sure I’ll make it any further. However, that’s one more day than I planned to do as of yesterday, which is in turn further than I thought I’d make it after my first attempt.
|
|
Advent of Code 2023: Building Intuition with Quadratic Equations
-
epiccoleman.com
-
2 years ago
-
eng
I take a deep dive into some math I haven't touched for a long time, and use it to solve an Advent of Code problem.
|
|
My role has changed recently to include another team. This has also included more interaction with other areas of the business and also the management team.
|
|
My role has changed recently to include another team. This has also included more interaction with other areas of the business and also the management team.
|
|
What goes into a code review in Python? Is there a difference in how a large organization practices code review compared to a smaller one? What do you do if you're a solo developer? This week on the show, Brendan Maginnis and Nick Thapen from Sourcery return to talk about code review and automated code assistance.
|
|
In many circumstances it is convenient to work remotely using Visual Studio Code. There is a fine VS Code extension that allows you to work on a remote machine as if it was your local machine. This is great for things like embedded programming or developing in the cloud. Read here how to do this.
|
|
2023 was a huge year for CSS! Learn about all the Web UI highlights that landed in browsers this year.
|
|
A task can often look too big to tackle. It can become very daunting even in deciding where to start.
|
|
A task can often look too big to tackle. It can become very daunting even in deciding where to start.
|
|
Table of Contents What Is PyFlink and Why Should You Care? Prerequisites Installing the Flink Kubernetes Operator Installing Strimzi and Apache Kafka A Simple PyFlink Job Building a Container Image With Your PyFlink Job Deploying a PyFlink Job On Kubernetes This post originally appeared on the Decodable blog . All rights reserved. The other day, I wanted to get my feet wet with PyFlink. While there is a fai..
|
|
On a recent Arvid Kahl podcast, Channing Allen described Indiehackers.com as a "community-powered media company." It's been weeks since I listened to the episode, but that idea of a community-powered ...
|
|
Hi, Microservice Architektur Dieses Buzzword, ist für mich inzwischen ein Trigger geworden. Darüber habe ich schon oft geschrieben. Anfang des Jahres trendete mein Artikel Microservices are a Big Ball of Mud auf Hacker News In den 343 Kommentaren zu meinem Artikel kann man gut sehen, wie sehr das Thema die Gemüter erhitzt 😉 Natürlich ist der rationale Blick darauf ein anderer, als ich in dem Artikel dargestellt habe. Es kom..
|
|
Repository: @knadh/dictpress GitHub release page: v2.0.0 Changelog c1a2d6e Fix typo in README. 1296818 Fixes to accessbility and responsive styles. 61471af Add ability to load arbitrary CSS/JS assets to admin UI for customization. 0c30d24 Add ‘delete all pending’ option to admin. 7d7bd6d Ignore overly broad phonetic token in IndicPhone for better results. 9607367 Eliminate numbers and spaces in direct word match query. ....
|
|
Repository: @knadh/floatype.js GitHub release page: v1.1.0 Full Changelog : https://github.com/knadh/floatype.js/compare/v1.0.0...v1.1.0
|
|
Table of Contents What Is PyFlink and Why Should You Care? Prerequisites Installing the Flink Kubernetes Operator Installing Strimzi and Apache Kafka A Simple PyFlink Job Building a Container Image With Your PyFlink Job Deploying a PyFlink Job On Kubernetes This post originally appeared on the Decodable blog . All rights reserved. The other day, I wanted to get my feet wet with PyFlink. While there is a fai..
|
The openSUSE project is currently undertaking a brand refresh aimed at establishing a distinct identity from its parent company, SUSE. Community designers were invited to submit designs for an updated... The post You Can Vote for openSUSE’s New Logo – But Not For Long! is from OMG! Linux and reproduction without permission is, like, a nope.
|
|
The outro recaps what you did – write technical documentation! – and introduces next steps like organizing a collection of documentation, revising existing content, and expanding your technical writing skills by joining the technical writing community.
|
|
You missed me solving the missing material design 3 carousel from the flutter SDK problem: Continue reading on Medium »
|
jOOQ’s DAO API is one of jOOQ’s most controversial features. When it was first implemented, it was implemented merely: There’s a strong hint about the third bullet given how popular Spring Data’s repository “pattern” is. A lot of developers just want to quickly fetch and store data, without giving individual queries much thought. A fun … Continue reading To DAO or not to DAO →
|
|
Sometimes a decision comes with a cost, a sacrifice. In the book Leaders Eat Last Simon Sinek says:
|
|
Sometimes a decision comes with a cost, a sacrifice. In the book Leaders Eat Last Simon Sinek says:
|
|
This is the second article in a series called "Hosting quickly". I want to launch Rust apps quickly and often, and I want to have stable, common infrastructure for all of them. Hosting quickly 1 - Setting up Terraform, Github, and 1Password Today, let's build a
|
|
Connect to public Tor network by default / avoid Anon Connection Wizard (ACW) popup at first boot
-
forums.whonix.org
-
2 years ago
-
eng
ACW = anon-connection-wizard Issue: Once there is component_whonix-host there would be two ACW popups. Once on Whonix-Host to configure Tor on the host and yet another one, fully independent in Whonix-Gateway doing the same. Reasoning: Quote lunar: My reasoning is that users who need to bridges or configure a proxy are likely to know. Or if they don’t know, they will know by trying to a direct connection and see it fai..
|
|
Learn about the dangers and importance of secure coding conventions, particularly regarding code injection vulnerabilities and how these manifest in Python applications.
|
|
My first foray into data recovery has been both educational and, blissfully, not too stressful. You always hear tales of damaged hard drives and complete data loss and think “that’ll never happen to me”. Well, it finally has happened to me, and thankfully the outcome has been pretty good (all things considered), and I’ve learned a bit along the way.
|
|
I've been experimenting with building a rich text editing component for iOS, powered by org markup. The idea is to offer a mobile-friendly editing experience, backed by our beloved plain text format. To make things a little more interesting, I'm introducing a new org-based app to help anyone with regular journaling. 👉 Meet ✨Journelly✨ Plain text is the serialization format. No conversion/import/export needed. Though it's ....
|
|
I introduced the new Pinecone AWS Reference Architecture with Pulumi and explained infrastructure as code
|
|
There have been mixed reports of people managing to unlock the bootloader on the Kyocera 902KC. I’ve done some extensive research on unlocking and rooting this phone and I’d like to outline all my findings here. Being able to unlock the bootloader on the Kyocera 902KC would be a huge boon for usability in North America, as it would mean you could sideload the microG services, allowing you to utilize maps properly, as well as any app..
|
|
After completing Parts 1, 2, and 3 of this tutorial, your once blank page now has technical writing – you're officially in the home stretch! Technical writing on a page becomes technical documentation only after you test, edit, and publish the content. Do not underestimate the exponential payoff that comes from testing and revising content. More than one technical writer can claim that revision has either uncovered bugs in software or ..
|