HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dmacvicar

no profile record

Submissions

US Revokes Visas for Chile Officials over China Cable Plan

gcaptain.com
8 points·by dmacvicar·5 bulan yang lalu·0 comments

Xtd: Modern C++20 framework (CLI, GUI, unit tests)

gammasoft71.github.io
2 points·by dmacvicar·8 bulan yang lalu·0 comments

comments

dmacvicar
·2 bulan yang lalu·discuss
After I moved away from Google services as much as I could (https://www.mac-vicar.eu//posts/2020-10-20-migrating-away-go...), and after some years on mailbox.org, which I did not enjoy, I ended moving to Infomaniak.

The experience has been nothing but awesome. I love the Android clients (mail, calendar sync) and I am also using their AI services for light tasks. Management UI is a bit confusing but not the worst I deal with.

Glad to see this move. I am a fan!.
dmacvicar
·4 bulan yang lalu·discuss
"AI is sort of like money... it just makes you more of what you already are."
dmacvicar
·6 bulan yang lalu·discuss
Looks very nice! Need to test if it supports AWS_ENDPOINT_URL so it works with LocalStack.
dmacvicar
·6 bulan yang lalu·discuss
Not very likely, what if the BeOS API emerged as "the standard" on Linux?

https://cosmoe.org/

It would not solve the ABI problem, but it would give at least an opinionated end to end API that was at some point the official API of an OS. It has some praise on its design too.
dmacvicar
·7 bulan yang lalu·discuss
For OAUTH2, I recommend starting pizauth (https://github.com/ltratt/pizauth) as a user systemd unit.

Then you can just do (eg. in mbsync)

PassCmd "pizauth show accountname"
dmacvicar
·10 bulan yang lalu·discuss
I upgraded from a Pixel 4a (running Calyxos) to a 8a, only because at some point Whatsapp videos broke on the 4a and friends got videos with some green encoding. Otherwise, I had no reason to upgrade.

I hate my new phone. I could use the 4a with one hand comfortably, but that is not the case with the 8a. My thumb does not reach the top of the screen like before. I have to hold it in diagonal position just to be able to do the gestures Android -by design- expects.

The fingerprint sensor moved from the back to the front. That design helped having the phone in the right direction when taking it out of my pocket. Now it comes half of the time upside down. The fingerprint sensor is bad. Half of the time does not work and I have to use the pin. On the 4a was flawless.

Camera is better. Yes.
dmacvicar
·11 bulan yang lalu·discuss
Genuine curiosity. Why would you buy a laptop with nvidia for the purpose of running Linux when it is known to be problematic?

I use Linux since ~ 28 years, and having seen all the trouble with Nvidia drivers, I just avoid it. I just pick an Intel graphics Thinkpad, likely the previous generation to the last one, check compatibility in the Arch wiki and then buy it.
dmacvicar
·tahun lalu·discuss
I do something similar to Pi-Hole using plain dnsmasq.

I use two old PINE64 (one with FreeBSD, one NetBSD to make it more fun), and the Ansible configuration downloads https://github.com/ShadowWhisperer/BlockLists and creates a file dnsmasq can use. Which lists from the repo to use is defined as a variable.

Works very well and I feel I can understand what is going on.