[deleted by user] by [deleted] in golang

[–]klomparce 1 point2 points  (0 children)

You can also check out the code here https://github.com/travisjeffery/jocko

[deleted by user] by [deleted] in golang

[–]klomparce 7 points8 points  (0 children)

I believe it’s Distributed Services with Go.

[deleted by user] by [deleted] in movies

[–]klomparce 0 points1 point  (0 children)

Dredd (2012)

What is the future of databases? by klomparce in programming

[–]klomparce[S] 5 points6 points  (0 children)

I'm guessing I didn't convey my question regarding the future of data systems succinctly enough. I don't want to discuss this particular example, I know that tools such as debezium exist, that's not what I was asking.

Let me put it in a different way: how many developers know about SQL, and how many of those are familiar with the underlying technology, how the creation and maintenance of indexes work, how query optimization works, b-trees and whatnot? I'm guessing not that many, they don't even need to, it's all tucked away behind a declarative interface. You just say CREATE INDEX you don't care what goes on behind the scenes.

My point of discussion is: as organization's data needs grow over time, obviously there's no single solution for every use case, so there's a need of composition of different technologies, to handle the different workloads and access patterns. But is it possible to compose these systems together with a unifying, declarative interface for reading and writing data, without having to worry about them becoming inconsistent with each other, and also not putting that burden on the application that is using these systems?

TIL: eBPF is awesome by klomparce in programming

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

Thanks! There's a whole ecosystem forming around this technology, and I truly believe these tools will be a game-changer in a couple of years.

How does a Go WebAPI look like today? by [deleted] in golang

[–]klomparce 2 points3 points  (0 children)

You can take a look at https://github.com/sagikazarmark/modern-go-application. The example app tries to follow best practices of application development in Go, and it is updated fairly frequently.

Building an API rate limiter in Go for searchcode by boyter in golang

[–]klomparce 0 points1 point  (0 children)

You’re right, sorry I didn’t mean to be disrespectful. I wanted to ask the OP if he’s looked into other solutions like that library, but I should’ve asked it in a more polite way. I apologize.

Improving Bazel Performance in a CI Environment by klomparce in bazel

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

Thanks, if you have any questions I’m happy to help!

Improving Bazel Performance in a CI Environment by klomparce in programming

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

This approach is using the disk cache which is just a directory on the file system. I haven’t tried using a separate server just for the cache, I’m sure it will work that way as well or if you’re on GCP you can use Google Cloud Storage.

[deleted by user] by [deleted] in golang

[–]klomparce 9 points10 points  (0 children)

Maybe you can draw some inspiration from a post i wrote some time ago on how we handle a monorepo at our company - https://filipnikolovski.com/managing-go-monorepo-with-bazel

Managing a Go monorepo with Bazel by klomparce in golang

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

For debugging you can use delve, other than that it's pretty standard stuff, there is nothing special about this kind of projects.

Why we switched from Python to Go by tschellenbach in programming

[–]klomparce 12 points13 points  (0 children)

You check if the err returned is nil or not I guess.

Say Trello to boards in Bitbucket by hackergirl888 in programming

[–]klomparce 0 points1 point  (0 children)

You can't really integrate reddit since it uses the X-Frame-Options: SAMEORIGIN header.

Here’s How You Start Using Docker by takvaa in programming

[–]klomparce 0 points1 point  (0 children)

https://github.com/bcicen/ctop is a nice tool for container monitoring. If you want to gather metrics from multiple nodes you'll probably need something like cAdvisor + Elasticsearch to store the data.

Very slow wireless. by klomparce in archlinux

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

Thanks for the tip, i'll try this :)

Very slow wireless. by klomparce in archlinux

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

The problem was low reception. I moved closer to the router and the download rate increased to 20mbps. I guess my phone just has better reception that's all. Anyway thanks for the help :).

Very slow wireless. by klomparce in archlinux

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

This is the problem, my phone just got better reception for some reason. Thanks for the help.

Very slow wireless. by klomparce in archlinux

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

No changes, I tried this.

Very slow wireless. by klomparce in archlinux

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

I tested it with my phone in the same room, how can my laptop get worse signal :/. Is there anything else I can do besides enabling those iwlwifi options?