chmod777
chmod777@tilde.zone
<p>Hello! I do things and stuff and sometimes I post about them.</p><p>Learning Ukrainian and Korean.</p><p>Existing in the Tongass. Looking and waiting for plants.</p><p><a href="https://tilde.zone/tags/nobot" class="mention hashtag" rel="tag">#<span>nobot</span></a> <a href="https://tilde.zone/tags/FuckOffFascists" class="mention hashtag" rel="tag">#<span>FuckOffFascists</span></a></p>
Posts
-
Post #4344117
It&#39;s a cork or be corked world out here. #Egegik
-
Post #4344116
I estimate that I have touched between 16 and 20 thousand fish this year.
-
Post #4344115
Don&#39;t let the FCC know but people be using all kinds of frequencies for not their intended use.
-
Post #4344114
Made some spruce tip tea. Smells like the sweat leaf.
-
Post #4344113
The guy I met at the red dog saloon last year is still alive. He does not remember me. It was a community effort getting him home.
-
Post #4344112
I don&#39;t want to block a number I want to get back at a number that called me and woke me up. Suggestions welcome.
-
Post #4344111
It appears my hazelnuts have rooted. Fuck you nursery in Washington selling seedlings for $50.
-
Post #4344110
If I was a slug I would slime on all of the raspberries without eating them. I would be a good slug.
-
Post #1187783
Transformers(tm) are just big FPGAs.
-
Post #928009
New #Firefly!? I&#39;m not ready.
-
Post #928008
once the snow melts I have plans to collect seeds and or cuttings of sitka mountain ash(Sorbus sitchensis). The eurpoean variety in the genus is more common here, I blame the city.
-
Post #928007
Gin+tonic water+splash of mint tea=pretty decent drink
-
Post #928006
&quot;Oh that&#39;s an interesting post, I&#39;ll comment on it.&quot; NO. Can&#39;t let my moms friends know about my mastodon account. This world is too small.
-
Post #928005
Thought this was a good talk. Almost makes me want to try C++20. Used 11 and 14 a lot and 17 was new when I stopped. https://www.youtube.com/watch?v=b6j6SZiXmoo
-
Post #928004
It&#39;s toothed mushroom day. Sanitizing 8 jars of rice today to inoculate with lion&#39;s mane(Hericium erinaceus), and bear&#39;s head(Hericium abietis). These will eventually be used to start buckets of sawdust and logs and hopefully get some #mushrooms.
-
Post #928003
Thought I would get back into C++ and start trying some new C++20/23/26 features so I wrote a little program that applies an kernel to an image.
-
Post #928002
Sorry, going to be an Internet lawyer for a second. ONLYOFFICE clearly didn&#39;t read the AGPLv3. They are saying Euro-Office is in violation of section 7. A logo isn&#39;t a legal notice so wouldn&#39;t fall under 7b and requiring the logo to remain is a &quot;further restriction&quot; that isn&#39;t covered by 7b so that restriction can be removed. https://github.com/ONLYOFFICE Relevant parts of AGPLv3 &quot;&quot;&quot; 7. Additional Terms ... b) Requiri...
-
Post #928001
Been experimenting with coroutines in Rust. I wish there was some syntactic sugar when calling a coroutine inside another coroutine to automatically yield, like how the ? operator automatically returns None/Err. I&#39;m using a little macro_rule to clean it up since I&#39;m doing it so much. &quot;&quot;&quot; fn parse_data_state( token_buffer: TokenBuffer, ) -&gt; impl Coroutine&lt;(), Yield = (), Return = Result&lt;Option&lt;token::Token&gt;, error::To...