Bye-bye, Qutebrowser...

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 128

  • @thewooque
    @thewooque 5 лет назад +44

    To dispel some misconceptions in the video. h264ify won't give you hardware accelerated video decoding, it's just H.264 decoding is somewhat less CPU intensive, compared to VP8/9.
    No browser on Linux have hardware accelerated video decoding (at least in upstream projects, read further). For Chromium there is patch to enable hardware accelerated video decoding via VAAPI but it's not and will never be upstreamed. Luckily some distros apply the patch (OpenSuse, Fedora, Arch added it quite recently) or there is community package with patch applied (Ubuntu PPA). So if you want hardware accelerated video decoding, your only choice is Chromium (using package with patch applied or patching it yourself). That said, h264ify will probably still be useful with acceleration enabled because wider range of devices support hardware acceleration for H.264 codec, VP8/9 is supported only by quite recent Intel CPUs.

    • @WolfgangsChannel
      @WolfgangsChannel  5 лет назад +10

      Thanks, didn't know that

    • @unLinuxeroMas
      @unLinuxeroMas 2 года назад +3

      whar is the estate of video aceleration in navigators now days

  • @vison360
    @vison360 5 лет назад +31

    I agree, modern web is so broken that browser without heavy-duty add blocker it's impossible to use.

  • @maxv3286
    @maxv3286 5 лет назад +45

    These reasons are why i'm still on firefox.

    • @JDStone20
      @JDStone20 4 года назад +2

      Same here. I use either Brave or Firefox

  • @stefanRastocky
    @stefanRastocky 3 года назад +10

    I watched this video from qutebrowser with mpv to test my binding

  • @VictorRodriguez-zp2do
    @VictorRodriguez-zp2do 5 лет назад +24

    I prefer mpv, you can still run it on the background and it's light weight

    • @adamblomberg
      @adamblomberg 5 лет назад +6

      Isn't it very inconvenient to use compared to the regular web client.

    • @xthebumpx
      @xthebumpx 5 лет назад +7

      It fixes the problem with qb's inability to block youtube ads too

  • @InNominePraxis
    @InNominePraxis 5 лет назад +10

    I fell for the qutebrowser meme way back when luke made a video about it. Loved the key bindings but that was about it, had to drop it after a couple of weeks.

    • @JDStone20
      @JDStone20 4 года назад

      Me too!

    • @user-ju6zx3rm8d
      @user-ju6zx3rm8d 4 года назад +1

      Luke uses Brave now, mostly

    • @amongusisdeadstopjokingabo1484
      @amongusisdeadstopjokingabo1484 Год назад +1

      I dropped it within 4 days. The bad adblock got on my nerves. I went back to LibreWolf, never going back again unless Mozilla and the LibreWolf team both make massive oopsies.

  • @streambarhoum4464
    @streambarhoum4464 5 месяцев назад +1

    you can enable video acceleration :
    qutebrowser --qt-flag ignore-gpu-blacklist --qt-flag enable-gp
    u-rasterization --qt-flag enable-native-gpu-memory-buffers --q
    t-flag num-raster-threads=4
    :)

  • @FreakAboutSims3
    @FreakAboutSims3 5 лет назад +18

    > too lazy to setup mpv
    Okay.

  • @MoreChannelNoise
    @MoreChannelNoise 5 лет назад +20

    I watch youtube vids with mpv and dont get adds so I am fine.

    • @umop3plsdn
      @umop3plsdn 2 года назад

      i watch youtube vids IN qutebrowser and don't get adds so I am fine.

  • @user-wb4dm4gu3g
    @user-wb4dm4gu3g 3 года назад +3

    good to know that most of those issues are already solved as march 2021

    • @godnyx117
      @godnyx117 3 года назад

      Can you tell me your experience with the latest Qutebrowser? I want to switch from firefox but I don't know if It's worth to spend my time in it...

    • @user-wb4dm4gu3g
      @user-wb4dm4gu3g 3 года назад

      @@godnyx117 it's good, took me like 10 minutes to memorize all the most important hotkeys, tho i still use firefox when i need certains addons, for example when reading japanese i use the yomichan addon, i would recommend you to check it out, and if you like it, you like it as simple as that

    • @exnihilonihilfit6316
      @exnihilonihilfit6316 2 года назад

      Which of the issues are not solved as of today?

  • @sakethmanda9590
    @sakethmanda9590 4 года назад +14

    I'm watching this video on qutebrowser right now, and I feel none of the problems you are talking about. Then again, this video was posted a year ago.

    • @rajatnegi3896
      @rajatnegi3896 4 года назад

      what do you do to for ad and pop up blocking

    • @floof5359
      @floof5359 3 года назад +2

      @@rajatnegi3896 setup a MPV bind, no ads, higher quality!

    • @IuliusPsicofactum
      @IuliusPsicofactum 3 года назад

      To block RUclips ads this on the config.py works perfectly well:
      import subprocess
      import os
      from qutebrowser.api import interceptor
      # ==== RUclips Add Blocking ==== {{{
      def filter_yt(info: interceptor.Request):
      """Block the given request if necessary."""
      url = info.request_url
      if (
      url.host() == "www.youtube.com"
      and url.path() == "/get_video_info"
      and "&adformat=" in url.query()
      ):
      info.block()
      interceptor.register(filter_yt)
      #}}}

    • @kj-marslander
      @kj-marslander 2 года назад

      @@floof5359 he did talk about that, using MPV for it is cumbersome. plus you limit your yt experience, no liking/commenting.

    • @Anonymous4045
      @Anonymous4045 2 года назад

      @@kj-marslander You go to the video in the browser and can make comments/like vids, but when you want to play it, you copy the url and paste it to the cmd

  • @zpxyz
    @zpxyz 5 лет назад +3

    I've been using qutebrowser for about 3 years and I couldn't agree with all of this more. I use mainline firefox on my desktop and main laptop for productivity now for these reasons but still use qutebrowser on my X220 and older linux boxes where I want to keep my home row keybindings and don't multitask with videos quite so much.

  • @chnoack
    @chnoack Год назад

    I really love qutebrowser. It is so quick to use. But there are two major things I miss: a proper password manager integration (without having the passwords in the qute://log) and my favourite Firefox extension "group speed dial" which increases my productivity in my professional context.

  • @joeanti-governmentjones9463
    @joeanti-governmentjones9463 5 лет назад +4

    Thoughts on ungoogled-chromium?

  • @oj0024
    @oj0024 5 лет назад +14

    Vimium-ff is nice to

    • @kj-marslander
      @kj-marslander 2 года назад

      and it has 'normal' easy to remember keybindings.

  • @umop3plsdn
    @umop3plsdn 2 года назад

    i dunno qutebrowser > * I don't have ANY of these concerns that this lists however, that could be this was years ago and they ironed out the bugs. I don't even have preroll youtube ads anymore in qutebrowser LOL I LOVE THIS THING. Also, with all the keybindings I literally feel like a god

  • @masterofdizzzaster
    @masterofdizzzaster 4 года назад +1

    This channel is insulting basically all the things i love and use on daily basis -______-

  • @ha17h3m9
    @ha17h3m9 5 лет назад +2

    Finally a New video , we missed you bro

  • @victornecromancer
    @victornecromancer 2 года назад

    Maybe mpv and Pi-Hole would solve most of the problems

  • @peacemekka
    @peacemekka 3 года назад

    Hm. First I was angry at you. Then hearing your points, I realized they're valid points so.... Yeah. Qutebrowser lacks in these features. But I just loved the nothing but keyboard and minimal look of it. So I'll stick to to it for a while. If it doesn't work out then I'll switch as well.

  • @almasabdrazak5089
    @almasabdrazak5089 3 года назад

    I use Firefox and RUclips eats 80% of cpu as well, solution, just pipe video url into mpv , with mvp it just uses 20-30% of cpu

  • @JHACbiz
    @JHACbiz 5 лет назад

    Firefox needs some kind of keybinding feature addon, I get to doing something now and want to do control+o to open a page and firefox just won't do it.

    • @AtomToast
      @AtomToast 5 лет назад +1

      I know I am quite late here but there are actually plenty to chose from: Tridactyl, Saka keys, vimium-ff, etc

  • @kj-marslander
    @kj-marslander 2 года назад

    i tried qb but some of the keybindings make no sense. I'm used to vimium-ff :D ... you complained about qb during the entire video, then you say at the end it's not an attack on the qb project, love it!

    • @umop3plsdn
      @umop3plsdn 2 года назад

      the keybindings don't make sense? Eh? if you use have ever used VIM they are EXACTLY the same literally.

  • @Flash136
    @Flash136 5 лет назад

    Since you talked about hardware video acceleration, I'm guessing you moved to Chromium? VA-API patches got included in the main repository package recently, at least on Arch and Fedora.

  • @purgatoriprytania5382
    @purgatoriprytania5382 5 лет назад

    Amazing browser, but the Mac experience leaves a lot to be desired unless you can figure out how to build the thing from source. The lack of an ability to easily import bookmarks or play back copyright-protected video is a pretty serious hindrance. And, unfortunately, even something like Firefox + Tridactyl isn't much of an alternative, unless you don't mind overheating your CPU.

  • @MrReedMiester
    @MrReedMiester 2 месяца назад

    "good evening fellow zoomers" xD

  • @benary5620
    @benary5620 5 лет назад +2

    What browser did you switch to? Privacy wise, I stick with firefox (modified settings in about:config and appropriate plugins). The vim plugin lets you control it mostly via keyboard vim bindings, which is pretty good.
    Qutebrowser serves all my locally hosted dashboards on a second screen because they aren't cluttered with annoying stuff.
    Oh, and please don't use Luke Smith's annoying 'zoomers' greeting (love Luke's videos, but it's annoying enough when he does it) ;)

    • @WolfgangsChannel
      @WolfgangsChannel  5 лет назад +1

      I switched to ungoogled-chromium with VAAPI patches

  • @TheMrmartintorres
    @TheMrmartintorres 5 лет назад

    Voice sounded good in the video, no problems for me.

  • @davisbindejazz
    @davisbindejazz 3 года назад

    I'm watching 1080p in qute with no problem. You want to spawn them to mpv tho ;)

    • @godnyx117
      @godnyx117 3 года назад

      He made the video 2 years and almost 2 months ago....

    • @davisbindejazz
      @davisbindejazz 3 года назад

      @@godnyx117 so?

  • @slinkeepy
    @slinkeepy 4 года назад

    I have a problem with using adblockers -- namely, why are you supporting websites/pages that you don't agree with their level of ads? Don't use the site, or close the video (that's what I do on youtube if an unskippable ad comes up, and it's what drove me away from facebook completely).
    Cheating the system doesn't actually improve anything overall (and your own experience being improved is a somewhat selfish goal). Basically you vote with your web browsing, for the sites you want others to make. I look at it the same way as cheating taxes... not terribly ethical.
    Just an alternate view on what I see as a non-issue for browsers (treating the symptoms, not the cause).

    • @bmbiz
      @bmbiz 4 года назад +1

      You might have a point if ads were the same as, say, TV commercials. That is simple, well-understood, one-way, audio/visual communications with fairly standard placements and timings. Online ads, OTOH, are part of the web of deceit and manipulation that makes up most online commerce and therefore an affront to anyone who values privacy. Until all the online players that participate in this cyber rape of my privacy rights clean up their act I'm not going to willingly contribute one damn cent to them and they can suck it and suck it hard as far as I'm concerned.

    • @slinkeepy
      @slinkeepy 4 года назад

      @@bmbiz TV commercials are also terrible... but either way, you're addicted to their platform, so they've got you regardless of whether or not you watch their ads :/

    • @bmbiz
      @bmbiz 4 года назад

      @@slinkeepy I'm not quite sure what you mean. I haven't watched an ad on TV in forever and I don't remember the last time I actually saw one on YT. Plus I don't use either of them all that much. ?-|

    • @slinkeepy
      @slinkeepy 4 года назад

      @@bmbiz well you bypass the ads, so it figures you won't see them much... but yeah if you're a light user, even better

    • @exnihilonihilfit6316
      @exnihilonihilfit6316 2 года назад

      Taxation is armed robbery (well, technically, extortion). Please educate yourself - or you'll continue to be a supporter of violent criminals.

  • @jalepezo
    @jalepezo 4 года назад

    thatis why iam using lynx guys

  • @FreakAboutSims3
    @FreakAboutSims3 5 лет назад +1

    Why do you need extensions?

    • @WolfgangsChannel
      @WolfgangsChannel  5 лет назад +8

      To force HTTPS everywhere, block ads and trackers efficiently, force youtube to H264, redirect RUclips links to invidio.us. Have you actually watched the video?

    • @imodium438
      @imodium438 5 лет назад +1

      Qutebrowser lacking an efficient adblocker is almost a deal-breaker for many. It should really be put on high priority because I've had plenty of friends who've I've recommended it to stop using it for that reason. It's a really a great browser & it's a shame that's the one thing that holds it back (a lot). The way qutebrowser handles vim keybindings on a browser is really remarkable so if they got basic extensions working (particularly adblocking with uBlock) ... no other browser would be able to contend.

  • @linuxinside6188
    @linuxinside6188 5 лет назад +2

    I use Brave browser .. Gr8 for privacy ..

    • @johnc3403
      @johnc3403 4 года назад +1

      ..despite it being half Chinese owned?

    • @johnc3403
      @johnc3403 4 года назад

      ..just putting the Chinese ownership out there. There is an argument that a Chinese backdoor is preferable to a US one. I mean, who would you prefer to have your internet history on file?

    • @linuxinside6188
      @linuxinside6188 4 года назад

      @@johnc3403 i'm using ungoogled chromium now .

    • @johnc3403
      @johnc3403 4 года назад +2

      @@linuxinside6188 I use Chromium myself. I'm still not sure how secure it is. I just assume that someone is watching everything I do online. That's the best way to approach your browsing and communications I think. Trust NO browser, NO website and NO isp.

  • @babitz0r
    @babitz0r 5 лет назад

    what's that under your nose

  • @reziiwastaken
    @reziiwastaken 5 лет назад +1

  • @iercan1234
    @iercan1234 5 лет назад

    ungoogled chromium

  • @vv7542
    @vv7542 5 лет назад

    Какое же охуенное интро

    • @WolfgangsChannel
      @WolfgangsChannel  5 лет назад

      Держи в курсе

    • @WolfgangsChannel
      @WolfgangsChannel  5 лет назад

      @@pig_benis согласен, слишком эпичное было. поэтому и сделал новое. но люди снова недовольны говорят мол верни старое 😢

    • @WolfgangsChannel
      @WolfgangsChannel  5 лет назад

      @@pig_benis Я родился и вырос в России :)