Category Archives: Computers

ASCII art generation on Mac using FIGlet

FIGlet is a program that creates large characters out of ordinaryscreen characters These days you can use online websites like this to generate the art for you but if you want to install the program on your computer and run … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

Spring Boot controller not working

Some tips to help you debug Spring controller not working. There can be many reasons why this can happen. Here is a checklist: In separate terminal window type: Now you want to set a breakpoint at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan: Then run the … Continue reading

Posted in Computers, programming, Software | Tagged , , | Leave a comment

Comparing two methods for uploading a file to a server

Posted in Computers, programming, Software | Leave a comment

Understanding internals of java-llama.cpp

Posted in Computers, programming, Software | Tagged | Leave a comment

Understanding internals of MapDB

Posted in Computers, programming, Software | Tagged | Leave a comment

My Thoughts on StackOverflow

I am as addicted to SO as someone is to their favorite social media website. I am not much of a writer but I will try to document my recent quibs with SO in this post. The SO community is … Continue reading

Posted in Computers, programming, Software | Leave a comment

Google Drive vs. OneDrive vs. Dropbox vs. Box

Google Drive OneDrive Dropbox Box LAN Sync ✖ ✖ ✓ ✓ Incremental (delta) sync ✖ ✓ ✓ ✓ One advantage of OneDrive compared to Dropbox is that its dirt cheap. Resources

Posted in Computers, programming, Software | Leave a comment

Running llama.cpp on Windows with GPU acceleration

Posted in Computers, programming, Software | Tagged | Leave a comment

Generics vs Interfaces in Java

There is an important lesson I realized w.r.t. using Generics vs. Interfaces in Java today. It has to do with this: Another benefit of using generics is that you don’t need to typecast all the time when using fields or … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

Why is so much software open-sourced these days?

Posted in Computers, programming, Software | Tagged | Leave a comment