Notices by 41402 (a1ba@suya.place), page 2
-
41402 (a1ba@suya.place)'s status on Thursday, 25-Jul-2024 19:53:29 JST 41402 src/ https://x.com/m_ydayo/status/1815699713234268368 -
41402 (a1ba@suya.place)'s status on Tuesday, 16-Jul-2024 02:18:07 JST 41402 @LunaFoxgirlVT so many blender cubes -
41402 (a1ba@suya.place)'s status on Thursday, 11-Jul-2024 04:07:57 JST 41402 bocchi the minecraft cube... -
41402 (a1ba@suya.place)'s status on Thursday, 04-Jul-2024 10:07:58 JST 41402 src/ https://www.pixiv.net/en/artworks/119705858 -
41402 (a1ba@suya.place)'s status on Wednesday, 03-Jul-2024 00:42:55 JST 41402 1. call your FOSS game something like 0ad
2. it will always pop up at the top of package manager's list
3. every Linux user knows about it
4. ???
5. PROFIT -
41402 (a1ba@suya.place)'s status on Monday, 01-Jul-2024 21:13:22 JST 41402 src/ https://twitter.com/dai_o/status/1807440593439822165 -
41402 (a1ba@suya.place)'s status on Tuesday, 25-Jun-2024 19:32:09 JST 41402 dd if=/dev/zero | pv | dd of=/dev/mmcblk0
I HATE FLASH MEDIA
ALL FLASH MEDIA SHALL BURN
(no, I don't, but I was specifically asked to fill that device's memory with zeros) -
41402 (a1ba@suya.place)'s status on Thursday, 20-Jun-2024 23:19:10 JST 41402 nothing to post
reposting old stuff which I still find funny -
41402 (a1ba@suya.place)'s status on Tuesday, 18-Jun-2024 09:04:04 JST 41402 screenfetch? How about grasstouch instead? -
41402 (a1ba@suya.place)'s status on Sunday, 16-Jun-2024 03:30:33 JST 41402 is there anything like openbox/icewm/jwm but for wayland? how is labwc?
found a list of compositors and most part of it is tiling like they didn't invented anything better -
41402 (a1ba@suya.place)'s status on Tuesday, 11-Jun-2024 13:11:16 JST 41402 :anya_salute: -
41402 (a1ba@suya.place)'s status on Tuesday, 04-Jun-2024 20:03:14 JST 41402 Decomposing Linux... Parsing ELF... done.
Yeeting the kernel. -
41402 (a1ba@suya.place)'s status on Friday, 31-May-2024 06:38:23 JST 41402 Now that Boeing joined Yocto, it explains why my bugreports and patches mysteriously disappear in the mailing list. -
41402 (a1ba@suya.place)'s status on Monday, 27-May-2024 22:52:38 JST 41402 wait you can put capital letters to your instance name? -
41402 (a1ba@suya.place)'s status on Saturday, 25-May-2024 20:28:07 JST 41402 I feel like every time you see Cloudflare error page that says something went wrong on the original host... it might be actually a Cloudflare issue.
They just don't want to admit it, plus you can't verify it and will never know. -
41402 (a1ba@suya.place)'s status on Saturday, 25-May-2024 02:03:51 JST 41402 I wish there was something like tcc or lcc but for C++ -
41402 (a1ba@suya.place)'s status on Sunday, 19-May-2024 20:28:30 JST 41402 error: externally-managed-environment
× This environment is externally managed
go fuck yourself with venv or use --break-system-packages like a sane person -
41402 (a1ba@suya.place)'s status on Saturday, 18-May-2024 21:30:30 JST 41402 @yakumo_izuru it's not inconvenient for most people. It just outright sucks.
Sure, it's OK for throwing patches at maintainer, especially if you don't want to make yet another centralized forge account. Sure, it enforces some development culture.
But it's all comes at the cost of headache of:
* Relying on mostly unreliable mail servers. I literally had my emails lost because of some insane anti-spam filters.
* Most mail clients are also fucking broken. You either have some bullshit that randomly enforces HTML and breaks patches, either some unix weenie vi-like bullshit that nobody ever used and had no real user feedback.
* Not having a real way to iterate over your changes. When you're sending a new revision of your patchset, all comments that was made for all previous revisions get lost (as they were replies to the older thread). I hate GitHub but look how it implements code review. It remembers the review comments were made even after rebasing.
* Most mailing lists are DEAD. Sometimes, the only way you can actually make somebody review your changes is to directly ping them in IRC or Matrix because nobody fucking reads ton of mails coming from centralized mailing list. As a generic contributor you can't really filter out everything you're not interested in. And, no, Cc'ing maintainers with a crappy perl script from Linux kernel doesn't always work.
* If maintainers didn't set up some kind of public archive (love mailing list archives that are walled behind cloudflare) or Patchwork you're screwed. Because the only people who have the patches you're interested in are those who were in To and Cc fields when OP sent their patchset. -
41402 (a1ba@suya.place)'s status on Saturday, 18-May-2024 21:30:29 JST 41402 @yakumo_izuru and and at this point you're telling me
>people love to reinvent things I swear
while also admitting yourself that
>it is certainly not convenient for most people
It's not "reinventing" when the goal is to make everybody's life better. -
41402 (a1ba@suya.place)'s status on Saturday, 18-May-2024 20:54:24 JST 41402 @yakumo_izuru ok, another question.
Have you tried develop anything in collaboration with another people relying only on Git's decentralized nature?