[-] Kajika@lemmy.ml 2 points 3 weeks ago* (last edited 3 weeks ago)

I don't see any cycle here, qemu-deskyop needs qemu-base and that's it.

I think you meant that qemu-desktop is orphan.

EDIT: I am back on my pc so I can share a magic command to clean your orhpan packages (stares at electron) -> sudo pacman -Qdtq | sudo pacman -Rn -

[-] Kajika@lemmy.ml 1 points 1 month ago

ok, thanks for the precision. I am interested in those projects and was looking at system76's code. This new version is in a different repository named cosmic-epoch. I'll dig it more.

[-] Kajika@lemmy.ml 1 points 1 month ago* (last edited 1 month ago)

I will never understand people using 3rdparty MQ and RPC implementations. What a a PR for rocketMQ right here.

You can and you should implement your communication protocols, most of the time 3rdparties are very wasteful and a security liability. I like ZeroMQ (https://zeromq.org/), they have amazing tech guides (https://zguide.zeromq.org/). I still mostly do my own code.

I may have trust issues but sockets are not THAT hard, they're just amzaingly frustrating to debug, not as much as debuging 3rdparty code.

[-] Kajika@lemmy.ml 2 points 2 months ago* (last edited 2 months ago)

I believe you missed the point, I am not in defense of Security through obscurity (https://en.wikipedia.org/wiki/Security_through_obscurity), quiet the opposite.

The point: "[...] risk for the service owner as it gives an easily parsable way for an attacker to check [...]" is well known and not the discussion here. You can choose close source for 'security' this is opensource community so I am wondering about such a tool.

[-] Kajika@lemmy.ml 2 points 5 months ago

Justin Pot is no expert but expert on writing.

[-] Kajika@lemmy.ml 2 points 6 months ago

NEDO is a big public institution for renewable energy research. The budget is ~500M$ a year and they bet a lot in hydrogen : https://www.nedo.go.jp/english/index.html (https://www.nedo.go.jp/english/activities/activities_ZZJP_100096.html)

[-] Kajika@lemmy.ml 2 points 6 months ago

Thank you for sharing this. I didn't know this FS yet. It seems new and have some nice goals. I always have a grudge against zfs/btrfs because of the resource usage/performance.

I'll keep an eye on this. I'd love to find some benchmarks.

[-] Kajika@lemmy.ml 1 points 9 months ago

Yes for the pointing to a wall.

You can go with your firewall I don't mind. I don't get why you think this had anything to do with security. This is just to get any software to go offline by default.

[-] Kajika@lemmy.ml 1 points 9 months ago

Yes indeed. For now you can just use wine registry option (from the up arrow next to the wine glass) to open the windows registry.

The you go in CURRENT_USER (don't remember the full name, on my phone right now) and something like software/windows/current_version/internet_settings . There you should have a "ProxyEnable" you can switch the value from 0 to 1 (just double click). Then right click to add a "string value" and name it "ProxyServer". Once created double click on it to change its value to something wrong like "http://bla.local:80".

You can check internet by running exe from the wine environment (up arrow next to play) and start internet explorer from c_drive/Program Data

[-] Kajika@lemmy.ml 1 points 10 months ago

I cannot believe France is not there. How did they get their data?

[-] Kajika@lemmy.ml 1 points 1 year ago

If a human has deficiencies from birth or after an accident, should they have the same rights under laws?

[-] Kajika@lemmy.ml 2 points 1 year ago

You can add a new executable in your ~/.local/bin directory like command_custom that would start SOME_ENV_VAR=value command. Like if you use bash:

#!/usr/bin/bash

SOME_ENV_VAR=value command

Do not forget to chmod +x the file to make it executable.

This way you will have additional command for your user only (no sudo require to create/update those), for system-wise command put it in /usr/local/bin.

view more: ‹ prev next ›

Kajika

joined 2 years ago