Advertisement · 728 × 90

Posts by NWCS

gc times in golang

gc times in golang

Started caching some vars on backend, you can visibly see how much it reduced gc times in #golang

1 day ago 1 0 0 0
Video

Think I've wrapped up VM metrics visualization. Backend is Mimir/Prometheus. Metrics are CPU, mem, uptime, and IOPS/bytes.

#golang #selfhosted #homelab #virtualization #indiedev

1 day ago 3 0 0 0
Deleting more than what was added

Deleting more than what was added

So it seems like when I wrote weblet a few years back I only allowed for a depth of 2, not ideal in some cases. Refactored today to support 3 (and more) depth. Always nice when more code is deleted than added for "new" functionality.

#golang #coding #programming #indiedev #webapp

2 days ago 0 0 0 0

Issue in 1.26.2 and not in 1.26.1?

2 days ago 0 0 1 0
LLMRisks Archive

genai.owasp.org/llm-top-10/

3 days ago 0 0 0 0
OWASP's Top 10 Ways to Attack LLMs: AI Vulnerabilities Exposed
OWASP's Top 10 Ways to Attack LLMs: AI Vulnerabilities Exposed YouTube video by IBM Technology

www.youtube.com/watch?v=gUNX... #ai #cybersecurity #infosec

3 days ago 0 0 1 0

Bill was probably written off so he could post about it

4 days ago 0 0 0 0

Another successful #OPNsense upgrade

4 days ago 0 0 0 0
Advertisement
go gc pauses over the past week

go gc pauses over the past week

"Go has GC pauses", oh no think of the μs saved! #golang #coding #programming

4 days ago 2 0 0 0

Split the partition and install Mint lol

4 days ago 1 1 0 0

Your dad is a wise man

5 days ago 0 0 0 0

Consider this a reply of encouragement distrowatch.org

5 days ago 0 0 0 0

Been using along time as well. No excuse not to use Linux these days.

5 days ago 3 1 1 0

I guess Canonical doesn't support Ubuntu!

5 days ago 0 0 0 0

Nah that's a pass for me dawg. Macs and Windows are banned in this household. No exceptions.

5 days ago 1 0 0 0

People be like "something something VeraCrypt something Microsoft". Then I just remember LUKS doesn't have this problem. #linux #privacy #infosec

5 days ago 0 0 0 0
86mb rss

86mb rss

100k requests

100k requests

p95/p99 response time

p95/p99 response time

"Go isnt good with memory", "Go cant handle web traffic", "Go is too slow". ????

#golang #coding #programming #webdev

5 days ago 0 0 0 0

Can make this easier on yourself if you did the `strings.ToLower()` first then used a switch.... Just sayin.

5 days ago 0 0 0 0
Advertisement

Cannot recommend go-fiber enough. I've shipped lots of backend servers to prod with it and use it for all my other projects that need a REST API. Also have a few websites that use it with render for pages.

5 days ago 0 0 0 0

Heap errs?

5 days ago 0 0 0 0

“Using go fix to modernize Go code” by Alan Donovan — https://go.dev/blog/gofix

#golang

1 month ago 61 23 0 4

Which engine are you using?

5 days ago 0 0 0 0

I remember when I had to jump into some legacy PHP code after writing a backend in Go at a previous job. Felt like pulling teeth to do anything. The slowdown was too much.

5 days ago 1 0 0 0

slices.Last(...) probably coming in the future

5 days ago 0 0 0 0
Post image

One of my Go projects builds all 14 binaries in about 20 seconds.

5 days ago 2 1 0 0
Advertisement
Video

I managed to get the live migration functionality working for virtual machines. I had to speed up the video to fit in a 3m window. This project is written in Go, uses QEMU/KVM, and I deploy it to all my bare metals.

#homelab #selfhosted #technology #virtualization #kvm #golang #indiedev #linux

5 days ago 4 0 0 0
indexer

indexer

search

search

@preslav.me definitely think you could benefit from my indexer. Was able to crawl your site of about 200 pages in 27s, indexed in ~396ms, searched in 487µs.

If you're looking for an integration I'd have to put together a binary that you can dump docs into and then search that way via REST.

6 days ago 0 0 0 0

Also, easier to chat me on Signal if you have that as I check bsky once a day signal.me#eu/et9uBGqVs...

6 days ago 0 0 0 0

Very interesting, I thought about adding this but wasn't sure there was a demand. One of my client site (has ~500 pages) can be searched here fancifulrealities.com/search can you play around with it and let me know if it fits your use case? If it does I'll put together a quick service.

6 days ago 0 0 0 0

I built my own implementation with bm25 and tf-idf.

6 days ago 0 0 0 0