vyskocilm

@vyskocilm@witter.cz

Linux enthusiasts and user, #openSUSE #MicroOS, Go developer.

#searchable

This profile is from a federated server and may be incomplete. Browse more on the original instance.

jgrulich, to random

You can now use @pipewire camera support in the latest Firefox release. It's still not enabled by default and there might be still some issues. That's why I wrote a post about how to use it and debug issues you might encounter: https://jgrulich.cz/2024/01/30/how-to-use-pipewire-camera-in-firefox/. Happy testing!

vyskocilm,

@jgrulich @pipewire

Works great on @openSUSE Aeon and Firefox from a flathub including a camera indicator in Gnome. Not sure why I see 4 cameras over libcamera/pipewire, but fortunately the first one have worked.

18+ vyskocilm, to facepalm

Every single one security, single anti-phishing training. Including Microsoft's own Protect yourself from phishing page

  1. Beware weird unusual subjects
  2. Beware emails requiring any urgent action from you
  3. Phishing pretends to be a well known company name
  4. Do NOT click on the links

Microsoft: hold my spam!

Subject: Action required:...
The body: does contain the button with the f***ng link!

#facepalm #phishing #it #security

vyskocilm,

@odr_k4tana

I think that having a link looking like a button is the worst problem here. The text shall offer visiting the MS account first.

The link itself should be a second option and look like an actual link instead of a button. Maybe it can urge the user to verify the link before visiting it.

alatiera, to random
@alatiera@mastodon.social avatar

