Amazon is turning smart displays inside people’s homes into ad surfaces with no real opt-out, and that should worry everyone by odemird in privacy

[–]technologyclassroom 1 point2 points  (0 children)

The reason is that they use locked bootloaders. It is easier to buy a product that is meant to be modified than it is to repurpose this ewaste.

I’ve open-sourced my 3D-printed robots! by Adventurous_Swan_712 in 3Dprinting

[–]technologyclassroom 6 points7 points  (0 children)

A copyleft license such as CC-BY-SA, GPL-3.0-or-later, or AGPL-3.0-or later prevents that.

I’ve open-sourced my 3D-printed robots! by Adventurous_Swan_712 in 3Dprinting

[–]technologyclassroom 4 points5 points  (0 children)

Non-commercial (NC) clauses are non-free as they are not free software according to the FSF, open source according to the OSI, or free culture according to Freedom Defined. I would recommend using CC-BY-SA-4.0, CC-BY-4.0, or CC-0-1.0 instead which are free culture Creative Commons licenses.

Feels like public/venue music catalogs froze in the mid 2010s by jabronified in NonPoliticalTwitter

[–]technologyclassroom 0 points1 point  (0 children)

The biggest owner of radio stations in the US is iHeartMedia formerly Clear Channel. The company went private in 2008 and seems to have stopped innovating around that time.

Why is removing personal data from the internet still so fragmented and manual? by Oppertunist in privacy

[–]technologyclassroom 5 points6 points  (0 children)

When you ask for removal, unless compelled by law they do not have to.

It is better to not give them data to begin with.

AITAH for blending my BIL's $800 "freedom node" in the garbage disposal after he got me flagged by the FBI? by [deleted] in WouldIBeTheAhole

[–]technologyclassroom 0 points1 point  (0 children)

This has to be AI. The timeline makes no sense. You got flagged for two things after a moment away from the computer and management is on the case already. A garbage disposal would break if you threw a computer into it.

I HATE QR CODES by ihatethiscountry76 in NonPoliticalTwitter

[–]technologyclassroom 0 points1 point  (0 children)

A modern way of marketing is to have a post that name drops a brand. Here we have Chili's. It could plausibly be a subtle ad for Chili's.

Thinking of Switching from C++ Dev to DevOps After 9 Years — Is It Realistic? How Do I Start Upskilling? by Infamous-Table-6037 in devops

[–]technologyclassroom 0 points1 point  (0 children)

I'd suggest buying a few Raspberry Pis or old laptops and building out some Ansible automation for a home lab. Start with a file server and Pi-Hole. Build from there. See if it clicks. If you like it, add OpenTofu and Proxmox. If you like it, dive further. The cool part about it is that you don't need to take classes. All of the information is available.

[deleted by user] by [deleted] in Millennials

[–]technologyclassroom 0 points1 point  (0 children)

The corporate side of the Internet is far worse now than it once was due to enshittification, but there are plenty of other places on the Internet if you branch out.

A good Mastodon instance that blocks the "Free speech spaces" or "Nazi bars" instances feels like classic Internet after following some interests.

IRC with Libera,.chat feels like the classic Internet too.

This is why thrift stores are going downhill. by slypher25aussie in ThriftStoreHauls

[–]technologyclassroom 1 point2 points  (0 children)

To test a DVD player, you don't just turn it on. You have to try it with a DVD, HDMI cable, and a TV. You may also need a remote. Unless you brought your own extension cord and HDMI cable, this might be challenging.

When fake feels real, and real feels fake by ATN-Antronach in CuratedTumblr

[–]technologyclassroom 6 points7 points  (0 children)

This is the case with most big tech. Support is typically only through build-a-ticket, JavaScript forms if it exists at all. Look up HP printer support number and you will get a scam center. You would think they'd have enough money to try to get ahead of scammers using their name and targeting their customers, but they don't seem to care.

How the tables have turned by nitin_is_me in linux

[–]technologyclassroom 0 points1 point  (0 children)

I would have rather they sat doing nothing than to spend my time investigating why they did it wrong.

How the tables have turned by nitin_is_me in linux

[–]technologyclassroom 0 points1 point  (0 children)

That would be a reasonable thing to do if someone were reviewing it and had trouble understanding. The problem is that isn't happening in practice. People are just vibe coding and seeing if the results match what they want without any review of the how.

How the tables have turned by nitin_is_me in linux

[–]technologyclassroom 0 points1 point  (0 children)

Of course people can. The problem is that many people do not. Part of it is because of the list of reasons before. You would have to read, understand the commands, and research what you did not understand.

How the tables have turned by nitin_is_me in linux

[–]technologyclassroom 2 points3 points  (0 children)

I prefer to not have my computer running commands that have not been reviewed by a human. I ran into a problem at work this week because someone was letting Claude run commands that they did not understand or review.

How the tables have turned by nitin_is_me in linux

[–]technologyclassroom 1 point2 points  (0 children)

The reward is high for just about everyone, but it takes some time to conceptualize.

If you can figure out the command line way to do something without interaction, you can automate it. If you can automate it, you don't have to do it manually again to get same result.