Wait what... ? this is dangerous knowledge.
seen from Malaysia

seen from Malaysia
seen from Australia
seen from Italy
seen from China
seen from United States

seen from Malaysia

seen from Germany

seen from Germany
seen from United States
seen from United States
seen from China

seen from Australia

seen from United States
seen from North Macedonia
seen from North Macedonia
seen from North Macedonia
seen from China
seen from Germany

seen from Malaysia
Wait what... ? this is dangerous knowledge.
let today = new Date(11 April 2023);
Life as of recently!!
I'm really enjoying backend stuff since my last two courses have basically just been figma prototyping, but I'm so happy to be back to coding. These weeks of figm-ing have really made me realize that code is where i want to be. But I'm also generally confused lol, it's up and down but i like it. I went bouldering, which is like the official sport of tech lmao. Also top right pic is of a bugged project me and my boyfriend are working on, and its so nice to just sit down and be accountable and confused with someone lol
Good luck with your studies 🌸
I've been feeling bad about my nerd skill atrophy since getting married and having kids and losing the ability to spend a day dicking around on the computer. a couple months ago I noticed the OS on my home server was too old for security updates, so I upgraded to the newest version, which broke both Plex and Subsonic. this has been extra bad because I watch/listen to stuff I've watched/listened to a million times to keep myself on task while I'm doing chores, so with those out of commission I've been watching YouTube and taking an hour to load the dishwasher.
I felt a pang of aptitude last week, so I dug in and started troubleshooting Plex. I searched for error messages in a new way, I guess, because after about 10 minutes I found a suggestion to delete the server from my account, and delete the preferences file from the server. boom, now the kids can watch their shows, and I can watch Mr Show.
Subsonic is harder, because since I started using it, it has forked a few times, so there are way fewer people running it, let alone running it on Tomcat 8 on FreeBSD. so I stepped back and reconsidered: if something else will do the same thing and be easier to setup and maintain, it's better. so, I forgot everything I never really learned about Tomcat (complicated as fuck) and started downloading Python modules.
so now I learned the basics of setting up PostgreSQL, got Supysonic (a Python implementation of the quasi-standard created by the multitude of forks) working better than Subsonic did, and I have new motivation for starting my related personal projects. thank you estrogen!
a beautiful baby girl named PostgreSQL
Deploying Django Applications to Heroku
Learn how to deploy your Django applications to Heroku with this comprehensive guide. Follow step-by-step instructions to set up, configure, and deploy your app seamlessly.
Introduction Deploying Django applications to Heroku is a streamlined process thanks to Heroku’s powerful platform-as-a-service (PaaS) offerings. Heroku abstracts away much of the infrastructure management, allowing developers to focus on building and deploying their applications. This guide will walk you through the steps to deploy a Django application to Heroku, including setting up the…
View On WordPress
低 Downtime 將 4TB 的 PostgreSQL 9.6 資料庫升級到 13 的故事
低 Downtime 將 4TB 的 PostgreSQL 9.6 資料庫升級到 13 的故事
前幾天在 Hacker News 首頁上看到的文章,講怎麼把一個 4TB 的 PostgreSQL 從 9.6 升級到 13 的故事:「How we upgraded our 4TB Postgres database (retool.com)」,原文在「How Retool upgraded our 4 TB main application PostgreSQL database」,翻了一下 LinkedIn,這篇文章的作者 Peter Johnston 在 Retool 掛的是 Security Software Engineer,另外他也有在 Hacker News 上的討論出現 (帳號是 mrbabbage),可以搜尋翻翻看他的回覆。 看完文章後發現方法的概念其實不難,主要是要找到對的工具來用。基本的想法是先生出一個 initial dump,然後架構 logical…
View On WordPress
Most of today's web applications require a database behind it that drives data to the website and gets data from users. Let's explore the best Web Development Databases of 2022.
For more information, visit the page: https://www.algoworks.com/blog/best-database-for-web-development-in-2022/
In this video we show you how to Delete multiple records by checking checkbox using Python Flask with PostgreSQL