• 0 Posts
  • 20 Comments
Joined 1Y ago
cake
Cake day: Jun 17, 2023

help-circle
rss

Mine is not in the list.
“Click here and there, because no documentation…”


Also, who knows if Netlify didn’t provoque the ddos to make free loaners pay?


what the fuck else do you want?

Lol, maybe a max-width on body at least, so I don’t lose my line when reading long lines.
It’s said to have narrow lines helps readeability for a reason.

Although, I agree, you don’t need much to make a website that is functional.



Her is my take to try to help you.

If it’s your own code, you can add docstrings comments to your functions, so you don’t have to re-read the function body everytime. Also, name functions to be understandable more easily when possible.

If not your code, write on a piece of paper (not on computer) the in and out of a function, maybe like so:

 [1,2,3] -> (sum function) -> 6

Then, you can even connect the functions together and see the whole algorithm:

[1,2,3] -> (sum) -> (multiplyBy2) -> (...) -> final_result

When projects get more complex, paper will not cut it, then some note taking app of some sort will help. (logseq could help, but some mind mapping or sequence diagram programs would help as well)

Also, I don’t know what language your are working with, but learning LISP (maybe clojure) could help.
Why? Because you have to connect your functions together, and it forces you to do so.
At first, it might be harder compared to what you’re used to, but it’ll give you better fundations to keep learing.


Looks nice, I’ll try it today and see how it goes. At least MS doing something good for a change…unless they added spyware to a font!? LOL



Good on you to not have to maintain legacy code (15years+). Also, as a comparison, with JAVA, I have a legacy JAVA 1.5 to maintain, as far as you have the runtime, that stuff works, and that’s it. This is how it should be.


Serious Answer: PHP in itself is not that bad, despite some discussable decisions in function naming and arguments order to name a few. The biggest problem, is that it has a settings file describing how it works (php.ini) and that sh*t will bite you in the rear when you move apps from server to server, where all the libs are different etc… PHP never works out of the box when moving something on a new server, that is the worst part of the language.


Meanwhile in APL, you just 20 50 60 90, 10



Perl made me laugh more that I want to admint…


I am the one on the right at the moment…


Yep, those shorts are dumb, and YT is passive aggresive when closing the tray: “ok, we’ll repoen the tray in 30 days”. It’s like “I don’t care you don’t want those, I’ll feed them to you no matter what…” Piss off YT!


If they don’t want browsers to access the site, why keeping the site open in the first place? And if only regulated people have to access it, they can just share a ssh key or something to grant access, I don’t see big problems here. Am I missing something?


Exactly, programming shouldn’t be easily accessible. Anybody following a tutorial can make a simple page working. And they think they know programming, get hired by people not knowing any better, and here we are, debugging supid shit instead of doing nice things.



If I type :hand then [Win+;] I expect the hand emoji section to be shown, or at least the search box to be auto-filled.
I don’t want to touch the mouse to select an emoji, I just type, select (with keyboard) and go on with my writing.
Changing focus to type a search term in a small pupup is non productive.

I rechecked just now, the search field is gone in Win11, even more useless now… M$ is not even trying, too focused on adding spyware lol


I don’t think reddit has merit on blocking RSS, because you can’t act on the posts, no comment, no upvote etc… You’ll have to visit the site directly to do so. But I might be wrong, I just don’t think it’s their priority.


Yep, it’s a quite old feature, but don’t get too excited, it’s a pain in the neck to use. It’s like they put it there without even using it. Very unfriendly experience.