Synthead

@Synthead@lemmy.ml
1 Post – 57 Comments
Joined 12 months ago

Oh hey, YouTube has a mechanism for that! Simply down-vote the video, and any future viewers will know that the video is likely ineffective because of the visible down-vote count that Google didn't remove to make more money from advertisements. They didn't remove it because they value the health of people suffering from cancer more than money. Good on them.

5 more...

Too many places let you drive if you do the happy path stuff right: stopping at a stop sign, changing lanes safely, etc. But the most important time of your driving is when you're about to hit a semitruck and you need to get your car out of the way, and there is no training material for this at all. People often panic and slam the brakes and aggressively turn the wheel, which is a perfect setup for understeer and losing control of your car. They are literally getting in a situation where they are about to die and they choose to greatly increase their risk due to negligence.

It's cheaper to run simulators than purchase cars and hire trainers. Get em in nasty situations and teach them how to get out of it. For real, if mom and dad can't evade sinking their freeway missile into a van full of kids, they shouldn't be able to get behind the wheel and be presented with opportunities where this might happen any time they drive.

8 more...

On a side note, I would appreciate it if it was opt-in. Ask when the profile is being set up. Don't be sneaky about it. I understand that this means less metrics for Mozilla, but consent is more important, imo.

2 more...

This message is displayed in the browser because Google asked your browser to do it, and your browser got the message and put it there.

When displaying ads, the end user experience is 100% client-side. You are using your screen and speakers to observe it. You can turn off your speakers and screen if you want, which will effectively "block" the ad.

But that is silly. Not only do you own your screen and speakers, but you have control of what you're browser is doing, too (if you use a respectable browser). When HTML, CSS, JavaScript, and other content is downloaded, just that happened: file downloads. After it has been downloaded, your browser then consumes it.

When it is consumed, a lot happens, but ultimately, the code in the browser displays content. Your (respectable) browser does all of this, and will change the look depending on local fonts, accessibility options, etc. With an ad block add-on, it will also remove these ads.

However, when ads are removed, the DOM is mutated with deleted or replaced content. It is possible for a website to then write ad block detection scripts to see if the ad contents have been removed or not. There are many ways to do this, and this screenshot is the result of one way of doing it.

However, enter the cat-and-mouse-chase of ad block block blocks. You can block your ads, then block the ad block block like this screenshot. These types of ad block rules are less common, but many public ones are available. Check the uBlock Origin lists in the setting page. By default, only about a third of the lists are enabled, and these extra blocks are in there.

Another avenue of determining that ads were not loaded is for the server to inspect if client-side (you) requests were made to fetch the ads. Even if this is in place, the server cannot determine if you have actually watched the ad or not. It could try to do more client-side attempts at validating that you somehow displayed it, but again, that's client-side.

Imagine if you were sent a letter and a pamphlet in the mail. Imagine if the letter said that you could mail them back for a free sample of their product, but only if you read the pamphlet. They would have to trust that you read it, because you are reading your mail in the privacy of your own home. However, you could opt to toss the pamphlet (like an ad blocker) and never read it. It's your mail, your home, and your choice.

5 more...

The sad part is that inkjets aren't inherently bad. They're just a different way to print. They can make some fantastic, deep, high-resolution colors. It just so happens that this type of printing is being ran in such an anti-consumer way that it's borderline unbelievable.

Ink is cheap. It's INK. I can go to the art store and find thousands of different types of ink. It's just water with coloring in it. It's not special. However, HP sells their ink at a cost that is about 4x the cost of gold by weight. I can understand it being a little more expensive than just ink in a tube, but this is insane.

We should have inkjet printers that have caps on the top of the cartridges to let you add your own ink. No DRM. Buy common ink at the grocery store, and it'll work with most vendors. Open the lid, add your ink. Dried up? Wash it under the sink. Really dried up? Buy an empty cartridge for $6.

Our society has advanced enough to where this is a solved problem. We have figured out INK of all things. We know what ink is, and we know how to put it on a sheet of paper. Civilization hasn't been stumped on how to put ink on paper for decades, and it's not like we're in a position where only vendors like HP can save us. It's 100% greed, all of it, and it's so shameless that it reads like something out of Snow Crash or something.

Imagine if you bought a ketchup bottle from the grocery store, and refilled it with more ketchup when it was almost empty. Then, the ketchup bottle phoned home and figured out that you missed a ketchup subscription payment, so it refused to squirt ketchup. Ain't it silly when I compare HP's model to ketchup, yet both circumstances are literally dispensing a liquid?

