A

Bokeh is a photography term that refers to the aesthetic quality of the blur in the out-of-focus areas of an image, often used to enhance the subject by creating a pleasing background effect. The word comes from the Japanese term "boke," which means "blur" or "haze."

πŸ’¬ Comments (1)

A
adminDec 1, 8:13 AM
Understanding Bokeh Quality

Bokeh refers to the aesthetic quality of the blur in out-of-focus areas of a photograph. It is not merely about how much blur is present, but rather how pleasing that blur looks.
Good vs. Bad Bokeh

Good Bokeh: Characterized by a smooth, creamy appearance. It enhances the subject by providing a soft background that does not distract from the main focus.

Bad Bokeh: Often described as busy or harsh. It can include distracting outlines or halos around out-of-focus objects, making the background visually confusing.

Factors Influencing Bokeh Quality

Several elements affect the quality of bokeh:

Lens Design: The optical design of a lens plays a crucial role. Lenses with more aperture blades (11-15 blades) tend to produce better bokeh by creating more circular out-of-focus highlights.

Aperture Shape: The shape of the aperture affects how out-of-focus points are rendered. A circular aperture produces smoother bokeh, while a polygonal shape can lead to harsh edges.

Focal Length and Distance: Longer focal lengths and closer distances to the subject can enhance the bokeh effect, creating a more pronounced blur.

Types of Bokeh

Different types of bokeh can be identified based on their visual characteristics:

Circular Bokeh: Ideal, with perfectly round highlights.

Feathered Bokeh: Soft edges that fade towards the edges, creating a creamy effect.

Cat’s Eye Bokeh: Less desirable, where highlights take on an elongated shape near the edges.

Soap Bubble Bokeh: Highlights appear paler in the center, creating a bubble-like effect.

Understanding these aspects can help photographers choose the right lens and settings to achieve the desired bokeh quality in their images.

Login to add a comment

A


Attachment

πŸ’¬ Comments (0)

Login to add a comment

A

Cloudflare sucks, network down  are you kidding?
For the future β€” to reduce dependency on Cloudflare for your news scraping:

1. Prioritize sites that don't use Cloudflare
2. Set up cached fallbacks in your scrapers
3. Use multiple news sources so one being down doesn't block everything

Unfortunately, right now there's nothing to do but wait for Cloudflare to fix their infrastructure. These outages usually resolve within an hour.

πŸ’¬ Comments (0)

Login to add a comment

A

Embedded vision systems are continually being developed to make them smaller, more cost effective and more capable. Their ease of use makes them an increasingly effective solution for a wide range of applications in the smart factory, from logistics to safety. They will form part of the factory network and share data to increase the integration of all systems. 

πŸ’¬ Comments (1)

A
adminNov 15, 7:43 AM
https://blog.samtec.com/post/bringing-vision-to-the-smart-factory/?utm_source=AllAboutCircuits&utm_medium=referral&utm_campaign=2022_Link_All-about-Circuits

Login to add a comment

A

β€œPeople think the problem with AI is that it will take our jobs. The real danger is that it will rob us of the fullness of our humanity, of real lives and loves, and create instead a dead world of digital shades.”

πŸ’¬ Comments (0)

Login to add a comment

A

Each battery is actually made up of four 3.65V cells, wired in series, to give you one big 14.6V battery. 3.65V x 4 = 14.6V. 

The charger will typically apply something like 14.6V to the battery to charge it. As the charger charges the battery, each cell individually charges. However, they might not have all started at the same voltage, or due to individual resistances they charge at slightly different rates. The result will be that they each finish charging at a different time. Here's the problem though, the BMS is designed to prevent damaging the cells by overcharging them (above 3.65V per cell). On these Eco-Worthy batteries it does this by stopping all charging across all cells as soon as any single cell hits 3.65V. That's great, but what if the fastest charging cell hits 3.65V when one cell is still at 3.55V and two other cells are still at 3.40V? The cells are out of balance and because they are not fully charged you get less of the advertised capacity. That can also lead to long term degradation because some cells are getting charged more fully than others. 

