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 Alexey Yerin (yyp@fosstodon.org)

  1. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Sunday, 02-Feb-2025 23:50:27 JST Alexey Yerin Alexey Yerin
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan From my understanding, most RISC-V specifications (including SBI) don't expect any kind of input devices or special shortcuts.

    So any kind of SysRQ-magic is just using the default input driver from the kernel. This is what Linux does at least.

    It's possible that a device has an interrupt source for this use-case - check the device tree. Though I'm not very familiar with RV hardware, no idea if there exists a board with such a feature.

    In conversation about 3 months ago from fosstodon.org permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      http://least.It/

  2. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Sunday, 02-Feb-2025 01:55:01 JST Alexey Yerin Alexey Yerin

    Had some nightmares doing bit manipulation in Python. That was fun, for some definition of fun.

    I accidentally read two bytes as signed instead of unsigned, then bitshifted them to get a relative offset for RLE decoding. This meant that the result was the correct length but completely wrong contents.

    Also, for some reason it seemed to gravitate towards the octet 0xBA, filling lots of places with it for no apparent reason.

    That was the entire morning of staring at the code and vbindiff.

    In conversation about 3 months ago from fosstodon.org permalink
  3. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Sunday, 02-Feb-2025 00:44:21 JST Alexey Yerin Alexey Yerin

    It is a bit of a stupid situation when I misclick on a fedi poll and then realize that you can't retract your vote here :/

    In conversation about 3 months ago from fosstodon.org permalink
  4. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Wednesday, 11-Dec-2024 05:04:46 JST Alexey Yerin Alexey Yerin

    "it's not very stable but that's what you get for pc support"

    - Me, 2024, apparently

    In conversation about 5 months ago from fosstodon.org permalink
  5. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Monday, 02-Dec-2024 01:12:26 JST Alexey Yerin Alexey Yerin

    Oh, looks like there isn't an SQLite library for Java that fits my requirements

    Fine, I'll do it myself

    (this already happened with gettext)
    (it feels like every time I try to work on this project some technical limitation always bites me)

    In conversation about 5 months ago from fosstodon.org permalink
  6. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Wednesday, 06-Nov-2024 06:01:45 JST Alexey Yerin Alexey Yerin

    Tiers of C boolean types:
    1. bool
    2. _Bool
    3. gboolean
    4. BOOLEAN_T

    In conversation about 6 months ago from fosstodon.org permalink
  7. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Saturday, 26-Oct-2024 04:48:22 JST Alexey Yerin Alexey Yerin
    in reply to

    Not sure what "export control regulations" is this referring to. As far as I understand those only cover physical goods or encryption tech (in some jurisdictions). This is neither of those!

    In fact, serving that error message would have probably been a violation of those regulations. Sending an error page is no different from sending the plugin (which is probably just a .jar with metadata).

    In fact, Oracle had a similar geoblock a while ago but they quickly reverted it, for some reason

    In conversation about 7 months ago from gnusocial.jp permalink
  8. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Saturday, 26-Oct-2024 04:24:16 JST Alexey Yerin Alexey Yerin

    I love international politics

    In conversation about 7 months ago from fosstodon.org permalink

    Attachments


    1. https://cdn.fosstodon.org/media_attachments/files/113/369/688/620/291/160/original/ec7a8580bb6248de.png
  9. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Saturday, 28-Sep-2024 05:56:08 JST Alexey Yerin Alexey Yerin

    why do text editors need discord rich presence all of a sudden

    stop

    (/s, probably)

    In conversation about 8 months ago from fosstodon.org permalink
  10. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Monday, 02-Sep-2024 02:52:30 JST Alexey Yerin Alexey Yerin

    Summer over!

    No longer overheating

    In conversation about 8 months ago from fosstodon.org permalink
  11. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Saturday, 31-Aug-2024 04:04:22 JST Alexey Yerin Alexey Yerin
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan I think Rust's stdlib only uses POSIX APIs and not general C things like stdio.h, so this doesn't really apply here. Hare also does the same thing on OpenBSD

    In conversation about 9 months ago from gnusocial.jp permalink
  12. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Saturday, 31-Aug-2024 03:27:15 JST Alexey Yerin Alexey Yerin
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan Even without libc, the language itself has a lot of really nasty footguns especially relating to integer promotion and the infamous signed overflow

    In conversation about 9 months ago from fosstodon.org permalink
  13. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Saturday, 31-Aug-2024 03:15:06 JST Alexey Yerin Alexey Yerin

    "C is safe if you just program well" and other fairy tales

    In conversation about 9 months ago from fosstodon.org permalink
  14. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Wednesday, 28-Aug-2024 00:44:31 JST Alexey Yerin Alexey Yerin

    Q: What do astronomers and Haskell programmers have in common?

    A: They both use parsecs

    In conversation about 9 months ago from fosstodon.org permalink
  15. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Sunday, 25-Aug-2024 00:31:43 JST Alexey Yerin Alexey Yerin

    My opinion on Hare multithreading meta is slowly going from "mildly excited" to "can we not", TBH

    In conversation about 9 months ago from fosstodon.org permalink
  16. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Thursday, 08-Aug-2024 17:21:44 JST Alexey Yerin Alexey Yerin
    • vyivel?

    @vyivel ext-hyper-extended-screen-transfer-v1 am i right

    In conversation about 9 months ago from fosstodon.org permalink
  17. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Monday, 22-Jul-2024 05:43:41 JST Alexey Yerin Alexey Yerin

    This was certainly a day.

    Found two compiler bugs with two silly typos, somehow

    In conversation about 10 months ago from fosstodon.org permalink
  18. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Saturday, 13-Jul-2024 08:51:01 JST Alexey Yerin Alexey Yerin

    For quite some time I've been thinking about making a "better Java" so a language that would target JVM and be fully compatible with existing Java code but "better". I envisioned null safety, more consistent pattern matching, maybe more expression-oriented syntax, inverted access flags (everything is private final by default) but now that I think about it, is it even useful? Everything other than null safety is just pointless fluff that's "good to have" but that doesn't warrant a new language

    In conversation about 10 months ago from fosstodon.org permalink
  19. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Thursday, 11-Jul-2024 04:27:53 JST Alexey Yerin Alexey Yerin

    Why is it always that functional or functional-adjacent programming languages have the weirdest function names ever

    like Haskell has nub and unsnoc (so un is an inversion prefix and snoc is reverse of cons????)

    Scheme has car, cdr, current-jiffy and jiffies-per-second

    In conversation about 10 months ago from fosstodon.org permalink
  20. Embed this notice
    Alexey Yerin (yyp@fosstodon.org)'s status on Thursday, 11-Jul-2024 04:12:32 JST Alexey Yerin Alexey Yerin

    Hardest problems in computer science:
    1. Caching
    2. Uh, off-by-one errors
    3. Getting slicing to work in harec's eval are you kidding me it's still broken I need to rewrite more stuff help

    In conversation about 10 months ago from fosstodon.org permalink
  • Before

User actions

    Alexey Yerin

    Alexey Yerin

    I'm a smol developer/software engineer/however you call this. Mainly working with compilers and language design, also sometimes operating systems.Livestreams: https://diode.zone/c/yyp_live/videos#nobot

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          149854
          Member since
          15 Jul 2023
          Notices
          36
          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.