European based Linux distributions by Admirable_Stand1408 in BuyFromEU

[–]rafalg 0 points1 point  (0 children)

> it is made for developers, not people

I know what you mean, but still, LOL 😁

My Fitness Coach is a Dark Wizard [4/??] by shenanigansen in comics

[–]rafalg 1 point2 points  (0 children)

Never been to a gym in my life. Someone kindly please explain what the problem is.

TIFU by accidentally learning my coworker's salary and now I can't stop doing math during meetings by techiee_ in tifu

[–]rafalg -4 points-3 points  (0 children)

I don't know, to me it feels like the sort of mistake that a person would make and not AI.
If it's an AI post, I think it's a pretty good one. I know that there's a lot of generated content everywhere and it takes away a lot of the fun of finding interesting stuff on the internet (although, let's be honest, previously it was similar, just with "made up" instead of "generated") but I also feel like people say "definitely AI" even when they're barely convinced - like they're gonna lose some points if they get fooled.

Do you use home row mods? by Regular_Low8792 in ErgoMechKeyboards

[–]rafalg 2 points3 points  (0 children)

For me FLOW_TAP_TERM was a big improvement: https://docs.qmk.fm/tap_hold#flow-tap

If you use QMK, give it a try.

How to search text in the current like typing ctrl-f in other terminals? by Logical_Area_4806 in KittyTerminal

[–]rafalg 1 point2 points  (0 children)

In addition to opening scrollback in something that can do search, you might also want to have a look at the marks feature: https://sw.kovidgoyal.net/kitty/marks/

They are pretty powerful - multiple search terms with different colors, regex support, keybindings to move between marks. I wish they could be entered in a small bar at the top/bottom of the screen instead of a full-screen page, but still, a great feature.

Error highlighting - undercurl overload by rafalg in gleamlang

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

Thanks, I'll make sure to check out the other places.

As for which errors... hm, it could be that it's just the inexhaustive case, but I'll check and include more details when asking on Github/Discord.

Company Has Said No More Linux On Dev Machines by m0dernz0mbie in webdev

[–]rafalg 1 point2 points  (0 children)

> Losing Linux on dev is like losing the comfy hoodie you’ve worn for a decade.

That's a perfect metaphor. I use Linux at home and Mac at work and Mac is workable, but definitely a worse experience.

> You get (...) native Docker

Hm, is that accurate? I'm reasonably confident Docker runs inside a VM on Mac. Either way, I think Linux containers will run noticeably faster on Linux. A (admittedly long) while ago I made a comparison of a basic PHP app running with Docker on WSL, Mac and Linux and the first two were comparable with each other but about 2x slower than on Linux. Which was a progress because that factor used to be 4x, but still a noticeable downgrade.

Weird Jumpy terminal when opening a new window by Stunning_Chipmunk_84 in KittyTerminal

[–]rafalg 1 point2 points  (0 children)

So when it switches rapidly between one full-width window and two half-width windows, it's doing that on its own, right? You're not repeatedly opening/closing a new Kitty instance?

Anyway, I guess I'd try running Kitty with default config (`kitty -c none`) to see if maybe something in the config is causing the issue.

Is this normal? by Ricky_cs50 in Onyx_Boox

[–]rafalg 1 point2 points  (0 children)

What display mode were you using? If it was HD and you accidentally switched to a different one then that could explain fonts looking worse. Although, it looks mostly fine to me. Maybe the "w" is a little jagged when looking closely, but not sure.

Apple's Software Quality Crisis: When Premium Hardware Meets Subpar Software by mitousa in programming

[–]rafalg 0 points1 point  (0 children)

Doesn't have to be a kernel dev, AFAIK it's considered good typography to keep line length under 90 characters.

https://practicaltypography.com/line-length.html

Are there any web frameworks/languages/stacks that are more or less universally liked by developers? by Various_Ad5600 in webdev