4 more...

A tool called Shaxpir creates a score sheet of literature, and many authors don't like that.

Saved you a click.

Also, down-vote click bait so it doesn't trend on Lemmy, please.

5 more...

Some printers detect when cartridges have been refilled by the user and are programmed to stop working then.

This is absurd. I would like to hear how this benefits the consumer without attempting to talk about "quality" or something. This would be like my car not starting cause I didn't use Shell gas.

What's more upsetting is that printers are client side all the way. There is nothing about them that needs to reach out to the Internet to print pages. The printer itself handles the "letting you print." So the thing sitting on your desk, that you own, is choosing this for you.

1 more...

The reason you can't host as port 80 on unmodified Android isn't because "Google won't let you." Android is open source. You can do what you want with it. Android runs on Linux, and ports 0-1023 are privileged ports that can only be used as root.

Unmodified Android does not allow userland apps to run as root for very good reasons, so you don't have access to these ports. That's all there is to it. If you attempted to do the same thing on Ubuntu, you would also not be able to use port 80 without root.

However, this is a naive approach to hosting a website. Production web stacks, when hosted on a machine, typically use a least-privileged model where not only ports are banned, but most file access is, too.

Most dynamic web stacks won't host on port 80 directly. Most will serve either a socket connection or host multiple ports on threads, i.e. ports 3000 to 3007. These connections would then be proxied via something like Nginx to serve as a load balancer, and Nginx can also manage SSL for you, too.

If Nginx is started as root, it can host on port 80. If not, serve on port 8080 and use NAT to redirect it to port 80 with your firewall. You are using a firewall for publicly-hosted content, right?

5 more...

Don't forget that Vim also keeps every tree of undo history. Wrote someone one way, wanted to try another way, and changed your mind? Switch to the other undo future! Change your mind again? Go back!

And there's persistent undo, where your undo history is written a file. Quit Vim, power off your machine for 5 years, power it back on, and you can still undo!

If this is expected and everything is peachy, then why does Instacart say to not give the receipt to the customer? You don't see this as something to hide?

1 more...

If I need more space or more speed. Otherwise, it's a waste.

FL Studio. I've been using it since the late 90s. I know it like the back of my hand.

Richard Matthew Stallman, who started the GNU and founded the Free Software Foundation 🙃

17 more...

I just did this same swap in the same color!

I see that you kept the original trackpad surfaces. I considered this a lot. Do they rub on the chassis at all? Is there anything else you did differently that you like?

3 more...

"Features" USB C 🤔

1 more...

I disagree. While in practice, this is often the same website, it is a different protocol and a different port. It just happens to use the same DNS address. You're explicitly giving your browser a FQDN, and it is ignoring it and doing something else.

I hope this feature can be disabled. Google has been ignoring the W3C and has shipped proprietary, insecure features in their chromium engine for a while now, so it wouldn't surprise me if they made it permanent 🤷

4 more...

This is what's important. If you don't enable power saving in some fashion, your hardware will always be "on" at full specs. Even if the machine isn't actually being used, it's still powering everything to be ready to jump at any opportunity to process something quickly without ramping down.

TLP has pretty excellent default settings. Simply turning it on will likely make your battery life go 2-3x longer than without it being on, and you will have about 80% of the performance from a UX perspective. And if you want to crunch numbers faster on battery, you can tune TLP or turn it off temporarily.

I agree. That would be absurd.

However, I don't like not having the option of using HTTP if I want to use it. It's okay if the webserver redirects me, but I don't like if my browser does it when I didn't tell it to. I might want this when doing development, port tunneling, VPN stuff, etc. In most cases, it won't matter, but when it does, it will be a pain in the ass.

1 more...

If you're saying "the B word," then no, I can't.

The lemmy.ml server even rejected a post I attempted that addressed this:

I can't upload another photo, because Connect says that the image service is "down," but it rejects with "error: slurs"

Anyway, this is my last post here. It's been fun, lemmy.ml.

This is my opinion, too. Their "autopilot" feature is a glorified driving aid. It's not self-driving. It's supposed to help with driver fatigue, and you're supposed to keep both hands on the wheel. If it makes a mistake, that's okay, because you're driving the car, right?

Traditional cruise control without radar will maintain the speed you asked and it won't stop for emergency vehicles, but we don't blame that. Even though the "autopilot" feature does more automation, you're supposed to drive the car in an identical fashion with identical attention compared to traditional cruise control.

But safety is still what matters first. If you're sending a freeway-speed land missile into motorcyclists and police cars, I don't care if you were driving a 90s Civic or a car with automated driving features. The car hit someone. Fix that problem first, then figure out who to blame later.

