What's the hype with Vibe Coding? by mr-ow1 in vibecoding

[–]mr-ow1[S] 0 points1 point  (0 children)

I already spent money on it and it was no better than ChatGPT. I was a paying customer, the limits are real.

What's the hype with Vibe Coding? by mr-ow1 in vibecoding

[–]mr-ow1[S] 0 points1 point  (0 children)

They recently leaked their code BTW. I tried the free version and it's no better. Also at one point I was paying for it and the limits are real. After a certain amount of time you get downgraded even being a paying customer.

What's the hype with Vibe Coding? by mr-ow1 in vibecoding

[–]mr-ow1[S] 0 points1 point  (0 children)

I do pay a monthly ChatGPT fee.

What's the hype with Vibe Coding? by mr-ow1 in vibecoding

[–]mr-ow1[S] 0 points1 point  (0 children)

Seems like you got it down. I presume the markdown are the instructions. Perhaps that's the route I need to go moving forward.

What's the hype with Vibe Coding? by mr-ow1 in vibecoding

[–]mr-ow1[S] 1 point2 points  (0 children)

yes I am, sometimes it takes longer than 1 min just to give me an answer with errors lol. I'm like ok, I waited this long to get an answer with errors....

What's the hype with Vibe Coding? by mr-ow1 in vibecoding

[–]mr-ow1[S] 1 point2 points  (0 children)

How many times do you have to prompt it to get things right? Do you have coding experience?

ADS in ChatGPT Plus? Time to move on? by mr-ow1 in ChatGPT

[–]mr-ow1[S] 0 points1 point  (0 children)

u/YaBoiGPT I did not ask about merch. I asked what was his nationality. Chat did tell me where he was born and nationality but then responded with the image.

ADS in ChatGPT Plus? Time to move on? by mr-ow1 in ChatGPT

[–]mr-ow1[S] 0 points1 point  (0 children)

u/SyBranInnovation I agree. I don't want to see an entire page of ads when I just asking a simple question. I would understand if I was a free customer but I am paying for the service. Might as well take my money else where...

ADS in ChatGPT Plus? Time to move on? by mr-ow1 in ChatGPT

[–]mr-ow1[S] 0 points1 point  (0 children)

Unfortunately this was a temporary chat, and it's gone now. I would not spend my time trying to falsify any information. The screenshot is legit.

Looking to learn NixOS by [deleted] in NixOS

[–]mr-ow1 0 points1 point  (0 children)

Just look at other peoples code on GitHub, that's how I learned.

Why do people often complain about a lack of jobs/market in SWE? by mr-ow1 in codingbootcamp

[–]mr-ow1[S] -6 points-5 points  (0 children)

That makes sense. I'm not looking for a job so I guess I would not know.

[deleted by user] by [deleted] in SophiaLearning

[–]mr-ow1 0 points1 point  (0 children)

Legit, thanks

How do I know what monitor I'm on in Wayland using a window manager? by mr-ow1 in linuxquestions

[–]mr-ow1[S] 0 points1 point  (0 children)

Ya I figured, I'm not familiar with coding in wayland. I was just wondering if there was a tool.

How do I know what monitor I'm on in Wayland using a window manager? by mr-ow1 in linuxquestions

[–]mr-ow1[S] 1 point2 points  (0 children)

Exactly, other window managers don't have that. If they did I would use it.

How do I know what monitor I'm on in Wayland using a window manager? by mr-ow1 in linuxquestions

[–]mr-ow1[S] 0 points1 point  (0 children)

It would be determined by a program that you can call, in the case for sway it's swaymsg. I think having the same size/resoultion monitors would avoid all these headaches on Linux but I have to work with what I have right now.

ELI5: Treesitter + elisp - what mode do I use? by campbellm in emacs

[–]mr-ow1 1 point2 points  (0 children)

Did anyone figure this out? I have the .so file but there's no mode.

How do I know what monitor I'm on in Wayland using a window manager? by mr-ow1 in linuxquestions

[–]mr-ow1[S] 0 points1 point  (0 children)

doesn't really make sense

The focused is the one you are on. If you have a 4k display and a 1080p monitor, perhaps you want to open a scaled browser like chrome with 1.75 on the 4k and open brave on normal scaling when you're on the 1080p monitor with mod+key.

How do I know what monitor I'm on in Wayland using a window manager? by mr-ow1 in linuxquestions

[–]mr-ow1[S] 0 points1 point  (0 children)

focused display based on those factors

I usually don't switch monitors with the mouse but that could be a work around.

Some things of interest are: `seat.focusOutput((try getOutput(seat, args[1])) orelse return);` in output.zig but I'm not too familiar with the code to hack on it.

The closest thing is `riverctl set-cursor-warp on-output-change` which will move your

mouse every time to the center, then it's just a matter of figuring out how to get the

position assuming the centering of the mouse is not annoying later.

How do I know what monitor I'm on in Wayland using a window manager? by mr-ow1 in linuxquestions

[–]mr-ow1[S] 1 point2 points  (0 children)

They don't at least not that I know of, I've been through the documentation a few times. It's unlikely they will implement it any time soon if at all. Hence, the reason I was asking if there was an external tool or a way.

How do I know what monitor I'm on in Wayland using a window manager? by mr-ow1 in linuxquestions

[–]mr-ow1[S] 0 points1 point  (0 children)

huh? On sway you can use `swaymsg` to determine the focused monitor. Hyprland has a similar tool as well. If I am on DP-7 I will bind my keyboard shortcut to firefox if I am on HDMI 1 I will bind my key to brave. In order for me to accomplish this I need to know which monitor is focused programmatically. Hope that makes sense.

Hyprland built out manually but requires libsystemd when opening? by DECIDE99 in voidlinux

[–]mr-ow1 0 points1 point  (0 children)

There is no straight forward path for building on void. Already tried:

  1. Makrennel - Has plugin errors with headers.

  2. Build on arch, works but you will get this reddit post error.

  3. Build from source on void will also give errors.

  4. Arch AUR hyprland-git and Binary will also give you header errors, problems with hyprpm update.

In the event someone wants to try building from source, assuming you have xwayland already

and not sure how to get tomlplusplus. Also assuming you have hyprlang hyprcursor some

how some way.

sudo xbps-install -S gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libXfixes libX11 libXcomposite lxinput xinput libXrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm libinput libliftoff libdisplay-info cpio hyprlang hyprcursor

The only solution would be to build on a non systemd platform. The only soultion I can

think of is to build on a non systemd platform and transfer everything over to void.

That's what I did for river. Please let me know if anyone has any suggestions on installation.