BlackEco

joined 2 years ago
[–] BlackEco@lemmy.blackeco.com 5 points 1 day ago* (last edited 1 day ago)

In France it's dirt cheap, I'm paying 23,99€/month for symmetric 1Gbps FTTH.

[–] BlackEco@lemmy.blackeco.com 15 points 1 day ago* (last edited 1 day ago) (1 children)

Most likely they use a translation layer (think Wine, Proton or DXVK) rather than emulation, since the Switch 2 hardware is not completely different from Switch 1 and it's not as costly as emulation, so I would say neither.

Edit to clarify emulation vs translation layer:

Emulation re-creates the entire hardware, while translation layer translates programming instructions intended for one platform to another, just like you would translate "one plus two" from English into "um mais dois" in Portuguese for exemple.

Since both Switch don't have completely different hardware (unlike PS3 and PS4 for example) it's probably easier and much more efficient to simply translate instructions that were specific to Switch 1 into Switch 2 instructions.

Edit 2: also Yuzu and Ryujinx are designed to emulate Switch on the x86 architecture, and since Switch 2 (and Switch 1) run on ARM, I'm pretty sure these emulators wouldn't run on Switch 2 without massive re-engineering efforts. Also, as someone else said, these projects are reverse-engineered, it makes much more sense that Nintendo engineers create an emulator from scratch using their own internal documentation of Switch 1 architecture (again, it's unlikely they went for emulation as I stated above) so the result is much more reliable than both Yuzu and Ryujinx.

[–] BlackEco@lemmy.blackeco.com 24 points 2 days ago (4 children)

That sentence intrigues me

we did something that’s somewhere in between a software emulator and hardware compatibility

What do they emulate vs. what was added in hardware to ensure compatibility?

 

Hello all,

I have set up Incident Detection a few months back with the goal of alerting my partner if I ever fall off my bike on my commute.

All was well until a couple of months ago when it fired off twice at the same place in 24 hours, unnecessarily alarming my partner in the process.

I haven't thought about it until today, when it fired off once again, at the same place: a paved plaza in Paris (Denfert-Rochereau to be exact).

Does any one of you have had similar experiences? Do you know if there is a way to configure the feature's sensitivity or report false-positives? I have yet to find any related settings other than on/off in the Garmin app or on the watch.

[–] BlackEco@lemmy.blackeco.com 7 points 4 days ago

Haha yes, the Mario Party Jamboree minigames using the Switch Camera felt very EyeToy-like.

[–] BlackEco@lemmy.blackeco.com 2 points 5 days ago

J'ai vu À Bicyclette !, un film entre le documentaire et la comédie sur un père et son meilleur ami qui suivent le trajet que son fils décédé a entreprit à vélo quelques années plus tôt.

Le lendemain je suis allé voir A Real Pain et tout ce que je peux dire c'est que Kieran Culkin a amplement mérité son Oscar, tout le film repose sur sa performance.

[–] BlackEco@lemmy.blackeco.com 6 points 5 days ago* (last edited 5 days ago)

Dommage que !paslegorafi@jlai.lu soit verrouillé

[–] BlackEco@lemmy.blackeco.com 3 points 6 days ago

Je suis pas tout à fait sûr d'avoir déjà envoyé ou reçu un fax, sinon j'ai bien zéro tout comme toi.

[–] BlackEco@lemmy.blackeco.com 4 points 1 week ago (1 children)

Maybe Zod would fit the bill.

[–] BlackEco@lemmy.blackeco.com 3 points 1 week ago* (last edited 1 week ago) (1 children)

Je suppose que l'email est supposé être expédié depuis ta propre adresse ? Je l'ai reçu tellement de fois, à chaque fois tombé en spam car le DMARC est pas bon.

[–] BlackEco@lemmy.blackeco.com 13 points 1 week ago (1 children)

Toute la droitosphère s'insurge, c'est bon signe haha

Par contre invitée au JT de TF1, on laisse la parole aux voyous maintenant ?

[–] BlackEco@lemmy.blackeco.com 8 points 1 week ago (1 children)

Hier on a fait notre première Journée Sans Écrans avec ma copine. Bilan très positif, on a eu beaucoup plus de moments de qualité et ça nous a permis de nous apercevoir qu'on ne manque pas grand chose sans nos téléphones. On songe même à revoir nos habitudes : plus de téléphone le soir et au lit par exemple.

 
 

cross-posted from: https://lemmy.blackeco.com/post/1434522

To re-enable them, you have to set misc.etc_dnsmasq_d to true either by editing /etc/pihole/pihole.toml or using the pihole-FTL command:

sudo pihole-FTL --config misc.etc_dnsmasq_d true

Source

 

To re-enable them, you have to set misc.etc_dnsmasq_d to true either by editing /etc/pihole/pihole.toml or using the pihole-FTL command:

sudo pihole-FTL --config misc.etc_dnsmasq_d true

Source

 

"With the aim of promoting better racing at the Monaco Grand Prix, the commission discussed proposals for Monaco-specific regulations," read a statement from the FIA after an F1 Commission meeting at the Formula One Management offices in London ahead of Tuesday night's F1 75 Launch event at the O2 Arena.

"The commission agreed to increase the numbers of mandatory pit stops in the Race. These proposals will be further discussed by the Sporting Advisory Committee in the coming weeks."

 

Hello,

I have been trying to create a system service that would run a script on shutdown (hence why I went for a system service over a user service) and landed on something like this

[Unit]
Description=Run backup script on shutdown
DefaultDependencies=no
Before=poweroff.target halt.target
Requires=network.target

[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/true
ExecStop=/var/home/blackeco/scripts/backup.sh
User=blackeco
Group=blackeco

[Install]
WantedBy=poweroff.target halt.target

Unfortunately, when the shutdown occurs, systemd fails to execute the script:

backup-on-shutdown.service: Unable to locate executable '/var/home/blackeco/scripts/backup.sh': Permission denied
backup-on-shutdown.service: Failed at step EXEC spawning /var/home/blackeco/scripts/backup.sh: Permission denied

This script is correctly owned by user blackeco and permissions look fine

$ ls -la /var/home/blackeco/scripts
drwxr-xr-x. 1 blackeco blackeco 154  5 Feb. 13:50 ./
drwxr-xr-x. 1 blackeco blackeco 116  3 Feb. 13:07 ../
-rwxr-xr-x. 1 blackeco blackeco 794  4 Feb. 15:44 backup.sh*

I'm very puzzled as to why. I'm running Bluefin 41 (itself based on Fedora Silverblue 41).

view more: next ›