Readit News logoReadit News
vially commented on More annoying macOS 15 Sequoia prompts: Bluetooth   lapcatsoftware.com/articl... · Posted by u/latexr
keraf · a year ago
For a privacy conscious company such as Apple, turning off Bluetooth when not needed should be encouraged. Keeping it on 24/7 makes you trackable, you're broadcasting a unique identifier.
vially · a year ago
> a privacy conscious company such as Apple

[citation needed]

vially commented on Pixel Watch 3   blog.google/products/pixe... · Posted by u/eamag
vially · a year ago
For anyone considering buying the Pixel Watch 3, please keep in mind that Pixel Watch 2 has some long-standing issues where the GPS completely cuts out during runs or walks.

Some users believe it to be a hardware issue but it's still unacknowledged by Google and the forum thread where people have been discussing it has just been locked recently. Just mentioning it for awareness and visibility.

- https://community.fitbit.com/t5/Android-App/Google-Pixel-Wat...

- https://support.google.com/googlepixelwatch/thread/242833127...

vially commented on Writing GUI applications on the Raspberry Pi without a desktop environment (2019)   avikdas.com/2019/01/23/wr... · Posted by u/raytopia
codetrotter · a year ago
The way I did it was to run Weston without any icons or anything and using systemd to start my app and also having systemd reopen my app if it closes. Worked well enough.
vially · a year ago
I haven't personally used it, but I have seen cage [0] being recommended a few times for similar use-cases.

[0] - https://github.com/cage-kiosk/cage

Deleted Comment

vially commented on Home Lab Beginners guide   linuxblog.io/home-lab-beg... · Posted by u/ashitlerferad
nvy · a year ago
Which x64 machines have you been using? I'm looking for a successor to PC Engines APUs
vially · a year ago
I was also looking for a successor to the PC Engines APUs and came across https://teklager.se/en/ that lists some possible alternatives that you might find interesting.

Personally I was looking to build a router so I ended up buying a fanless N100 based mini PC from Aliexpress (e.g.: search term is "N100 firewall appliance") and have been very satisfied with it so far (Proxmox homelab with OPNsense running as a VM).

vially commented on Podman Desktop 1.6 released: Even more Kubernetes and Containers features   podman-desktop.io/blog/po... · Posted by u/twelvenmonkeys
TrickardRixx · 2 years ago
I like to develop with VS Code and devcontainers. I've never been able to get that setup to work with podman as the backend. Has anyone successfully done this or perhaps know of a blog detailing how to accomplish this that I haven't been able to find?
vially · 2 years ago
I've been using VSCode with devcontainers and podman for a couple of months now and everything seems to work fine for me. Is there a particular issue you're hitting?
vially commented on Learn Wayland by writing a GUI from scratch   gaultier.github.io/blog/w... · Posted by u/mmphosis
_dain_ · 2 years ago
Never programmed with Wayland (or X) before but this doesn't look so terrible. Let's say I want to do something only slightly more complicated than this article, e.g. have a few static rectangles on the screen showing images and text, without any window decorations, like for a status bar or a clock or something. If I don't want to roll my own protocol-handling code as in this article, what libraries are good? In say Rust or Go or something? Every time I've looked into Gtk or Qt they seemed way too complicated, doing far more than I want and introducing too many abstractions and dependencies. Conceptually all I want to do is:

    window = make_stupid_simple_undecorated_window(x, y, w, h);
    paint_window(window, some_image_buffer);
    block_forever();

vially · 2 years ago
I've toyed around with Smithay Client Toolkit [1] for Rust and I think it offers just the right abstraction for writing simple Wayland clients.

[1] - https://github.com/Smithay/client-toolkit

vially commented on Rethinking Window Management   blogs.gnome.org/tbernard/... · Posted by u/ayoisaiah
ikekkdcjkfke · 2 years ago
Can someone please make a window manager that fits linux? Flat, no animations, super performant, no rounded corners, no shading, pixelated icons. Never understood how all the linux desktops are so ugly and laggy
vially · 2 years ago
sway does all those things very well: https://swaywm.org/

u/vially

KarmaCake day866July 18, 2010View Original