10 comments

  • haunter4 hours ago
    It can actually be also used for file recovery&#x2F;discovery, see the last slide<p><a href="https:&#x2F;&#x2F;archive.fosdem.org&#x2F;2023&#x2F;schedule&#x2F;event&#x2F;om_fim&#x2F;attachments&#x2F;slides&#x2F;5526&#x2F;export&#x2F;events&#x2F;attachments&#x2F;om_fim&#x2F;slides&#x2F;5526&#x2F;FIM_slides_fosdem23_om.pdf" rel="nofollow">https:&#x2F;&#x2F;archive.fosdem.org&#x2F;2023&#x2F;schedule&#x2F;event&#x2F;om_fim&#x2F;attach...</a><p>&gt;seek a ’magic’ signature in the file after opening it, and try decoding it starting within the range of that signature
  • kristopolous2 hours ago
    there&#x27;s a really interesting terminal image viewer based on cellular automata I made almost 20 years ago ... makes every image a bit animated in weird ways: <a href="https:&#x2F;&#x2F;github.com&#x2F;kristopolous&#x2F;ascsee" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kristopolous&#x2F;ascsee</a>
  • lrvick8 hours ago
    You can also use mplayer with &quot;-fp&quot; to play video on the frambuffer as well.<p>I have gone weeks at a time without using a graphical desktop at all thanks to these tools.
    • xattt6 hours ago
      Do you browse with framebuffer links too? :)
      • lrvick4 hours ago
        These days I prefer to ask an LLM to just go fetch content for me as much as possible.
      • monsieurbanana5 hours ago
        -links +lynx
        • yesbabyyes3 hours ago
          `links` is a text mode browser which is more capable than `lynx` and which has graphics support through the framebuffer.
          • mghackerlady3 hours ago
            and elinks is better than both of them :))
    • hkt7 hours ago
      This is a great tip, do you have others? I&#x27;ve tried to ditch graphical desktop envs and failed pretty miserably on media consumption and browsing before.
      • zamadatix3 hours ago
        I messed with this a bit and found fbdev forces even gpu accelerated video decode or rendered apps (e.g. even terminal text these days) to go through the CPU&#x2F;RAM copy path whereas a lightweight graphical setup (like a minimal sway with a full screen terminal window open) is zero copy. Minor thing, but I&#x27;ll gladly trade a little RAM for some battery life + simplicity if I ever do need to open something actually graphical on the machine.
        • akdev1l1 hour ago
          If you wanted a minimal terminal with graphical support then you should probably just run a minimal Wayland session with cage + terminal emulator<p>fbdev is not it, going through the DRM subsystem is much better
      • yonatan80704 hours ago
        I&#x27;m curious, what&#x27;s the motivation for not having a graphical environment at all?
      • redsocksfan457 hours ago
        Don&#x27;t use mplayer for this. Use mpv --vo=gpu --gpu-context=drm<p>This gives you hardware acceleration without a desktop environment.
    • antisol7 hours ago
      yep! and ffplay will detect your situation and run on the framebuffer if that seems appropriate. I&#x27;m sure there&#x27;s arguments to explicitly tell it to do that, but I&#x27;ve never used them :)
    • wazoox3 hours ago
      Ah yes, back in 2004&#x2F;2005 I got an old laptop (Pentium 200 or something like that) for free that wasn&#x27;t fast enough to reliably read videos with X11, but it worked fine as a movie watching device for my children using mplayer in FB mode :)
  • anthk7 hours ago
    I think this came with fbgs too; and fbpdf2 it&#x27;s a better fbpdf (no more slow GhostScript convertings), it just calls poppler&#x2F;MuPDF libraries.
  • sylware8 hours ago
    Should it be DRM nowdays?
    • whizzter8 hours ago
      I think the framebuffer devices is a least common denominator that is available on even miniscule or emulated hardware whilst anything above thats starts requiring a whole lot more infrastructure.<p>And honestly, you don&#x27;t need much more for an image viewer.
      • antisol8 hours ago
        This is exactly right - you can get a framebuffer on just about anything, including pretty much any video card made since about 1990, and also more fun things like the little i2c display that your toaster has. No need to restrict relatively simple software like fbi&#x2F;fim to running on less hardware by using drm.
        • anthk7 hours ago
          I used to play videos with the framebuffer just fine and read PDF&#x27;s with fbpdf2, among watching TV with fbtv and the like. I didn&#x27;t miss nearly anything, as most games under SDL1&#x2F;2 can render into FB with<p><pre><code> export SDL_VIDEODRIVER=fbcon </code></pre> or<p><pre><code> export SDL_VIDEODRIVER=kmsdrm </code></pre> And tons of games too, such as Supertux2, Crispy Doom, SDLQuake, FreeCiv-SDL...
          • sylware6 hours ago
            This is what I meant: kmsdrm.
          • antisol7 hours ago
            another fun one if you&#x27;re in an exotic situation and don&#x27;t have a framebuffer (or if you just want to have some fun by making your games to look worse):<p>export SDL_VIDEODRIVER=aalib<p>unfortunately it&#x27;s only SDL1, though
            • capitainenemo5 hours ago
              export SDL_VIDEODRIVER=caca is more usable for games
              • antisol4 hours ago
                Oh nice! How did I not know it works with caca?!
                • capitainenemo2 hours ago
                  Works pretty well even. I wish there was a libchafa variant, and ideally for SDL2.<p>I&#x27;ve even played SC2, The Ur-Quan masters fairly successfully in an ssh session that way. And Frozen Bubble.
    • written-beyond3 hours ago
      I shudder when I read DRM after building a embedded display raspberry pi build. There was a problem with Raspberry pi kernel incorrectly detected an HDMI display was connected even though I was trying to display to DSI. The only work around I had was to write a kernel module that would disable HDMI as a possible interface.
  • pjmlp6 hours ago
    More like UNIX and MS-DOS concepts.
  • aiiotnoodle3 hours ago
    A little while ago when I had a free weekend. I decided I would pre-compute some musings of an LLM trapped in a computer, I had a raspberry pi 1 (or maybe b) lieing around that I had a framebuffer screen for. I think it was a non-standard TFT_ILI9325 from Aliexpress.<p>The idea is it would display some helplessness comment on the screen like &quot;Help I&#x27;m trapped in a computer&quot; etc etc.<p>Eventually I got the thing booted with it&#x27;s original OS image and it was running a custom kernel and had the hardware still attached and worked, but it was very outdated so I decided backup and update it, more of a technical challenge than something practical.<p>I gave it a few tries but eventually the screen would stop working, not helped by the thing being quite slow. Updating in place was probably harder than a brand new OS. Eventually I determined that I&#x27;d need to build a custom kernel image using a newer version, something I&#x27;ve never done before and for me it was quite difficult and a little before AI had agents and such to help you along.<p>I managed to build a custom kernel but the driver for it had been patched out and moved to an optional thing that I had to enable, I was able to build the custom kernel but for some reason the screen wouldn&#x27;t display anything like it did on the original OS.<p>I spent a further few weekends on it working really hard to get this thing to work. Eventually I calmly picked up the screen and intentionally pushed down hard with my thumb breaking the screen irreparably.<p>It was destructive yes but the joy I feel even now being free of this frustration is immense.<p>I said I would order a newer screen but have yet to do so.
  • globalnode6 hours ago
    this wont work with wayland will it? has to be a raw tty?
    • a963 hours ago
      It does say it runs on Gtk or SDL, so I expect it should.<p>Though there are also terminal graphics protocols these days. That seems like it would be another neat box to tick.
  • kevinten108 hours ago
    [dead]
  • mnkylikeskbd8 hours ago
    Related to this are the (rather poorly named<i>) kitty terminals graphics protocol: <a href="https:&#x2F;&#x2F;sw.kovidgoyal.net&#x2F;kitty&#x2F;graphics-protocol&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sw.kovidgoyal.net&#x2F;kitty&#x2F;graphics-protocol&#x2F;</a><p></i> Yeah it is playful and all, but telling your colleagues to use &quot;kitty&quot; doesn&#x27;t sound very professional. You might disagree with this, but that doesn&#x27;t change the overall perception and general take in corporate world.
    • bschwindHN7 hours ago
      Did you just... make a new account just to say the word &quot;kitty&quot; is &quot;unprofessional&quot;?
    • opan7 hours ago
      The name &quot;kitty&quot; is nothing compared to the attitude and crimes of the dev (destroying bitmap support and telling people to buy new monitors). I will never use, support, or recommend kitty.
      • gbin7 hours ago
        A crime?! Please people I don&#x27;t even know what happened here but removing some bitmap support is a crime now for a maintainer of an open source piece of code? You are not happy with the project then where is your fork so we can assign some crimes to you and get out of our way to not recommend it? (Note: I am not affiliated at all with the project and I don&#x27;t even know what happened but you really need to take a breather, no one forced you to use kitty)
        • opan6 hours ago
          &gt;where is your fork<p>Luckily there are better terminal emulators out there, such as foot, so a fork is not necessary.
        • dirasieb2 hours ago
          hyperbole exists
      • moritonal7 hours ago
        Interesting you say the Dev isn&#x27;t a great person, because I had a hunch when I saw the use of the Lena photo on the front page (<a href="https:&#x2F;&#x2F;pursuit.unimelb.edu.au&#x2F;articles&#x2F;it-s-time-to-retire-lena-from-computer-science" rel="nofollow">https:&#x2F;&#x2F;pursuit.unimelb.edu.au&#x2F;articles&#x2F;it-s-time-to-retire-...</a>). It&#x27;s interesting how small gestures present how someone sees the world.
        • miki_oomiri6 hours ago
          Man… you guys are ruthless. The dude provides a free tool to use, and used a cute named, have opinions about code, and used the most common used photo on his webpage, and suddenly he gets insulted on a public forum by strangers. He&#x27;s not perfect. Nobody is. He has opinions, and might not even know about Lenna.<p>You people are gross.
          • patates6 hours ago
            As a reply to this comment:<p>&gt; Interesting you say the Dev isn&#x27;t a great person, because I had a hunch when I saw the use of the Lena photo on the front page<p>You say:<p>&gt; you guys are ruthless (...) You people are gross.<p>I&#x27;m not saying you don&#x27;t have a point. I didn&#x27;t know enough to be sensitive on the Lena topic once either, and could have been the target of the above comment. So I think, perhaps, those could have been formulated more constructively.<p>However, I must say the same for your comment too. Can&#x27;t we all be friends here? :)
        • hagbard_c6 hours ago
          Sure, you can &#x27;see&#x27; how &#x27;someone sees the world&#x27; just by him or her not abiding to the current narrative. You <i>do</i> realise that the &#x27;Lena&#x27; image has been the standard image for these purposes for decades and that some people might not consider the (politically charged) crusade to suddenly ban it from all such use as being the most pressing issue?<p>I think what you wrote here says more about how <i>you</i> see the world than how Goyal sees it.
          • moritonal5 hours ago
            You&#x27;re right my comment was off the cuff but I stand by it&#x27;s logic. I didn&#x27;t say Kovid was a terrible person, just not great. Having not done research into him specifically I just noted with the parent that certain qualities such as supposed abrasiveness often overlap with qualities I dislike, like using the Lenna image.<p>My point is that using the Lenna image is a signal, just as you rightly point out so is my comment. I know exactly what the image is and is used for. But I also think it&#x27;s sad that it&#x27;s politically charged to say using a Playboy image in a literally objectifying fashion as a test-subject by a women who&#x27;s requested we don&#x27;t use it is bad.<p>It&#x27;s not a sudden ban, it&#x27;s been an issue since ~2015. Fun fact I learnt in this, Goyal is totally open to changing it (<a href="https:&#x2F;&#x2F;github.com&#x2F;kovidgoyal&#x2F;kitty&#x2F;issues&#x2F;661" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kovidgoyal&#x2F;kitty&#x2F;issues&#x2F;661</a>), it&#x27;s simply no-one changed it. I&#x27;ll see if I can, thanks for the correct call-out.
            • prmoustache3 hours ago
              &gt; using a Playboy image<p>In all honesty, until I read about that I couldn&#x27;t have imagined the original was a playboy image. What is really used and we see online is a cropped portrait of a playboy image. I am not even sure that playboy image may have been pornographic. Nudity != porn. What is sure is that cropped portrait is not in any way pornographic.<p>So I kind of have difficulties on drawing opinions about that. Surely the model doesn&#x27;t have any copyright on that photo, rather the photographer&#x2F;publisher have and apparently nobody has cared. I would not use it today out of empathy given the model would rather not see her image still being used today and how easy it is to replace it. I feel that consent is above copyright laws.<p>I have mixed feeling about the argument that the presence of that totally non pornographic portrait would make women feel less welcomed in science. On one hand I would say that if they say so, that could be true. On another hand I would ask if these women really are representative of all women? Does it really matters? Should we avoid posting picture of portraits and stick to animals or still life scenes? And if not why should we avoid only women ones?
              • moritonal2 hours ago
                Personally I consider the crop part of the problem. By cropping (rather than just picking another image) it &quot;cleans&quot; the image, but retains the context. I could crop many images to be valid as test-images, but people who know the context would still see them for what they are. Lenna represents a time when the highest quality magazine at hand in a laboratory was softcore pornography.
            • hagbard_c4 hours ago
              Using the &#x27;Lena&#x27; image is only a signal for those who want to signal something. For most people it is just the standard graphic to use when presenting image processing software. There has been a movement to ban the image but that movement is most likely not nearly so widespread as some people seem to think it is. It wholly depends on which &#x27;bubble&#x27; you are in whether using that image is a deadly sin or just daily routine. I suspect Goyal used it in the latter way, not to send some signal to the Image Inquisition.
              • moritonal2 hours ago
                I want to point out some of the language you&#x27;ve used. You&#x27;ve brought up &quot;current narrative&quot;, &quot;crusade&quot;, &quot;sin&quot; and &quot;inquisition&quot;, when really you seem to be saying &quot;the image doesn&#x27;t signal anything and the push to remove it is overblown&quot;. I disagree with you (for example IEEE has banned it) but I do respect you believe the actual movement that disagrees with is small but influential.<p>Instead however I would ask you look at the words you used, where they came from, who said them to you, and why you brought them up here. They are strangely charged words for a debate over a picture.
                • joquarky3 minutes ago
                  <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Sealioning" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Sealioning</a>
        • redsocksfan457 hours ago
          [dead]
    • krautsauer4 hours ago
      If we&#x27;re going the see-also way: sixels. Especially timg for image viewing. I&#x27;ve also played with <a href="https:&#x2F;&#x2F;github.com&#x2F;cptpiepmatz&#x2F;nu-jupyter-kernel&#x2F;tree&#x2F;main&#x2F;crates&#x2F;nu_plugin_plotters" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cptpiepmatz&#x2F;nu-jupyter-kernel&#x2F;tree&#x2F;main&#x2F;c...</a> which can be neat but the invocation is terribly clunky.
    • chiffaa2 hours ago
      A lot of software projects have names ranging from silly associations to very cheesy puns, and IMO this should never discourage anyone - everyone should have some whimsy when naming things, because it makes names more memorable. After all, people use Python, and name doesn&#x27;t even refer to snakes!<p>I personally wouldn&#x27;t be able to remember &quot;kitty&quot; if it was named &quot;featureful-python-terminal-emulator&quot;, and I certainly wouldn&#x27;t want to recommend it to others under this name
    • roer8 hours ago
      The graphics protocol might be relevant, but I fail to see how the rest of your comment is.
    • debazel4 hours ago
      Good. More open source tools should be unappealing the the &quot;corporate world&quot;. They can fund and pay for their own tooling.
    • mghackerlady3 hours ago
      I like it, it&#x27;s a pun and a cool animal. GNU has a rather silly name (a gnu is an animal and GNU is an acronym for GNUs Not Unix) but it&#x27;s done just fine
    • dspillett6 hours ago
      As much as there are issues people have with kitty&#x27;s creator&#x2F;maintainer, which are easy to search for so I&#x27;ll not reiterate them, choosing a slightly cutesy name is hardly a massively unprofessional act. It isn&#x27;t like it is called Completely Uncomfortably Named TTY or similar… If you are so uptight that you can&#x27;t cope with the word “kitty” being used to refer to a protocol, then maybe call it “kay-eye-tee-tee-why” instead?<p><i>&gt; but that doesn&#x27;t change the overall perception and general take in corporate world.</i><p>It may come as a shock to you, but many don&#x27;t really care about the feelings of the corporate world, away from our day jobs. Heck, some of us struggle to care <i>in</i> our day jobs! Luckily my corporate overlords and immediate management are not quite so sensitive.
    • Chaosvex7 hours ago
      Wait until you find out about Git.
      • mnw21cam5 hours ago
        Yeah, but that one&#x27;s ok because it&#x27;s just named after the guy who wrote it.
        • rlopezcc4 hours ago
          Ah yes, renowned Git Torvalds.