[-] zlatko@programming.dev 4 points 1 week ago

Could be both, but that's a good question. They say memory but mention the space for updates.

[-] zlatko@programming.dev 4 points 2 weeks ago

In that case, why not just maintain the Debian?

[-] zlatko@programming.dev 5 points 11 months ago

I also never saw a calculation that took into amount my VPS costs. The fckers scrape half the internet, warming up every server in the world connected to the internet. How much energy is that?

[-] zlatko@programming.dev 5 points 1 year ago

Also, there was a comment on "arbitrary scoring for demo purposes", but it's still biased, based on biased dataset.

I guess this is just a bait prompt anyway. If you asked most politicians running your government, they'd probably also fail. I guess only people like a national statistics office might come close, and I'm sure if they're any good, they'd say that the algo is based on "limited, and possibly not representative data" or something.

[-] zlatko@programming.dev 5 points 1 year ago

You could just block most of the internet services - gmail, youtube, facebook etc under these rules, and then wreak havoc. I bet they'd roll back these laws in record time if someone pushed them to the limits :/

[-] zlatko@programming.dev 5 points 1 year ago

Yes but if they do find a poor shmuck that wants the job, they can hope he'll undervalue himself and ask for even less.

[-] zlatko@programming.dev 4 points 1 year ago

I will perhaps be nitpicking, but... not exactly, not always. People get their shit hacked all the time due to poor practices. And then those hacked things can send emails and texts and other spam all they want, and it'll not be forged headers, so you still need spam filtering.

[-] zlatko@programming.dev 4 points 1 year ago

left-pad as a service.

[-] zlatko@programming.dev 4 points 1 year ago

shaking my (trademark) head?

[-] zlatko@programming.dev 4 points 2 years ago

I don't know what happened, but since 6.2 rolled out on Fedora a week ago, I've had several bugs. At the very day I updated, I had two outright crashes. It happened a few more times since. My keyboard shortcuts don't work any more. Window layout behaves...odd (haven't pinned it down yet).

Just all-around messy upgrade. Am I the only one with problems, though?

[-] zlatko@programming.dev 4 points 3 years ago

One thing to add that I haven't seen is that for big projects, there's often nobody that could understand it all. People either get their individual components it they understand how stuff interacts, it's very rarely expected that new people in the project, even if very experienced, can just understand everything at once.

What you said that maintainers know every single fob is very frequently not the case at all! But since they get the big picture, they know in which part to look, and with their experience, they'll know what to look for in that part, it may seem to you like magic. It's not, it's just experience.

Don't get discouraged though!

Getting into big open source projects as a junior -level can be difficult, but often isn't that hard - a lot of projects often need help and will take anything they can get. And if your experience already partially aligns with what you're getting into, even better. If you reach out and be upfront about it, you'll usually get pointed in some way.

Now, you seem to only have worked on your own, with smaller code bases. That means, you don't have a problem of code organisation. So you can't understand a solution if you don't know what the problem is.

So how would you go about it?

My suggestion is to maybe get the. 10,000ft overview. Also, understand the project workflow. Projects usually have specific ways of doing things - how to build, test, run things. Try to figure out how to build and run the software on your own. If you make it, that's a great step!

Then dig into one specific component/module/part. After a bit of study, you may be able to understand that component and find a simple thing that you can change about it. If you get this far you're golden, you're doing more then a majority of users that software.

Now if you're interested, you can dig more, or reach out to devs, saying what your experience is and how far you got, and ask them if you can help. And take it from there.

[-] zlatko@programming.dev 4 points 3 years ago

I think it is a bit more than that.

You point out two things:

  • the "fuck it" algorithm
  • the hidden DNS request.

So, now, obviously if you wrote the "fuck it", then well, you fix it. If you found the DNS library problem - find a better lib or something.

But if you take the stance "fuck it, there's always something", you don't even have a chance of finding out. If you had a test suite running 10 seconds, and suddenly it's up by 10 more, you would notice. If you had tests running for 10 minutes, you would not.

If you had a webapp or something that always opened "fast", then suddenly it gets doubly slower, you'll notice it. But if you already started slow, you won't notice (or care, or both), when it gets even worse.

I think that's the point of the article. If we all dug in and fixed a little bit, eventually we'd have fast apps or tests or whatever. If you accept that things suck, you'll make it tripply worse. It is a conscious effort to be fast.

view more: ‹ prev next ›

zlatko

joined 3 years ago