[-] Obscerno@lemm.ee 6 points 9 months ago

Man, I love Sekiro so much. Such a kickass game. I hope they make more.

[-] Obscerno@lemm.ee 17 points 10 months ago

Man, Unicode is one of those things that is both brilliant and absolutely absurd. There is so much complexity to language and making one system to rule them all ends up involving so many compromises. Unicode has metadata for each character and algorithms dealing with normalization and capitalization and sorting. With human language being as varied as it is, these algorithms can have really wacky results. Another good article on it is https://eev.ee/blog/2015/09/12/dark-corners-of-unicode/

And if you want to RENDER text, oh boy. Look at this: https://faultlore.com/blah/text-hates-you/

[-] Obscerno@lemm.ee 4 points 10 months ago

I say learn Clojure... but only because it is really really neat.

Can't help with the job thing though, unless you want to work at a tiny little newspaper as their only programmer for not a whole lot of money.

[-] Obscerno@lemm.ee 4 points 11 months ago

Yeah I think redirecting new potential users is something the higher ups at SO would recoil against, even though it's valid. I wonder if that's why they're pushing AI so much, to retain new programmers until they have problems worth asking humans.

[-] Obscerno@lemm.ee 16 points 11 months ago

I'm surprised at how negative the reaction to SO is here! It just takes a while to get the site, which unfortunately doesn't work if you jump right in without lurking. If you ask questions the moment you run into trouble, you kind of project a disrespect for the answerer's time by not trying to solve it yourself first. If you ask as a last resort and list what you've tried, people are waayy nicer, even if your question sucks.

I think the real problem is that people's expectations aren't properly primed going in. The site could do a much better job about that. If you ask only as a last resort, you end up solving most of your problems yourself, and SO is REALLY good at helping you do that, in a way that leaves most other sites in the dust, in my opinion.

[-] Obscerno@lemm.ee 4 points 11 months ago

The difference is I trust the language. That's one source I have to trust. With libraries I have to trust a ton of sources.

What I do is look around at existing utility functions and then adapt them to my needs. The difference is I know exactly what I'm adding, and I know it doesn't have dependencies, and when changes are made, I know what they are because I made them.

[-] Obscerno@lemm.ee 32 points 11 months ago

We use too many libraries. This may be an actual unpopular opinion though. I find that the more a library tries to do, and the more dependencies it has itself, the more hesitant I am to use it. It just feels like a tower of cards ready to fall at any moment.

I'm not a very trusting person and work alone though so this might just be an emotional decision. But it is nice having a project be composed of code that does just what is needed and nothing else. It makes it easier to fix bugs and especially to maintain the code.

I do use libraries, but only if they're absolutely necessary or if they're very focused and don't try to do a million things. It's not about size but complexity.

[-] Obscerno@lemm.ee 3 points 1 year ago

Classic talk; one of my favorites. I've watched it multiple times and it always goes way over my head. Always makes me think of LISP.

[-] Obscerno@lemm.ee 5 points 1 year ago* (last edited 1 year ago)

I'm on Ubuntu, but from what I remember to get it working in my local environment I just:

  • Installed the module.
  • Added the following to the php.ini file:
    [xdebug]
    zend_extension=xdebug
    xdebug.mode = debug
    xdebug.start_with_request = yes
  • Restarted the apache server.
  • Installed the PHP Debug extension for Visual Studio Code.

And now I just hit F5 and select "Listen for Xdebug" and I'm ready to go.

26

I have no idea how I managed to program in PHP for years without Xdebug. Now when an error occurs, it just pops up in my IDE, and I can set breakpoints and see ALL of the local variables including the ones set in the higher up scripts. It makes debugging sooooo much easier.

I feel kind of silly for not assuming a tool like this existed and hunting for it. I'll never write a var_debug() again. I wonder what other absolutely vital tools are out there that I'm just completely oblivious to.

[-] Obscerno@lemm.ee 6 points 1 year ago

Yeah with the steam deck being as amazing as it is, I don't see the point of consoles. I can play anything from Pajama Sam to Red Dead 2 on that thing.

[-] Obscerno@lemm.ee 3 points 1 year ago

Ooh rust just became more appealing to me.

view more: next ›

Obscerno

joined 1 year ago