Searching We.Love.Privacy.Club

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

> Hi James, great to hear your interest. So this is an exclusive roundtable luncheon with people in the IT, Engineering, DevOps and Technical pr …

Hi James, great to hear your interest. So this is an exclusive roundtable luncheon with people in the IT, Engineering, DevOps and Technical professionals. This is an opportunity to benchmark and share stories and experiences with like-minded peers in a closed-door, Chatham House Rule environment where you will be given the opportunity to speak openly and candidly.

I’m not even sure what h … ⌘ Read more

⤋ 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

(#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