bdiefinder
Find Samsung B-Die DDR 4 memory kits on Amazon, Newegg and many more (by Benzhaomin)
serialport
Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them! (by serialport)
Our great sponsors
bdiefinder | serialport | |
---|---|---|
216 | 5 | |
93 | 5,414 | |
- | 0.7% | |
0.0 | 9.2 | |
19 days ago | about 2 months ago | |
JavaScript | TypeScript | |
GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bdiefinder
Posts with mentions or reviews of bdiefinder.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-26.
-
Updated RAM OC Chart with more data and better visibility
check this and this and aim for a b-die only kit
-
G.Skill 042 code implies I have B-die but thaiphoon says c-die? Which do I actually have?
You can check on this side : https://benzhaomin.github.io/bdiefinder/
Your kit is not listed here and 18-22-22-42 is untypical for b-die. Altest for the good bins.
-
Are all b-dies the same?
I can get my hands on F4-4000C19D-32GTZR. According to b-die finder it is b-die. Will I be able to max out the performance on a 5900x? Is there a difference on kits that run on 1.35V vs 1.5V ? Can I just increase the voltage to 1.5V and reduce timings and frequency? AFAIK 4000Mhz is not possible or not recommended on ryzen because of the 2:1 fclk. Should I buy it or try to find something else?
That kit is indeed b-die. here
-
squeezing every ounce single core performance out of R5 5600x
Use Samsung b die finder to check SKU, but good rule of thumb is if the frequency is 3200+ and timings are flat (e.g. 16-16-16-34 or 19-19-19-39) most likely it’s bdie. I don’t think patriot sells any 2x16GB kits. I know OLOY and Gskill have some around the $250-275 dollar range. If you aren’t running itx mobo you might just go 4x8GB to save some money.
-
Which one of these board is best all around for 12700k.
Absolutely. Just enter the exact model under the link I have earlier: https://benzhaomin.github.io/bdiefinder/
Trident Z memory, only get it if it's listed in the B-Die Finder because then those sticks will be great for overclocking. If not, just stick with Crucial Ballistix.
-
is there any 3600mhz samsung b-die RAM without RGB?
And for a big list: https://benzhaomin.github.io/bdiefinder/
serialport
Posts with mentions or reviews of serialport.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-11.
-
Using usb-detection with electron v4 on intel mac
Strangely enough it does package fine with electron-builder but does not work in dev mode. The same happens when I try to use https://serialport.io/ which is also another module where you could achieve device detection.
-
Trying to get access to the USB device in Electron app
We use node-serialport instead of the WebSerial API, since it was only recently that Electron supported WebSerial permission overrides to make things like a 'devices screen' viable. The WebBluetooth APIs are still in a situation where you have to do polling shenanigans to get a full device list. I've found the mutated permissions system leaves a lot to be desired when debugging, whereas the NAPI modules are a lot more straightforward.
-
I've been streaming hardware driver development using node. If you've ever wondered what's involved when talking to hardware, but were put off by needing to know C or kernel internals, you might enjoy this
It really depends. The stuff I'm doing in this video for example is writing a driver stack for a device called the Bus Pirate. Communication is done over serial (which is easy in node with the serialport library). The bus pirate is a device that allows you to talk to other devices over different protocols, including SPI, I2C, and OneWire (as well as bit banging, where you control some electrical signals directly any way you want using software). So while it's not something you'd do directly in production, you can actually test communication with devices in JS in a fast, iterative, interactive way without having to use a microcontroller. You can actually figure out all of your design decisions there and port your code to the microcontroller later if you're building some kind of embedded system device, potentially saving a lot of time and debugging.
-
Lychee never loads
Turns out, there is: https://github.com/serialport/node-serialport/issues/2259
-
Electron to native hardware
We use node-serialport for USB serial communications. It's included in the transport manager renderer process. The installation guide and docs should be good enough to get you started. Hopefully serialport has prebuilds for the combination of system and electron version you're trying. We had to setup an internal prebuilds system and CDN for our app since we'd often find ourselves ahead of the prebuilt versions for node-serialport. Alternatively you can build from source.
What are some alternatives?
When comparing bdiefinder and serialport you can also consider the following projects:
johnny-five - JavaScript Robotics and IoT programming framework, developed at Bocoup.
cylon.js - JavaScript framework for robotics, drones, and the Internet of Things (IoT)
usb - Improved USB library for Node.js
i2c-bus - I2C serial bus access with Node.js
onoff - GPIO access and interrupt detection with Node.js
pigpio - Fast GPIO, PWM, servo control, state change notification and interrupt handling with Node.js on the Raspberry Pi
spi-device - SPI serial bus access with Node.js
Electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
pc-nrf-dfu-js - Javascript implementation of Nordic's DFU protocol over serial (or NoBLE).
gps - A NMEA parser and GPS utility library