https://www.brennancenter.org/our-work/research-reports/citizens-united-explained?ref=foreverwars.ghost.io


caddy hash-password
https://dav.sour.is {
\ttls jon@xuu.cc
\tbasicauth /xuu {
\t\txuu $2a$...
\t}
\twebdav * {
\t\troot /var/www/dav
\t}
}
- a wall mount 6U rack which has:
- 1U patch panel
- 1U switch
- 2U UPS
- 1U server, intel atom 4G ram, debian (used to be main. now just has prometheus)
- a mini ryzon 16 core 64G ram, fedora (new main)
- multiple docker services hosted.
- synology nas with 4 2TB drives
- turris omnia WRT router -> fiber uplink
network is a mix of wireguard, zerotier.
- wireguard to my external vms hosted in various global regions.
- this allows me ingress since my ISP has me behind CG-NAT
- zerotier is more for devices for transparent vpn into my network
i use ssh and remote desktop to get in and about. typically via zerotier vpn. I have one of my VMs with ssh on a backup port for break glass to get back into the network if needed.
everything has ipv6 though my ISP does not provide it. I have to tunnel it in from my VMs.

> You can't catch the kill signal. Should this be syscall.SIGTERM instead of os.Kill, xuu? https://git.sour.is/sour-is/go-paste/src/branch/main/main.go#L21
You are totally right.. i think i was going for SIGTERM and SIGQUIT
foo.bar
or a glob like foo.*
or trace the hierarchy trace:some.deep.name.space
which will give me the namespaces some
, some.deep
, some.deep.name
, and some.deep.name.space
. These can be combined.
@namespace
# multi
# line
# comment
root :value
# example space comment
@namespace.name space-tag
# attribute comments
attribute attr-tag :value for attribute
# attribute with multiple
# lines of values
foo :bar
:bin
:baz
repeated :value1
repeated :value2
each
@
starts the definition of a namespace kinda like [name]
in ini format. It can have comments that show up before. then each attribute is key :value
and can have their own #
comment lines. Values can be multi line.. and also repeated..
the namespaces and values can also have little meta data tags added to them.

the service can define webhooks/mqtt topics to be notified when the configs are updated. That way it can deploy the changes out when they are updated.
[[foo.bars]] [[foo.bars]] [[foo.bars]]
I do prefer toml for the old school ini style with added support for object lists.
my second would be hjson or any other json with comments style.
The advanced class would piece together training kits for the basic class to put together.
iter.Seq[V]
does make things a bit more clear though.

@xuu@txt.sour.is
=> https://text.sour.is/user/xuu/twtxt.txtThen my identity can exist independent of the feed location. And I can host multiple protocol types for my feed. Ie. http/gopher/Gemini/irc DCC/etc



i think you have to be following the person so it does it correctly.

The issue was a dev making a "fix" that didn't have a documented problem. They reused some specific low level functions they did not understand the reason they were made.
https://github.com/go-gitea/gitea/issues/28861

Adding attributes to individual twts similar to adding feed attributes in the heading comments.
https://git.mills.io/yarnsocial/go-lextwt/pulls/17
The basic use case would be for multilingual feeds where there is a default language and some twts will be written a different language.
As seen in the wild: https://eapl.mx/twtxt.txt
The attributes are formatted as
[key=value]
They can show up in the twt anywhere it is not enclosed by another element such as
codeblock
or part of a markdown link.
>Ha, this is cool. Has its flaws, although is easy to remember.
>
>An RNG that runs in your brain
>
>https://www.hillelwayne.com/post/randomness/
> Ha, this is cool. Has its flaws, although is easy to remember.
>
> An RNG that runs in your brain
>
> https://www.hillelwayne.com/post/randomness/
Trying out a boost format. seems better with text after....
> Ha, this is cool. Has its flaws, although is easy to remember.
>
> An RNG that runs in your brain
>
> https://www.hillelwayne.com/post/randomness/
RT @nick: original text
because it contained the original text the twitter algorithm would boost that text into trending.i like the format
(#hash) @<nick url> > "Quoted text"\\nThen a comment
as it preserves the human read able. and has the hash for linking to the yarn. The comment part could be optional for just boosting the twt.
The only issue i think i would have would be that that yarn could then become a mess of repeated quotes. Unless the client knows to interpret them as multiple users have reposted/boosted the thread.
The format is also how iphone does reactions to SMS messages with
+number liked: original SMS
@prologic what are your thoughts? Should we extend the parser to handle \n and \n ? Or a generic attribute spec. Single word is a boolean attribute. And one with an
=
is a string key/value.
@prologic what are your thoughts? Should we extend the parser to handle [lang] and [boost] ? Or a generic attribute spec. Single word is a boolean attribute. And one with an
=
is a string key/value.

?
and this site: https://www.programiz.com/dsa/fibonacci-heap
I implemented a Fibonacci Heap to replace the priority queue to great success.
https://git.sour.is/xuu/advent-of-code/src/branch/main/search.go#L168-L268
So now to figure out why its not working right.
I found a bug where i didnt include an open/closed list that seemed to shave off a little. right now it runs in about 70 seconds on my machine.. it takes over the 300s limit when it runs on the testrunner on the same box.. docker must be restricting resources for it.
I might come back to it after i work through improving my code for day 23. Its similar but looking for the longest path instead of shortest.
Solution: https://git.sour.is/xuu/advent-of-code/src/branch/main/day17/main.go
A* PathFind: https://git.sour.is/xuu/advent-of-code/src/branch/main/search.go
some seem to simplify the seen check to only be horizontal/vertical instead of each direction.. but it doesn't give me the right answer
That and so many great write-ups to explain the problems.
Moving sofa problem
https://advent-of-code.xavd.id/writeups/2023/
SSBzdGlsbCBkbyBub3QgdW5kZXJzdGFuZCB3aHkgdXNpbmcgdGhlIHJhdGUgb2YgY2hhbmdlIGlu
IHRoZSBwdXNoZXMgZ2l2ZXMgbWUgdGhlIGFuc3dlci4uIGJ1dCB5ZWFoLi4K
https://git.sour.is/xuu/advent-of-code/pulls/13/files



Its the latest ryzen 7 chipset for laptop/mini form factor.
I am very surprised about the times others are getting. I guess that's the difference between interpreted and compiled showing.
Executed in 68.96 secs fish external
usr time 60.84 secs 242.00 micros 60.84 secs
sys time 12.52 secs 252.00 micros 12.52 secs
