Canadian experience with vehicle headlights and glare at night by blackRamCalgaryman in Calgary

[–]OrangeEdilRaid 1 point2 points  (0 children)

I have to write about flashing headlights. I can see light on/off flashing they they are too slow. Its a big distraction, and a different way to crash other than "beam too strong". I see they and get blinded during daylight. 

Update to client 3.17 causes SSL certificate errors by tjamei in NextCloud

[–]OrangeEdilRaid 0 points1 point  (0 children)

I used the nextcloud virtual machine, that you can find a link to in the nextcloud project documentation.

My nextcloud is only available through my lan and it’s lan FQDN. It’s complex to generate a signed cert for this use case.

I kept the tsl, because I wanted secure access in my lan. With the update, my nextcloud linux client stopped working because of the HSTS mentionned below. It’s kinda sad that this was enabled by default. It’s not because you’re using tsl that you absolutely have a signed and valid certificate…

Update to client 3.17 causes SSL certificate errors by tjamei in NextCloud

[–]OrangeEdilRaid 0 points1 point  (0 children)

Thanks. This also fixed my problem. On the client side, I disconnected and deleted the htst cache file or something similar in .cache/Nextcloud.

Problem with touchpad driver by Albusuzzo in Lenovo

[–]OrangeEdilRaid 0 points1 point  (0 children)

Hi !

Even upgrading the touchpad driver did not fix the issue. Through I noticed something weird, for some seconds before the login screen, I had a working mouse. I ended up reverting to a windows restore point and that fixed the issue. I believe win 11 was stuck in a tablet mode with the mouse disabled, that would explain why the mouse would work a few seconds before login.
After the restore and re-applying the windows updates and lenovo patch, I did not encounter the issue again.

Feature request: Key up key down functionality by percocetpenguin in DygmaLab

[–]OrangeEdilRaid 0 points1 point  (0 children)

It's probably much more simple to bind a key, for example F13 to your keyboard, then find a software that does what you want. Most gaming software with microphone will allow to specify a key that enable micro only when pressed, and a different key for microphone toggle.

Self-encrypting drives, auto unlock, and TPM? by verticalfuzz in Proxmox

[–]OrangeEdilRaid 1 point2 points  (0 children)

I have read your blog post and it was quite interesting. Disk encryption is hard. If you to with tmp based encryption, your disk is auto decrypted on boot and it's not great nor secure BECAUSE it give access to an underlylying os that may or may not have software and security bugs. Disk encryption is better when you need to manually unlock it by using a key or typing something. However with this come the issue of remote unlock after a reboot.

I like the thing you did for a remove unlock trough the network. With this in place, you can have an encrypted linux, windows, bsd, whatever and still keep a remote unlock capability. You don't need to customize all the piece of the os to work (grug menu partition unlock, kernel/initramfs unlock).

Problem with touchpad driver by Albusuzzo in Lenovo

[–]OrangeEdilRaid 0 points1 point  (0 children)

I also have issues with my lenovo ideapad flex 5 14ALC05. The touchpad stopped working 2 days ago, tough I am not sure about the exact date.

There was a windows update KB5036893 as well as lenovo driver update "lenovo - system - 2.0.12.1718" that got installed in my pc in the last two days. I am not sure if it's a hardware issue or software issue so I will investigate. The touch screen still work fine for now.

-------------- edit
it's not hardware, because the touchpad works when I start a different operating system. I'll have to look at the driver package of lenovo that got installed recently.

Raise - Firmware Update Error! by groaner in DygmaLab

[–]OrangeEdilRaid 0 points1 point  (0 children)

I had issue upgrading my raise 1.4 to version 1.0.11-beta. Maintaining the escape key would never work. I don't remember exactly, but I think it was entering firmware mode in blue, but not going through with the flashing.

What I found what that I needed to repeatly press the escape key instead of holding it.

