Time is a Flat Circle: Applying Nietzsche's Philosophy to Agile Development — Matt Puchalski - Pittsburgh Roboticist This blog post explores how Nietzsche's concept of Eternal Return applies to software program management and planning, particularly in startups. It is important to recognize the cyclical patterns of challenges and use them to our advantage by being mindfu...
Linux and Baikal Electronics: Why Postgres Should not Follow that Path In my recent trip to PgConf Russia, a friend brought up the reaction of a Linux kernel maintainer to a patch submission by Baikal Electron...
Galaxis Recently I picked something from our attic. It is a christmas present from my childhood, one of my favorite ones. It is the game Galaxis, a kind of electronic board game from the 80s by german company Ravensburger.
Building common components in Data Lakehouse is a necessity The article discusses the challenges faced by scalable data teams in managing and processing large amounts of data and proposes a system that includes separating storage, compute, and metadata, using distributed file systems and columnar data formats, rea...
Overconfidence, and Executives as Personality Defect — Ludicity I've been thinking a lot about confidence and how absolutely Gross (capital G intentional) it is, and how unpleasant so many of executives I've spoken to have ended up being.
Mastering Yarn's lifecycle with hooks Yarn is a powerful package manager for Node.js projects that comes with a rich set of features, including support for plugins (starting with Yarn 2.x).
I'll read it – Manu "I don't know what to write about" and "what if no one will read it?". These are the two most common reasons why people don't want to start a personal blog. I already addressed the first one, so let me tackle the second one in the easiest way possible: I'...
Making Shell Scripts Executable Just-in-Time Blog post by Eshel Yaron about a different take on adding exec permissions to shell script in Emacs
Do multi-gaming apps make sense? I’ve been thinking about multi-gaming platforms due to their recent meteoric rise to capture about 10% of the RMG market and the fact that I have to make a decision at work on bundling a mini-game with our main app. The multi-gaming segment is also growin...
Can You Trust a Compiler to Optimize Your Code? More or less the title this time, but first, a story about SIMD. There are three levels of understanding how SIMD works (well, at least I am level 3 at the moment):
Real-time Communication Between Clients and Servers with SignalR | C# Tutorials Blog Learn how to create real-time web apps with SignalR. Send/receive messages from any client using WebSockets, Server-Sent Events or Long Polling.
Securing Our Digital Future: A CERN for Open Source large-scale AI Research and its Safety - Online petition Join us in our urgent mission to democratize AI research by establishing an international, publicly funded supercomputing facility equipped with 100,000 state-of-the-art AI accelerators to train open source foundation models. This monumental initiative wi...
a 1.5GB string In my previous role, I supported a Java service that operated similarly to RDP or Citrix by enabling remote UI functionality. This service relied on sessions, which consisted of interconnected Java objects that were supposed to be cleaned up either when a...
Trying to disable usage of SSE and CMOV instructions in x86 JIT · lukaaash/runtime@1ad2e02 .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps. - Trying to disable usage of SSE and CMOV instructions in x86 JIT · lukaaash/runtime@1ad2e02
GitHub - openai/openai-cookbook: Examples and guides for using the OpenAI API Examples and guides for using the OpenAI API. Contribute to openai/openai-cookbook development by creating an account on GitHub.
How I built my own Sega Mega Drive hardware dev kit from scratch – Tore Nestenius About 30 years ago (when I was around 20) I wanted to develop games, like most developers dream of doing. However, I had one open question: which platform should I write it for? Of course I could do it on the Atari 1040 STE that I had at the time, but I w...
ASP.NET Core JwtBearer library: what’s new? – Tore Nestenius As a developer and trainer, it is hard to keep up with all the changes in all the libraries, and in this blog post I will summarize the recent key changes that I have found in versions 3.1.22, 5.0.13 and 6.0.1 of JwtBearer library.