HackerTrans
TopNewTrendsCommentsPastAskShowJobs

brian_herman

1,781 karmajoined 13 anni fa

Submissions

AI Cheats [pdf]

metr.org
1 points·by brian_herman·mese scorso·0 comments

FPGA Videos

youtube.com
2 points·by brian_herman·6 mesi fa·0 comments

Card puts GPS and a tiny OVEN inside your PC [video]

youtube.com
1 points·by brian_herman·6 mesi fa·0 comments

Nvidia's B200: Keeping the CUDA Juggernaut Rolling Ft. Verda

old.chipsandcheese.com
1 points·by brian_herman·7 mesi fa·0 comments

X Box prototype mod build

youtube.com
1 points·by brian_herman·8 mesi fa·0 comments

AMD's EPYC 9355P: Inside a 32 Core Zen 5 Server Chip

chipsandcheese.com
3 points·by brian_herman·9 mesi fa·0 comments

A Look into Intel Xeon 6's Memory Subsystem

old.chipsandcheese.com
2 points·by brian_herman·9 mesi fa·0 comments

comments

brian_herman
·5 giorni fa·discuss
SKHY its not listed yet though. https://seekingalpha.com/symbol/SKHY
brian_herman
·mese scorso·discuss
No I barely use it
brian_herman
·2 mesi fa·discuss
This is really cool a lot less clicking!
brian_herman
·2 mesi fa·discuss
You deserve the trip, nice find!
brian_herman
·2 mesi fa·discuss
Graal vm has support for python 3 unfortunately it’s funded by oracle.
brian_herman
·2 mesi fa·discuss
Good on you enforcing your trademark!
brian_herman
·4 mesi fa·discuss
Needs a black bar!
brian_herman
·5 mesi fa·discuss
I love this I use it all the time.
brian_herman
·5 mesi fa·discuss
Agreed
brian_herman
·5 mesi fa·discuss
Ashai linux people are still working on support. They just posted support for M3.
brian_herman
·8 mesi fa·discuss
Haha he usually has to recompile Linux because of all the crazy stuff he does with raspberry pis
brian_herman
·8 mesi fa·discuss
Oh thanks for clarifing!
brian_herman
·8 mesi fa·discuss
Couldn't you buy a Mac Ultra with more memory for the same price?
brian_herman
·2 anni fa·discuss
Those kitties are so cute!
brian_herman
·3 anni fa·discuss
Yes, UTM is very easy to use and would recommend to anyone.
brian_herman
·5 anni fa·discuss
How to get it working with Docker on Windows 10. https://gist.github.com/brianherman/63b65cdd92675f4a83cec1c4...
brian_herman
·5 anni fa·discuss
I got it to work with the following but errored out on openssl so I couldn't install pip. It builds fine with docker fedora 32. Thank you. Platform Fedora 32, Docker on Windows 10, Version 2004

Steps to Reproduce Install docker from docker.com

   docker run -t -i fedora:32 bash
   git clone https://github.com/facebookincubator/cinder.git
   yum install zlib-devel openssl-devel
   ./configure
   make
   make altinstall

This error is occurs when you do ./configure --enable-optimizations this version of python complies it either way.

   >> Objects/accu.o
   Parser/listnode.c: In function ‘list1node’:
   Parser/listnode.c:66:1: error: ‘/cinder/Parser/listnode.gcda’ profile count data file not 
   found [-Werror=missing-profile]
   66 | }
      | ^
If you get this error it is because you used --enable-optimizations.

github.com/brianherman https://www.linkedin.com/in/brian-herman-092919208/

Edit: Removing github flavored markdown Edit: Answering own question Edit: More formatting