Posts by csepp@merveilles.town
(DIR) Post #ACy9lIgbImYU2oY3qC by csepp@merveilles.town
0 likes, 0 repeats
Hi!This is @grainloom@cybre.space 's art alt! Or @grainloom@cybre.space is @csepp 's social alt! Idk!To start things off, here is some #lowpoly #3d fanart of #Peridot I first made because I needed a b&w avatar and then turned into a kind of ars poetica thing. That thing they say about limitations leading to more creativity definitely turned out to be true for this.
(DIR) Post #ACy9lKeXzO6K91bRuy by csepp@merveilles.town
0 likes, 0 repeats
💙️
(DIR) Post #AR6cs1YqskfVIjW3wO by csepp@merveilles.town
0 likes, 0 repeats
"We must reject the illusion of infinite growth, support one another, and embrace our small abundance."https://ajroach42.com/the-small-things-manifesto/ps.: Haven't done #followFriday in a while, but yall should follow @ajroach42
(DIR) Post #AcRyvLRvJm5V0mt9UG by csepp@merveilles.town
0 likes, 0 repeats
I guess I need to set a clear boundary about AI generated content.If you post it, I will likely mute you, unless it's in some specific context (that mostly means criticism). If you boost it, I can presume ignorance, but don't push it. I will likely unfollow or mute you, and mute whoever you boosted.There is currently no way to train or operate these models in a sustainable or just way. Also all the images I see tend to be no better than boring stock photos.I don't need more noise.
(DIR) Post #B4atGzMb4KpNisA80G by csepp@merveilles.town
0 likes, 0 repeats
Holy fuck.> #Pizlix - Memory safe #Linux from scratchhttps://fil-c.org/pizlixCompiles the whole userland with Fil-C. Can't wait for this to trickle down to security critical distros like #TAILS .Don't read the rest of the site if you are prone to falling down #compiler implementation related rabbit holes. :neofox_laugh_sweat:
(DIR) Post #B4dJQiRJpfWjFqacj2 by csepp@merveilles.town
0 likes, 0 repeats
Is there such a thing as high-performance #permacomputing ? :flan_think: On one hand, HPC implies centralization. On the other hand, some important tasks like weather prediction or build farms benefit everyone and require centralized infrastructure.
(DIR) Post #B51prp98rfrGCX60LA by csepp@merveilles.town
0 likes, 0 repeats
@neauoire Have you looked into decentralized forges like Radicle?
(DIR) Post #B57dioVHqtw56F9Otc by csepp@merveilles.town
0 likes, 0 repeats
@EUCommission gross
(DIR) Post #B57phKcoeZkBaqjS1w by csepp@merveilles.town
0 likes, 0 repeats
I can't believe I haven't seen #DontHugMeImScared until now. The world needs more weird art . Shoutout to #Dropout for this and also #ToonOut .
(DIR) Post #B5K24CYKMZ4yZ3p6i8 by csepp@merveilles.town
0 likes, 0 repeats
@EUCommission Does it tick the "does not require a TPM" box?
(DIR) Post #B5SjeWsY7PaHK7WvvU by csepp@merveilles.town
0 likes, 0 repeats
@linear Wish I could do this, but it would require having a test suite to make sure there really was no loss in functionality. :sadlinux:
(DIR) Post #B5UFYlBDQTKHdCVvKS by csepp@merveilles.town
0 likes, 0 repeats
@jameschip Wow, that's a weird design. If the name uniquely identifies the package, that should be enough.
(DIR) Post #B5a7wYmZXOHzRjaIi0 by csepp@merveilles.town
0 likes, 0 repeats
@neauoire Was looking into #bladepacking for @Daffodil and found this:https://www.inlinenomad.com/I don't know much about sailing, but maybe if the wind is right, this thing turns from human powered into wind powered?
(DIR) Post #B5uc1flxrIpGMOqw64 by csepp@merveilles.town
0 likes, 0 repeats
@andrewnez > Rename “issues”Oh my glowcloud, yes, please! I would also add that users need a place to report incidents as a thing separate from a known defect. An incident could have multiple causes, or even an unknown cause.
(DIR) Post #B66NRWaBTyEryIjND6 by csepp@merveilles.town
0 likes, 0 repeats
@algernon Is there a chance it's an auto-generated .gitignore?
(DIR) Post #B66NRX03vkwHGYq2Xw by csepp@merveilles.town
0 likes, 0 repeats
@algernon :sadlinux:
(DIR) Post #B6OS9oZzpPkbBxIQq0 by csepp@merveilles.town
0 likes, 0 repeats
@civodul Why would that make it bad for teaching?You rarely need to insert an element in a random place, and if you only grow the list at the end and if alloc speed/size is becoming an issue, 90% of the time you can drop the braces from the list comprehension and work directly on generators instead, which usually gives you O(1) memory use.And idiomatic Python uses iterators in loops, so you can actually use whatever underlying data structure you want, as long as it supports __iter__, or indexing for when you want random access.This is *much* better than assuming everything is a linked list. (Source: I've tried to use generators in Guile. It was pain, nothing was prepared to take or produce them.)
(DIR) Post #B7PneXr1ucKtsfn0rY by csepp@merveilles.town
0 likes, 1 repeats
This is your irregular reminder that if you are working on a new UI system and it isn't a toy just for yourself, then you should include accessibility in its design. Who knows, you might be designing it for your future self. You are only ever one accident away from becoming disabled.cc #permacomputing , for reasons