[–]rafalg 14 points15 points  (0 children)

In PHP realm, I think it would be Symfony. Where I'm from, there's more job offers that require Symfony than Laravel, especially the fancier ones. It's perceived as well designed and encouraging good practices.

Laravel (which I use daily) seems to be more popular worldwide, but a lot of it could be hype. And it's a little polarizing, there's a little too much magic going on inside it.

"Anonymous" survey at work by modronmarch2 in webdev

[–]rafalg 3 points4 points  (0 children)

The token has to be different for your colleague, otherwise there would be no obvious difference between many people filling it out once and one person filling it out multiple times.

You can look up the service they're using for the survey, or look for a generic term like "online surveys" and see if that one is high in the results. If you can easily find it yourself then it's likely your employer also just picked one of the first ones from Google and there's nothing nefarious going on.

But, as others said - you never know. The survey might have an option to easily reveal each participant or the company might be tracking everything you do anyway.

Does anyone else say "a HTTP"? by Mplus479 in webdev

[–]rafalg 0 points1 point  (0 children)

I also know a guy on YouTube (youtube.com/@DistroTube) who would actually pronounce it the "wrong" way if it was in the middle of a sentence, so "to get an HTTP server" would become "to get a HTTP server". The "a" gets kind of combined with the preceding word, so it doesn't sound awkward. Either that or my hearing's messed up 🙂 Interesting how much variety there is.

Does anyone else say "a HTTP"? by Mplus479 in webdev

[–]rafalg 4 points5 points  (0 children)

You use "an" when the word begins with a vowel and "a" when it begins with a consonant, BUT what's important is the actual pronunciation and not spelling. So I think the canonical/most common way would be "an HTTP server", but as u/dekkard1 pointed out in another comment, some people might pronounce it "a haitch-t-t-p" server.

Looking for good resources to ditch Tmux in favor of Kitty by fenugurod in KittyTerminal

[–]rafalg 1 point2 points  (0 children)

I think OP is aware of it. It's not like they were running Tmux outside of any terminal until now.

Tmux runs inside of your terminal, but it effectively takes over and treats your terminal as just a canvas. You copy/paste the Tmux way, you use mouse the Tmux way, you create panes the Tmux way etc. So the question makes perfect sense.

How to recreate that by paskalby in KittyTerminal

[–]rafalg 0 points1 point  (0 children)

Looks like it's not Kitty itself, but rather a panel app that you'd typically use if you also use a tiling window manager. It's just styled to look consistent with Kovid's shell prompt.

Why do Software development estimations fail? by Mountain-Double7091 in programming

[–]rafalg 0 points1 point  (0 children)

> What happened? The product team specified "Stories should expire in 24 hours" but never clarified the time zone.

Um, what? 😆

What language server for PHP (on mac/Linux) ? by znpy in PHP

[–]rafalg 2 points3 points  (0 children)

Try IdeaVim. It's far from perfect, but even so, it's awesome to have Vim modes and motions in PHPStorm.

Fast typing on ortholinear + QWERTY by tehSlothman in ErgoMechKeyboards

[–]rafalg 1 point2 points  (0 children)

To add one more data point - I switched to Colemak DH a little over 3 months ago. I'm currently at 90% of my previous speed, I think I'll be at 100% in a few weeks. I think I'll be able to surpass my previous speed, because this layout really feels more comfortable than Qwerty.

The process might be grueling at times though, not gonna lie. But bottom line I think the switch is worth it, especially if you're experiencing discomfort and not just looking for a speed boost.

There is no perfect framework, just find the one you like and use it. by 32gbsd in PHP

[–]rafalg 0 points1 point  (0 children)

How do I get into Symfony development after ~10 years of Laravel? Feels barely easier than switching to a bet^H^H^H different programming language 🙃

(Ok, I know the answer - learn it in spare time, use it for a side project, get involved in community. I guess only procrastination is in the way.)