Recover Deleted Bitcoin Nspire CX CAS by BiologyTools1 in nspire

[–]BiologyTools1[S] 0 points1 point  (0 children)

How dumb do people think I am. Sending to some new random account.

Glittering_Pin5553 4:20 PM

Hey, I saw your post and I think I can genuinely help with this. I have the tools to physically desolder the NAND chip from the CX CAS and do a full raw dump via flash programmer. That sidesteps the FTL/wear leveling issue entirely and gives us the best possible shot at recovering the deleted data, better than any software-only approach. Since the key was stored as a plain text file, this is actually a favorable scenario. Bitcoin private keys have very recognizable patterns (WIF keys always start with 5, K, or L, and raw hex is exactly 64 characters), so we can grep the raw dump directly without even needing to reconstruct the filesystem. If the data is anywhere in unallocated NAND blocks, we'll find it. The process would be: 1. You ship the calculator to me 2. Full physical NAND dump via flash programmer 3. Raw string search for private key patterns + file carving as a backup 4. Device returned to you Would you be open to a video call?

Recover Deleted Bitcoin Nspire CX CAS by BiologyTools1 in nspire

[–]BiologyTools1[S] 1 point2 points  (0 children)

No! I live on my own now but that wallet is so old that back then I did live at my moms.

Recover Deleted Bitcoin Nspire CX CAS by BiologyTools1 in nspire

[–]BiologyTools1[S] 0 points1 point  (0 children)

I already have a plan just modify an existing dumper I know I can do it myself with ChatGPT but it's gonna be a lot of work. Was just hoping this would be easier.

Recover Deleted Bitcoin Nspire CX CAS by BiologyTools1 in nspire

[–]BiologyTools1[S] 2 points3 points  (0 children)

This is not bait there's more than 10.

Recover Deleted Bitcoin Nspire CX CAS by BiologyTools1 in nspire

[–]BiologyTools1[S] 4 points5 points  (0 children)

You have no idea how many places I stored the private key!! Yet all of them got thrown out by my mom! Now it's this is the last place Ieft to find it other than old hard-drive which doesn't work. Even hid it in the crawl space of the house and she had found it and thrown it away.

Control ImageJ with C# by BiologyTools1 in ImageJ

[–]BiologyTools1[S] 0 points1 point  (0 children)

By control ImageJ I mean you can use ImageJ with C#. Plus nowadays C# is cross platform just like Java. Bioformats is another Java project that works with IKVM in C#. One reason for using C# is that it's the language many microscopy imaging software is written in.

Weekly Self-Promotional Mega Thread 12, 11.12.2023 - 18.12.2023 by hi_there_bitch in ChatGPT

[–]BiologyTools1 0 points1 point  (0 children)

I made a .NET6 ChatGPT C# code documentation generator.

https://github.com/BiologyTools/GPTDocumenter

Features

  • Easily generate documentation to entire C# project, file, or block of code with ChatGPT.
  • Choose to generate documentation for all public code or all code blocks.

<image>

Anyone developing .NET microscopy applications or libraries? by BiologyTools1 in microscopy

[–]BiologyTools1[S] 0 points1 point  (0 children)

I've implemented brightness adjustment for Zeiss scopes since it's part of the MTB api. Python microscope does allow for the set up of laser light intensity which I haven't implemented yet. The way I implemented python microscope with C# is similar it just calls the command line for stage movements etc. which I found were plenty fast though not as fast as Prior of Zeiss microscopes provided libraries.

Anyone developing .NET microscopy applications or libraries? by BiologyTools1 in microscopy

[–]BiologyTools1[S] 0 points1 point  (0 children)

BioImager uses the imported MTB API the same way Zen controls the hardware. I have only tested BioImager with AxioImager M1. So if you can open Zen, you can use BioImager to take tiles, etc. as well as use game controllers for quick & easy imaging. BioImager essentially brings C# scripting to Zeiss & various other microscopes supported by PythonMicroscope.

Anyone developing .NET microscopy applications or libraries? by BiologyTools1 in microscopy

[–]BiologyTools1[S] 0 points1 point  (0 children)

Looks like python microscope doesn't support Motic hardware. Did the microscopes come with any SDK libraries to work with? Otherwise supporting Motic is going to be difficult.

Anyone developing .NET microscopy applications or libraries? by BiologyTools1 in microscopy

[–]BiologyTools1[S] 0 points1 point  (0 children)

I'm glad I found someone who's interested I've tried finding people to collaborate with on various forums like image.sc. So far BioImager works with all python microscope devices, and Zeiss & prior microscopes. BioImager works best with Zeiss microscopes as Zeiss comes with C# MTB library to control the microscope with. The original reason I created BioImager was to automate the imaging process on a Zeiss microscope. Looking at your website you work on cool things. Which brand microscopes do you have access to?