Alex | アレックス
dodgycoffee@mas.to
<p>🇬🇧 I write code and go pew pew with cameras. Founder @ Dodgy Code.</p><p>🎥 <a href="https://mas.to/tags/videographer" class="mention hashtag" rel="tag">#<span>videographer</span></a><br />📷 <a href="https://mas.to/tags/photographer" class="mention hashtag" rel="tag">#<span>photographer</span></a><br />💻 Full-stack <a href="https://mas.to/tags/developer" class="mention hashtag" rel="tag">#<span>developer</span></a><br />👾 <a href="https://mas.to/tags/streamer" class="mention hashtag" rel="tag">#<span>streamer</span></a><br />🕹️ <a href="https://mas.to/tags/gamer" class="mention hashtag" rel="tag">#<span>gamer</span></a></p><p>🚀 Space obsessed and salty about a bunch of random stuff.</p>
Posts
-
Post #3788266
F*cking hate fireworks. And people setting them off despite a ban, drought, ongoing wildfires, and no regard for animals and making them suffer for hours All my hate
-
Post #3788265
Got uploads working on irc server. Now you can upload and serve the files over my CDN to share stuff Drag and drop doesn’t work in halloy for some reason (macOS). But upload button and /upload work great It even sorts uploads by user folders and authorises using normal SASL
-
Post #3788264
I’m writing my own forum software now. I got frustrated with the stale options out there. I’m sure I’ll regret it but when it’s functional it’s going open-source
-
Post #3788263
Got bored, built the storage driver and avatar upload for users. Wee progress
-
Post #3788262
I made symfony do not normal things. It’s glorious. And I hope it’ll confuse everyone else. But hey user friendly skeleton and simple install!
-
Post #3788261
Got some basics working for posts, topics, and categories. Progress! https://cdn.brindly.art/drops/1783370570.mp4 #webdev #forum #opensource
-
Post #3788260
Ok stopping for now, but in a good-ish spot. Got a basic permissions and user group system up, with a few hard coded as system requirement. Setup a multi-env config system for adjusting a site (it has a whopping 4 options atm). Posting working well. Backend is… ok?? I’m not a strong php dev I’m super winging this. I’ve written 0 styles Honestly the hope is get it to a spot that I’m happy to replace my current forum with it (I have easy needs), and then open-source it all and let others help ma...
-
Post #3788259
Basic user profile and settings pass today. Social links (fields built in settings), avatar (with gravatar support), signature, bio, display name, change email/password. And some basic stats on profile page a-la phpbb. Slowly getting a usable framework going
-
Post #3788258
Lots of progress today. Got the theming system figured out. Excited to build the first theme for it. Got basic markdown working. Syntax works and rendering does SOMETHING, but it’s jank and ugly and the editor is nothing lol Also did some security hardening. Rate limiting, fixed a potential email exposure, setup csrf for stuff. Avatar upload restrictions. Little things I was putting off. All in all happy with progress. Slow and steady. 0 styling. Templates are purely functional reference. Ve...
-
Post #3788257
I ended up doing a complete refactor (already...) to the core package. It sprawled out to a point it made me mad, so I dropped everything to rethink everything, Worth it though Anyway fixed an issue where i straight up forgot to figure out how to render composer installed theme styles/assets (lol). Also made a quick little admin page to activate a theme because that&#39;s more user friendly for more normal people I also got functional bbcode support going. I hate how it&#39;s written t...
-
Post #3788256
If I were to theoretically setup a public alpha instance of the new forum project, anyone following interested in testing it and logging ideas/bugs?
-
Post #3788255
Ok NOW I’m running into a few hurdles with stuff. Mostly because I’m so particular and don’t like being told how I should do something #webdev #forum
-
Post #3788254
Mmm pounding migraine and useless pills
-
Post #3788253
lol. Forgot sub forums and pagination. Fixed
-
Post #3788252
Too tired. Spent time cleaning up templates, making some sane twig helpers, and fixing some weird temp naming i did on stuff early on But i did manage to finish the private messaging extension so that&#39;s nice. First extension testing the framework and no issues at all #webdev #forum #opensource
-
Post #1792084
New stuff came in
-
Post #1792083
Meepy has decided it’s time for me to get out of bed because he’s hungry and also wants love
-
Post #1792082
This cat is just standing next to the bed screaming at me because he wants to start our morning routine lol
-
Post #1792081
He’s so majestic
-
Post #1792080
Cuddle buddy
-
Post #1792079
Adding to the pile
-
Post #1792078
Oh ok thanks buddy
-
Post #1792077
He snack
-
Post #1792076
Google’s auto white balance for its camera needs a patch. It is wayyyy off these days
- Post #1792075
-
Post #1792074
I couldn’t find anything useful so I built my own Vite config for handling things the way we had Laravel-mix do it (sass, normal js, no framework) I also built a plugin that lets Vite be a drop-in replacement for mix builds, which should just work in our craft projects. That saves a ton of headache Finally rachni gets an update lol. I even fixed the install script for new projects