No code weekend
02.08.2025 12:57 β π 2 π 0 π¬ 0 π 0@pert.bsky.social
Level 25 full-stack #PHP wizard from Estonia, now in UK π§ββοΈ
No code weekend
02.08.2025 12:57 β π 2 π 0 π¬ 0 π 0When you consider getting some work done on the hobby project, but all the kids on the road are off school and shouting outside. And just like that I realised I was old.
30.07.2025 17:56 β π 1 π 0 π¬ 0 π 0Instead of working on the hobby project tonight, I cooked and we watched Total Wipeout Australia laughing our asses off. Quality daddy daughter time. Worth it.
28.07.2025 20:53 β π 1 π 0 π¬ 0 π 0So Dexter learned HTML? Big if true
27.07.2025 22:22 β π 2 π 0 π¬ 0 π 0For some time I've tried to use browser native features over libraries. Glad this kind of approach is more common now.
27.07.2025 10:45 β π 3 π 0 π¬ 0 π 0Once I get there in 4-6 months, will need to figure it out, I suppose π but yes, hopefully it'll go better, cheers π€
26.07.2025 11:46 β π 1 π 0 π¬ 1 π 0Looking at my social feeds lately, either:
a) AI had become seriously good and all developers are now using it to one shot everything
b) most dev influencers I follow have pivoted to AI topics for clicks and payouts
Hah, I'd say (unironically) marketing will always be the issue (to improve on).
However, at this time I'm not actually trying to MMR anything (yet... Not publicly anyway π
)
My MRR is now 406 USD π
My MRR exploding selling my old shirts on eBay is 0 USD π«
#buildinginpublic
When you love visiting family so much you take a day off and forfeit the monthly developer bonus in the form of free pizza in the office π₯²
23.07.2025 16:42 β π 0 π 0 π¬ 0 π 0Nothing in development beats switching off the machine and taking a break.
Yesterdays absolute dire state was easy enough to overcome!
Upwards and onwards! π
Worth a watch:
Head of Signal, Meredith Whittaker, on so-called "agentic AI" and the difference between how it's described in the marketing and what access and control it would actually require to work as advertised.
Who knew that these days, when writing program to extract data from websites, the first step is to check that websites actually load any useful HTML in them at all.
#LessonsLearned #FailFaster
Good article. I liked the "importance of the single flow" approach too, maybe even more than the JS stuff.
My approach was to quickly get something out for a browser plugin and I didn't want to massively complicate it, but didn't want to have to duplicate biz-logic to check the same state.
Having updated legacy Laravel apps for the past 2 years there seems to be a pattern where apps with "boring" simple structure and limited 3rd party libraries are much easier to maintain and upgrade than corners that try to be too clever.
16.07.2025 10:13 β π 4 π 1 π¬ 0 π 0Nice, will have a read tonight. Thank you for sharing.
14.07.2025 10:43 β π 1 π 0 π¬ 1 π 0Link? I would like to see how other devs have approached this.
14.07.2025 08:48 β π 0 π 0 π¬ 1 π 0The most productive teams says "yes, and..."
The second most productive teams "disagree, but commit"
Anything after that is too much energy spent on internal issues.
Can simple reactivity in JS really be that simple? π€
13.07.2025 10:11 β π 0 π 0 π¬ 1 π 0Trying to work on my hobby coding project today . . .
12.07.2025 18:14 β π 0 π 0 π¬ 0 π 0Oh where it signs multiple values to instance on construct, and you don't have to do match in method.
Gotcha!
Yeah that would be neat and a bit cleaner, especially if you have loads of labels you want to print out or same value from method is used multiple times.
Good shout!
Is there a detailed list somewhere of web techniques and scenarios that are allowed without having to display cookie consent? π€
11.07.2025 12:48 β π 0 π 0 π¬ 0 π 0As long as we get away from using random string values all over the project that can't be linked to each other π
10.07.2025 10:42 β π 0 π 0 π¬ 1 π 0It just makes sense, can't agree more!
Having to update a very old site right now and it's a mess with dynamically injecting values from random select statements and it's just a painful mess to fix π₯²
Mmm, you can do methods in enums? π€
I do all my labels and custom config stuff and use enums everywhere π
Ah the old Estonian tradition to get drunk every time I finish a website and deploy π
10.07.2025 10:32 β π 1 π 0 π¬ 0 π 0For example?
I always wondered if type based method signatures would be useful, but can't say I've ever used anything outside PHP to miss anything π
Just remembered a CEO of a startup I worked for now says in his time he made the dev team "who just stopped delivering" work again and got company a sale offer.
Guy spoke with dev team once.
Got fired for doing drugs.
Not all people say in public about their biz is true.
It is insane that the state of AI is that on one hand it's able to pick up tiny things, update vague suggestions on the correct place based on div ID naming etc...
And at the same time, reinvent documented framework code just to do simple things like spacing in CSS frameworks π€·ββοΈ