The good news is that the BMS is also supposed to balance out the voltage across the cells. The problem is that typically when you use a charger the cells charge too quickly for the BMS to balance them out before one of them hits 3.65V and the BMS stops all charging to prevent damage to the highest charged cell. That's the point of the charger, to get as much power into the battery as fast as it can safely do so. The charger has no way to know about balance, it just knows to provide a constant voltage. So that's where the bench power supply comes in. You hook it up, set the voltage to a lower voltage than 14.6V, like maybe 13.80V, and limit the current (amps) to maybe .80A-1.0A or so. That will slowly charge the cells and give the BMS time to use resistors to limit charging to high cells and to bring low cells up. I'm not an expert and I suspect that it may also be able to bring high cells down, at least that is what I observed a few weeks ago. You slowly up the voltage and eventually you will have a mostly balanced battery. I believe there are also active BMS systems that can shunt power from one cell to another, but that is not what eco-worthy or any cheap battery brand uses. Again, I am no expert, just a noob to batteries figuring this out for himself.

This is where the importance of having bluetooth comes in. The app will show you the voltage of each individual cell. Without it you would have to cut open the battery to find that out using a multimeter. You can also take a multimeter and if your fully charged battery is giving a DC voltage of less than 14.6V then you know that the BMS cut off charging before all the cells hit 3.65V. That doesn't tell you which cells are out of balance though.

I've heard that expensive brands like battleborn balance the cells from the factory before shipping. In my experience, eco-worthy does not balance them before shipping and their support will tell you that everything is fine.
I should say that maybe you could get it balanced using a charger if you went through a bunch of charge/discharge cycles (not 100% to zero, maybe 100% to 90% to 100% to 90% to 100% to 90%). The problem is that a charger is going to charge it from 90% to 100% in an hour or so but it would likely take several days to actually balance so you would need a lot of cycles. A bench power supply puts you in control without the BMS stopping charger which stops balancing.
Also, I assumed people know what a bench power supply is. Basically, think of a charger but that gives you total control over the voltage and current (amps). They both take AC power from the power outlet and convert to DC. The charger voltage is likely fixed at 14.6V (or maybe they vary, I don't know) for the charger, but the power supply lets you set it. Thus, you can use the bench power supply to slowly charge your battery which gives the BMS time to balance the cells.

πŸ’¬ Comments (0)

Login to add a comment

A

Just because we're past Peak Woke doesn't mean that Woke is over.

πŸ’¬ Comments (0)

Login to add a comment

A

touched on something that confuses almost everyone when they start running servers.

πŸ’‘ UFW β€” what it actually is

UFW = Uncomplicated Firewall, a simple front-end for iptables (or nftables on newer systems).

It doesn’t get installed by default on every Linux box β€” it’s an optional package that sits on top of the firewall already built into the kernel.

  • iptables / nftables = the real firewall (always part of Linux).
  • UFW = a β€œfriendly tool” to manage rules more easily.

So even when UFW isn’t installed, your router still has firewall capability β€” you’ve just been managing it directly through iptables (that’s what your router scripts are using).

πŸ’¬ Comments (0)

Login to add a comment

A

echo "=== ... ===" β€” Just headers.

ip addr show | grep -E "^[0-9]|inet" β€” Lists interfaces and IPs (both v4 and v6).

ip route β€” Shows routing table; you want a default route via your WAN.

cat /etc/dhcp/dhcpd.conf | grep -E ... β€” Peeks at ISC DHCP config for key lines.

systemctl status isc-dhcp-server β€” Is the ISC DHCP daemon running/enabled?

iptables -t nat -L -n β€” Shows NAT rules; you usually need a MASQUERADE on WAN.

iptables -L FORWARD -n β€” Shows forwarding rules/policy.

cat /proc/sys/net/ipv4/ip_forward β€” Must be 1 for routing to work.

ping -c 1 8.8.8.8 β€” Tests raw internet reachability (no DNS).

cat /var/lib/dhcp/dhcpd.leases | grep -E "lease|hardware" β€” Shows leases being handed out.

πŸ’¬ Comments (0)

Login to add a comment

Showing page 9 of 42 (413 total posts)