Roman Vesely

@romanvesely
32 Followers
110 Following
409 Posts

Somewhere between trees and bytes of code.

Software engineer from #Slovakia. Mostly #CSS, #JavaScript, #TypeScript, #React.

webhttps://romanvesely.com
twitterhttps://twitter.com/rmnvsl
githubhttps://github.com/crazko
graffiti & streetarthttps://pixelfed.social/crazko
Why I don't see photos from followed hashtags on @pixelfed? That's my only source of the new content.

It’s possible to protect against CSRF attack without traditional hidden input fields with tokens. Header `Sec-Fetch-Site` is sent by browsers with every request since 2023. This header should be read by server that can act according to its value. For example, reject requests that are not `same-origin`.

https://romanvesely.com/log/0048

I just noticed my site build has been failing for a few days. Most of my latest changes are just new bookmarks, which are in #yaml format. So I went to check the first breaking addition.
I didn't know #github shows an error in such cases!

The Daily Hieroglyphs Bot learned a few new plural nouns today. So hopefully they should start showing up (randomly) over coming days, and we should get "snakes" a little less often!

~@JigsawPieces

So, it's about 22 newsletters. I also unsubscribed from few of them during this little research.

RE: https://mastodon.social/@romanvesely/114833274803209787

I decided to wait for another few years.

RE: https://mastodon.social/@bondolo/115980576501773113

Every restaurant menu in PDF you need to download from their website is a failure.

My review of the Nüborn Baby at 3 months

My Nüborn Baby arrived in October, and now that I've had a few months to get used to it, I thought I'd write up a review, in case you were thinking of getting one for yourself.

Josh Collinsworth
As of the #vscode last update I cannot open Source Control with keyboard. Very annoying. Seems it is a bug. https://github.com/microsoft/vscode/issues/286825
ctrl+shift+g is being overridden by editor.action.announceCursorPosition · Issue #286825 · microsoft/vscode

Caused by: 85b48837f8b6 We cannot touch ctrl+shift+g or cmd+shift+g on any platform, it toggles the SCM view.

GitHub