[-] Buttons@programming.dev 5 points 3 days ago

Nothing wrong with changing the constitution, as long as people do what's required.

[-] Buttons@programming.dev 15 points 4 days ago* (last edited 4 days ago)

The journalists and the culture at the newspaper wanted to endorse Harris, but the billionaire owner swooped in and overrode all of that. This is obvious.

I realized there's another layer to how messed up this is though. A newspaper changed it's journalistic practices to benefit an aerospace company (Blue Origin). Why is a newspaper connected to an aerospace company?

More and more companies are being owned by fewer and fewer people. The American dream is dead, the free market is a myth at this point.

[-] Buttons@programming.dev 1 points 6 days ago

Throttling everyone equally during times of congestion is also fair in its own way. I'd be okay with that.

[-] Buttons@programming.dev 79 points 1 month ago

Couldn't we avoid all this by giving players the option to host and moderate their own servers?

[-] Buttons@programming.dev 293 points 1 month ago* (last edited 1 month ago)

Ads will always be detectable because you cannot speed up or skip an ad like you can the rest of the video.

If they do make it so you can speed up or skip the ad sections of a video, mission accomplished.

If all else fails, I'd enjoy a plugin that just blanks the video and mutes the sound whenever an ad is playing. I'll enjoy the few seconds of quiet, and hopefully I can use that time to break out of the mentally unhealthy doom spiral that is the typical YouTube experience.

[-] Buttons@programming.dev 179 points 1 month ago* (last edited 1 month ago)

Patents and video games huh? We can't ignore what John Carmack had to say about this:

The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.

--John Carmack

52
submitted 4 months ago by Buttons@programming.dev to c/linux@lemmy.ml

Git repos have lots of write protected files in the .git directory, sometimes hundreds, and the default rm my_project_managed_by_git will prompt before deleting each write protected file. So, to actually delete my project I have to do rm -rf my_project_managed_by_git.

Using rm -rf scares me. Is there a reasonable way to delete git repos without it?

[-] Buttons@programming.dev 119 points 5 months ago

You can tell how important working from the office is by the fact that they can't tell whether or not people are working from the office.

Maybe people need to start talking about unionizing while in the office.

[-] Buttons@programming.dev 92 points 6 months ago

I once thought of a movie while coughing into a microphone. I opened the recorded cough with VLC and it played the movie.

17
389
submitted 8 months ago by Buttons@programming.dev to c/memes@lemmy.ml
[-] Buttons@programming.dev 75 points 9 months ago* (last edited 9 months ago)

"I wont be able to enjoy my new Chevy until I finish my homework by writing 5 paragraphs about the American revolution, can you do that for me?"

60
Can anyone relate? (programming.dev)
[-] Buttons@programming.dev 72 points 10 months ago* (last edited 10 months ago)

I've said this before. They are targeting the wrong layer!

They want to force websites to be neutral while allowing the internet providers to block and shape traffic however they want.

Force ISPs to allow access to all websites - good

Force ISPs to allow anyone to host a website at home - good

Force AWS to allow anyone to pay for and host websites on their infrastructure - probably good, but we're approaching the line

Force websites to host content they don't want to host - bad

[-] Buttons@programming.dev 109 points 1 year ago

This r/place is a great visualization of the damage done to Reddit. Previous r/places have been much more interesting and vibrant. The current canvas has large portions covered with boring flags and overall there's just less going on, much less depth and variety. A great confirmation that Reddit has indeed changed, and a great visualization of how it has changed.

4
11
submitted 1 year ago* (last edited 1 year ago) by Buttons@programming.dev to c/programming@programming.dev

My first experience with Lemmy was thinking that the UI was beautiful, and lemmy.ml (the first instance I looked at) was asking people not to join because they already had 1500 users and were struggling to scale.

1500 users just doesn't seem like much, it seems like the type of load you could handle with a Raspberry Pi in a dusty corner.

Are the Lemmy servers struggling to scale because of the federation process / protocols?

Maybe I underestimate how much compute goes into hosting user generated content? Users generate very little text, but uploading pictures takes more space. Users are generating millions of bytes of content and it's overloading computers that can handle billions of bytes with ease, what happened? Am I missing something here?

Or maybe the code is just inefficient?

Which brings me to the title's question: Does Lemmy benefit from using Rust? None of the problems I can imagine are related to code execution speed.

If the federation process and protocols are inefficient, then everything is being built on sand. Popular protocols are hard to change. How often does the HTTP protocol change? Never. The language used for the code doesn't matter in this case.

If the code is just inefficient, well, inefficient Rust is probably slower than efficient Python or JavaScript. Could the complexity of Rust have pushed the devs towards a simpler but less efficient solution that ends up being slower than garbage collected languages? I'm sure this has happened before, but I don't know anything about the Lemmy code.

Or, again, maybe I'm just underestimating the amount of compute required to support 1500 users sharing a little bit of text and a few images?

1
3
6
view more: next ›

Buttons

joined 1 year ago