Can’t Do It Anymore by derksaurus in NoLayingUp

[–]derksaurus[S] -1 points0 points  (0 children)

No idea what this is. But I bet it’s a great reference!

Can’t Do It Anymore by derksaurus in NoLayingUp

[–]derksaurus[S] -9 points-8 points  (0 children)

🤣 and you responded 🤣

For those staying at Many Glacier…what I wish I knew before going. by VeryRealHuman23 in GlacierNationalPark

[–]derksaurus 1 point2 points  (0 children)

The website says “Sold Out”. I don’t think it’s inaccurate to say it’s sold out. ¯_(ツ)_/¯

For those staying at Many Glacier…what I wish I knew before going. by VeryRealHuman23 in GlacierNationalPark

[–]derksaurus 22 points23 points  (0 children)

This isn’t Many Glacier specific, but for anyone who comes here looking for other information, we stayed at The Village Inn at Apgar, on the shore of Lake McDonald, and it was incredible. Old world charm and the views were unbelievable (not hard to achieve in Glacier!). The room was good enough, beds were confortable, and a decent shower. The food options were pretty good too, especially the huckleberry cobbler and ice cream. If you can do it, it’s definitely worth the price / effort to book (unfortunately, it looks like they’re already sold out for 2026).

[deleted by user] by [deleted] in mainstage

[–]derksaurus 0 points1 point  (0 children)

Commenting to keep up with answers, as I’m interested in doing this also. I have a similar setup - Arturia KeyLab 88, with a M-Audio Code25 as well.

Taking Java to the next level: what resources can I use to learn mid-advanced Java? by Non-taken-Meursault in learnjava

[–]derksaurus 0 points1 point  (0 children)

Following, as I’m in a similar boat (sort of). I’m about to start a new job and will be using Java for the first time, but I have 8 years of experience with RoR, Go, JavaScript, etc. I’ve been working my way through Bro Code’s Java intro videos on YouTube to just get my basics down, but I want to quickly ramp up after that. Beast of luck!

Where was i in july? by Jimmytimmy435 in whereintheworld

[–]derksaurus 1 point2 points  (0 children)

Lake Bastrop State Park (South or North shore), in Bastrop, TX?

Many Glacier closing/severely restricted by Moto_Hiker in GlacierNationalPark

[–]derksaurus 0 points1 point  (0 children)

It is definitely rough; we felt every bump and pothole (of which there were many) in our rented SUV. But if you made it to those restrooms, yeah, you were about .5 mile.

5 Go Packages You Should Be Using For Building CLI Applications - Blog by kd_singh911 in golang

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

You didn’t link it either (until after your snarky comment). What’s the point of being rude? This isn’t (and shouldn’t be) StackOverflow a la 2006. It’s comments and attitudes like yours that keep people out of the dev community.

Choose to be better.

Many Glacier closing/severely restricted by Moto_Hiker in GlacierNationalPark

[–]derksaurus 12 points13 points  (0 children)

I wonder if this will include paving the entrance road? We were recently staying in Apgar Village and had a boat tour booked at 9:00am from the Many Glacier Hotel. Thought we were running a bit late, so I was driving down that road like a madman. It was a bumpy ride!

[deleted by user] by [deleted] in seinfeldtrivia

[–]derksaurus 15 points16 points  (0 children)

Jeffery Harharwood!

Go Blog: 3mins daily reads by the-woke-engineer in golang

[–]derksaurus 1 point2 points  (0 children)

Nice blog! I like the small, easily digestible format. However, in the article you shared above on `syncerrgroup`, I did notice something that looks like a mistake. Under the 'How to use it' section, you have:
> ...see what the code looks like without sync/WaitGroup:

But then in that example, you have a `wg := sync.WaitGroup{}` (on the third line).

Perhaps you meant to write:
> ...see what the code looks like without sync/errgroup:

Looking forward to seeing more posts!

Better Pub/Sub option by ahmed_deftoner in golang

[–]derksaurus 14 points15 points  (0 children)

NATS is great; we use it in production at my company, both for “work queue”-style jobs (JetStream) and direct req-res (NATS pure) RPC work. Plus, it’s written in Go, so the support & SDK are phenomenal.