HN user

code-scope

14 karma

www.code-scope.com

https://www.code-scope.com/cs-demos.html

https://www.code-scope.com/cs-demos-fpga-NyuziProcessor.html

Posts1
Comments11
View on HN

I use a different pattern. A lot sqlite files for diff purposes (UserSession, User Files, etc each store in separate files) This way diff threads of webserver can open/query/read/write a lot of files concurrently without any issue.

Just block explorer.exe with windows firewall - if really needed just enable out going access for internal subnet only.

There is not need for explorer to access internet!

I only allow windows defender, firefox and chrome to access internet in my home computer setup all other apps are blocked unless truly needed.

If you block svchost.exe from internet access with windows firewall, it will block the windows update. Enable it once in a while to allow the windows update to go thru when you feel the need.

https://en.wikipedia.org/wiki/2020_United_States_federal_gov...

On December 8, 2020, the cybersecurity firm FireEye announced that red team tools had been stolen from it by what it believed to be a state-sponsored attacker.[106][107][108] FireEye was believed to be a target of the SVR, Russia's Foreign Intelligence Service.[27][109] FireEye says that it discovered the SolarWinds supply chain attack in the course of investigating FireEye's own breach and tool theft.[110][111]

After discovering that attack, FireEye reported it to the U.S. National Security Agency (NSA), a federal agency responsible for helping to defend the U.S. from cyberattacks.[1] The NSA is not known to have been aware of the attack before being notified by FireEye.[1] The NSA uses SolarWinds software itself.[1]

Agree, Remind me of GWT (google web toolkit) - Marketing message sounds very good: Let your Java Developer write java, GWT compile it into Javascript and run it on the webpage.

In reality, it only works for "hello world" with 2 buttons. Anything non-trivial requires developers who are experts in Java, Javascript and GWT compiler/translator which translate JAVA to javascript. Debugging machine generated code was hell.

Very Cool project:

Love GPGPU, I git clone it and try to understand the code better here:

   https://www.code-scope.com/s/s/u#c=sd&uh=0f2c2fa280a2&h=afe7a329&di=-1&i=38
It looks like 5 stages FP (FP32?) pipe lines, NUM_VECTOR_LANES =16 NUM_REGISTERS=32

Are you writing your own kernel from scratch? If so which CPU does it runs on - some embedded CPU inside FPGA?

In the mandelbrot.c code, it has following: #define vector_mixi __builtin_nyuzi_vector_mixi

    How does it get translate to vector operations in FPGA?  Where is the code implement the __builtin_*?
Thanks a lot an very interesting project.

I have similar issue and wrote code-scope to tackle the same issue:

Check the demo screencast: https://www.code-scope.com/cs-demos.html

Document the bpfcc tools cross reference Linux Kernel source here:

    https://www.code-scope.com/s/s/u#c=sd&uh=0f2c2fa280a2&h=a2f7c69d&di=35&i=60

A web document that analyze and document the USB driver source code in kernel source tree: https://www.code-scope.com/s/s/u#c=sd&uh=cf979192e856&h=ede5...

It has fast source code search engine and can search any symbols, function in GBs of source base in milliseconds.

Probably not just keyboard, Mouse over USB, but also switching video over USB with just one USB-C cable.

That sounds like a great idea. Wonder how big the market would this be....