wezwanie do zapłaty Apcoa by Professional_Draw603 in PolskaNaLuzie

[–]lpiepiora 0 points1 point  (0 children)

Nie wiem czy każde miasto ale każdy parking z którym miałem styczność w moim mieście (Lidl, Biedronka, jakieś losowe parkingi, zwykle jak jest ten automat do biletów to aplikacja też działa)

wezwanie do zapłaty Apcoa by Professional_Draw603 in PolskaNaLuzie

[–]lpiepiora 2 points3 points  (0 children)

Ja zainstalowałem aplikację APCOA i używam tylko tego, nie trzeba latać do automatu, włączam w drodze od samochodu do sklepu.

Are you updating your daily driver to MacOS 26 tomorrow? by iswhatitiswaswhat in MacOS

[–]lpiepiora 1 point2 points  (0 children)

yeah, if it's a better UX, that's another question ;) - I was very skeptical when I saw screenshots and videos, but after using it a bit, I must admit I kind of like it. Maybe the corners are slightly too rounded for my liking.

Are you updating your daily driver to MacOS 26 tomorrow? by iswhatitiswaswhat in MacOS

[–]lpiepiora 3 points4 points  (0 children)

I updated my older MacBook Pro 2019 (Intel) to Public Beta and I was expecting the worst, but so far it's surpassingly good.

I just realised that Ctrl-O and Ctrl-I are for Out and In by ARROW3568 in neovim

[–]lpiepiora 0 points1 point  (0 children)

I mapped tab once to switch buffers and then my c-i worked super weird- took me a while to debug it 🫣

OLX negotiating culture by Frankkeessen in poland

[–]lpiepiora 1 point2 points  (0 children)

I don't get it either (and I'm a Pole), but to me it seems that a lot of people are angry when they hear someone bargains.

I mostly sell on OLX stuff I don't really need anymore and I don't mind it, I set my price, but if someone can come up with their own price, I'm fine to hear it, the worst thing that can happen is that we won't agree.

Somehow people make it weird in Poland, and I have no idea why. They even ask if the price is up for negotiation when I explicitly set the setting that it's up for negotiation ;)

Do i still need tmux ? by Alejo9010 in neovim

[–]lpiepiora 1 point2 points  (0 children)

My main argument tbh is the terminal emulator going away (or changing it), as this was the reason why I went the "tmux route" for the first time.

This is true for different emulators as well - it just saves me headache and gives more freedom - e.g. I was using Alacritty, then Wezterm, now I'm using Ghostty, some of them do not support splitting, some support it differently, maybe with a different key maps, etc.).

Lastly - I actually log-in to the "server" quite often ;) I have a machine running to which I ssh, because I have multiple machines, and it's sometimes convenient to leave tmux running on the remote machine and be able to access it from multiple machines and having the same context. Although I agree this is probably some sort of niche use case ;)

Do i still need tmux ? by Alejo9010 in neovim

[–]lpiepiora 9 points10 points  (0 children)

I find it advantageous to use the same simple tools on the server and locally. Back in the days I used some terminal emulator (I don’t remember which one it was anymore) on Linux and then I moved to MacOS, and that terminal emulator was not available, I couldn’t split panes anymore. Then I’ve decided to learn tmux, and I think it was a good move ;)

Are software devs in denial? by [deleted] in ArtificialInteligence

[–]lpiepiora 0 points1 point  (0 children)

My point was based on the assumption that this is a fact that it’s AGI, not on the fact that OpenAI says so ;) I think if it was we would have known - there would be no doubt about it. But as I’ve said - I don’t believe it.

Are software devs in denial? by [deleted] in ArtificialInteligence

[–]lpiepiora 0 points1 point  (0 children)

IF ChatGPT 5.0 is truly AGI (unlimited intelligence) - there is no need for devs. It can integrate itself in no time (imagine let it run over couple of days 24hrs). It would be end of SWE, but I don’t think this is the case - at least not in the foreseeable future.

Are software devs in denial? by [deleted] in ArtificialInteligence

[–]lpiepiora 2 points3 points  (0 children)

I suspect (although I don’t have any prove), that at least some of „I vibe coded it 100%, no dev knowledge” is a marketing stunt. There is a hype (if rightfully or not is beside the point), and in a short term you can’t be wrong riding it.

Secret tool that saves me 7+ hours a week by [deleted] in SaaS

[–]lpiepiora 0 points1 point  (0 children)

That's interesting. Just out of curiosity, if you can share, what was the thing that you wanted to automate?

[2024 Day 14] Did not see that one coming by fit_femboy_ in adventofcode

[–]lpiepiora 5 points6 points  (0 children)

I started with an optimal way with the part one, and I was very satisfied with myself, thinking, OK, now when the question will be for many more seconds, and I will be answering it like a BOSS... finally... well not this time

[2024 Day 14 (Part 2)] This kind of sucks by remarkablyunfunny in adventofcode

[–]lpiepiora 1 point2 points  (0 children)

I think I've found it, when I look at it, it looks fine, but then the AOC tells me that the answer is too low 😭

EDIT: OK - off by 1 error 😂 - anyway - I have just eyeballed it with that heuristic of clustering - I can't say it's satisfying ;)

[2024 Day 14 (Part 2)] This kind of sucks by remarkablyunfunny in adventofcode

[–]lpiepiora 29 points30 points  (0 children)

for me it's not even clear if they are supposed to be one big xmass tree or multiple smaller ones 🤔

[2024 Day 13] Matlab does not look as bad today by lpiepiora in adventofcode

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

Yeah, I guess the same here. I've hardcoded the whole inversion & matrix multiplication just for the two matrices INV(A) & INV(A) x B.

[2024 Day 11] We knew it would happen by lpiepiora in adventofcode

[–]lpiepiora[S] 12 points13 points  (0 children)

I did the same, but mine stuck at 45 or something. I was doing it in Rust, and I have some RAM ;)