user28282912
- 1 Post
- 49 Comments
user28282912@piefed.socialto
Technology@lemmy.world•Easy-to-use solar panels are coming, but utilities are trying to delay themEnglish
15·1 month ago1200 incoming + 1 hairdryer at the same time equals overloaded circuit though.
user28282912@piefed.socialto
Technology@lemmy.world•Easy-to-use solar panels are coming, but utilities are trying to delay themEnglish
42·1 month agoIt is more than just the concern around back-feeding the grid. These simple balcony setups connect to your home grid via a single outlet. Most US outlets/circuits are 15 AMP or roughly 1500 watts max capacity. These single circuits can only carry that much current total at any one time so if you have it loaded up with incoming power AND use anything else on the circuit at the same time … no bueno. To make this setup work best/safely you would ideally want a dedicated circuit for it which is basically non-existent today.
The safety issues really do need to be addressed because the folks most likely to use these systems are apartment dwellers and I don’t think anyone wants to increase fire risk in these scenarios.
user28282912@piefed.socialto
Technology@lemmy.world•Yann LeCun Raises $1 Billion to Build AI That Understands the Physical WorldEnglish
18·1 month agoCan I have 2 billion dollars to build UNIVERSE models?
user28282912@piefed.socialto
Technology@lemmy.world•Windows 12 release date in 2026 possible, with AI features that may force CPU upgradesEnglish
19·1 month agoIf vibe-coding is wrecking Windows 11 and Office now … just wait until Windows 12 sees the light of day! Ohhh boy, will that ever be some infinite-monkeys-on-typewriters-shite!
user28282912@piefed.socialto
Technology@lemmy.world•Copilot AI ‘Microslop’ Chat Ban Is Not Censorship—Says MicrosoftEnglish
211·1 month agoI also like FauxPilot.
faux - adj - artificial or imitation; fake.
Not to* be confused with the OSS alternative, also named fauxpilot.
We need improved Linux support for power management on ARM platforms. In general Linux on ARM has been good for a long time now. (ex RaspberryPi, Gentoo, Ubuntu)
Where things aren’t so great is the choice in OEMs putting out ARM parts like Broadcom, Qualcomm and Apple. All of whom aren’t exactly open source champions. In a less imperfect world we’d have something like RISC-V with great power management and linux support available in mobile computing SKUs/TDPs.
user28282912@piefed.socialto
Technology@lemmy.world•New AirSnitch attack breaks Wi-Fi encryption in homes, offices, and enterprisesEnglish
201·2 months agoJust read the paper. ArsTechnica is such a terrible source for analysis on anything remotely technical.
user28282912@piefed.socialto
Linux@lemmy.ml•Can I use a Linux laptop to connect a Mac to wifi through an Ethernet cable?English
2·2 months agoThanks for noticing that. I certainly missed the ‘=1’ bit.
Debian testing, then upgrade it as they make major releases. I have yet to have a single Debian upgrade go wrong on Desktop or Server. It is basically magic.
user28282912@piefed.socialto
Linux@lemmy.ml•Can I use a Linux laptop to connect a Mac to wifi through an Ethernet cable?English
13·2 months agoAssuming that:
- your Linux Laptop uses wlan0 for its wireless connection and your home network uses 192.168.1.x for IP space.
On the Linux laptop:
- as root or with sudo – enable IP forwarding and load the change with sysctl -p.
sudo sysctl net.ipv4.ip_forward=1 ## updated edit thanks to folks pointing out my typo.
sudo sysctl -p- if you have ufw installed and running – setup a NAT masquerading rule for any hosts forwarding IPv4 traffic to it.
add this line to /etc/ufw/before.rules file right after the “*nat” line
:POSTROUTING ACCEPT [0:0]
-A POSTROUTING -s 192.168.1.1/24 -o wlan0 -j MASQUERADE
On the mac:
- set your IP address manually to be on the same LAN as the Linux laptop, but for the gateway address… point that at the IP for the Linux Laptop.
user28282912@piefed.socialto
Technology@lemmy.world•Gentoo Linux Begins Codeberg Migration In Moving Away From GitHub, Avoiding CopilotEnglish
4·2 months agoCodeberg does actively try to prevent bot scraping.
user28282912@piefed.socialto
Technology@lemmy.world•Texas becomes leading test ground for small nuclear reactorsEnglish
7·2 months agoIs it easier to secure, monitor fewer, bigger reactors or thousands of* small ones? Accidents are still going to happen and I know which scenario makes more sense to me. Especially in light of Trump’s recent push to deregulate nuclear energy, kill the EPA, and pretty much any other kind of sensible management efforts of technology that is great until something goes wrong then it quickly becomes a multi-generational clusterfuck.
Solar, batteries and long-range transmission infrastructure just makes too much sense I guess.
user28282912@piefed.socialto
Technology@lemmy.world•Tesla Robotaxis Reportedly Crashing at a Rate That's 4x Higher Than HumansEnglish
2·2 months agoDarwin just getting ever more creative over time.
user28282912@piefed.socialto
Technology@lemmy.world•Passive RFIDs can now stream telemetry data from sensorsEnglish
4·2 months agoStraight out of the NSA ANT catalog aka LOUDAUTO and others.
This is like that part in Don’t look up when the Jennifer Lawrence’s character tells her BF to wait 6 months before she meets his mother.
user28282912@piefed.socialto
No Stupid Questions@lemmy.world•Is it really dangerous to fall sleep in the bath?English
39·2 months agoWell … are you a fish? If so, no… if not, yes.
I sincerly hope that this is a troll post because if not, well. Sigh.
user28282912@piefed.socialto
Technology@lemmy.world•The [US] car industry is racing to replace Chinese codeEnglish
12·2 months agoBecause every single foreign government hacks every other foreign government every single chance they get. If I get any say in the matter I’d rather keep my list of enemies as small as possible(aka only the US government). Most rational people would agree with that. At least you have some say in accountability for the US government, in theory at least.
I feel like every time this topic comes up people forget all of this and also forget that China’s energy, automotive, literally every industry in China is controlled by PRC/CCP, 100%. Even the US/China joint ventures have to follow rules laid out by the PRC/CCP.
Run XFCE and use Thunar. : )