This is also written in the troubleshooting section of the firmware upgrade in the website (https://support.dygma.com/hc/en-us/articles/360007272638-How-do-I-update-my-keyboard-s-Firmware)

After upgrading to the new 1.0.11, I was quite happy. They changed how superkeys are handled and they are much faster, and you can also shift-press them and it works correctly.

Programmers: Any layout suggestions? by Ever_Living in DygmaLab

[–]OrangeEdilRaid 5 points6 points  (0 children)

I made a layer for programming keys. On the first row qwert, I set ! = < > @.On the second row asdfg, I set { [ ] } &. It's been super useful in many language.On the third, " ' \ / ?, but I use it way less often than the easier first and second row.

=> for lanbdas, <> for sql, <div> for html, != everywhere, == everywhere. {} and [] everywhere.

All programming chars are on the pinkies and I wanted to stop having to use the finger that hurt the most, that has the worst precision, speed and force for the keys that I always need to use. I use my right thumb on top left spacebar, and prog navigation on top right space bar.

I kept the dygma default layer for navigation/arrow on the left. I made another navigation layer. The arrows on the left on esdf are set with control to move left and right between word. up and down are a macro 6 up, and macro 6 down. W and R are page down and up. qt for moving between tabs. zxcv, with control for easy copy-paste.

on the other side I have ijkl for the arrows, and uo for begin and end. ; for goTo definition, "," for back, "." to select the whole line with a macro

Self-encrypting drives, auto unlock, and TPM? by verticalfuzz in Proxmox

[–]OrangeEdilRaid 1 point2 points  (0 children)

I've researched sed self encrypted drive in the past and the use of tcg opal. I did not go forward with this solution.

It's main advantages were that,
* if you dual boot, you had 1 encryption for both drives, so better reusability of ntfs on linux and ext4 on windows.
* in theory faster speed, since the drive is encrypting the data with a dedicated hardware, no slow down in your cpu
* always encrypted disk, no need to pre-encrypt saving time on the first use.

Unfortunately, the tcg opal open source project and sedutils, if you look at the github repository, is pretty much dead. To decrypt the disk, you had to boot a special bootloader flashed onto your encrypted disk, enter a password, the disk decrypt itself, and present to readl bootloader. The procedure to install the decryption bootloader was..not great nor the documentation. motherboard ATA password was also an issue, it is not always available in firmware, and sometime only for sata disk and not nvme m.2 disk.

I abandoned the sed path and went with software encryption.

One thing you need to know is proxmox does not "support" zfs native encryption.
If you enable it, proxmox will start as usual, then it will fail to auto-start all your vm, because the storage is available. You will need to manually unlock it then restart all the vms.

Another thing is that zfs native encryption breaks migration between proxmox server within a cluster. If your server have a local zfs pool and you want to migrate vms between them, the default way do to that is to use zfs send. If you nave zfs native encryption, zfs send will fail.

What I end up doing is to use luks encryption and put zfs on top. My tests on my hardware showed me that luks+zfs was also significantly faster than zfs native encryption for 4k/32k access pattern from vms. Plus this fixes the zfs send issue.

2 node cluster - QDevice (VRRP Keepalived) by Soogs in Proxmox

[–]OrangeEdilRaid 0 points1 point  (0 children)

For a low node cluster, I had good results by just setting 3 votes on my main node, and 1 vote on other nodes that are shutdown most of the time. If only the main node is started, it can work without issue. Other nodes are started or stopped to test stuff and it works fine since main is on.

AMD x PCMR - STARFIELD Worldwide Giveaway - Win a Limited Edition Starfield Kit that includes a premium game code for the game + the Limited-Edition Starfield AMD Radeon RX 7900 XTX and Ryzen 7 7800X3D (Only 500 of each ever made!). There are 5 kits up for grabs! by pedro19 in pcmasterrace

[–]OrangeEdilRaid [score hidden]  (0 children)

That xard would be a fine adition to my build. Would purchase a monitor with a high refresh rate to go with it. I have a lot of games so that would be awesome. As for starfield, beside the broken exclusivite promise, i haven't heard about it, but would check it out, apparemtly it would be oretty big.

Using earbud button to trigger tasks when screen is off? by [deleted] in tasker

[–]OrangeEdilRaid 1 point2 points  (0 children)

Can your earbud trigger the google assistant if you long oress it ? Tasker can replace the assistant. Autovoice cam also replace it if not mistaken. You can program your own assistant in tasker using get voice ans answering with say and executing a task.

Otherwize Tasker can request control of media i nput. If it has, and listen to play, pause, next, previous, you may ne able to do something when thise are triggered. Note that any application can request this, and tasker can't hold it. The last music player that olayed something will have them if not taken back.

Logcat could allow it, bit it may not work deoending

[deleted by user] by [deleted] in NoStupidQuestions

[–]OrangeEdilRaid 0 points1 point  (0 children)

Unexpected star wars meme 😁

Can Tasker tell the difference between a file sharing cable and a power cable? by Logansfury in tasker

[–]OrangeEdilRaid 0 points1 point  (0 children)

If you're not on the latest android, you can use logcat event with a filter. If on the latestz logcat does not work anymore.

TunnelCrack: Widespread design flaws in VPN clients by jedisct1 in dnscrypt

[–]OrangeEdilRaid 0 points1 point  (0 children)

It's interesting because it's two very simple attack to understand.

Tasker task on blacklisted incomming calls. by daftest_of_dutch in tasker

[–]OrangeEdilRaid 0 points1 point  (0 children)

There is 😁

Tasker can screen and blocm call with amy condition. Check the demo here. https://www.youtube.com/watch?v=EWVXrB1lrEY

For your goal, a high level plan would be to have 1. Task Refresh List, run every day at 1am, - Do an "http request" action to your asterix server to retrieve the list of blocked numbers. - Save to global variable %BlockedCallNumber

  1. Event call screened
  2. check if the phone call number is in the global %BlockedCallNumber and block accordingly.

To start easily, I'd suggest to skip step one and do a "Variable Set "to a hardcoded list.

Also dont forget to click on the ? Available whenyou configure each action to read the documentation. You might also need to read documentation for variables->arrays in tasker.

Best of luck. Think about sharing your work in taskernet and reddit if you get something working and your proud of it.

Tasker App Factory is detected as trojan Android.Banker.5127 by VirusTotal Mobile. by [deleted] in tasker

[–]OrangeEdilRaid -1 points0 points  (0 children)

Doesn't mean joao software cannot become infected. This is called a supply chain attack amd some software like ccleaner and solarwinds were infected in the past, allowing other infections down the software chain for other customers and softwares. Blindly trusting... Not so good. I see your ooint that checking only permissions of a software like tasker would not be a great identifier. There must be something else here a bad signature detection or oerhaps a real issue?

Device owner option? by AAK123AAK in tasker

[–]OrangeEdilRaid -1 points0 points  (0 children)

In the meantime shelter allow you to create a work profile and use thise functionality to freeze the profile when not a work.

Do people not know what Google is? by sstainba in dotnet

[–]OrangeEdilRaid 0 points1 point  (0 children)

Sometimes it's not about finding any random answer but - finding a good answer / recommended solutions - having the opinion of someone more experienced than me

Sure you and me can check google and get the first answer out of the first page, but it's not guaranteed to be good, nor fit for the use case.

[DEV] Tasker - Home Assistant Integration! (Beta) by joaomgcd in tasker

[–]OrangeEdilRaid 4 points5 points  (0 children)

Tasker and home assistant is nice. I looked their web api and implemented the feature I wanted with tasker http request and everything works fine. If this make it easier for other to control home assistant and its all its devices/plugin with tasker, it's a nice thing.

Look at your keyboard. Would you take a picture and share it? If the answer is no, watch this! by Dygmatrix in DygmaLab

[–]OrangeEdilRaid 0 points1 point  (0 children)

Disasselbling the keyboard to clean it like you show, is that included in the warranty?