Showing headlines posted by bob

« Previous ( 1 ... 229 230 231 232 233 234 235 236 237 238 239 ... 1193 ) Next »

Happy New Year! 5 things we learned last year

  • Opensource.com (Posted by bob on Jan 1, 2021 4:14 PM CST)
  • Story Type: News Story
As we ring in a new year that many hope will look a lot different than 2020, I propose we try to keep a few things that difficult year gave us: read more

Build your own text editor in Java

  • Opensource.com; By Seth Kenlon (Posted by bob on Jan 1, 2021 9:40 AM CST)
  • Story Type: Tutorial; Groups: Developer
There are a lot of text editors available. There are those that run in the terminal, in a GUI, in a browser, and in a browser engine. Many are very good, and some are great. But sometimes, the most satisfying answer to any question is the one you build yourself.

A 2020 love letter to the Fedora community

Fedora Project Leader recaps the year in Fedora and the success we've had as a community in a difficult year.

Use the Markdown Editor app in Nextcloud

The advantage of plain text is that there’s no extra computer-specific information cluttering up your otherwise human-readable writing. The good thing about computers is that they’re programmable, and so as long as we humans agree to follow very specific conventions when writing, we can program computers to interpret human-readable text as secret instructions. For instance, by surrounding a word with two asterisks, we not only give a visual cue to humans that a word is significant, but we can also program computers to display the word in bold.

Learn Lua by writing a game

If you're a fan of scripting languages like Bash, Python, or Ruby, you might find Lua interesting. Lua is a dynamically typed, lightweight, efficient, and embeddable scripting language with an API to interface with C. It runs by interpreting bytecode with a register-based virtual machine, and it can be used for everything from procedural programming to functional programming to data-driven programming. It can even be used for object-oriented programming through the clever use of arrays, or tables, used to mimic classes.

10 examples of using Python in 2020

  • Opensource.com; By Moshe Zadka (Posted by bob on Dec 30, 2020 8:24 PM CST)
  • Story Type: Roundups; Groups: Python
As in recent years, Python proved a popular programming language in 2020. Each year, Opensource.com publishes various articles about Python to pique new users' interest and help long-time Pythonistas expand their skills. The following are Opensource.com's top 10 articles about Python in 2020.

Xavier NX based edge AI system eyes large deployments

  • LinuxGizmos.com (Posted by bob on Dec 30, 2020 6:12 PM CST)
  • Groups: ARM; Story Type: News Story
Axiomtek’s “AIE100-903-FL-NX” is an edge AI system built around Nvida’s 6-core Carmel Arm v8.2 64-bit processor and 384-core Volta GPU. The system integrates Allxon’s device management solution. Axiomtek has announced its AIE100-903-FL-NX edge AI system. The box-level system is powered by the Nvidia’s Jetson Xavier NX module. The Xavier module sports a a 6-core Nvidia […]

Show progress in your Python apps with tqdm

  • Opensource.com; By Moshe Zadka (Posted by bob on Dec 30, 2020 9:26 AM CST)
  • Story Type: Tutorial; Groups: Python
The Semitic root q-d-m in Aramaic, Hebrew, and Arabic is usually associated with moving forward or making progress. The Arabic word taqaddum (?????) means "progress." Progress is important. As every feel-good movie will tell you, the journey is as important as the destination.

Xavier NX based edge AI system eyes large deployments

  • LinuxGizmos.com; By Jeff Child (Posted by bob on Dec 30, 2020 7:15 AM CST)
  • Story Type: News Story; Groups: ARM
Axiomtek’s “AIE100-903-FL-NX” is an edge AI system built around Nvida’s 6-core Carmel Arm v8.2 64-bit processor and 384-core Volta GPU. The system integrates Allxon’s device management solution. Axiomtek has announced its AIE100-903-FL-NX edge AI system. The box-level system is powered by the Nvidia’s Jetson Xavier NX module. The Xavier module sports a 6-core Nvidia Carmel […]

How to setup Elastic Container Service (ECS) on AWS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 29, 2020 10:29 PM CST)
  • Groups: Linux; Story Type: News Story
