Under the Laughing Oak
  • Home
  • About
admin

Experimenting with isso comments

Yitzchak Scott-Thoennes

Yitzchak Scott-Thoennes

04 Jul 2025

Experimenting with isso comments, we'll see how it goes.





Read more

Not a Nice Problem to Have: the weekly challenge 329 task 2

Task 2: Nice Strings: You are given a string made up of lower and upper case English letters only.   Write a script to return the longest substring of the give string which is nice. A string is nice if, for every letter of the alphabet that the string contains, it

By Yitzchak Scott-Thoennes 07 Jul 2025

Y Translate? The weekly challenge 329 task 1

Task 1: Counter Integers: You are given a string containing only lower case English letters and digits.   Write a script to replace every non-digit character with a space and then return all the distinct integers left. The first part is easy. In Python:[1] new_string = string.translate({ c:'

By Yitzchak Scott-Thoennes 07 Jul 2025
A+ 100% blog

A+ 100% blog

I switched to a wildcard cert, and while getting the ACME DNS challenge working[1] I saw Let's Encrypt is removing support for OCSP (in favor of CRL URLs and the coming increasing shortening of cert validity). So I removed my OCSP Stapling and switched the certs, and

By Yitzchak Scott-Thoennes 04 Jul 2025

Property is Theft, Theft is Good: the weekly challenge 328 task 2

Task 2: Good String: You are given a string made up of lower and upper case English letters only.   Write a script to return the good string of the given string. A string is called good string if it doesn’t have two adjacent same characters, one in upper case

By Yitzchak Scott-Thoennes 04 Jul 2025
Under the Laughing Oak
Powered by Ghost