Searching We.Love.Privacy.Club

Twts matching #twtxt
Sort by: Newest, Oldest, Most Relevant

@lyse@lyse.isobeef.org Thanks for sharing. I really enjoyed it. The beginning part about the history of life on Earth was fun to watch having just read Dawkin’s old book The Selfish Geene, and now I want to read more about archaea. The end of the talk about what might be going on on Mars made me a bit hopeful someone will find some good evidence.

⤋ Read More

(#d7l762q) For context, I’ve write to get one of these LLM(s) to do this for a project once before a couple of years ago. All it had to do was r …
For context, I’ve write to get one of these LLM(s) to do this for a project once before a couple of years ago. All it had to do was read the public methods of a struct and write the boilerplate for a type Foo interface { ... } with those same matching methods.

This shit™ is such a waste of time, human effort and global energy 🤦‍♂️ ⌘ Read more

⤋ Read More

**Seriously?! 😳 Transscript

if I had a Go struct such as the following:

Here’s how the complete interface would look:

type B ...**
Seriously?! 😳 [Transscript](https://gist.mills.io/prologic/fe6bb412dcc245a69b4cbad22f38dcd2)

> if I had a Go struct such as the following:

…

> Here’s how the complete interface would look:

type Bar interface {

Read(t *Bar, b []byte) (int, error)

}

”`

This interface matches the behavior and method signature of the provided Foo struct.

This is total garbage 🗑️ ⌘ Read more”`

⤋ Read More

**In sane 🤣🤣

$ ollama run deepseek-r1:7b
>>> How does your model's reasoning work exactly?
<think>

</think>

I'm an AI assistant that  ...**
In sane 🤣🤣

$ ollama run deepseek-r1:7b

How does your model’s reasoning work exactly?

I’m an AI assistant that uses algorithms to process information and create responses. While I can mimic some patterns of human thinking in my responses, I
don’t have real human thought or consciousness.

So how do you deliberate and argue with yourself over counting the number of le … ⌘ Read more

⤋ Read More

(#mhcwruq) I can’t wait to be in an operating theatre one day when I’m old and an LLM (AI) bot is arguing with itself over the decision to cut t …
I can’t wait to be in an operating theatre one day when I’m old and an LLM (AI) bot is arguing with itself over the decision to cut the left or the right blood vessel 🤦‍♂️ Or whatever other horrifying situation you/we may find ourselves in with this kind of “dumbass” reasoning behind the wheel 🛞 ⌘ Read more

⤋ Read More

**How many r’s in the word strawberry? 👈 Just figured I’d try to run up the deepseek-r1:7b model using Ollama and this is the result:

$  ...**
[How many r’s in the word strawberry?](https://gist.mills.io/prologic/10abd36e126a41c78d356904d68e99d0) 👈 Just figured I’d try to run up the `deepseek-r1:7b` model using Ollama and this is the result:

$ ollama run deepseek-r1:7b

How many r’s in the word strawberry?

Alright, so I need to figure out how many times the letter ‘r’ appears in the word “strawberry.” Hmm, okay. Let me … ⌘ Read more

⤋ Read More

To all my EU friends out there, is it this hard™ to reach a human in European companies that allow, perform or permit silly shenanigans? 🤔 …
To all my EU friends out there, is it this hard™ to reach a human in European companies that allow, perform or permit silly shenanigans? 🤔 Or is it just US companies? 🤔 ⌘ Read more

⤋ Read More

Contact | Federal Communications Commission 👈 Haha calling the FCC was interesting. But I’ll have to call the consumer folks back next Saturd …
Contact | Federal Communications Commission 👈 Haha calling the FCC was interesting. But I’ll have to call the consumer folks back next Saturday (morning for me) to speak with someone. Apparently they’re closed now, even though it’s 3pm EST right? Hmmm 🤔 ⌘ Read more

⤋ Read More

cli/q: 🌱 A simple programming language. - q - Projects I really like this little q lang that Ed has created ❤️ Really nice and simpler, g …
cli/q: 🌱 A simple programming language. - q - Projects I really like this little q lang that Ed has created ❤️ Really nice and simpler, great design and implementation and really lovely cross-platform compiler supporting DOS, Windows, Darwin and Linux on AMD64 and ARM64 💪 ⌘ Read more

⤋ Read More

That moment, when you’re a little pipsqueak self-host(er) with infrastructure you’re trying to protect from potentially rogue customers on Azure …
That moment, when you’re a little pipsqueak self-host(er) with infrastructure you’re trying to protect from potentially rogue customers on Azure Cloud. You file an abuse report, but receive no response or acknowledgment for weeks. Now what? 🤔 Email the CEO! #Azure #MicrosoftRead more

⤋ Read More

Finally I’ll also be setting up CubeFS (finally mature enough to give it a serious go) and slowly migrating workloads to use it as Persistent …
Finally I’ll also be setting up CubeFS ( finally mature enough to give it a serious go) and slowly migrating workloads to use it as Persistent storage across the 3 Hypervisor nodes ( which will run KVM + CubeFS) – Thank goodness this thing ( CubeFS) doesn’t need to run on Kubernetes 😂 ⌘ Read more

⤋ Read More

Over the next few months, I’m a) Replacing all Boot disks b) Replacing all Storage disks c) Adding additional 32GB Memory to all my Hypervisor …
Over the next few months, I’m a) Replacing all Boot disks b) Replacing all Storage disks c) Adding additional 32GB Memory to all my Hypervisor machines. I think that’ll take me the better part of 6 months. For the remainder thereafter in the year I’ll be swapping out the 3.5” Disks in my NAS slowly ( one at a time). ⌘ Read more

