HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andygrunwald

no profile record

Submissions

Why does storing 2FA codes in your password manager make sense?

andygrunwald.com
107 points·by andygrunwald·2 năm trước·143 comments

Ask HN: What makes the game Doom that special in a Software Engineering context?

2 points·by andygrunwald·2 năm trước·2 comments

Ask HN: Hey Podcasters, do you use AI to optimize your workflow?

2 points·by andygrunwald·3 năm trước·2 comments

Dear Open Source: let’s do a better job of asking for money

reactflow.dev
41 points·by andygrunwald·3 năm trước·9 comments

Website to demonstrate how bad user experience it is nowadays

how-i-experience-web-today.com
14 points·by andygrunwald·5 năm trước·4 comments

your database connection deserves a name

andygrunwald.com
1 points·by andygrunwald·5 năm trước·0 comments

Ask HN: How does high quality source code from Google looks like?

7 points·by andygrunwald·6 năm trước·5 comments

comments

andygrunwald
·2 năm trước·discuss
I have been organizing a local tech meetup in Düsseldorf, Germany, for the last 11 years. We ran it _every month_ (except for the pandemic). This year (2024), I stopped doing it.

I share a lot of comments here. Especially the effort, which is not seen/appreciated. What I don't share is the trouble finding sponsors. Local (tech) companies are often happy to sponsor a room, food, and drinks for the evening. In exchange, they get a slide in the intro speech and the opportunity to present themselves. Recruiters are not welcome. This worked pretty well. If you want this, this is a different question.

However, I summed up my learnings from organizing over 90 meetups in two blog posts:

* Lessons learned from running a local tech meetup for 11 years (Sunday 14 January 2024) - https://andygrunwald.com/blog/lessons-learned-from-running-a...

* Lessons learned from running a local meetup (Tuesday 25 October 2016) - https://andygrunwald.com/blog/lesson-learned-from-running-a-...
andygrunwald
·3 năm trước·discuss
Seeing https://github.com/openpodcast/apple-connector and https://github.com/openpodcast/spotify-connector this looks like API scraping.
andygrunwald
·4 năm trước·discuss
Author of https://github.com/andygrunwald/go-jira here:

This lib is maintained, still a bit out of date and has a few flaws. Like using the same client for JIRA Cloud and JIRA OnPremise (different APIs). But most of the flaws have been evolved over time, while Atlassian switched strategies.

I am preparing a roadmap for v2 where I implement a lot of reliability features, like context support, but also separate APIs for OnPremise and Cloud and easier access for custom fields.

Watch the github repo if you want to stay up to date.
andygrunwald
·4 năm trước·discuss
Author of https://github.com/andygrunwald/go-jira here: This lib is maintained, still a bit out of date and has a few flaws. Like using the same client for JIRA Cloud and JIRA OnPremise (different APIs). But most of the flaws have been evolved over time, while Atlassian switched strategies.

I am preparing a roadmap for v2 where I implement a lot of reliability features, like context support, but also separate APIs for OnPremise and Cloud and easier access for custom fields.

Watch the github repo if you want to stay up to date.
andygrunwald
·5 năm trước·discuss
Author here. I am curious, what kind of tricks do you apply that are similar to connection naming?

Other options I know about:

1. Using an own username per application

2. Adding comments into every database query

Let me know what you think about all this.
andygrunwald
·6 năm trước·discuss
Thanks!

I am a huge fan of Go. My question here would be more like: Is this comparable? A lot of people outside of google contribute to Go. Are similar standards applied to the Go Review Process like to internally created software?