Articles
-
Calculating Easter
As a Software Engineer I ran in to a task where I needed to calculate all the Faroese holidays, which included Easter. After googling and researching the topic from head to toe, I have to say it has been quite interesting. Easter does not have a fixed date like Christmas or New Year’s Eve. Instead,…
-
Exploring the Relationship Between Modular Exponentiation
In this article, we explore the relationship between modular exponentiation and the equation. This all started after I watched a video on Quantum computational code breaking and one part i found interesting is the Exponential sequence, if instead of computing the entire stack, one could compute the first couple and then pick random parts of…
-
Linear-Chained CRF in C#
I’m going to show you how to predict the Part of Speech Label in a sentence easily using a bit of math and C#.Project Snoop, its all about the words. hah, its a NLP engine I’ve been working on for a long time now. In my attempt to get in to Machine Learning, I didn’t…
-
Optimal string of variations
These days I am working on a ALPR (Automatic License Plate Recognition) System. but the quality of the images we get are .. not exactly the best. The first pass we do, we detect Vehicles and their respected license plates. after that we zoom in on the license plate. Originally we were going to use…
-
The blocks of the chain
Blockchain has been thrown around in popular culture as a phenomenon, which seems to be able to steer our financial revolution. Yet I believe its over simplified. The core technology behind the Crypto trend is the blockchain and when classifying it as technology is also a over simplification. Many storage options exist, most notably SQL…
-
Create a basic Voice Assistant in a few minutes
Siri, Google Assistant, Alexa .. they have many names, I just did a tiktok under 3 minutes recreating one of these basic voice assistants, ofc I resulted to using Microsoft Speech Synthesis and Speech Recognizer which is a big no, no in production.. you can get one from Azure, Google Cloud easily .. Mozilla has…
-
Faroese EU DCC
I was thinking I’d breakdown a little bit of the Faroese KoronaPass since it seems like its been a bit of a black box. After we’d implemented the tech stack for the Covid-19 Testing infrastructure and tracking along with the vaccination delivery and notifications. I got called in to a meeting, informing me that EU…
-
After Life (Seq2Seq Reanimated)
So a while ago I saw the Black Mirror episode where a person signed up for a service, which had the ability of downloading all mails and chat communications between two people. This enabled the service to create AI that emulated the lost partner after death. Further more, today i saw a TikTok that explained…
-
Binary Computation using QuBit
I saw a TikTok where a dude asked for a cool program that I’ve done in 1’s & 0’s.. but after 15 years of being a programmer, I’ve never done a program in 1’s & 0’s .. ofc he probably meant a program that I’ve compiled. Since the binary attribute to the statement is probably…
-
CommandLine Argument in C# Console Applications
Lets start this of with a good one. One thing that you guys propably have faced a number of times, often you take in a nuget package that does this for you, often you parse the string args in the main function of the program and delegate the actions. but i wanted to share a…
-
We are back (again)
I’ve had a blog in the past, or a few actually. but i’ve never really had anything to share… or well, i’ve had a lot to share but never really kept up with the blog. So it would eventually just die out after i failed to post anything for a years at a time. I’ve…