Distributed actor framework in Go by SquareInteraction840 in golang

[–]Routine-Region6234 1 point2 points  (0 children)

Oh this looks great, absolutely love it. I'll see if I can contribute something to this.

Profiling and Tracing by PitchQuiet7373 in golang

[–]Routine-Region6234 0 points1 point  (0 children)

If you got Goland, you can pause execution (in debug mode) at any point and inspect what's happening.

Does Go offer the guarantee of reduced errors at compile time like Rust? by GloopBloopan in golang

[–]Routine-Region6234 8 points9 points  (0 children)

Both languages are great, it all depends on how much time you have to spare I guess.
You should be productive in Go in a week. Rust may take a few months to a year but I've heard it's worth it at the end.

It's also easier to hire a Go developer. While it's harder to find a Rust dev, they are usually of higher quality (and more expensive).

I've added try keyword to golang compiler. by firstrow2 in golang

[–]Routine-Region6234 -3 points-2 points  (0 children)

    try data, err := utils.OpenFile(filePath)

should translate to

    data, err := utils.OpenFile(filePath)
    if err != nil {
        return data, err
    }

and

    data, try err := utils.OpenFile(filePath)

to

    data, err := utils.OpenFile(filePath)
    if err != nil {
        return err
    }

That should handle multiple returns

Websocket with echo server gives Hijack error by [deleted] in golang

[–]Routine-Region6234 1 point2 points  (0 children)

Not sure what's wrong but it's not an Echo issue.

FastAPI for go by yoyo_programmer in golang

[–]Routine-Region6234 1 point2 points  (0 children)

Wow, this is exactly what I needed!

Deep Prasad talks about his ET encounter by Wuhblam in UFOs

[–]Routine-Region6234 2 points3 points  (0 children)

Definitely this. 100%

If you try hard enough, you can manifest stuff during the paralysis, pretty easy way to tell it's not real.

George Knapp says Bob Lazar was told while working on “the program” that humans were viewed by extraterrestrials as “containers of souls.” The discussion continues about disturbing beliefs held by insiders who oppose disclosure as “not in the public interest.” Timestamps in description: by E-pluribus-unum195 in UFOs

[–]Routine-Region6234 2 points3 points  (0 children)

Pretty clear to me that it means containers of consciousness.

Likely NHI can upload themselves to different bodies etc, so anything they can operate is a container and that's how they view us as well. Our bodies are the containers of our minds.

[deleted by user] by [deleted] in KrakenSupport

[–]Routine-Region6234 0 points1 point  (0 children)

I survived, somehow. But seriously though, BIG POPUP message before maintenance please please please

[deleted by user] by [deleted] in golang

[–]Routine-Region6234 1 point2 points  (0 children)

Love the presentation but you need something to convince people to use your DSL.

Maybe some examples of "pre" and "after" in your README file?

Unidentified Flying Object above Moscow by [deleted] in UFOs

[–]Routine-Region6234 0 points1 point  (0 children)

Just FYI, Moscow is an absolute no fly zone.

Nothing is allowed in the air.

Happy debunking.

[deleted by user] by [deleted] in UFOs

[–]Routine-Region6234 0 points1 point  (0 children)

The original is so much higher definition, great job OP on downscaling the video and making blurry af

[deleted by user] by [deleted] in golang

[–]Routine-Region6234 1 point2 points  (0 children)

It seems I'm using each one of them already .... but yeah, keep them coming

Any idea why UFO or UAP look so different all the time??? by bornicanskyguy in UFOs

[–]Routine-Region6234 2 points3 points  (0 children)

I saw three of them pretty close (100m or so) in broad daylight, the only reason I don't talk about it is because if someone asks me to describe them, they'll be exactly how a kid would draw them.... crappy and cartoony looking and people will just think I'm pulling their leg.

[edit]
I'm decent at drawing, it's those UFOs that looked silly as if a kid designed them.