mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.9K
active users

#golang

55 posts37 participants6 posts today

Seems like Snowflake proxy v2.11.0 uses more RAM, about 100 - 200 MB. This used to be around 20 - 50 MB.

Still have enough RAM on my Proxmox server to dedicate for this VM though so I now dedicate from 3 GB to 4 GB RAM since I run 20 snowflake proxy process on this VM.

I'm gonna check back later and see if it uses up all that 4 GB.

I use Fedora, btw.

🐚 New from the Socket Threat Research Team: threat actors are weaponizing shell techniques to persist, pivot, and exfiltrate across npm, PyPI, Go, and more.

Reverse shells. Web shells. TCP tunnels. It's all in here.

🐢 Read: socket.dev/blog/shell-usage
#JavaScript #Golang #Python #Java

SocketTurtles, Clams, and Cyber Threat Actors: Shell Usage - Socke...The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and ...

Got up and running with debugging Go code in Emacs in about 2 minutes.

It renders variables inline, as well as when I put my cursor on a variable (eldoc-box).

dape lets me navigate the call stack, it auto expands all local variables, it provides a REPL and more besides.

And all I did was:

# pacman -S delve
M-x dape RET RET

I've yet to try out the more advanced features of delve, like attaching to a running process, but first impressions sure look good!