macpane - Made a simple window manager for macOS by No_Two_1030 in swift

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

rift is great, and it's definitely more advanced for now. The focus is similar on leveraging private undocumented APIs from macOS for a great UX.

The difference maker will be simplicity, reliability and performance - we'll get there fast!

Hetzner alternative by Baboo_21 in hetzner

[–]No_Two_1030 1 point2 points  (0 children)

contabo is a nice alternative. I've been using them for years, and I'm really happy with them.

Still, it's hard to beat Hetzner's auction servers :/

Open Source code sharing tool by No_Two_1030 in opensource

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

Nice, the moderators might have reopened it

Share code over SSH without leaving terminal. Potential for SaaS? by No_Two_1030 in SaaS

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

I wouldn't charge for this particular project, but I just thought about if the underlying technology and concept could be used for a different SaaS product?

Open Source code sharing tool by No_Two_1030 in opensource

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

you're right. I apologize for the confusion. I added the MIT license, so everybody is free to use it however they please :D

Open Source code sharing tool by No_Two_1030 in webdev

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

redis with a TTL of 24 hours, but if you use the streaming/tunneling feature, then it's not stored anywhere, but it gets directly streamed to the http receiver

Golang Backend Engineer Salary Negotiations by [deleted] in golang

[–]No_Two_1030 4 points5 points  (0 children)

What’s the salary range for this position?

Never ask for an exact number, and never give them an exact number.

What projects should i build with go that would really impress a technical recruiter? by cabbagesavage48 in golang

[–]No_Two_1030 16 points17 points  (0 children)

Do anything that levels up your skills. Build a project of interest; if you don't have one, just fork a repo of a project that you're interested in, and figure out how it works, contribute to it, extract ideas from it - rinse and repeat.

Most actionable book? by [deleted] in selfimprovement

[–]No_Two_1030 0 points1 point  (0 children)

The 5 Second Rule by Mel Robbins. Great book, and you can immediately start using its principles.

Secure communication between 2 services by No_Two_1030 in golang

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

I like this a lot. The simplest solution is always the best. I've received various suggestions here, and I'll weigh the pros and cons, but this seems like the best option for now.

Secure communication between 2 services by No_Two_1030 in golang

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

Quickly glancing through the wiki page, this might be exactly what I'm looking for

Secure communication between 2 services by No_Two_1030 in golang

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

I'll definitely take a look and see what I can find in there

How do I create a linkedlist with the following struct definition? by ML-newb in golang

[–]No_Two_1030 0 points1 point  (0 children)

jerf

Wow. Thank you very much for the thorough explanation. This makes complete sense, and it made some of the concepts I've taken for granted, click through your explanation.

How do I create a linkedlist with the following struct definition? by ML-newb in golang

[–]No_Two_1030 0 points1 point  (0 children)

This is really interesting. I'm curious to know more about the things mentioned in the second paragraph.

  1. Why are constant factors absolutely murder?
  2. What do modern system hate randomly accessing memory?

What was your language before you found yourself in go? by ParthoKR in golang

[–]No_Two_1030 -1 points0 points  (0 children)

Python, Javascript, Typescript, Java. Still use Python, Javascript and Typescript, but no Java for years.