GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by LEdoian (ledoian@pleroma.ledoian.cz)

  1. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Monday, 29-Jul-2024 10:22:49 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • feld

    @feld @lanodan I (my evil-ish part) sees this as an opportunity. CrowdStrike is bad, but corporates forget and people possibly too (“just a bunch of stuff didn't work for half a day 🤷”).

    On the other hand, getting a lot of gamers around the world completely mad and vocal about it might actually be more memorable and push the ecosystem from this kinds of stuff.

    In conversation about a year ago from pleroma.ledoian.cz permalink
  2. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Thursday, 18-Jul-2024 09:08:26 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • zonk

    @lanodan @nosleep yes. :-D

    In conversation about a year ago from pleroma.ledoian.cz permalink
  3. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Tuesday, 16-Jul-2024 09:50:30 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan I got the e-reader as a gift, so I didn't have much say about it. So I only use it for epubs and the subset of PDFs that fits the screen, and it is quite good at that 🤷

    And I think there might be an alternative firmware (it's a random Pocketbook), but it is not a pressing issue for me atm :-)

    In conversation about a year ago from gnusocial.jp permalink
  4. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Tuesday, 16-Jul-2024 09:15:53 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan I don't know whether I have tried mcomix yet. I experimented with readers some time ago, zathura's cb plugin works good for me when on laptop, and on phone (PostmarketOS) I ended up using Okular, both of these were quite usable (but I don't have too sophisticated requirements).

    My e-reader is too lame, both in screen estate (manga mostly does not fit in any reasonable way) and in firmware (no cbz support) :-/

    In conversation about a year ago from gnusocial.jp permalink
  5. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Tuesday, 16-Jul-2024 08:59:54 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan TIL mpv is a cbz reader!

    In conversation about a year ago from gnusocial.jp permalink
  6. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Friday, 12-Jul-2024 18:47:04 JST LEdoian LEdoian
    in reply to
    • narcolepsy and alcoholism :flag:

    @hj sounds relatable

    the way I understand it.
    In conversation about a year ago from pleroma.ledoian.cz permalink
  7. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Saturday, 29-Jun-2024 23:48:06 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • lcamtuf :verified: :verified: :verified:

    @lanodan @lcamtuf I meant, if I were to implement switch in assembly, having a table determined by labels and indirectly jumping through it would make sense (and there are already examples of such tables).

    I didn't expect that this would even work in C in any way (standard probably does not allow manipulating labels at all), though it is not surprising that GCC exposes this functionality (given many architectures support indirect jumps), TIL! I weren't aware that the original post was actually a valid gnu-c code…

    In conversation Saturday, 29-Jun-2024 23:48:06 JST from pleroma.ledoian.cz permalink
  8. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Saturday, 29-Jun-2024 19:44:14 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • lcamtuf :verified: :verified: :verified:

    @lanodan @lcamtuf Well, interrupt handler tables are basically this, right? And user-space wise, dynamic linker does iirc something similar. (I know those are calls, not jumps, but that should not matter much).

    And in a quick glance, this looks quite readable too.

    In conversation Saturday, 29-Jun-2024 19:44:14 JST from pleroma.ledoian.cz permalink
  9. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Sunday, 23-Jun-2024 18:17:45 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan Suspended my laptop several times accidentally just by putting a phone between the keyboard and the hinge. I guess the first time was confusing, but then I started doing that occasionally on purpose :-)

    In conversation Sunday, 23-Jun-2024 18:17:45 JST from gnusocial.jp permalink
  10. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Saturday, 11-May-2024 05:31:25 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • Pleroma-tan

    @lanodan @kirby Intuitively, I thought that this would be mostly needed for nontrivial immediate values in the instructions. But now I am not sure: prefixes, instruction "name", up to four arguments (incl. weird addressing modes of x86_64), it might add up.

    A quick disassembly of /bin/df shows that 9-byte instructions are rather common:

    b974: 64 48 2b 04 25 28 00 sub %fs:0x28,%rax b97b: 00 00

    I think this is some security guard or sth; the last 4 bytes look like an imm32 value. I am not sure whether "full" 15-byte instruction exists, though…

    (Looked at some AVX instructions, they take ~7 bytes. Maybe some horror like VEXTRACTF128 might be long, it has 3 arguments, idk)

    In conversation Saturday, 11-May-2024 05:31:25 JST from pleroma.ledoian.cz permalink
  11. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Thursday, 09-May-2024 09:04:45 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • Piggo :verified_horse:

    @lanodan @piggo Whenever I use manpages, I use man -a and quickly skip from GNU pages to the POSIX ones. (For section 1, that is; OTOH system APIs often read better from Linux man-pages than from POSIX.)

    I quite hate how GNU manpages mostly give the incantation for the actual documentation (Full documentation […] available locally via: info '(coreutils) ls invocation'). And for stuff like make(1), GNU manpage is pretty much a complete joke (lists only flags for the command, not the language).

    But still for common invocations, I find tldr is usually quicker than the manpage.

    In conversation Thursday, 09-May-2024 09:04:45 JST from gnusocial.jp permalink
  12. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Thursday, 09-May-2024 07:27:38 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • Piggo :verified_horse:

    @lanodan @piggo tldr is priceless for the common magic incantations. I use it mostly for options to dig and sometimes rsync, but there are definitely many tools I only use rarely (join, paste come to mind)…

    In conversation Thursday, 09-May-2024 07:27:38 JST from pleroma.ledoian.cz permalink
  13. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Tuesday, 30-Apr-2024 00:32:26 JST LEdoian LEdoian
    in reply to
    • kaia
    • narcolepsy and alcoholism :flag:
    • SuperDicq
    • magmaus3
    • Johnny Peligro

    @hj @kaia @SuperDicq @magmaus3 @mischievoustomato I find GIMP's UI a bit worse. I wouldn't classify using either as pain, but in Inkscape I imagine the sets of SVG objects and usually am able to do what I need. I can do a lot in GIMP too, but some things require tricky operations (like actually drawing a circle).

    In conversation Tuesday, 30-Apr-2024 00:32:26 JST from pleroma.ledoian.cz permalink
  14. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Sunday, 31-Mar-2024 03:14:33 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan I wouldn't probably support the code removal so directly. There is something to learn from the issue and it's not like there would not be vulnerable code on GitHub anyway (you can get e.g. Linux kernel v5.12-rc1-dontuse if you want). Imho the issue is not "someone could see the bad code", but "somebody could get it by mistake", at which point a better way would be ~making sure people can only download the code interactively and with seeing a big warning for some time.

    But GitHub needs to be on good terms with their shareholders (not community), so it would make sense they would remove it preemptively. Also, if Jia got enough rights over the xz repo, they might have killed it themself, no GitHub employee involved.

    In conversation Sunday, 31-Mar-2024 03:14:33 JST from pleroma.ledoian.cz permalink
  15. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Wednesday, 28-Feb-2024 04:34:55 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • SuperDicq

    @lanodan @SuperDicq That is the reason I stick to vim and don't use nvim: :! shows the previous terminal, does not create a new one.

    In conversation Wednesday, 28-Feb-2024 04:34:55 JST from pleroma.ledoian.cz permalink
  16. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Sunday, 18-Feb-2024 10:04:24 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • lettuce :godot:
    • alexia :v_trans:

    @lanodan @chjara @alexia @thelettuceman Doesn't matter which one, as long as the results can be used "complete[ly] automatic[ally] […] to tell computers and humans apart", no? :-)

    Reminds me: https://www.commitstrip.com/en/2015/07/06/meanwhile-in-a-parallel-universe/

    In conversation Sunday, 18-Feb-2024 10:04:24 JST from gnusocial.jp permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: www.commitstrip.com
      Meanwhile, in a parallel universe
      from CommitStrip
      The blog relating the daily life of web agency developers
  17. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Friday, 16-Feb-2024 03:53:32 JST LEdoian LEdoian
    in reply to
    • kaia

    @kaia According to this article (Czech only, sorry), there should be an option for 50 more years. So we're safe :-)

    The same article describes how Czechia has one lot permanently (if I read into it correctly) and that we are trying to exchange the two leased lots for another lot/s (there are too low bridges, so it is not very usable). The exchange could happen this year.

    I didn't factcheck it, just remembered reading about this ~recently.

    In conversation Friday, 16-Feb-2024 03:53:32 JST from pleroma.ledoian.cz permalink
  18. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Thursday, 15-Feb-2024 05:23:47 JST LEdoian LEdoian
    in reply to
    • Sexy Moon

    @Moon This actually happens to me quite often (EeePC T101MT). For me it seems to be related to hibernation and feels quite harmless, so looking into that is very low priority.

    The only annoying thing is that this message gets to all my open terminal windows.

    In conversation Thursday, 15-Feb-2024 05:23:47 JST from pleroma.ledoian.cz permalink
  19. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Friday, 09-Feb-2024 17:50:00 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    @lanodan For me it used to be some misspelling somewhere. And since that lead to repeated frustration, I went to fiddling with about:config quite fast to stop that.

    But it is funny that the search bar *doesn't* mangle its contents on search lol.
    In conversation Friday, 09-Feb-2024 17:50:00 JST from gnusocial.jp permalink
  20. Embed this notice
    LEdoian (ledoian@pleroma.ledoian.cz)'s status on Friday, 09-Feb-2024 17:49:58 JST LEdoian LEdoian
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • LEdoian

    @lanodan Also it made me mad that firefox would "autocorrect" the domain names, like .vom → .com, or try automatically adding www prefix. I think it used to do that even if the changed site didn't exist, so it only made things worse…

    In conversation Friday, 09-Feb-2024 17:49:58 JST from pleroma.ledoian.cz permalink
  • Before

User actions

    LEdoian

    LEdoian

    LEdoian here. I break/(ab)use computers. If there is a weird command I can run to break something, I will gladly run it.(I especially like git, systemd and fd.o standards.)Proud admin of my #Pleroma instance and sysadmin in general. I also know some stuff about computer networks.Grammatical gender: Masculine (He/His)Account is locked to deter bots and weird corporate accounts. I accept follows from random people if their account seems to be marginally legit (=human-like), I just don't want to be scraped (except for the public posts maybe).

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          152393
          Member since
          22 Jul 2023
          Notices
          81
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.