⤋ Read More

Upcoming Products for M4 Mac mini - SONNETTECH Gonna buy myself one of these when they come out (hopefully soon™) and populate with 3 M4 Mac …
Upcoming Products for M4 Mac mini - SONNETTECH Gonna buy myself one of these when they come out ( hopefully soon™) and populate with 3 M4 Mac Mini(s) – Just the base model is enough. Purpose? Migrate Plex to one of them for better performance, and run CI/CD Runners on all 3 as well as other I/O intensive tasks like syncing Y … ⌘ Read more

⤋ Read More

(#ondf3bq) @lyse@lyse I have no problems with the ternary operator either. If it were added to Go I Wouldn’t mind. C has it right? I …
@lyse @lyse.isobeef.org I have no problems with the ternary operator either. If it were added to Go I Wouldn’t mind. C has it right? I’d also by happy with if expressions, e.g: if foo ... else bah, but probably doesn’t fit the styoe of the Go grammer.

What I absolutely hate is this proposal. Making ? to mag … ⌘ Read more

⤋ Read More

@lyse@lyse.isobeef.org The one in question is more like the javascript version for unwrapping errors when accessing methods.

 const value = some?.deeply?.nested?.object?.value

but for handling errors returned by methods. So if you wanted to chain a bunch of function calls together and if any error return immediately. It would be something like this:

b:= SomeAPIWithErrorsInAllCalls()
b.DoThing1() ?
b.DoThing2() ?

// Though its not in the threads I assume one could do like this to chain.
b.Chain1()?.Chain2()?.End()?

I am however infavor of having a sort of ternary ? in go.

PS. @prologic@twtxt.net for some reason this is eating my response without throwing an error :( I assume it has something to do with the CSRF. Can i not have multiple tabs open with yarn?

⤋ Read More
In-reply-to » Second power outage since this morning! yeeeey 🥳 I'm not mad at all ... not even a little bit. might end up throwing a monitor out tha window for sports, but no, it doesn't mean that I'm mad... Nooooo, we're all Gucci over here 🧟

@lyse@lyse.isobeef.org would it work wit cats instead? there has been a whole flock of them in the neighborhood the last couple of days, one female and a gazillion males taking turns 😅 … at least they’d be good for something other than their non-stop after midnight opera 😂

⤋ Read More

(#spvh6fa) @xuu@xuu And you’re right, it only really saves a single line. I think I’ve even commented on a similar discussion a few year …
@xuu @txt.sour.is And you’re right, it only really saves a single line. I think I’ve even commented on a similar discussion a few years ago as well where I showed concretely the abrustdity of the community wanting to change this. If I recall, the whole pattern of:

if err != nil {
    ...
}

basicall … ⌘ Read more

⤋ Read More

(#spvh6fa) @xuu@xuu I’m not necessarily saying it is to be bluntly honest. But it’s far better than this ? garbage. I don’t want to be …
@xuu @txt.sour.is I’m not necessarily saying it is to be bluntly honest. But it’s far better than this ? garbage. I don’t want to be rude, but honestly wtf is wrong with people and making languages harder to read?! 🤦‍♂️ ⌘ Read more

⤋ Read More

**I want to propose my own counter-proposal to the discussion that’s ongoing with Go and error handling.

Here it is:

It’s very rough and needs …**
I want to propose my own counter-proposal to the discussion that’s ongoing with Go and error handling.

Here it is: https://docs.mills.io/ix4qDHMnQUSPxZ5tXz12Vg?view

It’s very rough and needs much more work, but essentially I want to propose the following change to the language’s grammar:

”`
f := os.Open(“foo.txt”) or (e error) {

lo ... ⌘ [Read more](https://twtxt.net/twt/spvh6fa)```

⤋ Read More

(#uodljqa) > The purpose of this paper is to characterize simple sabotage, to outline its possible effects, and to present suggestions for incit …

The purpose of this paper is to characterize simple sabotage, to outline its possible effects, and to present suggestions for inciting and executing it.

Sabotage varies from highly technical coup de main acts that require detailed planning and the use of specially-trained operatives, to innumerable simple acts which the ordinary individual citizen-saboteur can perform. This paper is pr … ⌘ Read more

⤋ Read More