computer science

60 Articles 2 Followers


SDR, The Radio Spectrum & The World Around Us

12 Sep 2023 4 minute read 0 comments Investigator515

Part 3, A DIY ADS-B Flight Tracking Station.In parts One and Two of this series, we took a look at the Radio Spectrum, looked at the SDR dongle as a cheap RF receiver and looked at how to use a Raspberry Pi as a signals intelligence station. Today, w...

Wireshark Unleashed: Harnessing the Power of Packet Analysis

6 Aug 2023 5 minute read 0 comments Investigator515

  Wireshark is an essential tool for those in the info & cyber security field. If you’re looking to analyse network traffic or conduct electronic counter surveillance then you’ll need to build a box of electronic tools that you can turn to and use to...

This book caught my attention, and I'm enjoying it

25 Jul 2023 1 minute read 0 comments lingy

This work is really very interesting for those who like computing and manga, it explains in a simple and didactic way how each element of the processor works and gives detailed drawing examples of general aspects, and everything in an easily underst...

Web Shell attacks Hit #1 in 1H23

20 Jul 2023 2 minute read 1 comment Keith Thuerk

Web Shell attacks Hit #1 in 1H23 According to recent Cisco Talos Blog and Webinar where they covered Top Internet Attacks for the first half of 2023. Web Shells ranked #1 up from almost non-existent at the end of '22.  Not familiar with Cisco Talos?...

Building a Header in HTML, CSS, JavaScript, and React

31 May 2023 2 minute read 3 comments programmer22

  Introduction A website's header is an essential part of its design and functionality. It is the first thing users see when they visit a website, and it is responsible for providing navigation to other pages and even searching for content. In this t...

The Solo Coder's Journey: Overcoming Challenges and Staying Motivated

3 May 2023 2 minute read 1 comment Citizen0

In my blog, I often explore the fascinating world of AI and blockchain, pondering their potential and the future they might create. Today, however, I want to share my personal journey through the digital realm. My interest in software technologies wa...

AI technologies are going to rule the future.

14 Feb 2023 1 minute read 0 comments Rajat G

AI technologies are going to rule the future. It is not like that AI is a very recent innovation but it just gets little mainstream with the showcase of the Chatgpt capabilities to common people for free where everyone experienced it and got impresse...

Persistent CIFS Mount in Linux

10 Feb 2023 1 minute read 0 comments powersjo

How make a persistent CIFS mount in Linux. While setting up a home media server (Jellyfin), I found the need to mount a CIFS (Common Internet File System) share in Linux. The flavor of Linux I’m using is Ubuntu (20.04.5 LTS). The video and pictures a...

Perl - Using conditionals (first part)

15 Dec 2022 2 minute read 0 comments lingy

We finally come to the use of conditionals in Perl (the famous if and else). If conditional The basic if structure is like this: if (condition) { say "The condition is true"; } This code means that, if the expression in the condition is true, the...

Famous Women According to Stable Diffusion from StabilityAI

13 Dec 2022 1 minute read 0 comments JSL

This is just a fun experiment with open source text-to-image AI from StabilityAI.  You can check other AI models here.  Here is an example of normal prompts for this model: So I thought, how about checking out how it thinks real people look like? He...