Install Linux with LVM
Aug13

Install Linux with LVM

A couple of weeks ago, the good folks at Linux Mint released version 20.2 of their open source operating system. The installer built into the live ISO is excellent and only requires a few clicks to install the OS. You even have a built-in partitioner if you want to customize your partitions. read more Powered by...

Read More
Code memory safety and efficiency by example
Aug13

Code memory safety and efficiency by example

C is a high-level language with close-to-the-metal features that make it seem, at times, more like a portable assembly language than a sibling of Java or Python. Among these features is memory management, which covers an executing program’s safe and efficient use of memory. This article goes into the details of memory safety and efficiency through code examples in C and a code segment from the assembly language that a modern C...

Read More
Parse command options in Java with commons-cli
Aug13

Parse command options in Java with commons-cli

When you enter a command into your terminal, whether it’s to launch a GUI app or just a terminal app, there are often options (sometimes called switches or flags) you can use to modify how the application runs. This is a standard set by the POSIX specification, so it’s useful for a Java programmer to know how to detect and parse options. read more Powered by...

Read More
Kucoin Boss on Strategy After Hack: ‘We Chose to Act’
Aug12

Kucoin Boss on Strategy After Hack: ‘We Chose to Act’

Kucoin, one of the leading crypto exchanges, suffered a hacking incident in 2020 where over $250 million was stolen. However, immediately after the hacking was reported, Kucoin began cooperating with various players from the crypto industry. This cooperation ultimately led to the recovery of a large chunk of the stolen funds. Kucoin’s Recovery From Attack It is now close to a year since the hack, yet Kucoin remains one of the leading...

Read More
Troop of Bored Ape NFTs Rises Above the Competition, BAYC Donates $200K in ETH to Orangutan Outreach
Aug12

Troop of Bored Ape NFTs Rises Above the Competition, BAYC Donates $200K in ETH to Orangutan Outreach

While non-fungible token (NFT) assets have been raking in millions, numerous NFT projects like Cryptopunks, Meebits, and Bored Ape Yacht Club (BAYC) have been outpacing the competition. The BAYC NFT collectibles is a collection of 10,000 Bored Ape NFTs and just recently the project sales volume has risen exponentially as it rests just below Cryptopunks with $49.5 million in sales last week. Moreover, BAYC’s official Twitter account...

Read More