blog.ratterobert.com

prologic (twtxt.net)

Problems are Solved by Method\" ๐Ÿ‡ฆ๐Ÿ‡บ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿฆฏ๐Ÿนโ™” ๐Ÿ“โšฏ ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง๐Ÿ›ฅ -- James Mills (operator of twtxt.net / creator of Yarn.social ๐Ÿงถ)

prologic (twtxt.net)

@starletvania Yes this thing is on ๐Ÿ˜…

In reply to: #jjwbgpa 21 hours ago
prologic (twtxt.net)

@movq Bahahahaha ๐Ÿคฃ

In reply to: #6yqdbla 3 days ago
prologic (twtxt.net)

@movq So no Mosaic support either? ๐Ÿคฃ

In reply to: #6yqdbla 3 days ago
prologic (twtxt.net)

@kat That would be cool! ๐Ÿ˜Ž

In reply to: #3sp2kka 5 days ago
prologic (twtxt.net)

@bender Well it's really just for other fellow humans that might not know better and what Microsoft does with your hardโ„ข work ๐Ÿคฃ

In reply to: #3sp2kka 5 days ago
prologic (twtxt.net)

For context, this is a funny Interaction between an engineer and copilot on Microsoft's core programming Language ๐Ÿคฃ๐Ÿคฏ

In reply to: #i3akiua 5 days ago
prologic (twtxt.net)

Fuck ๐Ÿคฃ Building and learning about machine learning and evolutionary processes is hardโ„ข ๐Ÿคฃ

In reply to: #67mw3uq 6 days ago
prologic (twtxt.net)

@kat Authelia is great ๐Ÿ‘Œ Nice choice! ๐Ÿ™Œ

In reply to: #cxqthjq 6 days ago
prologic (twtxt.net)

@bender ๐Ÿ˜‚

In reply to: #gfizg2q 6 days ago
prologic (twtxt.net)

Ultimately, Go sits in the sweet spot on the complexity vs performance chart:

  • Minimal syntax & concepts โ†’ low learning curve
  • Compiled speed โ†’ high throughput
  • Built-in CSP concurrency โ†’ scalable by default

See Rob Pyke's presentation on Expressiveness of Go

In reply to: #da7zlha 6 days ago
prologic (twtxt.net)

One of the nicest things about Go is the language itself, comparing Go to other popular languages in terms of the complexity to learn to be proficient in:

In reply to: #da7zlha 6 days ago
prologic (twtxt.net)

@bender Here's a short-list:

  • Simple, minimal syntaxโ€”master the core in hours, not months.
  • CSP-style concurrency (goroutines & channels)โ€”safe, scalable parallelism.
  • Blazing-fast compiler & single-binary deploysโ€”zero runtime dependencies.
  • Rich stdlib & built-in tooling (gofmt, go test, modules).
  • No heavy frameworks or hidden magicโ€”unlike Java/C++/Python overhead.
In reply to: #da7zlha 6 days ago
prologic (twtxt.net)

@bender What's not to like? ๐Ÿ˜…

In reply to: #da7zlha 1 week ago
prologic (twtxt.net)

@bender There is no aim. Just learning ๐Ÿ˜… That way I can actually speak and write with authority when it comes to these LLM(s) a bit more ๐Ÿคฃ Or maybe I just happen to become that random weirdo genius that invents Skynetโ„ข ๐Ÿ˜‚

In reply to: #zy4an6a 1 week ago
prologic (twtxt.net)

This is one of my attempts:

$ go build ./cmd/xor/... && ./xor
Generation  95 | Fitness: 0.999964 | Nodes: 9   | Conns: 19
Target reached!

Best network performance:
  [0 0] โ†’ got=0 exp=0 (raw=0.000) โœ…
  [0 1] โ†’ got=1 exp=1 (raw=0.990) โœ…
  [1 0] โ†’ got=1 exp=1 (raw=0.716) โœ…
  [1 1] โ†’ got=0 exp=0 (raw=0.045) โœ…
Overall accuracy: 100.0%
Wrote best.dot โ€“ render with `dot -Tpng best.dot -o best.png`
In reply to: #zy4an6a 1 week ago
prologic (twtxt.net)

@sorenpeter Also not very readable. Quite cryptic really ๐Ÿ˜… I have no idea how this works ๐Ÿคฆโ€โ™‚๏ธ

In reply to: #dyrkrka 1 week ago
prologic (twtxt.net)

My vision with this newsletter is to have a slower medium for communicating about my art as well as ideas and projects I'm working on regarding how we can use digital technology to our own benefits instead of being exploited by big tech.

Twtxt not sloe enough for you? ๐Ÿคฃ

In reply to: #utajxsa 1 week ago
prologic (twtxt.net)

@thecanine I think I know what you mean now.

In reply to: #drl6faa 1 week ago
prologic (twtxt.net)

@sorenpeter What will you be writing about? What's your target audience? ๐Ÿค”

In reply to: #utajxsa 1 week ago
prologic (twtxt.net)

@bender Appreicate it ๐Ÿ™

In reply to: #fn3x3eq 1 week ago
prologic (twtxt.net)

@thecanine I admit I'm a little unclear of your position. What do you mean by "not the right approach"? What's your position here? ๐Ÿค” -- I have a funny feeling we actually algin, just getting our wires all mixed up in communicating it ๐Ÿคฃ

In reply to: #drl6faa 1 week ago
prologic (twtxt.net)

@bender Haha well said ๐Ÿคฃ

In reply to: #drl6faa 1 week ago
prologic (twtxt.net)

The only true way to write is full of typos, spelling mistakes and gramatical errors right? ๐Ÿ˜…

