Re: The simplest full cray data core with 3 cpu's and a physics hack that makes it work

2021-04-02 Thread Joe Davis
> On 2 Apr 2021, at 14:17, Benjamin Baier wrote: > > GPT-3 gone wild, or what? Definitely to late for Aprilfools-day. > If it’s GPT-3, it’s slipping.

Re: MITM ?

2020-03-25 Thread Joe Davis
> > What is your opinion ? > > could be a MITM from my router and a kernel 0day on the tcp/ip stack > > implementation ? > > could be MITMed pkg_add ? > > the encryption algorithm (AES_128_GCM) behind https is really secure ? > > Can some code be injected in an encrypted stream ? An internet conn

Re: heavy CPU consumption and laggy/stuttering video on thinkpad x230

2019-11-16 Thread Joe Davis
This may come across as a strange question, but is the microphone disabled in the BIOS? The azalia driver has(had?) some issues with that before. Cheers, Joe

Re: no keyboard on (I)nstall

2019-11-12 Thread Joe Davis
On Tue, Nov 12, 2019 at 10:12:13AM +0100, Emanuel Berg wrote: > CPU type AMD Athlon 64 X2 Dual Core Processor 3800+ > > Re: BIOS USB options... "USB Legacy Mode > Support" set to "Auto". > > No BIOS USB speed settings what I can see. > > -- > underground experts united > http://user.it.

Re: Tools for writers

2019-11-07 Thread Joe Davis
> Some writers swear on Scrivener. It's proprietary and Mac/Win only, though. Manuskript[1] looks promising as a foss alternative. Haven't attempted to build it on OpenBSD. None of the dependencies look to be a major problem. Cheers, Joe [1]: http://www.theologeek.ch/manuskript/

Re: openrsync out of memory

2019-08-16 Thread Joe Davis
By the looks of it, openrsync does attempt to map the entire file, from usr.bin/rsync/uploader.c: mapsz = st.st_size; map = mmap(NULL, mapsz, PROT_READ, MAP_SHARED, *fileinfd, 0); The likely reason for your out of memory error is the default datasize in login.conf. IIRC on some arches it'

Re: drm bug on Dell Inspiron 3721 (6.4release and 6.4 current)

2019-02-08 Thread Joe Davis
I had a similar issue when attempting to boot on an 2011 iMac with a radeon card. I did track down the location of the bug, but I didn't get around to reporting it. As far as I can tell the problem is this line (243, in -current) in dev/pci/drm/radeon/radeon_bios.c, in the function radeon_read_bi

Re: alpine linux under vm? freezes

2018-09-04 Thread Joe Davis
> so is there anything I could do to be able to use the console? Try setting a lower baud rate in Alpine’s /etc/inittab. (and in the linux kernel command line) That’s how I worked around the same issue. Regards, Joe