Elastic Container Service is a fully managed container orchestration service provided by AWS. In this article, we will create an ECS cluster and deploy a sample Nginx application onto it. We will create a test cluster to understand the cluster setup. You are advised to set up a production cluster with a customized configuration as per the requirement.

Experience alternate computing with the Pe text editor

  • Opensource.com (Posted by bob on Dec 29, 2020 3:54 PM CST)
  • Story Type: News Story
The Haiku operating system is a bold but successful attempt at reviving an old OS called BeOS. In the 1990s, BeOS was positioned to become the foundation for the next evolution of the Apple Mac line of computers. Back in the 1990s, Apple Inc. was poised to acquire BeOS as its next generation operating system. At the last minute, however, Apple decided the price was too steep and acquired the UNIX-based NeXT operating system instead (and so Mac OS X was born). read more

Bring an old MacBook back to life with Linux

Recently, I stumbled on an old MacBook Pro 13" from late 2011, with a 125GB SSD and 8GB RAM. I've taken this machine on trips around the world, and back in the day, I ran many a session, workshop, or demo to share all the AppDev goodness from JBoss technologies. After verifying that its battery works, charging it up, and reinstalling a new OS X, it turns out that the Safari browser version is limited to an old security specification, which means it can't connect to a lot of HTTPS sites now. This renders this solution defunct. What to do with this old thing? read more

How to Install KeeWeb Password Manager on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 29, 2020 4:57 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
KeeWeb is an open-source password manager used to store passwords both online and offline. It is compatible with KeePass and also available as a web version and desktop apps. In this tutorial, we will show you how to install the KeeWeb password manager on Ubuntu 20.04.

Practice programming in C++ by writing a simple game

There are a couple of ways to learn a programming language. If you're new to coding, you usually learn some basic computer coding concepts and try to apply them. If you already know how to code in another language, you relearn how coding concepts are expressed in the new language.

Learn to use the JOE text editor on Linux

  • Opensource.com; By Moshe Zadka (Posted by bob on Dec 28, 2020 9:13 AM CST)
  • Story Type: Tutorial; Groups: GNU, Linux
I’m a fan of text editors that make it easy for you to learn how to use them. GNU nano is my favorite example of this: you launch nano, and you see a list of the most common commands along the bottom of the window throughout your entire session. Joe’s Own Editor (that’s joe for short) is another great example.

Contribute at the Fedora Test Week for Kernel 5.10

If you want to contribute to the Fedora project and community, participating in a test day is an excellent way to start. This test week will focus on the linux kernel 5.10 for Fedora.

9 insights from pivoting to remote work in 2020

  • Opensource.com (Posted by bob on Dec 27, 2020 12:43 PM CST)
  • Story Type: News Story
2020 was the year remote work became the norm. Due to the COVID-19 pandemic, people and companies shifted to "temporary" remote work, though many have now extended it indefinitely. As remote work will be the norm for the foreseeable future, here’s a review of some of the many articles published on Opensource.com regarding remote work practices, tools, and activities to manage this new normal. read more

How to use heredoc as a text editor

  • Opensource.com; By Seth Kenlon (Posted by bob on Dec 26, 2020 5:35 AM CST)
  • Story Type: Tutorial; Groups: Linux
There’s a somewhat obscure feature in Linux and Unix shells that allows you to open a sort of do-while loop for the cat command. It’s called the heredoc, and it enables you to have, more or less, a text editor no matter what shell you’re using.

3 critical DevOps concepts we explored in 2020

Looking back through Opensource.com's articles about DevOps in 2020, there was a bit of something for everyone—from people starting the DevOps journey to seasoned DevOps veterans. The articles focused on testing, software methodologies, and DevOps' most important part: the people. Here are the top 10 DevOps articles of 2020.

How to create an inventory configuration in S3

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 25, 2020 4:26 PM CST)
  • Story Type: Tutorial; Groups: Linux
In this article, we will create an inventory configuration to store object metadata in CSV format. We can store reports in the same bucket as the source bucket, but we will use a different bucket to store this than the bucket for which we will be creating this inventory configuration.

« Previous ( 1 ... 229 230 231 232 233 234 235 236 237 238 239 ... 1193 ) Next »