Search found 13 matches

by harlanji
Thu Apr 11, 2024 11:30 pm
Forum: Urban Camping Pro
Topic: Homeless Data: 2024-04-11
Replies: 0
Views: 92426

Homeless Data: 2024-04-11

Receipts
  • Starbucks, total: $5.25, ~08:50. Grande Blonde Americano, $4.25; tip: $1.
  • Gas, total: $27.96, 12:24. 5.002gal at $5.59/gal. 92.8mi, Not Full.
  • Target, total: $15.36, 15:44. 4x instant rice, $1.59 ea; 2x spices, $1.19 ea; Potato chips: $2.19; Spray bottle $4.
by harlanji
Sun Jan 07, 2024 3:35 am
Forum: Tech Development Journal
Topic: TinyDataCenter: 6 years later
Replies: 0
Views: 85386

TinyDataCenter: 6 years later

TDC was the original idea I started working on after quitting my last tech job. I thought I'd be able to run the engine with crowd funding rather than investment or freelancing, until there was enough leverage to get good investment terms and legitimacy to attract clients. I've been following the sa...
by harlanji
Sun Sep 03, 2023 4:12 pm
Forum: Tech Development Journal
Topic: Senior Developers do the hard stuff first: the easy stuff is hardest, delegate it
Replies: 0
Views: 54879

Senior Developers do the hard stuff first: the easy stuff is hardest, delegate it

When tasked with making a browser extension to scan a website for changes and notify upon certain changes, I first read the spec and identified the highest risk item first. I solved that hard issue and was satisfied. Related to the operation of the scanning code itself... if that wouldn't work then ...
by harlanji
Sun Aug 13, 2023 7:13 pm
Forum: Tech Development Journal
Topic: Hogumathi: Content System API. Still learning Python industry standards, lack of CI is an issue.
Replies: 0
Views: 63179

Hogumathi: Content System API. Still learning Python industry standards, lack of CI is an issue.

Hogumathi started as a Twitter and Mastodon client and evolved into what I call a Social Media CMS (Content Management System). It's not made the full transition from client app to CMS as I'd intended to find a host CMS to integrate with, and decouple it from the Flask based web app I've constructed...
by harlanji
Sun Aug 13, 2023 2:46 pm
Forum: Tech Development Journal
Topic: Ideas and Opportunities: TikTok SDK
Replies: 0
Views: 64605

Ideas and Opportunities: TikTok SDK

I have new ideas for apps and features every day and I'm generous in sharing them. Ideas are cheap, execution takes time and opportunity is time sensitive and concrete--self-employment/freelance for a client or a market inefficiency that can be capitalized on directly with one's own resources. I'm t...
by harlanji
Wed Aug 09, 2023 6:05 pm
Forum: Tech Development Journal
Topic: Tech Debt while learning a new language ecosystem. Putting 20 apps into Git.
Replies: 0
Views: 58280

Tech Debt while learning a new language ecosystem. Putting 20 apps into Git.

I decided to learn Python when I got a new laptop that doesn't allow running unsigned binaries from the Microsoft Store. Guess how many options that leaves me for development ecosystems? Not many. No NodeJS, no Clojure/Java JVM, no precompiled Python modules. But there are plenty of pure Python modu...
by harlanji
Wed Aug 09, 2023 4:43 pm
Forum: Tech Development Journal
Topic: Does Gogs support filtering repositories by type? Getting the answer from source code.
Replies: 0
Views: 60641

Does Gogs support filtering repositories by type? Getting the answer from source code.

The best way to get an answer to a question about software is to read the source code. I am populating my Git server with repos, both original and mirrors. I'm using Gogs which clones GitHub that allows filtering repositories by type in the way I desire. I try adding ?type=source to my query string,...
by harlanji
Fri Aug 04, 2023 4:39 pm
Forum: Tech Development Journal
Topic: Vault: self-hosted secrets system, for personal password DB and more
Replies: 0
Views: 61859

Vault: self-hosted secrets system, for personal password DB and more

I want to spin up Hashicorp Vault as a backing store for Minio keys. I'll first focus on a simpler use case of personal password storage to kick the tires. First, find the docker image and start it up with appropriate settings. https://hub.docker.com/r/hashicorp/vault docker volume create vault-data...
by harlanji
Mon Jul 31, 2023 10:21 pm
Forum: Tech Development Journal
Topic: Gogs: Self-hosted Git Server in Docker
Replies: 0
Views: 86017

Gogs: Self-hosted Git Server in Docker

A couple times now I've stood up a Gogs server for private use and imported some of my projects. I keep having my hosting shut off because I run out of money, or my RasPi SD card go read-only because of excessive writes for the non-performance graded cards I was using (my ignorance, now I know bette...
by harlanji
Mon Jul 31, 2023 5:31 pm
Forum: Tech Development Journal
Topic: Remote Desktop in Docker
Replies: 0
Views: 56390

Remote Desktop in Docker

I've been running a cheap Windows laptop in S Mode for the past year, where I can only run App Store binaries. I could take it out of S Mode but choose to leave it in for peace of mind. I've had to adopt some new tools including Python due to lack of a JVM or NodeJS runtime, as well as NotePad++ whi...