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 Reid :ablobcatattention: (reiddragon@fedi.reimu.info), page 2

  1. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Wednesday, 25-Dec-2024 06:58:59 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • SDF.ORG
    • screwlisp
    • Ásbjørn 🏳️‍🌈

    @praetor @screwtape @SDF if you want Java interop, there’s also ABCL and Kawa which run on the JVM and can mix with Java or other JVM langs pretty seamlessly

    In conversation about 6 months ago from fedi.reimu.info permalink
  2. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Sunday, 22-Dec-2024 16:46:32 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • Yak Herder
    @lanodan @dch @prahou it's exactly what I was saying: you need to nuke all the bullshit they've been selling as progress for the past 10 to 15 years just to limit fingerprinting

    And for the law: also what I was saying: the people in charge just don't undeestand how it works in order to properly handle both the law making and the enforcement (and we're unfathomably lucky in the EU to even have any laws at all for this, as unenforced as they are)
    In conversation about 6 months ago from gnusocial.jp permalink
  3. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Saturday, 14-Dec-2024 20:31:40 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • nixCraft 🐧
    @nixCraft speaking of battery life, it's insane how much battrry life improved on my Android phones when using microG or going fully degoogled compared to using the stock ROM with Google Play Services, my Galaxy A10 practically doubled its battery life
    In conversation about 6 months ago from fedi.reimu.info permalink
  4. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Monday, 09-Dec-2024 23:03:29 JST Reid :ablobcatattention: Reid :ablobcatattention:

    look for degree paper templates on my university’s site find them they’re all .doc files

    this should be illegal

    In conversation about 6 months ago from fedi.reimu.info permalink
  5. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Thursday, 07-Nov-2024 22:57:36 JST Reid :ablobcatattention: Reid :ablobcatattention:
    • eribosot

    @eribosot I don’t think most of them believed he’s a fascist, people who would have voted for trump in the last two elections most likely believed that the accusations of him being a fascist were just some far left tantrum and not the conclusion anyone would arrive at when critically examining his own statements and behaviour

    tho of course, there were a handful of people who did know he’s a fascist and voted him because of that, tho I really have a hard time anyone believed he’s a fascist, didn’t like it, but then voted for him anyway despite that

    In conversation about 8 months ago from fedi.reimu.info permalink
  6. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Thursday, 24-Oct-2024 04:39:30 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • kaia

    @kaia no, this is actually older than the Trump McDonald’s thing, I just only now noticed it’s a fucking Happy Meal

    In conversation about 8 months ago from fedi.reimu.info permalink
  7. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Thursday, 24-Oct-2024 04:36:23 JST Reid :ablobcatattention: Reid :ablobcatattention:

    I swear to God, this guy is the party leader of PSD, Romania’s largest party, former PM, candidate for Romania’s presidency, and he bought a motherfucking happy meal

    In conversation about 8 months ago from fedi.reimu.info permalink

    Attachments


    1. https://fedimedia.reimu.info/78c58fef348dafb4cdf44c59d02d8038f5706bbe2e6ab343f4df69097df6ba57.png
  8. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Tuesday, 22-Oct-2024 00:41:45 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • Reid :ablobcatattention:

    oh btw, the code is dual-licensed under WTFPL and a modified beerware that says you should buy me coffee instead of beer

    In conversation about 8 months ago from fedi.reimu.info permalink
  9. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Tuesday, 22-Oct-2024 00:41:45 JST Reid :ablobcatattention: Reid :ablobcatattention:

    well, I was bored to hell so here’s a program to use if you want a DOS-like prompt for your UNIX shell

    tested with ksh93, bash, and zsh, simply compile this and set PS1, PROMPT, or whatever variable your shell uses to '$(/path/to/binary)'

    #include <stdio.h> #include <stdlib.h> int main(void) { char *path = getenv("PWD"); for (char *chr = path; *chr; chr++) { if (*chr == '/') { *chr = '\\'; } } printf("C:%s> ", path); return 0; }
    In conversation about 8 months ago from fedi.reimu.info permalink
  10. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Thursday, 17-Oct-2024 01:48:28 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • SuperDicq
    • Rheristies
    • Bricky
    @SuperDicq @rher @thatbrickster well, not really an emulator, but rather the original hardware on early PS2s (some PS2 Slim models replaced the MIPS IO Chip that ran as a CPU for PS1 games with a PowerPC chip that emulated things instead)

    Not sure how backwards compatibility works with GB/C games on GBA, but GBA games on DS ran natively as well
    In conversation about 8 months ago from fedi.reimu.info permalink
  11. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Thursday, 17-Oct-2024 01:48:24 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • SuperDicq
    • Rheristies
    • Bricky

    @thatbrickster @SuperDicq @rher tbh I have to assume GB/C on GBA is emulation considering the former are on a kind of Z80, while the latter is on an ARM chip

    In conversation about 8 months ago from fedi.reimu.info permalink
  12. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Wednesday, 16-Oct-2024 22:45:33 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • SuperDicq
    • Rheristies
    • Bricky
    @SuperDicq @rher @thatbrickster afaik it's pure software, there's no x86 hardware to be found in the 360
    In conversation about 8 months ago from fedi.reimu.info permalink
  13. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Wednesday, 16-Oct-2024 21:37:37 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • SuperDicq
    • Rheristies
    • Bricky
    @SuperDicq @rher @thatbrickster well, it still emulated the whole thing, only difference is it ran the game off the disc instead of downloading both the game and emulator
    In conversation about 8 months ago from fedi.reimu.info permalink
  14. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Wednesday, 16-Oct-2024 21:35:04 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • SuperDicq
    • Rheristies
    • Bricky
    @SuperDicq @rher @thatbrickster also fun fact: the few OG Xbox games that run on Xbox One and Series do so inside the Xbox 360 emulator because of Microsoft's infinite wisdom
    In conversation about 8 months ago from fedi.reimu.info permalink
  15. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Saturday, 12-Oct-2024 04:56:36 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • kaia

    @kaia wdym, it’s the perfect techbro car

    In conversation about 8 months ago from fedi.reimu.info permalink
  16. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Wednesday, 09-Oct-2024 22:30:10 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • SuperDicq
    • :blobcatflower:
    • Fish of Rage
    • the artist formerly known as mer@cdrom.tokyo

    @lanodan @SuperDicq @lucy @sun @mer tbh I haven’t even bought any Windows games on GOG, but I did get a bunch of freebies like Postal 2 which I can’t even play because the installers are pieces of shit and I don’t have any good way of moving files between my Windows VM and Linux host to install in the VM then just copy the installed files over

    In conversation about 9 months ago from fedi.reimu.info permalink
  17. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Wednesday, 09-Oct-2024 22:26:10 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • SuperDicq
    • :blobcatflower:
    • Fish of Rage
    • the artist formerly known as mer@cdrom.tokyo

    @lanodan @SuperDicq @lucy @sun @mer except for the part where innoextract can’t always make sense of them, and even when it does make sense of the installer, you’re often times left with a mess of files to figure out yourself

    In conversation about 9 months ago from fedi.reimu.info permalink
  18. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Wednesday, 09-Oct-2024 22:14:39 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • SuperDicq
    • :blobcatflower:
    • Fish of Rage
    • the artist formerly known as mer@cdrom.tokyo

    @SuperDicq @lucy @sun @mer it does have gtk2 in the repos, but what the fuck even is there to have it installed on most people’s systems? and imagine if you’re someone who doesn’t know you can also run the installer in a terminal without the GUI, then you just see the installer not starting and think it’s completely broken

    In conversation about 9 months ago from fedi.reimu.info permalink
  19. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Wednesday, 09-Oct-2024 21:59:09 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • SuperDicq
    • :blobcatflower:
    • Fish of Rage
    • the artist formerly known as mer@cdrom.tokyo

    @SuperDicq @lucy @sun @mer “in a zip file” oh if only, instead they have their shitty installers that don’t even have a GUI on Linux anymore because they depend on GTK2

    In conversation about 9 months ago from fedi.reimu.info permalink
  20. Embed this notice
    Reid :ablobcatattention: (reiddragon@fedi.reimu.info)'s status on Wednesday, 09-Oct-2024 21:10:08 JST Reid :ablobcatattention: Reid :ablobcatattention:
    in reply to
    • narcolepsy and alcoholism :flag:
    • SuperDicq
    • :blobcatflower:
    • Fish of Rage

    @hj @SuperDicq @lucy @sun that got burried 12ft under with the revolution of ‘89 in Romania, instead we’ve had “Old Man Christmas” since then

    In conversation about 9 months ago from fedi.reimu.info permalink
  • After
  • Before

User actions

    Reid :ablobcatattention:

    Reid :ablobcatattention:

    neeeerrrrrrrdI like fucking around with computers, Python/Hy knower, (Chicken) Scheme enjoyer, I like playing games in my spare time, especially old gamesDMs are fine as long as you're not trying to sell me some shitcoin

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          176421
          Member since
          22 Sep 2023
          Notices
          152
          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.