In reply to: #drl6faa 1 week ago
prologic (twtxt.net)

@bender Bahaha ๐Ÿคฃ

In reply to: #drl6faa 1 week ago
prologic (twtxt.net)

@thecanine @movq So I actually agree with you! I think Dustin is taking a bit of a "deep and dark" path here (depression), and there are many parallels to other types of activities that we can all talk to. "AI" or "LLM"(s) here should be no different. Use them, Don't use them. I don't really see how it takes away our creativity or critical thinking.

In reply to: #wckfxrq 1 week ago
prologic (twtxt.net)

@movq I'm more worried about Dustin Curtis's take on Thoughts on Thinking piece ๐Ÿค” It's a worrying time we're facing, where all human creativity, critical thinking and having to "think" at all just goes out the window ๐ŸชŸ wow ๐Ÿคฏ

In reply to: #wckfxrq 1 week ago
prologic (twtxt.net)

@kat I kind of need some more details if you can. Logs, observations anything! Please ๐Ÿ™

In reply to: #b73l4ya 1 week ago
prologic (twtxt.net)

@movq I mean are you surprised? ๐Ÿ˜ฎ

In reply to: #wckfxrq 1 week ago
prologic (twtxt.net)

@kat Watching your vlog right now ๐Ÿ˜…

In reply to: #z27c4ya 1 week ago
prologic (twtxt.net)

@kat Hmmmm? ๐Ÿค”

In reply to: #b73l4ya 1 week ago
prologic (twtxt.net)

@kat I just got a bit bored ๐Ÿฅฑ

In reply to: #i5fqsba 1 week ago
prologic (twtxt.net)

@kat Haha I did that for a couple of days last week ๐Ÿคฃ What was I doing you ask?! ๐Ÿ˜… Studying and learning how Artificial Neural Networks with Evolutionary Adaptation work ๐Ÿคฃ

In reply to: #i5fqsba 1 week ago
prologic (twtxt.net)

@aelaraji Cool! ๐Ÿ˜Ž Mind joining the same IRC space? ๐Ÿ™

In reply to: #nyhylxa 2 weeks ago
prologic (twtxt.net)

Honestly for these types of services, there probably isn't much point, as the layer4 module in Caddy doesn't do inspection/filtering anyway I think? ๐Ÿค”

In reply to: #stxbcda 2 weeks ago
prologic (twtxt.net)

@bender It's still a straight-through to the Eris backend that itself uses a Let's Encrypt cert now. Haven't tried to also terminate TLS at the Edge yet.

In reply to: #stxbcda 2 weeks ago
prologic (twtxt.net)

@aelaraji Seems to be fine ๐Ÿ™Œ

In reply to: #felcfhq 2 weeks ago
prologic (twtxt.net)

@bender basically because we don't readily use or support range hunters when requesting feeds it's ideal to keep feed small for the time being at least until we think about writing up a formal specification for this, but it's also only for Http hosted feeds

In reply to: #3a5pggq 2 weeks ago
prologic (twtxt.net)

@lyse Very pretry and so sharp! ๐Ÿ‘Œ

In reply to: #rwuo3ea 2 weeks ago
prologic (twtxt.net)

@movq You reckon that's a real possibility? ๐Ÿค”

In reply to: #mbyxcbq 2 weeks ago
prologic (twtxt.net)

@kat It would right ๐Ÿ˜…

In reply to: #u3laj7a 2 weeks ago
prologic (twtxt.net)

@bender 5, 4, 3, 2, 1 ๐Ÿคฃ

In reply to: #rsleb5q 2 weeks ago
prologic (twtxt.net)

@bender I normally don't myself either, but that saide, I think that's kind of @movq's point right? This new unauthenticated rate limit is absurd! ๐Ÿ˜ฑ You may as well just fucking 403 Forbidden and be done with it ๐Ÿคฃ

In reply to: #rsleb5q 2 weeks ago
prologic (twtxt.net)

@bender Basically the way I'm reading this is 1 RPM. This is a rather aggressive rate limit actually. This basically makes Github inaccessible and useless for basically anything unless you're logged in. You can basically kiss "pursuing" casually, anonymously goodbye.

Imagine if I imposed that kind of rate limit on twtxt.net?! ๐Ÿคฃ

In reply to: #ychqfuq 2 weeks ago
prologic (twtxt.net)

@movq Also the so-called "deadline" isn't set it stone. We're all busy people with day jobs and lives, so we may have to move it anyway ๐Ÿ˜…

In reply to: #gtzrxla 2 weeks ago
prologic (twtxt.net)

This โ˜๏ธ

In reply to: #tdvbnra 2 weeks ago
prologic (twtxt.net)

@xuu Good point! What did you have in mind? ๐Ÿ™

In reply to: #gtzrxla 2 weeks ago
prologic (twtxt.net)

@lyse No not yet!

In reply to: #gtzrxla 2 weeks ago
prologic (twtxt.net)

@bender Good , glad you agree ๐Ÿ‘

In reply to: #uccmlea 2 weeks ago
prologic (twtxt.net)

I'm also thinking of adding eye-off icon next to every Twt that, when clicked, hides that feed (tooltip: "Hide this feed"). This would work with the filters as a "temporary additive filter" to restrict/control the current view.

In reply to: #uccmlea 2 weeks ago
prologic (twtxt.net)

@javivf Sorry. ๐Ÿ˜‚ Meet me on IRC at irc.mills.io in #edgeguard ๐Ÿ‘Œ I'm @james there ๐Ÿ˜…

In reply to: #nyhylxa 2 weeks ago
Reply via email