Viewing profile — majodev
majodev
HN member- Joined
- Mon, Dec 01, 2014, 3:07 PM UTC
- HN karma
- 264
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About majodev
Socials: - github.com/majodev - mranftl.com
---
Recent public activity
-
comment
Comment #46364997
Uff, I had no idea that Postgres v15 introduced WAL_LOG and changed the defaults from FILE_COPY. For (parallel CI) test envs, it make so much sense to switch back to the FILE_COPY …
-
comment
Comment #45620772
Oracle Cloud Infrastructure tries to fill exactly this sweet spot. Cheaper compute than the other hyperscalers, while still offering similar security features (TPM, Shielded Instan…
-
comment
Comment #43868961
Location: EU, Austria Remote: Yes, EU timezones preferred Willing to relocate: No Technologies: Go, TypeScript, Kubernetes Résumé/CV: https://www.linkedin.com/in/marioranftl Email:…
-
comment
Comment #43250968
Made the switch to self-hosted https://mailu.io (on k8s) 2 years ago when Gandi announced the deprecation of their free plan. Happy after IP was off most blocklists, but setup was …
-
comment
Comment #43244231
Location: Austria, EU Remote: Yes, EU timezones preferred Willing to relocate: No Technologies: Go, TypeScript, Bash, PostgreSQL, and all things cloud-native: Kubernetes (GKE, RKE2…
-
comment
Comment #42929957
Location: EU, Austria Remote: Yes, EU timezones preferred Willing to relocate: No Technologies: Cloud-Native, Kubernetes, Go, TypeScript, CKA Certified Résumé/CV: https://www.linke…
-
comment
Comment #34607108
Happy to hear that! When it comes to testing services that depend on PostgreSQL, this is still my preferred solution. https://github.com/allaboutapps/integresql disclaimer: author
-
comment
Comment #34550452
google webfonts helper - https://gwfh.mranftl.com According to the Cloudflare December monthly stats, I had roughly 57k unique users, 15m requests, 1,3TB traffic. Though, most requ…
-
comment
Comment #33757956
Just moved off my 8 years old project google-webfonts-helper https://github.com/majodev/google-webfonts-helper from their free tier to my own private infra and replaced the current…
-
comment
Comment #33095683
Very happy user of https://github.com/watchexec/watchexec (rust), can recommend.
-
comment
Comment #32311884
No and we are happily using it within our overcommitted cluster (combination of shared and dedicated nodepools). We are a small team of 5 infrastructure engineers and previously ma…
-
comment
Comment #31958691
I really tried to like netbird, but their current hard dependency on auth0 (also when selfhosting) unfortuantly put me off. Your statements regarding NAT punching are on the other …
-
comment
Comment #31958345
I really love tailscale for my private network. Nevertheless, I still hope they will revisit support for proper linux kernel wireguard sometime in the near future. This would allow…
-
comment
Comment #28026441
I can confirm that goaccess databases works great for incrementally regenerating these HTML reports. We currently pipe all logs from all our ingress-nginx LBs every 15 minutes (and…
-
comment
Comment #26952787
Author here, your feedback is highly appreciated. Providing better documentation for the RESTful JSON endpoints of this project is our next top priority. Seems like it would be imp…
- story
-
comment
Comment #26577163
Yes, monolithic Go RESTful JSON API services - we currently depend on go-swagger, SQLBoiler (PostgreSQL) and echo. Workflow: we use VSCode with devContainers (docker-compose local …
-
comment
Comment #25941545
yep, currently it forces our engineers to use VS Code or a terminal-based setup (or GitHub Codespaces). Hopefully Goland / IntelliJ catches up in this year...
-
comment
Comment #25861826
Can only second this, we use a VSCode devContainer-based setup in all of our projects and even migrate our legacy projects to it (software agency). Here's our current base go templ…
-
comment
Comment #25303531
Highly appreciated hint (original author). Note that I haven't updated this project in ~4 years and it's still spinning on Heroku's free tier, haven't spend a penny for the API hos…
-
comment
Comment #24532629
While PostgreSQL templates allow to scaffold new databases (one per test-spec) quite fast, it's even faster to have a warmed up pool of databases ready: https://github.com/allabout…
-
comment
Comment #24303465
Great points! Any hints regarding preexisting linters for go code that errors if we execute outside (an already opened) db transaction? Also, regarding writing tests against real P…
-
comment
Comment #23920508
I'm sorry, our documentation is not ready for primetime yet (an OpenAPI spec for this RESTful JSON API managing PostgreSQL test databases is still missing). However, I've just upda…
-
comment
Comment #23790046
I'm generally not a fan of emulating database behavior through a mocking layer while testing/implementing. Even minor version changes of PostgreSQL plus it's extensions (e.g. PostG…
-
comment
Comment #23789933
Yep, inspecting the actual database state after multiple test failures directly is very nice (we log the used test-database after before every test, so it's easy to connect afterwa…