Viewing profile — belak
belak
HN member- Joined
- Tue, Feb 11, 2014, 1:17 AM UTC
- HN karma
- 180
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About belak
No profile information was provided.
Recent public activity
-
comment
Comment #44715431
I'm have no experience with abstracting away the backend, but Dockerizing is actually pretty easy now - there's an offline mode[1] where you can have sqlx generate some files which…
-
comment
Comment #42314466
I think you're missing much of the context and are misrepresenting what happened. As far as I'm aware, there was no crying he didn't want to work with people, but there was a frust…
-
comment
Comment #35000931
They introduced Bitbucket Pipelines around when I left, about 7 years ago. - https://bitbucket.org/product/features/pipelines - https://bitbucket.org/blog/introducing-bitbucket-pip…
-
comment
Comment #32322343
That's fair - I added "are working on a specific problem which needs a more complicated setup" to my original comment as a nicer way of referring to edge cases like search engines.…
-
comment
Comment #32320787
This is absolutely true - when I was at Bitbucket (ages ago at this point) and we were having issues with our DB server (mostly due to scaling), almost everyone we talked to said "…
-
comment
Comment #32239978
The article is great, but the title here has been editorialized a bit. I'm not super familiar with HN, so what's the best way to get that fixed to match the actual article?
-
comment
Comment #30520229
Thanks! Good catch! I was going off blog posts and didn't see that there was a download for RC1.
-
comment
Comment #30520040
The original plan was to release in February, but in the Beta 2 release [1], they said this: "Because we are taking the time to issue a second beta, we now expect that the Go 1.18 …
-
comment
Comment #29321509
It's also available as a mirror at https://github.com/golang/pkgsite . All the golang.org/x/* packages are thankfully available there, making them pretty easy to find.
-
comment
Comment #26453036
The short version is "it depends". Essentially, each separate Wayland compositor needs to add support for the nvidia driver (or the driver needs to support more standardized APIs).…
-
comment
Comment #24545518
I've seen endlessh[0] referenced in the past. Here's an article that talks about this and other SSH tarpits[1]. [0]: https://github.com/skeeto/endlessh [1]: https://nullprogram.com…
-
comment
Comment #22455326
Oh cool, I missed this in the 1.14 release notes. This partially fixes it, but it's not easy to implement multiple interfaces with overlapping functions because you still can't imp…
- story
-
comment
Comment #21937428
On your website, the only remote position listed is Senior QA Analyst. Are other positions open for remote work, or only the ones explicitly listed?
-
comment
Comment #21392376
Hey all, this is a project I’ve been working on and finally decided it was ready enough to show it to the public. The idea was just to build an SSH server for hosting repos which c…
- story
-
comment
Comment #20921993
For me, I prefer Django, but I haven't used Rails in a number of years. In general I prefer Python over Ruby because it's more explicit and less magic, but Ruby definitely has its …
-
comment
Comment #19371547
Hi everyone! I’m the author of this project and finally got around to writing up a short intro and my thoughts on the matter, so I’m considering this an initial release. I’d be hap…
- story
-
comment
Comment #19038495
True enough. I found the things mentioned in the article interesting because you also lose things like Google Web Fonts and a number of services which depend on the Google Maps API…
-
comment
Comment #19038281
There's an interesting article on Gizmodo (so please take it with a grain of salt) about trying to cut Google out of your life - long story short, it's surprisingly hard and some t…
-
comment
Comment #15954582
It's "a package of items used by medical personnel for gathering and preserving physical evidence following an allegation of sexual assault." They're generally used for gathering a…
-
comment
Comment #15020861
This reminds me of the Final Fantasy IX strategy guide. It integrated with Square Enix's Play Online service but now that FFIX was removed from Play Online, none of the links work …
-
comment
Comment #14361648
I do appreciate some of the sentiment here. "Organize your apps inside a package", "Keep migrations safe", "Don't cache models" and "Avoid GenericForeignKey" are the ones I agree t…
-
comment
Comment #14361466
One of the projects I worked on in the past had a legacy app which contained most of the core logic... and as the site grew, new apps were created because it got impossible to mana…