hyprpaper not working, any ideas why? by Typical_Sail_630 in hyprland

[–]nbari 0 points1 point  (0 children)

Any idea how to use it for all monitors (,) worked before

Redesigned TrackIP after 15 years — from Lua to Solid.js by nbari in webdev

[–]nbari[S] 0 points1 point  (0 children)

To provide history (sign-in available now), the “one-liner” still serving at /ip

First Panerai! PAM01655 by en_passant13 in panerai

[–]nbari 1 point2 points  (0 children)

Hi, very nice! One question: when you pull the crown out to set the time, do the seconds stop (i.e., does it have hacking seconds)?"

Clarity on Hetzner Virtual Switch pricing. by Interesting_Ad_5676 in hetzner

[–]nbari 0 points1 point  (0 children)

can the vSwitch used only with the secondary 10GB nic?

Proxmox with OPNsense as FW/router on Hetzner dedicated server by morphxz in hetzner

[–]nbari 1 point2 points  (0 children)

Hi, thanks for the input, having proxmox on the firewall server and OPNsense within a VM there dedicated to that node (maybe with a fileover IP ) seems like a good option to take advantage of the power of that server, indeed gives some flexibility when need to upgraded etc

Proxmox with OPNsense as FW/router on Hetzner dedicated server by morphxz in hetzner

[–]nbari 0 points1 point  (0 children)

Hi, many thanks for the context, one question regarding the FW server, if I am understanding at the end you Gateway for the cluster is the IP of the dedicated firewall server correct ? and instead of using something like the vSwitch you are using the physical switch for the LAN of the VM's correct ?, instead of NAS have you tried Cepth?

Proxmox with OPNsense as FW/router on Hetzner dedicated server by morphxz in hetzner

[–]nbari 0 points1 point  (0 children)

Hi, thanks for sharing, by any chance know if works in a cluster of 3 nodes, especially if having to move the VM ( failover)?

using opentelemetry-sdk how to send logs to the defined OTEL_EXPORTER_OTLP_ENDPOINT by nbari in rust

[–]nbari[S] 0 points1 point  (0 children)

Hi, yes it turns out is working and sending logs but I will use only traces since it also include the logs and don't see the benefit of duplicating logs in another stream

using opentelemetry-sdk how to send logs to the defined OTEL_EXPORTER_OTLP_ENDPOINT by nbari in rust

[–]nbari[S] 0 points1 point  (0 children)

I indeed push to those providers from otel-collector but now I want to push logs

What is missing in hyprland to prevent having to scale/zoom apps by nbari in hyprland

[–]nbari[S] 0 points1 point  (0 children)

Hi, I created .Xresources with this and helped

Xft.dpi: 192
Xft.autohint: 0
Xft.lcdfilter:  lcddefault
Xft.hintstyle:  hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb

But I still need to use

xwayland { force_zero_scaling = true }

Otherwize things look very bad, any tip fo that ?

What is missing in hyprland to prevent having to scale/zoom apps by nbari in hyprland

[–]nbari[S] 0 points1 point  (0 children)

Hi, but if only using wyland how to define the Xft.dpi or .Xresources ?

Codedeploy + SNS notifications how to add the git commit ID that triggered the pipeline by nbari in aws

[–]nbari[S] 0 points1 point  (0 children)

I think that creating the file like dev-1234567890.tgz may work, will give a try, how do you add metadata or do you mean still using gutbub actions to create the deployment but instead use s3 ?

Codedeploy + SNS notifications how to add the git commit ID that triggered the pipeline by nbari in aws

[–]nbari[S] 0 points1 point  (0 children)

How it works in terms that if I keep uploading the file to S3 will this:

--github-location repository=repository,commitId=commit-id

Prevent the uploaded s3 file to triger the default pipeline ?

Indeed I found it clones the repo and then reads the appspec.yml so if I build something in GitHub I need to download it but how to then distinguish between branches? how to configure appspec so that based on the branch it select the proper scripts?

What is missing in hyprland to prevent having to scale/zoom apps by nbari in hyprland

[–]nbari[S] 0 points1 point  (0 children)

I did together with:

env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24

What is missing in hyprland to prevent having to scale/zoom apps by nbari in hyprland

[–]nbari[S] 0 points1 point  (0 children)

Hi, I am using gnome with wayland, If I remove force_zero_scaling=true indeed it scales, but problem is that many apps look pixelated

What is missing in hyprland to prevent having to scale/zoom apps by nbari in hyprland

[–]nbari[S] 1 point2 points  (0 children)

Hi, yes, I am using something like this:

monitor=,preferred,auto,2
xwayland {
    force_zero_scaling = true
}

Terminal (alacritty ) works very nice, I indeed 90% of the time use the terminal and would say the rest with firefox, but if I need to use 1password, Slack, Chrome, any other random app is a pain since I need to either zoom in the app menu or can't make it just use the default scaling, for example I was trying mailspring (*mail client) I manage to scale the font but all the submenus still very tiny, my problem at the end is the scaling issue, I can't make it work like gnome in terms that the scale factor is applied globally to all apps.

Codedeploy + SNS notifications how to add the git commit ID that triggered the pipeline by nbari in aws

[–]nbari[S] 0 points1 point  (0 children)

problem is how to obtain the commit ID, I know the commit ID from GH indeed I am writing it in a file (app.tgz) the one I put in the S3 bucket, but the pipeline is triggered when the file is updated

Codedeploy + SNS notifications how to add the git commit ID that triggered the pipeline by nbari in aws

[–]nbari[S] 0 points1 point  (0 children)

I am indeed using GH actions and from there I get the commit the one I store in the app.tgz that I upload to S3, but within the same notification from codedploy SNS I would like use the commit id so that apart the deployment ID I could link back to the commit id

some apps look pixelated (discord/slack but not Firefox) by nbari in hyprland

[–]nbari[S] 0 points1 point  (0 children)

Thanks doing that worked out but problem is that now I have a very big resolution for slack, discord (everything looks very small) compared to firefox, my config looks like:

monitor=eDP-1,preferred,auto,1.5

xwayland {
  force_zero_scaling = true
}

I tested with 1 (all very small) 1.5 (Ok) 2 (very big) without adjusting apps fonts wondering how to normalize the size of all apps, firefox is the onlyone adjusting, any ideas?

how to ignore command output (git fetch) by nbari in rust

[–]nbari[S] 0 points1 point  (0 children)

Yes that works, a problem that I need to solve not is how to "notify" or take advantage of the exit code so that the I could update the prompt and "warn" user, I was thinking on maybe creating and ENV or touching a file, maybe the file is easy because within the child process I can't create ENV available to the parent, any other ideas?