Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
poolpOrg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
poolpOrg
1y ago
plakar developer here, thanks :-p
2.
▲
Show HN: Go-CDC-chunkers – A fast and memory-efficient CDC library in Golang
(github.com)
3 points
by
poolpOrg
1y ago
|
0 comments
3.
▲
by
poolpOrg
1y ago
All I can say is that I'm flattered you considered my cat blurb to be a poem, I might revisit my career
4.
▲
by
poolpOrg
1y ago
Thanks :-)
5.
▲
by
poolpOrg
1y ago
I may be biased but the OpenBSD approach with pledge() and unveil() have been my favorite sandboxing mechanisms of all time due to their simplicity: pledge has really understood that as a developer I want to whitelist an intention, not a sp
6.
▲
by
poolpOrg
1y ago
Oh ! An ISC-licensed implementation of several Content-Defined Chunking algorithms in Golang at https://github.com/PlakarKorp/go-cdc-chunkers Whenever you have redundant data you want to store / transfer, this lib
7.
▲
by
poolpOrg
1y ago
We will publish a comparison but I'm cautious as it can easily look like an attack over what others do and I feel strongly about not being hostile to other open-source projects :-) Long story short: we provide multi-source/multi-d
8.
▲
by
poolpOrg
1y ago
Working on `plakar` ( https://github.com/PlakarKorp/plakar ) an opensource backup utility and all of its related libraries and tools :-) We've recently released a new archive format called ptar, it can be found on H
9.
▲
by
poolpOrg
1y ago
Thx
10.
▲
by
poolpOrg
1y ago
oh, that's not meant to stay that way. first, we're going to release pre-built binaries for various platforms with our next stable release which will remove the need to install a go runtime as you'll have a standalone native
11.
▲
by
poolpOrg
1y ago
Author here, plakar is a single binary, unsure I understand what it is you’d prefer, a ptar specific executable?
12.
▲
by
poolpOrg
6y ago
Sorry, removed the article because it was a draft not meant to be published yet, I didn't think someone would spot my drafts directory... :-) Will finish and republish in a few days.
13.
▲
by
poolpOrg
7y ago
IT architect, lead unix system dev, R&D Location: France Remote: full Willing to relocate: no Technologies: BSD, Linux, C, Python, Go, SQL, ... Résumé/CV: https://github.com/poolpOrg/resume/blob
14.
▲
by
poolpOrg
7y ago
Hello, Main developer from the OpenSMTPD project here. I also wrote an article a few weeks ago about running your own mail server which is located here: https://poolp.org/posts/2019-09-14/setting-up-a-mail-server-.
15.
▲
by
poolpOrg
7y ago
I'm an opensmtpd developer. As far as opensmtpd is concerned, it is production ready and has been used in high volume environments sending mails to millions of recipients daily, handling multi-million queues. The project was started in
16.
▲
by
poolpOrg
9y ago
It is useful, it helps fund the infrastructure, it helps fund hackathons, it helps hosting hackers during the events, it helps bringing developers who would not make it because they wouldn't afford the transportation, it helps getting
17.
▲
by
poolpOrg
10y ago
I need to stop with the padding, it's going to evolve into a nasty compulsive disorder at some point :-)
18.
▲
by
poolpOrg
11y ago
No, he didn't. As much as he'd like to make it like we don't fix bugs, our public bug tracker is one click away and shows that out of the 25 open issues and the 493 closed issues, none mentions even remotely a pending crash t
19.
▲
by
poolpOrg
12y ago
As an OpenBSD/OpenSMTPD developer, I feel I should ask: What makes you think that if I wasn't spending _MY_ spare time working on projects I like, I'd spend _MY_ spare time working on projects _YOU_ prefer ? I work on project
20.
▲
by
poolpOrg
12y ago
I'm biased but as far as SMTP is concerned, you can hardly find something simpler than OpenSMTPD: pretty much any configuration can be described in less than 10 lines of config. Here's my configuration on this desktop: listen on a
21.
▲
by
poolpOrg
12y ago
thanks ;-) It is already available as a package on various Linux distros: Gentoo, Arch, Fedora, ... as well as all BSD variants.
22.
▲
by
poolpOrg
12y ago
That's not quite right. I've had an intensive use of CVS for years, followed by an intensive use of SVN for years. During my CVS years, I never ran into an issue. ever. We can all agree it lacks many useful features but it's
23.
▲
by
poolpOrg
12y ago
currently, the only way to achieve this is through a dkim-proxy or an experimental filter in OpenSMTPD-extras. we have recently finished an API for implementing filters and we're working on stabilizing the interface before making it pu
24.
▲
by
poolpOrg
13y ago
so there's a bug if someone is tempted to modify it and break otherwise correct code ? i'd be tempted to say that we can apply the same logic to about 100% of code ever written.
25.
▲
by
poolpOrg
13y ago
and still, it was totally worth it and I would do it again :-)
26.
▲
by
poolpOrg
14y ago
I agree it's not that difficult and prior to OpenSMTPD I've been a user of Postfix for 10 years, so I know the software is good and far easier to setup than the big S. ;-) However, here's a better example of a configuration that is simple w
27.
▲
by
poolpOrg
14y ago
nope, by default rules have "safe" implicit behavior: accept for all relay -> accept from local for all relay to create an open relay one has to explicitly: accept from all for all relay