- 0 Posts
- 15 Comments
jesta@lemmy.worldto
Technology@lemmy.world•Satellites Are Leaking the World’s Secrets: Calls, Texts, Military and Corporate DataEnglish
3·8 months agoSame article was posted yesterday: https://lemmy.world/post/37318526
asciinema [as-kee-nuh-muh] is a free and open source solution for recording terminal sessions and sharing them on the web.
jesta@lemmy.worldto
Technology@lemmy.world•Raspberry Pi cuts product returns by 50% by changing up its pin solderingEnglish
75·1 year agoThey now use intrusive soldering that solders surface mount and through-hole components at the same time:
The idea behind intrusive soldering, also known as pin-in-paste soldering is simple: solder paste is printed onto or around a through-hole pad, and the through-hole component is passed into reflow with your SMD components. The molten solder paste then fills in the through-hole and attaches the component pin.
In mouse settings there should be option “Press middle button and move mouse to scroll”

jesta@lemmy.worldto
Technology@lemmy.world•Electrochemical reactor grabs 97.5% of lithium from geothermal sourcesEnglish
27·2 years agoNow english is not my first language, but “reactor grabs 97.5% of lithium from geothermal sources” and “…it achieved a lithium purity rate of 97.5%.” do not sound like the same thing.
jesta@lemmy.worldto
Technology@lemmy.world•FCC hits Verizon with $1M fine for dropping 911 calls, again • The RegisterEnglish
41·2 years agoAs I understand it…That’s exactly how mobile phones work when you dial emergency number. if your operator has no signal, it automatically selects the strongest cell signal and attempts it through that. And you don’t even have to know the country equivalent number, dialing 911 will automatically route to the local emergency center. There’s a list of numbers that are recognized as emergency numbers by the phone/sim, but the actual number is not even used when the call is initiated. In general as long as you have a phone with battery left, you should be able to make a call to emergency center.
It’s probably this recent bug in kernel/mesa. https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/issues/47
You need to downgrade your kernel or wait for the fix…
jesta@lemmy.worldto
Technology@lemmy.world•Anycubic 3D printers hacked worldwide to expose security flawEnglish
28·2 years agoYou should blame anycubic for their mqtt server which allows any valid credential to connect and control your printer via the matt API. Let’s just hope anycubic fixes their mqtt server.
Well that’s smart…
I had tac-2 style joystick on my spectravideo sv-738
jesta@lemmy.worldto
Technology@lemmy.world•‘Energy independent’ Uruguay runs on 100% renewables for four straight monthsEnglish
20·3 years ago“Hydropower provides a large percentage of installed production capacity in Uruguay, almost all of it produced by four hydroelectric facilities, three on the Rio Negro and one, the Salto Grande dam shared with Argentina, on the Uruguay River. The production from these hydropower sources is dependent on seasonal rainfall patterns, but under normal hydrological conditions, can supply off-peak domestic demand.” https://en.wikipedia.org/wiki/Energy_in_Uruguay
jesta@lemmy.worldto
Climate@slrpnk.net•Halving reliance on meat and dairy could cut land-use emissions ‘by 31%’23·3 years ago'Livestock’ emissions here include direct emissions from livestock only – they do not consider impacts of land use change for pasture or animal feed.



This is more of a problem with how some people code more than python. I also find it irritating that some people import random libraries out of the internet to do simple things instead of actually spending the time to write two lines of code. Python has built in datetime library that could be used for this similar to the examples you gave.