Ryan Marken
banner
ryan.markenshop.dev
Ryan Marken
@ryan.markenshop.dev
Go Software Engineer
Slices are passed by value but thier underlying values point to an array. In bork5 you're dereferencing your param which is a pointer to a value but the indexes are still pointing to an array. Hence, you get the mutation of the indexed value.
April 9, 2025 at 11:32 PM
This isnt technically breaking any rules. There's still referencing taking place. The reason this works is...
April 9, 2025 at 11:32 PM
If I could have this tattooed on me, I would.
March 19, 2025 at 11:08 PM
👀
January 13, 2025 at 5:56 PM
Good eating. The old heads call them papinkis
December 4, 2024 at 11:15 PM
Take it easy Denis
December 4, 2024 at 10:16 PM
Here, also, are some nice mushrooms
December 4, 2024 at 10:13 PM
My server is an old dell Inspiron laptop from like 2014 that has debian as the host and running vms of alpine for my different dev "environments". Which I find awesome finding usage for old computers.
December 1, 2024 at 4:01 PM
I got a lot of, if not all, of my architecture set up to be run in a makefile but it's a pain running everything locally when I need to switch between my laptop and desktop... I think I'll take some time to set up a server sitting on my local network to handle my db, kafka broker, and OTel collector
December 1, 2024 at 3:58 PM
Additionally, I've gotten a jeagar collector running and an OTel package for tracing to provide observability into my code which is cool. And yesterday and today, I worked on getting a sarama consumer/producer stood up so I can start sending messages.
December 1, 2024 at 3:56 PM
So far I've managed to get my postgrea instance up with my initial ddl migrations, a start on an open API spec written with my server def generated with github.com/oapi-codegen..., and a partial implementation with it.
GitHub - oapi-codegen/oapi-codegen: Generate Go client and server boilerplate from OpenAPI 3 specifications
Generate Go client and server boilerplate from OpenAPI 3 specifications - oapi-codegen/oapi-codegen
github.com
December 1, 2024 at 3:54 PM
But mostly I wanted to build something that was waaaay over engineered to get better with some tech I've used but am not good with yet. Namely, kafka and OTel.
December 1, 2024 at 3:44 PM
In scraping these sites, the end game is to be able to have a digestible way to compare products easily to find the lowest premium or deals.
December 1, 2024 at 3:43 PM
I'm building an application that will scrape gold product prices (current interest of mine) from different online gold brokers.
December 1, 2024 at 3:41 PM
👀
November 25, 2024 at 3:29 PM
I've seen a suggestion that says to turn off the sum integrity check. That seems...not right.
November 25, 2024 at 12:29 AM
I have an old PS4 laying around doing nothing
a close up of a woman 's face with a sendwishonline.com logo
ALT: a close up of a woman 's face with a sendwishonline.com logo
media.tenor.com
November 23, 2024 at 4:56 PM
Here's the best place to start go.dev/tour/welcome/1
November 23, 2024 at 4:02 AM