

yeah sorry i didn’t mean to sound rude. It’s just that I’ve heard too much “corporate bullshit talk” that i can’t just stay calm when i hear it.
yeah sorry i didn’t mean to sound rude. It’s just that I’ve heard too much “corporate bullshit talk” that i can’t just stay calm when i hear it.
The technological innovations of the last fifteen years, from advertising enshittifcation to AI cheating, have largely been a disaster. We are sadly at the point where, as Ted Gioia says, “most so-called innovations are now anti-progress by any honest definition.” I dare say that if we could revert all digital technology to where it was in 2009 – before the invention of the retweet – we’d all be better off.
I’d go back even further (to 2007) before the invention of the iPhone. The smartphone has, arguably, IMO been a bad, or at least premature invention. It created a generation of kids obsessed with their photographies, giving girls eating disorders and creating/spreading unrealistic beauty ideals, etc… Also it has severely disrupted teenagers’ social living, created sleeping disorders, chronic doomscrolling, addiction, and more bad stuff. The iPhone was, IMO, not ready for this world.
Yeah at this point peertube is mostly a video hosting system. We still need a good discovery/finding/recommendation system. I think that could be independently developed; for example: upload the videos on peertube and then link and post them here on lemmy to promote them.
I was going to upvote but then:
Hopefully it will start leaning into its unique strengths now and become really innovative.
Please stop the corporate garbage talk/pitching bullshit. Can’t we have a normal discussion without these buzzwords?
So I feel like I’m doing peertube wrong. I’m trying to find good content, but it feels like every single instance I find is just “here’s the linux news, here’s the new linux tips, here’s the linux gossip, linux linux linux!” And I do not give a shit about linux. I just want to find the non-tech, non-video game content.
There’s also https://pony.tube ;-)
isn’t that why the hippie movement ended?
fair
This applies for computer games as well.
Just saying “just make a game that people actually want” doesn’t really help.
Very interesting read.
I also like how, at the end, it changed perspective to say “actually, our problem is not software, but politics”.
We must be aware of what agents we encourage and discourage through our actions.
so, Facebook?
If the disk is internal and only used by linux, you should 100% use ext4.
NTFS is what windows uses. exFAT is like really, really old file system that is only used because of its wide compatibility nowadays. USB-sticks use them, because they have to be compatible with any device where you couls potentially stick them in.
Good code is self-explanatory. You should only comment your code if it does something unexpectedly complicated.
That being said, it’s always a good idea to write a manual, about how to use the code. Don’t document how it works, because those who can code will understand it anyways, and those who can’t, have no need to understand it.
You get only one boot partition (EFI partition) which contains the kernel and the initramfs for both operating systems. Then, you would create two partitions to hold the rest of each individual operating system.
Shared partitions can be ext4, but if they should be read-/writable by windows, I would recommend ntfs or exFAT.
My dad’s re-learning Python coding for work rn, and AI saves him a couple of times; Because he’d have no idea how to even start but AI points him in the right direction, mentioning the correct functions to use and all. He can then look up the details in the documentation.
Short question: how would they enforce that? What if I use some obscure messenger that nobody has ever heard of? What if I simply use telnet
or netcat
to send messages to other people?
It would technically work, yes.
But also, you’re wasting a lot of storage space that way, especially if you do it often. You really only should backup your home directory, it contains all your data. You can simply re-install the rest from the internet.
Same with people who say solar panels can’t ever work. They haven’t tried them in the last few years.
I personally prefer dialogs.FileDialog.open()
Yeah, I predict that in the future, you can’t expect that content on the internet is written by humans. If you go to the internet, then it will probably not be to connect to other humans. Maybe you want to know something that a bot can tell you or you have some administrative task to fulfill, like filing a form.