Finding a great deal on an iPhone this Cyber Monday should be simple, except most of the U.S. deals are via carriers, many of which have been running deals on new iPhones since they were announced in September and yet still refer to them as ‘new’ deals. These deals typically […]
Science and technology
A Students Prelude to Management and Computer Science
A friend of mine said, “I’ve visited your web sites, viewed your articles, and took a look at your background.” It’s apparent to me, you do not have a background in Information Technology (Computer Science) or Business Intelligence as a field of study acknowledging Computer Science.’ I wondered, does one […]
Find your way into data related Microsoft Azure certifications
Microsoft Azure has certification paths for many technical job roles such as developer, Data Engineer, Data Scientist and solution architect among others. Each of these certifications consists of passing an exam or a serie of exams to earn a certification. In this document we provide guidance on how to dig […]
Humanode Announces Mainnet Launch on 15th November, 2022!
In an announcement published on Humanode official blog, the company announced the final date of their Mainnet launch. According to the article, the Mainnet launch is going to happen on November 15th, 2022 along with subsequent listing of HMND (Humanode native token) on exchanges. Even though the details about the […]
JS monorepos in prod 5: merging Git repositories and preserve commit history
At Adaltas, we maintain several open-source Node.js projects organized as Git monorepos and published on NPM. We shared our experience to work with Lerna monorepos in a set of articles: Now is the turn of our popular open-source Node CSV project to be migrated to a monorepo. This article will […]
TDP workshop: Become a TDP power user from your terminal
Become a TDP power user Thusday, June 23, 2022, from 18:00 to 19:00 pm CEST (Central European Time) Registration: https://forms.gle/CZwKbbtHVXDq5Q8k9 Register for our 1st TDP workshop. A link will be shared to participate in the workshop from your computer, tablet and smartphone. You may also connect from your phone after […]
Deploy your containerized AI applications with nvidia-docker
More and more products and services are taking advantage of the modeling and prediction capabilities of AI. This article presents the nvidia-docker tool for integrating AI (Artificial Intelligence) software bricks into a microservice architecture. The main advantage explored here is the use of the host system’s GPU (Graphical Processing Unit) […]
Yandex plans to break up with its Russian motherland • The Register
Russia’s most prominent tech company, Yandex, has announced steps to move some of its intellectual property out of Putin country and dispose of the rest to local interests. Yandex is a sprawling conglomerate often characterized as Russia’s Google. It started as a search company, then moved into advertising, maps, e-commerce, […]
Computer Science Degree and Learning Options
By gaining an accredited education in computer science students will have the opportunity to enter into a number of exciting career positions. There are a variety of accredited schools and colleges to choose from that allow students to obtain the knowledge and skills they need to succeed in the field […]
Best Mac Monitor Cyber Monday Deals 2022
If you’re after a monitor to use with your Mac, you’ll find some excellent deals in the Cyber Monday sales (November 28, but starting now). With so many deals available, our editors have specifically hunted down the best prices on the Mac monitors they have personally tested and can recommend, […]
Reflections on 50 years of Game-Based Learning (Part 2)
Oregon Trail has an extraordinary origin story, illuminating many of the crucial elements that make games engaging and powerful for learning. Given its exceptional start within a favorable early ecosystem, one might expect hundreds—even thousands—of compelling games for learning on the market today. But, as with Oregon Trail, the path […]
Framework laptop with NixOS, a user feedback
A new job comes with a new laptop. As such, I was given a Framework Laptop DIY Edition with the objective to install and configure it entirely with NixOS. I will share my first impressions after receiving and opening the box, sharing my personal feedback on the hardware. Then, I […]
Nix package creation: install a not yet supported font
The Nix packages collection is large with over 60 000 packages. However, chances are that sometimes the package you need is not available. You must integrate it yourself. I needed for some fonts which were not already present inside nixpkgs. In Nix, a font is distributed as a package like […]
GitOps in practice, deploy Kubernetes applications with ArgoCD
GitOps is a set of practices to deploy applications using Git. Application definitions, configurations, and connectivity are to be stored in a version control software such as Git. Git then serves as the single source of truth for the declarative infrastructure and its hosted applications. Using GitOps means that any […]