HackerTrans
トップ新着トレンドコメント過去質問紹介求人

markb139

no profile record

コメント

markb139
·26 日前·議論
My best is 980W - for 1 second
markb139
·2 か月前·議論
I’m a leftie and I don’t think I learnt it. My mother said as a very young child she noticed I’d mainly used my left hand to take things - probably food :) These days the only real problem for me is scissors, especially the ones with moulded plastic handles.
markb139
·2 か月前·議論
I’m a leftie from a 50% leftie family. Apparently I showed my left handedness as a baby when grasping for things and hardly used my right hand. My mother was also a leftie, but in her generation she was forced to write with her right hand. The net result being she could write equally well with both hands. When I learnt this I tried to copy it.
markb139
·2 か月前·議論
I think this was also a “look what we can do at short notice” kind of exercise. Just in case a country was thinking of maybe trying to take over another set of islands in the south Atlantic
markb139
·2 か月前·議論
Why use any high level language at all if AI is writing the software. The high level languages seem mostly about humans not being able to handle complexity. Not an issue for an automated bot.
markb139
·4 か月前·議論
I’ve recently built a disassembler and emulator using Claude to help reverse engineer a 90’s ECU based on an Intel embedded cpu. It was quite impressive to watch when Claude started to use the emulator to help understand how bits of the code worked.
markb139
·4 か月前·議論
It seems to be perfectly happy to run on virtual box with a Debian install. The host pc is running a local model. I’m quite impressed with what it’s capable of.
markb139
·5 か月前·議論
I’ve got the solar version. It runs a long time between charges. Maybe I haven’t done enough tracked exercise recently
markb139
·5 か月前·議論
I used to think photography was an expensive hobby until my wife got back into the horse world.
markb139
·5 か月前·議論
Im definitely going to build some small tools when I need them. One tool I use occasionally, but not so often I want to subscribe is Insomnia.
markb139
·5 か月前·議論
I retired from paid sw dev work in 2020 when COVID arrived. I’ve worked on my small projects since with all development by hand. I’d followed the rise of AI, but not used it. Late last year I started a project that included reverse engineering some firmware that runs on an Intel 8096 based embedded processor. I’d never worked on that processor before. There are tools available, but they cost many $. So, I started to think about a simple disassembler. 2 weeks ago we decided to try Claude to see what it could do. We now have a disassembler, assembler and a partially working emulator. No doubt there are bugs and missing features and the code is a bit messy, but boy has it sped up the work. One thing did occur to me. Vendors of small utilities could be in trouble. For example I needed to cut out some pages from a pdf. I could have found a tool online(I’m sure there are several), write one myself. However, Claude quickly performed the task.
markb139
·7 か月前·議論
“ The process of getting a binary onto the board is just dragging a file, and on linux at least you can script it with picotool”

Even easier if you setup debugging using another pico, debug probe or even a Pi (not sure if this works on the 5)
markb139
·8 か月前·議論
I briefly worked in a team that implemented a JVM on a mobile OS (before the iPhone) and one of the senior devs said Jazelle was in effect very inefficient because of all the context switching between ARM mode and Jazelle mode. Turned out a carefully tuned ARM JVM was in practice th best