Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jbk

#1
@Quin
interesting, I built a library and am trying to put together some kind of minimal header but it's slow going
#2
works as advertised 😁👍
#3
it's my experience that for certain code, the Intel compiler produces exes that are significantly faster than that of MSVC, so I wouldn't discount Intel just yet.
#4
Off-Topic Discussions / secure KVM switch
March 11, 2025, 08:58:44 AM
I want a secure(no backdoor) KVM switch, any advice?
with recent reports of a backdoor on popular patient monitors made in China I don't trust anything made in China and I don't want to spend more than $100
#5
hello MrBcx and Mr. airr  :)
have downloaded and tried VMware yet?
in case that you haven't, there's a download link bottom of page at https://www.neowin.net/software/vmware-workstation-pro-1763/
#6
User Contributions / Re: BMagic Snippet Manager
March 02, 2025, 05:55:26 PM
thank you airr, been looking forward to this, was afraid you had forgotten about it 😁
#7
thanks airr 👍
#8
Wish List / Re: BCX eAccessibility
February 27, 2025, 08:29:02 PM
@Quin
your GitHub link has a typo in it, it should be https://github.com/trypsynth/uphide
#9
Announcements / Re: BCX v8.2.5 is available for download
February 25, 2025, 09:36:39 PM
👍😁
#10
👍😁
#11
Off-Topic Discussions / Re: renaming *.dll.a files
February 18, 2025, 12:32:39 PM
thanks Vortex  ;D
works great!
#12
Off-Topic Discussions / renaming *.dll.a files
February 18, 2025, 08:03:10 AM
I tried to rename 1000+ lib files from *.dll.a to *.a without success, I tried the obvious: ren *.dll.a *.a and in bash mv *.dll.a *.a without luck, windows CLI simply does nothing while bash complains that the last file in the list isn't a file or directory and errors out
I wound up using basic to create a batch file  to do the job, renaming each file individually e.g. ren foo.dll.a foo.a
is there a way to do it like ren *.dll.a *.a ?
#13
Off-Topic Discussions / Re: DeepSeek Blew My Mind!
February 06, 2025, 07:01:54 AM
I tried a local installation of DeepSeek, from the PowerShell
ollama run deepseek-r1
after some time the >>> prompt appeared waiting for user input, after asking a couple of questions I wanted to quit the session so I said: bye
it then printed it's response in what looked like Chinese, I have not been able to replicate this behaviour
#14
on my system the helpfile was blocked, but I very rarely invoke the helpfile via F1
#15
👍😁