user28282912
- 1 Post
- 64 Comments
user28282912@piefed.socialto
Technology@lemmy.world•Easy-to-use solar panels are coming, but utilities are trying to delay themEnglish
15·2 months ago1200 incoming + 1 hairdryer at the same time equals overloaded circuit though.
user28282912@piefed.socialto
Open Source@lemmy.ml•What's your favorite FOSS Rest API client tool?English
11·2 months agoimport requests
theUrl = r’https://threatbutt.com/map/’
response = requests.get(theUrl)
print(response.text)
user28282912@piefed.socialto
Technology@lemmy.world•Easy-to-use solar panels are coming, but utilities are trying to delay themEnglish
42·2 months 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
linuxmemes@lemmy.world•My PC boots faster than my monitor turns onEnglish
12·2 months agoGentoo is GOAT. I am also glad that Arch exists though. Both have excellent wikis, good knowledgeable communities, lots of configuration options. In terms of pure speed, it is hard to beat a build it all from source as per your own custom USE flags setup like in Gentoo.
user28282912@piefed.socialto
Technology@lemmy.world•Yann LeCun Raises $1 Billion to Build AI That Understands the Physical WorldEnglish
18·2 months agoCan I have 2 billion dollars to build UNIVERSE models?
user28282912@piefed.socialto
linuxmemes@lemmy.world•how to create a folder, linux made easyEnglish
11·2 months agoWhenever these editors wars come around I just…
sshfs zerocool@thegibson:/home/zerocool ~/sshfs/thegibson
… and then edit files with MS Word… like a real gangster.
Nokia 2780 is not bad. It runs KaiOS, supports tethering and 4G cell data. As long as you stick to the script on how you use the device it will have minimal privacy issues IMHO. If that is still not enough you can skip phones altogether and get a 4G dongle for your favorite Linux laptop/tablet and just use a softphone + voip service.
user28282912@piefed.socialto
Open Source@lemmy.ml•RustDesk connections hanging / reliable alternatives for remote desktop sharing between two devices at home? [SOLVED]English
1·2 months agoSSH and freeRDP are pretty reliable.
Smart phones are a bad idea. A simple, dumb phone to make calls, texts and occasionally tether your laptop, vehicle tablet to for data access are all you really need. Even the dumb phone should have physical switches for the radios and a battery that can be removed without any tools.
user28282912@piefed.socialto
Technology@lemmy.world•Windows 12 release date in 2026 possible, with AI features that may force CPU upgradesEnglish
19·2 months 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·2 months agoI also like FauxPilot.
faux - adj - artificial or imitation; fake.
Not to* be confused with the OSS alternative, also named fauxpilot.
user28282912@piefed.socialto
linuxmemes@lemmy.world•*For useless... twisting... of our new technology*English
0·2 months agoIn fact, I actually prefer jamming on my Linux boxes because of pulseeffects/easyeffects and its really nice EQ, AutoGain and other plugins.
https://github.com/megankde/pulseeffects https://github.com/wwmm/easyeffects
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
linuxmemes@lemmy.world•*For useless... twisting... of our new technology*English
6·2 months agoKeep calm and
pulseaudio -k
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.
alias archUpdate=‘fortune && echo “take a deep breath now” && sleep 5 && echo “YOOOLLLLLOOOOO” && sudo pacman -Syu’
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.
Run XFCE and use Thunar. : )