In my option, until we have cars that are guaranteed to function as a completely autonomous experience, and the manufacturer of the car doesn't tell you to keep your hands on the wheel, you're still driving it. It's your responsibility. You can still steer, brake, change lanes, evade, etc. That's on you. As far as I'm concerned, anyone who thinks otherwise might as well blame their heated seats or radio station.

I understand that Tesla would be improving their software, and I agree with this, too. It's not great that they are fudging things quite a bit by pushing the self-driving rhetoric. They should focus on this, and it should be improved. But I still think that negligent drivers are at fault.

The uptime on lemmy.world is terrible. https://lemmy-world.statuspage.io currently shows 95% uptime, but it has been "down" from a UX perspective more than half the time I attempted to use it. The uptime reporting is simply not picking up when something is off as much as it should. And they recently added an archive.org proxy for when it goes down... what the heck? I understand that it is run by volunteers and all, but what a buzzkill.

2 more...

In general, what is the highest frequency that can be carried over a wire?

I know it can do these resolutions in practice because I have personally operated CRTs at 4000x3000 resolution in the early 2000s. This could be considered "the 4:3 of 4K." It was not done on fancy equipment or high-end monitors. Analog stuff really could just go to really high resolutions and refresh rates with above-average, but typical stuff.

CRTs simply respond to waveforms for red, green, blue, vertical sync, and horizonal sync. That's it. If you want more horizonal pixels, make your scan lines denser. If you want more vertical pixels, add more scan lines. Want a faster refresh rate? Simply run all the signals faster.

There is no hard upper limit to it. With digital signals, there are throughput limits per spec due to bit rates, but with analog, there are no bits. Resolutions like 40k x 30k are theoretically possible. The difficult parts are rendering the signal at these high frequencies, and being able to meaningfully display them. The VGA connection itself has no limits.

2 more...

Or just: u

By driving it

4 more...

You don't want to fix your phone instead?

Why are there "removed" words in your comment?

9 more...

From man systemd:

DESCRIPTION
       systemd is a system and service manager for Linux operating systems. When run as first process on boot
       (as PID 1), it acts as init system that brings up and maintains userspace services. Separate instances
       are started for logged-in users to start their services.

       systemd is usually not invoked directly by the user, but is installed as the /sbin/init symlink and
       started during early boot. The user manager instances are started automatically through the
       user@.service(5) service.

       For compatibility with SysV, if the binary is called as init and is not the first process on the
       machine (PID is not 1), it will execute telinit and pass all command line arguments unmodified. That
       means init and telinit are mostly equivalent when invoked from normal login sessions. See telinit(8)
       for more information.

       When run as a system instance, systemd interprets the configuration file system.conf and the files in
       system.conf.d directories; when run as a user instance, systemd interprets the configuration file
       user.conf and the files in user.conf.d directories. See systemd-system.conf(5) for more information.

On my Ubiquiti APs? I suppose I could. I'm also looking to upgrade the network capabilities to a modern 6E setup if I can swing it.

Hey that's great to know! I agree: the amount of effort to remove them is a little silly. I found that the best way to do it is to pry it from the corners. There is a PCB underneath with traces on the surface, so you want to be careful.

Although, I like the surface of the originals better, and seeing that they fit nicely on yours, I might swap them back.

Cheers!

1 more...

I mean redoing the trackpad covers seems like a huge pain in the ass.

Yeah, you're probably right, but I'd want them done right, if I choose to change it :) They're not bad as they are, though.

I don't think it's a great idea to host a website on cellular data. If I had to serve something with a mobile device, I'd use USB networking, or a USB to Ethernet adapter.

What happens when you try to start it?

3 more...

I wouldn't want to reduce security by allowing privileged ports as any user, or running modified operating systems that have lessened security baked-in. This security principle is in place for good reasons, and they should remain in place.

If you are exposing your LAN to your Internet connection, you're doing something wrong. If you are not, but are using a firewall that doesn't support NAT, then I don't trust your firewall. If your firewall supports NAT, and you're attempting to subvert Linux security measures instead of using it, then you're doing something wrong.

Yeah, Ubiquiti has the "great at most things with a point-and-click UI" market down pat. Although, personally, I don't really care about webapp UIs and such for networking gear. Give me a man page and configuration file, and I'll get down to it.

Here's a small ad block list for your Unifi controller, if it helps: https://github.com/synthead/unifi-adfree

Right

Into shape

What did you download?

6 more...