Page 24 of 127 (2525 total posts)

February 2023

05-02-2023
The day I discovered vmtouch

The day I discovered vmtouch

Source: brunocalza.me

IntroductionLast weekend I decided to take a deeper look at the famous SQLite 35% Faster Than The Filesystem benchmark. I didn't want to do a shallow read of the post. I wanted to compile the kvtest tool and run the experiments myself and see what is going on. I recommend

Tags: sqlite performance database caching scalability
03-02-2023
Unlock the Potential of VS Code for Ruby Programming

Unlock the Potential of VS Code for Ruby Programming

Source: betterprogramming.pub

Lots of up to date information on how to tune VS Code for the best Ruby experience. A guide to a free Ruby development environment. Author says: "If you’re like me and your RubyMine trial version expired, you’re probably relying on VS Code. While the former is an amazing tool, it comes behind a paywall, unfortunately. Hopefully, JetBrains will reconsider at some point and have a Community Edition, just like IntelliJ."

Tags: ruby vscode rubocop

January 2023

30-01-2023
Writing Code Without Plain Text Files

Writing Code Without Plain Text Files

Source: link.medium.com

Many years ago there was an ide-like tool that worked this way too. No separate source files. It was a cool approach. Glad to see it back! Author said: “The Unison programming language doesn’t store code in files, but in a database. What is that like?”

Tags: unison ide programming
27-01-2023
ActivityPub RFC

ActivityPub RFC

Source: avdi.codes

The ActivityPub protocol is a decentralized social networking protocol based upon the [ActivityStreams] 2.0 data format. It provides a client to server API for creating, updating and deleting content, as well as a federated server to server API for delivering notifications and content.

Tags: rfc spec complex activity-pub
17-01-2023
Ruby 3.2’s YJIT is Production-Ready

Ruby 3.2’s YJIT is Production-Ready

Source: shopify.engineering

My question is what does the Y in YJIT stand for? From the author: "YJIT, a just-in-time (JIT) implementation on top of CRuby built at Shopify, is now production-ready and delivering major improvements to performance and speed. Maxime shares the updates that have been made in this newest version of YJIT, and future plans for further optimization."

Tags: ruby performance explainer
17-01-2023
Laurence Tratt: Why We Need to Know LR and Recursive Descent Parsing Techniques

Laurence Tratt: Why We Need to Know LR and Recursive Descent Parsing Techniques

Source: tratt.net

Nice article about something I learned and actually really enjoyed in college but havet thought much about over the years. All about top down and bottom up parsers. About unambiguous and ambiguius grammars. About LR and recursive descent parsers. And more…

Tags: parser top-down LR explainer
15-01-2023
GitHub - volution/z-tokens: z-tokens -- random tokens generation and related tools

GitHub - volution/z-tokens: z-tokens -- random tokens generation and related tools

Source: github.com

This is a standalone password generator. I think that because it does’t know the email or account name that the password is used with, the risk that the app itself is malware is small… i think… Author says: “z-tokens -- random tokens generation and related tools - GitHub - volution/z-tokens: z-tokens -- random tokens generation and related tools”

Tags: password cli rust utility
13-01-2023
Simple 8-bit Assembler Simulator in Javascript

Simple 8-bit Assembler Simulator in Javascript

Source: schweigi.github.io

One of many simple CPU simulators. I'm teaching a course in Operating Systems and I've been looking for a really simple and clear visual simulator for a CPU. This one is the best one yet. But I would like a better one. This one is missing any kind of support for IO or System calls or something like that. But it's usable.

Tags: assembly education visual simulator explainer
11-01-2023
Create a Business Language for a Rails Application | AppSignal Blog

Create a Business Language for a Rails Application | AppSignal Blog

Source: blog.appsignal.com

This is a very useful package to be aware if… assuming youre a rubyist 😀 Author says: “Build and parse a programming language to extend your Rails application's functionality.”

Tags: ruby rubyist parsing parser programming-language
09-01-2023
VSCode Marketplace can be abused to host malicious extensions

VSCode Marketplace can be abused to host malicious extensions

Source: bleepingcomputer.com

It seems that no one and nowhere is safe from hackers: "Threat analysts at AquaSec have experimented with the security of VSCode Marketplace and found that it's surprisingly easy to upload malicious extensions from accounts that appear verified on the platform."

Tags: coding vscode hacker malware