Showing headlines posted by bob

« Previous ( 1 ... 327 328 329 330 331 332 333 334 335 336 337 ... 1194 ) Next »

How Beyoncé fans are like the open source community

At GitHub, Brian Douglas' official title is developer advocate, but the one he prefers to use is "Beyoncé advocate." This is partly because he views the 40 million GitHub users and the Beyhive, Beyoncé's enormous and passionate fan base, similarly. He says his role at GitHub is to "go to bat for the hive"—helping people answer questions and find resources to help them develop on GitHub better.

DevOps is a solution to burnout worth investing in

  • Opensource.com; By Dawn Parzych (Posted by bob on Jan 5, 2020 1:54 PM CST)
  • Story Type: Editorial; Groups: Community
Not a day goes by that I don't see a tweet or hear somebody talking about burnout. Burnout is becoming a pervasive part of our lives, especially in tech and open source communities. Instead of treating burnout once it kicks in, we need to do more to prevent it in the first place. Here is a reminder of the cause and a look at solutions.

Ringing in the new year with 136 open-spec Linux SBCs under $200

Our 2020 New Year’s edition SBC catalog shows a snapshot in time of hacker-friendly, open-spec SBCs under $200 that run Linux or Android. Below you’ll find updated descriptions, specs, pricing, and links for 136 SBCs. A lot has been going on in the world of community-backed SBCs over the seven months since our June 3 […]

Introducing the guide to inter-process communication in Linux

  • Opensource.com (Posted by bob on Jan 5, 2020 7:19 AM CST)
  • Groups: Linux; Story Type: News Story
Getting one software process to talk to another software process is a delicate balancing act. It can be a vital function for an application, though, so it's a problem any programmer embarking on a complex project has to solve. read more

Add scorekeeping to your Python game

This is part 10 in an ongoing series about creating video games in Python 3 using the Pygame module. Previous articles are: read more

Bruce Perens quits Open Source Initiative amid row over new data-sharing crypto license: 'We've gone the wrong way with licensing'

  • The Register (Posted by bob on Jan 5, 2020 12:45 AM CST)
  • Story Type: News Story
Distributed app platform's proposed agreement 'isn't freedom respecting,' he says Special report Last year, lawyer Van Lindberg drafted a software license called the Cryptographic Autonomy License (CAL) on behalf of distributed development platform Holo – and submitted it to the Open Source Initiative (OSI) for approval as an Open Source Definition-compliant (OSD) license.…

What you need to know about Rust in 2020

Rust has drawn plenty of attention from programmers on sites like Hacker News for a while. While many have long loved using the language for hobby projects, it didn't start catching on in industry until 2019, when this really started to change.

How to Install Gitea Code Hosting Platform with HTTPS on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 4, 2020 5:01 AM CST)
  • Groups: Linux; Story Type: News Story
Gitea is a code hosting web application written in Go. As its name suggests, it is designed to be used with the popular source control program Git, similarly to Gitlab and Github. This guide will explain the installation of Gitea on CentOS 8 with an Nginx HTTPS reverse proxy.

My Raspberry Pi retrospective: 6 projects and more

Historically and theoretically speaking, a decade, a century, or a millennium starts when the clock turns midnight on January 1 of the year one of its decimal order. For example, the 20th century started on January 1, 1901, not on January 1, 1900. The reason for this is simple: there is no year 0 in our modern calendar, so these periods of time start on year 1 (using the Gregorian calendar). But that's not how we refer to time periods colloquially and culturally; for example, when we mention '80s music or movies, we're talking about the period from 1980 to 1989. read more

Snakes on a wane: Python 2 development is finally frozen in time, version 3 slithers on

I'm not quite dead, mutters 2.7 as rigor mortis sets in With the arrival of 2020, the Python Clock has stopped ticking, marking the end of development for the Python 2 programming language.…

Tracking Translations with Transtats

  • Fedora Magazine; By Sundeep Anand (Posted by bob on Jan 3, 2020 8:15 PM CST)
  • Story Type: Reviews, Tutorial; Groups: Fedora