deleted_by_author

  • Loading...
  • vyskocilm,
    vyskocilm, to golang

    for idx := range []int{0, 1, 3}

    does not do what one wants to do. #go #golang #gotcha

    vyskocilm, to vim

    This fixes all my complaints wrt text search and a highlighting

    set nohlsearch
    set incsearch

    #vimtips #vim #neovim

    preslavrachev, to blogging
    @preslavrachev@mastodon.social avatar

    I want to make my blog: https://preslav.me more Fediverse-friendly. I was thinking, adding some more options for interacting with readers, other than simply dumping my RSS feed onto my Mastodon profile.

    My blog is a statically-generated Hugo site, hosted on Netlify. I am able to add some backend functionality via Netlifyโ€™s lambda functions.

    What options do I have?

    โ€”
    #blogging #rss #netflify #hugo #fediverse #mastodon

    vyskocilm,
    vyskocilm, to rust

    #Rust is hard? No, just keep sprinkling the 'a and you are done. ๐Ÿ˜„ With an amazing support of a compiler.

    fn func<'a>(term : &'a str, data : &'a Vec<Item>) -> Result<(), Er<'a>>

    https://witter.cz/@vyskocilm/111252399813409189

    Narrator's voice: Writing this involved searching the web for syntax. Using a ๐Ÿฆ€ #playground a lot. And understanding the lifetimes in the code was not without its merit.

    vyskocilm,

    @kornel
    Thanks, that is what I need๐Ÿ‘

    marcoarment, to random
    @marcoarment@mastodon.social avatar

    This new Slack redesign is great if you hate screen space, clarity, contrast, ease of use, information hierarchy, messages, channels, and communication

    vyskocilm,

    @marcoarment
    @larsmb

    Here is the original color scheme at least. This redesign was awful.

    https://witter.cz/@vyskocilm/111294588961400308

    gabrielesvelto, to foss
    @gabrielesvelto@fosstodon.org avatar

    Yesterday night I've been hacking on #grub and I wonder if I should bother with sending my changes upstream.

    What tends to dissuade me from doing it is that most distros carry dozens of out-of-tree-patches, suggesting they weren't accepted (yet?). On top of it my changes touch memdisk functionality which is largely undocumented.

    Now that I'm re-reading this it really feels like #FOSS at its finest.

    vyskocilm,

    @gabrielesvelto

    /me this can't be that bad

    @openSUSE 197 patches, @fedora 337, #debian only(!) 69

    vyskocilm,

    @gabrielesvelto

    Now I am convinced ๐Ÿซฃ๐Ÿ˜€

    This looks like a reason distros are looking to systemd-boot

    robpike, to random
    @robpike@hachyderm.io avatar

    I'm giving at talk at GopherconAU (Sydney) in a few weeks, about what we got right and what we got wrong. I have lots to consider but admit I might be solipsistic on this topic.

    So I'm open to outside ahead-of-time input, provided it can be given politely.

    vyskocilm,

    @robpike good: easy to use language, great and fast tooling (go vet, gofmt, gopls, ...), backward compatibility, static binaries. Plus I like the constant and steady evolution of those.

    Bad: difference between nil vs empty slice and map. I understand the dislike for an implicit allocations. Still don't like that the assigment to nil map panics.

    sesivany, to mastodon
    @sesivany@floss.social avatar

    The feature in #Mastodon 4.2 I was waiting for the most is #ExclusiveLists.
    Now I can follow high-volume accounts such as reporting from Ukraine and not have my home feed flooded with it. ๐Ÿ‘

    vyskocilm,
    opensuse, to random
    @opensuse@fosstodon.org avatar

    We're celebrating being 18 today. We've had an amazing ride and look forward to more in the future. https://news.opensuse.org/2023/08/09/today-os-birthday/

    vyskocilm,

    @opensuse congrats! Now is the time for a ๐ŸŽ‚ and ๐ŸŽˆ and a ๐Ÿป

    vyskocilm, to golang

    Short post about Go 1.21 and new context package improvements: https://vyskocil.org/blog/go-121/

    #go #golang #go121 #programming #blog

    preslavrachev, to random
    @preslavrachev@mastodon.social avatar

    Jobs before remote: "Cool, let's have this 6.5-hour on-site meeting."

    Jobs after remote: "Cool, let's have this 6.5-hour meeting in Teams."

    Did async not manage to teach us anything? Anything? ๐Ÿ˜”

    #futureofwork

    vyskocilm,

    @preslavrachev THIRD YORKSHIREMAN:
    Eh, you were lucky to have a Teams! We used to call through Cisco Webex!

    #montypython

    robpike, to random
    @robpike@hachyderm.io avatar

    Never better! Went for a nice trip.

    vyskocilm,

    @robpike Oh dear! Get well soon!

    ebassi, to random
    @ebassi@mastodon.social avatar

    What's the point of having a single CMakeList.txt in your top level source directory if you then:

    • use a glob to list all the files you're going to build
    • put the glob inside an included cmake file
    • put the files that do not conform to the glob into a separate cmake file

    Build system brainworms.

    vyskocilm,

    @ebassi this is exactly why I used Rust when writing a command not found handler for openSUSE ๐Ÿ™ƒ. Took me way more time than C would. But not having to deal with any C build system was worth of the effort for me.

    b0rk, to random
    @b0rk@jvns.ca avatar

    if you use Linux on your personal computer: what do you like about it?

    I used to be super into customizing my window manager, but now I mostly like that it's so easy to install software, and that the environment is the same as on a Linux server

    (please no arguing about whether people "should" use Linux on their personal computers, I'm just curious about why you personally like it)

    vyskocilm,

    @b0rk opensource, just works, communities, ability to debug and contribute.

    Pl

    malwarejake, to random

    Privilege escalation with Python...

    video/mp4

    vyskocilm,

    @malwarejake reminds me good old Nokia

    jwildeboer, to random
    @jwildeboer@social.wildeboer.net avatar

    How many rebuilds exist of Linux distributions other than Red Hat Enterprise Linux?

    How many people make rebuilds available of the subscription-only Ubuntu packages with security fixes?

    How many other distributions develop so completely in the open as Red Hat does with the gitlab repos?

    Context matters, IMHO.

    vyskocilm,

    @jwildeboer as a former packager I am shocked how many people cares about src.rpm nowadays. The worst format any hacker wants to touch. #sarcasmbutonlyhalf

    I am sad seeing such level of a vitriol here on Mastodon toward RedHat. I think its a great company with a huge positive impact for OSS.

    jwildeboer, to random
    @jwildeboer@social.wildeboer.net avatar

    So yes, I watched the new Avatar water movie on Disney+. I didn't have much expectations. But it turned out to be even more bland than I feared. Time wasted, IMHO. What do you think?

    vyskocilm,

    @jwildeboer all I can say I cancelled my Disney+ subscription after 4 months.

    vyskocilm, to neovim Czech

    Why #neovim switches to the light background when started from #zellij? set bg=dark do nothing with the problem. Works well everywhere else.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • lostlight
  • All magazines