terdelyi.co.uk
Software Developer by day, growing micro entrepreneur at night. Son of the 80s, music of the 90s. Mainly posting about freelancing, PHP and vinyls. https://terdelyi.co.uk/links
49 posts
82 followers
50 following
Prolific Poster
Active Commenter
comment in response to
post
Can I guess: is it scheduled after six days, isn't it?!
comment in response to
post
It could only be more accurate if two guys on a moped were running away with your phone π
comment in response to
post
I clearly don't understand how the gov try to sell this as a win. People don't want to come to the UK or rather, leave the country permanently, and that should be worrying. Meanwhile "asylum and other reasons for entry broadly stable".
comment in response to
post
Absolutely default from the day the feature exists.
comment in response to
post
Follow up: YouTube Premium stays for now. Itβs a completely different experience from the "free" access, and I don't really care if I'm still paying money for Google to use my data. JetBrains AI is also better than Copilot, and they've just shipped a huge update, so I might pay in for a year.
comment in response to
post
To me, it's like the feeling when to add line breaks to method attributes and array items. I think 2-3 attributes together are still fine, but if there are more exploding to lines might be better for the eyes (unless it's 30 additional lines, which means you have too many attributes).
comment in response to
post
As an ambassador of procrastination, I expect to have a bumpy ride, but this could be the best way to finally step on the accelerator and push my entrepreneurial dreams in the right direction. I'll also make a video or write a blog post every month to look back on my journey.
comment in response to
post
some bullshit. Inline completion is also a hit & miss lately, sometimes it can predict exactly what I want to do. It was great for learning languages and frameworks which you're not familiar with, but the accuracy in the past few months got significantly worse for me and I don't trust it anymore.
comment in response to
post
I'm using PHPStorm where you can't pick the model yet as in Visual Studio, which is already a drawback for me. Most of the time I'm using the chat, asking questions and trying to make him understand what Iβm saying isn't right. Even when it's correct I can say no, you're not and it comes up with
comment in response to
post
Finally, I'm working on finishing up the rewrite of Phanstatic with a DI container and a lot of tests, so fingers crossed, 1.0.0 finally can be released in the first week of 2025. I have great plans on where to go forward with the project.
comment in response to
post
But my Raspberry Pi server with Plex is back in action, critical ports are only accessible inside the network and it has NordVPN. I also created my first Dotfiles repo, setting up the new Mac was really fast: github.com/terdelyi/dot...
comment in response to
post
Of course I've heard, I sit next to you on that Go talk π
The repo looks private.
comment in response to
post
Yes!
Sorting depends of the language. PHP has an array_count_values() method which does the trick, otherwise it's worth to sort the array to put all occurrences closer to each other and break out from the search loop as soon as possible, so you don't need to walk the whole array for every item.
comment in response to
post
And actually, I was thinking of doing it with Go, since I've been learning it, but because it's my first time, I would rather stick to familiar tools for now. Maybe if I survive all 24 days, I will try doing it in different languages as well.
comment in response to
post
My issue with that it has lost its authenticity. I just can't believe any numbers anymore, especially with engagement farming algorithms in the picture. But I believe transparency is important, discuss salaries, risks, ways to live better, earn more, save more which in the end can encourage others.
comment in response to
post
Great, now I'm also considering to replace Homebrew as well π
They have packages for pretty much everything I need, except Laravel Valet, because that's heavily built on brew commands.
comment in response to
post
All I can say this is a rabbit hole. And a very deep one.
comment in response to
post
Although iCloud is much better on SPIF, DKIM and DMARC than Google Workspace where you need to wait 72 hours (!) to setup SPIF and DKIM after registration, then another 48 hours (!!) to be able to authorise DMARC.
comment in response to
post
Second warning: the administrator email on Apple Business Manager cannot be an Apple Account or a domain which has been previously assigned to iCloud+. Is it going to be a new Apple Account then? I don't really understand, but their whole user structure is over engineered as fuck.
comment in response to
post
"I'm not a .NET programmer"
That's fine, because neither am I. But the biggest realisation in my career has been that you need to be more open to other languages, frameworks or technologies. Be a generalist rather than a specialist. Different perspectives will give you different advantages.