Translation is an important step in software localization which helps make software more popular globally, and impacts international user experience. In recent years, localization processes have been evolving worldwide to become more continuous, faster, efficient with automation. In Fedora, the development of the Zanata platform and its plugins, then Transtats, and now the migration to […]

Five-bay, open source NAS features RK3399, UPS, and 2.5GbE

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jan 3, 2020 3:52 PM CST)
  • Story Type: News Story; Groups: Community
Kobol’s open spec “Helios64” NAS system will go on pre-order for $189 (SBC) or $285 (full kit) next week with a hexa-core RK3399 with 4GB RAM, 16GB eMMC, UPS, M.2, 5x SATA, 4x USB, and both GbE and 2.5GbE ports. Next week, Kobol will launch pre-orders for an open HW/SW NAS system available as both […]

How to Install Wallabag on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 3, 2020 1:40 PM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Wallabag is a read it later kind of service. It allows you to save webpages so that you can read it later at your own leisure pace. This tutorial will cover how to install and setup Wallabag on a server running on Ubuntu 18.04 and above.

Linux Mint 19.3 is here and better than ever

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jan 3, 2020 7:06 AM CST)
  • Story Type: Reviews; Groups: Linux, Mint
The easiest and best Linux desktop had a new long-term support release during the holidays. Here's what's new and neat in this latest version.

Data streaming and functional programming in Java

  • Opensource.com; By Marty Kalin (Posted by bob on Jan 2, 2020 3:45 PM CST)
  • Story Type: Tutorial; Groups: Developer
When Java SE 8 (aka core Java 8) was introduced in 2014, it introduced changes that fundamentally impact programming in it. The changes have two closely linked parts: the stream API and the functional programming constructs. This article uses code examples, from the basics through advanced features, to introduce each part and illustrate the interplay between them.

10 open source software alternatives for the new year

Open source isn't just for techies. On your desktop (regardless of your operating system), on your phone, and in your business, open source software can help you become better organized, more productive, more secure, and healthier. Best of all, you don't need to worry about the shackles of proprietary licenses. Throughout 2019, Opensource.com's team of Correspondents and community of writers have highlighted top-notch open source alternatives to proprietary software. Take a quick look at the best 10 of those articles.

Put some loot in your Python platformer game

This is part 9 in an ongoing series about creating video games in Python 3 using the Pygame module. Previous articles are:

read more

5 predictions for Kubernetes in 2020

  • Opensource.com (Posted by bob on Jan 2, 2020 6:59 AM CST)
  • Story Type: News Story
How do you track a wildly popular project like Kubernetes? How do you figure out where it’s going? If you are contributing to the project or participating in Special Interest Groups (SIGs), you might gain insight by osmosis, but for those of you with day jobs that don’t include contributing to Kubernetes, you might like a little help reading the tea leaves. With a fast-moving project like Kubernetes, the end of the year is an excellent time to take a look at the past year to gain insight into the next one. read more

How to get started with open source in 2020

When Opensource.com launched in 2010, Red Hat CEO Jim Whitehurst said the site "is one of the ways in which Red Hat gives something back to the open source community." And that community has always included the growing number of people who are new to open source. In 2019, we published many articles about the open source way of thinking, choosing hardware, the contribution process, and other topics geared toward newbies. If you're new to open source, this list of Opensource.com's top 10 articles from 2019 about getting started with open source should put you on the right path. read more

9 cheat sheets and guides to enhance your tech skills

  • Opensource.com (Posted by bob on Jan 1, 2020 8:02 PM CST)
  • Story Type: News Story
Cheat sheets are perfect for the new coder just starting out on the command line. However, even the most experienced programmers need to lean on references every once in a while. If that pesky keyboard shortcut is just at the tip of your finger, a cheat sheet is perfect to have nearby. Here’s a roundup of our downloadable guides that will set you up for success in 2020. read more

« Previous ( 1 ... 327 328 329 330 331 332 333 334 335 336 337 ... 1194 ) Next »