Reached Annapurna Basecamp. The Annapurna Ridge is quite impressive, but as impressive is the Machapuchare peak on the other side.
Reached Annapurna Basecamp. The Annapurna Ridge is quite impressive, but as impressive is the Machapuchare peak on the other side.
Hello, again 
Today, I finished the remaining rooms in the Pre-Security Pathway. I reviewed programming concepts and the CIA triad, and I can finally focus on the network analysis rooms.
I also solved several interactive challenges involving the Caesar cipher to demonstrate symmetric encryption, and they were genuinely fun to work through.
Next, I was almost able to complete the speller code, but it still suffers from low performance because I have not yet improved the hash function, which I will work on tomorrow.
I am using a hash table with linked lists for collision handling. Currently, it takes O(n) time in practice due to poor distribution. Collisions are handled using chaining, where each bucket stores a linked list. However, I am only using 26 buckets, and the hash function returns a value based solely on the first character of the word. Each new node is prepended to the list.
As a result, lookups require linear traversal through long linked lists, which significantly impacts performance. Tomorrow, I will work on improving the hash function and compare the results.
#rausgeschafft ... Es wird wieder kühler.
#MdRddG #thatIsWhyWeRide #MdRddN #Nachtradler #Nachtradeln #teamNachtradler #keineAusreden #dailyBiking #everydayRide #noExcuses #day45
#Day45 : V2 of my personal website https://www.teotimepacreau.fr/
Built only with #HTML #CSS , 40 lines of #JS and with the magical Eleventy https://www.11ty.dev/
@eleventy
@zachleat
Source Code : https://github.com/teotimepacreau/Personal-website
#WebDev #Frontend #WebDesign #LearnWebDev
#Javascript #LearnToCode
#LearnJavascript #JS #IndieWeb #PersonalWeb #Homemade #UI #UserInterface #VanillaJS #IndieWeb #SmallWeb
#Day45 of #100HappyDays / #365HappyDays saw me at police HQ again delivering another session to ACR staff. Again the session was interactive, they were well engaged, and the feedback was really really positive.
Definitely happy with that.