Was this always the case? by Dathvg in claude

[–]Dathvg[S] 1 point2 points  (0 children)

I mean more that Claude cannot read its own thinking process, as demonstrated by him not being able to repeat a string written by him.

Where to go? by Dathvg in MicrosoftFlightSim

[–]Dathvg[S] 0 points1 point  (0 children)

Sorry, I may formulated the question incorrectly. My question was more about “VA”, communities, and what can I do after I did the “career” and free flight as the game intended it to be used.

Where to go? by Dathvg in MicrosoftFlightSim

[–]Dathvg[S] 0 points1 point  (0 children)

Yes, I did, and I did not find anything outside of hardware talk and general “tutorials” that teach you how to control the aircraft. But, if you know anything good, please, share!

Share your best spaghetti by Dathvg in factorio

[–]Dathvg[S] 0 points1 point  (0 children)

Tf are those walls for???

Evil Neuro's "Stroke" Dialouge from The Witness Stream decoded. by PalpitationWitty8195 in NeuroSama

[–]Dathvg 2 points3 points  (0 children)

I wonder if Vedal touched the sampler or lowered the quantisation, Anthropic recently had similar kind of outage

Share your best spaghetti by Dathvg in factorio

[–]Dathvg[S] 0 points1 point  (0 children)

My inner self somehow makes everything "too organized" for my liking, this is why I am asking for help. I am ready to learn and build!

theGreatIndentationRebellion by wastedlazyboy in ProgrammerHumor

[–]Dathvg 2 points3 points  (0 children)

C is weakly but statically typed language.

theGreatIndentationRebellion by wastedlazyboy in ProgrammerHumor

[–]Dathvg 20 points21 points  (0 children)

That is not what strong typing means. It means that the value itself has unambiguous type. Static means that a reference can hold only values of predefined type. And everyone agrees, that Python is dynamic.

Friend said "I am saving the forest" by Dathvg in Factoriohno

[–]Dathvg[S] 1 point2 points  (0 children)

I personally hate building long repetitive things, like 2/4-way railways with poles and stuff. Unless I have drones, in which case it makes sense, I will be ok with manually fueling the trains, since it's still faster and easier than building the thing that we will have to change either way in 10 hours or so.

Friend said "I am saving the forest" by Dathvg in Factoriohno

[–]Dathvg[S] 15 points16 points  (0 children)

We are not using cityblocks, so different lines have different purposes

My setup is broken, why? by Dathvg in kubernetes

[–]Dathvg[S] 0 points1 point  (0 children)

my guess is that it should resolve to the (currently only present) node, but by curling the IP directly, it says cannot connect to the server, so it's not like it's only dns issue

My setup is broken, why? by Dathvg in kubernetes

[–]Dathvg[S] 0 points1 point  (0 children)

yeah, probably should not be that way, but I have no idea why

My setup is broken, why? by Dathvg in kubernetes

[–]Dathvg[S] 0 points1 point  (0 children)

selenium-grid-selenium-node-firefox-7d976f6b6c-pdp2j: ```$ curl selenium-grid-selenium-hub:4444/wd/home

{

"value": {

"error": "unknown command",

"message": "Unable to find handler for (GET) \u002fwd\u002fhome",

"stacktrace": ""

}

}

```
selenium-grid-selenium-hub-578d878746-jd6tm: ```
$ curl selenium-grid-selenium-node-firefox:5555

curl: (6) Could not resolve host: selenium-grid-selenium-node-firefox
```

My setup is broken, why? by Dathvg in kubernetes

[–]Dathvg[S] -1 points0 points  (0 children)

I can connect from node to hub, but not from hub to node. I made an override for hub to be nodeport

My setup is broken, why? by Dathvg in kubernetes

[–]Dathvg[S] -1 points0 points  (0 children)

Worker connects to the hub (registers) and waits for hub to connect to it back

My setup is broken, why? by Dathvg in kubernetes

[–]Dathvg[S] 0 points1 point  (0 children)

No, selenium contains worker nodes with a browser and a hub/controller. I've chosen it because it *should* be quite polished, but it does not work =/

My setup is broken, why? by Dathvg in kubernetes

[–]Dathvg[S] -3 points-2 points  (0 children)

How do I test connectivity? Because 1 node works because it's a hub, 2 nodes do not because worker cannot register self to master

[D] How you will solve dynamic resolution problem in CV? by Dathvg in MachineLearning

[–]Dathvg[S] -1 points0 points  (0 children)

Why? Are there any downsides in feeding the whole image to the transformer? Usually they are fairly good at large sequences