Re: Machine learning

2024-07-17 Thread Niklas Hallqvist
I have had a pytorch port (with Vulkan) in the works last year, but there were so many small things to cover so I got tired of it.  I did succeed in running some inference on my Radeon cards, but I could never care enough about cleaning it all up for a port, and now I have forgot most of the

Re: Using git mirror instead of CVS for working with ports?

2024-01-30 Thread Niklas Hallqvist
On 2024-01-31 00:20, Stuart Henderson wrote: On 2024/01/30 22:58, Johannes Thyssen Tishman wrote: Subject says it all. I'm wondering if using the git conversion of the ports tree[0] is regarded as a good alternative to CVS for working with ports. Are the conversion updates frequent enough

fix for smtp-vilter link stage on clang archs

2023-08-16 Thread Niklas Hallqvist
Clang does not have -export-dynamic. Instead dlopen(3) teaches us to use the -rdynamic option to cc(1). The attached patch is needed for smtp-vilter to be able to dlopen(3) the clamd and spamd backends on clang archs too. /Niklas diff --git

Re: Monero port?

2022-01-09 Thread Niklas Hallqvist
Hmm, I have it running, for a while, just to maintain my wallet. Didn't care about mining.  Only thing I remember tweaking was some OpenSSL -> LibreSSL stuff, which I put on GitHub.  Maybe it's fixed upstream in some other way now. https://github.com/niklasha/monero I have not looked at it

nmap segfault fix

2021-09-29 Thread Niklas Hallqvist
Hi! While testing 7.0 packages I got an nmap segfault.  It has been fixed upstream in their github, but I don't know if it's part of any release yet. However their fix may be incomplete as there are other opportunities for a negative buffer overflow in nmap_dns.cc, at least without knowing

Re: update: lang/rust

2019-12-12 Thread Niklas Hallqvist
, 2019 at 07:52:21AM +0100, Niklas Hallqvist wrote: As a matter of fact I did the same update just a week ago, and ended up in exactly the same patch set as you, except for one thing: The version reported by 'rust -V' normally include the git hash and date, and some rust code out there depends

Re: update: lang/rust

2019-12-11 Thread Niklas Hallqvist
As a matter of fact I did the same update just a week ago, and ended up in exactly the same patch set as you, except for one thing: The version reported by 'rust -V' normally include the git hash and date, and some rust code out there depends on it (maybe dumb, but nevertheless it is). I did

Re: Problems with java

2006-11-15 Thread Niklas Hallqvist
ICMan wrote: Hello, I just compiled (after a whole day) the jdk 1.5.0p19 distribution on OBSD 4.0, and I get the following error whenever I run java or attempt to use the plugin with firefox: Error occurred during initialization of VM Could not reserve enough space for object heap Could not

Re: Two suggestions for the Ion port

2005-09-29 Thread Niklas Hallqvist
I've wanted the nesting at occasions, the status bar I don't care much about. So ok from this user... Pedro Martelletto wrote: Hi, I'd like to suggest that two changes be made in the Ion port. - Don't load the status bar by default. - Add and load the workspace nesting code by default.