• 0 Posts
  • 148 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle


  • Its six years old, that’s starting to get on a bit now for a processor that was never anywhere near top of the line from AMD when it was new.

    I think if you are trying to bling our your desktop and not expecting it to impact performance from an older, less powerful setup then generally speaking you are going to have a bad time. You should be pitching your desktop experience based on what your hardware can handle, there are plenty of terminal options available depending on what you need, just like there are plenty of WM/DMs if you have a lower spec machine.

    Having said that, it was pretty damn obvious that there something wrong with ghostty on their setup, and its misleading to say that ghostly is just bad because of that.


  • Its a bit slower than Alacritty for my use case, not massively enough, but enough to put me off. The extra functionality such as its TMUX stuff I just do not need. I think if you want a more fully featured terminal, particularly if you do a lot of code writing in the terminal, then I would pick Kitty.

    I only really do quick remote editing in the console so its not important for me, and I do not want TMUX as I use a tiling WM. Terminal launch speed is particularly important to me because of this.

    I haven’t tried foot yet, that is meant to be good for wayland and as I use Sway it might be better fit. I would need to get frustrated with Ghostty before I could be bothered to switch, which is what happened to me with Alacritty over image support, shallow as that sounds.





  • Which EVs have front drum brakes?

    Regen comes in all different strengths depending on what the automaker decides is appropriate for that car and the budget assigned to it. Cheap EVs like this one you can normally turn it off or on, and may be get a one pedal mode.

    Something like the latest Taycan is pretty brutal with it set to its highest level when traveling at speed and that’s just lifting off the throttle. I feather the throttle when using regen to adjust the level it gives me, otherwise it would be an awful experience for my passengers, bit like some one stamping on the brake every time you want to slow down. Using the throttle to adjust the regen is no different to using the brake pedal progressively once you get used to it.

    Regen is there to supplement the brakes not replace them for emergency or other unplanned stops. Once you doing an emergency stop you are at the mercy of the ABS system anyway, as that will limit your stopping distance based on the actual grip you have at that moment in time.



  • If I am relying on it, I buy from brands I trust. No brand is going to be perfect but some are clearly going to be lower risk than randoms from aliexpress. Its as much to do with reliability, achievable duty cycle (rather than promises of duty cycle), support (especially how easy it is to get a replacement under warranty), how long they will push firmware updates for, than just security trustworthiness.

    Pretty much any device is going to have a vulnerability or potential for a back door at some point but the company being transparent about the issue and fixing it promptly is worth a lot. Its the same reason I would have a Google or (premium) Samsung phone, I trust that they will support the phone for the time period they say they will, something I would not do with say Oneplus based on my past experience of them.

    I buy electronics from aliexpress all the time, but nothing I rely on day to day like a router, simply because I am shit out of luck getting it replaced quickly if it goes wrong, even if I want to get a replacement. I have a cheap mikrotik hex I keep as a backup of a backup (my APs are my primary backup for my router), and this is fine for a week or so but I would not want to be out a month or more with it.

    I guess you could plan in proper redundancy as I have, or may be you can afford a an outage, so may be you don’t need that. If I cannot work, I cannot earn, so I have backup internet, routers, wifi etc. planned into my install.

    I think what someone else wrote about defense is depth is the real key here. I have my network divided into separate VLANs that are firewalled off from each other, so one for IoT, one for cameras, one for my TVs and other screens, one for my devices. This means if something is compromised they still have to get across the network and it simplifies my firewall rules as I am applying them to subnets rather than individual devices in a self maintained group. It makes it easier to say block external DNS queries and redirect to my pihole for my IoT and TVs but not my personal devices as I would have a good reason to go external.

    May be you do not have a lot of devices, I realize I am nearer the upper end of a home network with over 50 active devices and it will be over kill if you only have a laptop and a phone on your network.



  • If you are the person asking the floating window question from the other day as JustAnotherKay spotted, then this is how I set a window to floating in my config;

    for_window [title="www.youtube.com" app_id="firefox"] floating enable, resize set 1280 720 , opacity 1

    What this is doing is selecting any firefox app that has www.youtube.com anywhere in the title and make that floating, with a set size, and remove any opacity (transparency) that might be applied to the window.

    You can add move absolute position 0 0 on the end if you want to set the absolute location for the window.

    You can force a window to a particular workspace by:

    assign [class="discord"] workspace number $ws2

    and that workspace to a particular monitor with:

    workspace $ws2 output DP-1

    If I wanted to do this for all firefox windows I would just remove the title= part from the selection.

    How do you get the titles and other components? Using swaymsg as follows:

    swaymsg -t get_tree

    this will output all your open windows per monitor, for each app you want to manage you are looking for something like:

    #15: con "#tech-talk🖥 | 40% Keyboards - Discord" (xdg_shell, pid: 6260, app_id: "discord")

    from here you its simple to pick up what you can use for a unique select, so app_id:=“discord” in this case.

    If you reload your config file, then reopen the app, it should reflect the changes you made to the config file. Logging on and off in the worst case will restart it.




  • I used to use gnome and I am heavily into customization. I gave up using gnome as they would constantly change things often for no real reason that whimsy, breaking previously working scripts, extensions and so on so I stopped using it. Its fine if you want to customize the basics like wall paper but I really wouldn’t bother for in-depth customization. Not because it isn’t possible, but because maintenance of it is a PITA.


  • Yeah I added bluetooth in mine, it’ll show me whats connected on hover and just launch the gnome app for bluetooth if I click it, super lazy implementation. I don’t need brightness controls so never looked at them.

    EOS seems to use mako for notifications? I have never tried it.

    I use swaync, which once themed and the rights bits you want, added, is ok. I wanted something more like the Gnome notification drop down that had do not disturb, media player controls, extensible menus, etc. in it.



  • Never used hyprland but Sway you can use the mouse to move stuff around, resize windows, etc. just hold down you mod key, usually super/windows key. If you have a bar setup correctly you can even click between workspaces or have a task list like on windows that you can click on. Alt Tab needs some re-imagining as its now three dimensional, but that’s easy to tweak to how you want it with something like swayr. You can even add a start button equivalent if you wish.

    I use Sway on Tumbleweed, before that Sway on Ubuntu. I have six main workspaces defined, odd numbered workspaces on my left monitor and evens on my right monitor. Both monitors are 32"@4k so a ton of real estate, I can easy fit in four large tiles per monitor, eight is a stretch but if you use the option to make windows full screen then you can run stuff in the background and then flip between things that are running in the background.

    I use the layman add on to predefined layouts for my different workspaces, then bind apps on start up using my config to a particular workspace. I can still move them around, but automating as much as possible with a tiling windows manager is the secret IMO. Having everything just work and appear where I want with zero faffing around speeds up my workflow enormously. On Windows I use power-toys to provide a noddy version of tiling, but everything has to be done manually and its a complete PITA over a work day where I am opening and closing stuff.

    As an example, I have my third workspace as my main coding workspace. Its divided into 3/4 and 1/4. The larger part I lock VS Code to it, the smaller part is usually a Firefox tab for reviewing documentation. My second workspace is my social workspace, that’s divided into four long quarters, one for music, one for discord, one for signal, one for mail. All of this, including binding the apps to the workspace, are fully automatic.

    I use the keyboard for most things. I use QMK based keyboards (configured using Vial), so I can bind multi modifier shortcuts to just two keys either on a separate layer (activating the layer is one of the two keys) or a chord. Reducing the number of keys you press really helps the ergonomics of activating them, especially if you move them to the home row and away from the pinky finger hell hole that is where the modifiers are on most standard keyboards.

    I think the biggest problem is that it requires work to get the right add ons and make it work the way you want to work, but get it right and the WM becomes transparent to how you work.


  • Yeah we gave up and paid for live sports streaming once it came in 4k HDR for sports. It isn’t cheap but no real alternative that doesn’t have risk and unreliability associated around it. Anything that isn’t live there are plenty of reliable, high quality ways to obtain things for free, but live, I need it to work and not look like a potato on a large screen if I have people round. I did try that method for a few years, its ok on a phone or laptop with just me as I will put up with the problems but absolutely not on a big screen.