Sebastian Pipping

Results 667 comments of Sebastian Pipping

crazydiskinfo uses libatasmart which [says in its readme](http://git.0pointer.net/libatasmart.git/tree/README#n31): > libatasmart supports classic ATA/IDE disks (i.e. /dev/hda) as well as ATA disks that are connected through a SCSI layer (SAT) (such...

Can you share what `skdump` of `libatasmart` shows for a temperature? ```console # sudo /usr/sbin/skdump /dev/sda | fgrep Temperature Temperature: 35.0 C ``` Depending on that output, it may be...

I'm not sure how to exactly read that output. I guess it says not nearly 100°C? It's a bug in libatasmart then, I guess?

On a side note, libatasmart 0.19 (or the Kernel) seems to change its mind about `sr0` from time to time: ``` # sudo /usr/sbin/skdump /dev/sr0 # first take Device: sat16:/dev/sr0...

Here's a backtrace: ``` (gdb) bt #0 0x00000000004099ae in attributeToHealth(Attribute const&) () #1 0x0000000000409abb in smartToHealth(SMART const&) () #2 0x0000000000409da7 in drawDeviceBar(_win_st*, std::vector const&, int) () #3 0x000000000040b611 in main::{lambda()#2}::operator()()...

~With packaging in Linux distros in mind, #19 should probably have been a runtime option rather than a compile switch.~

I just learned that you can press key `d` to switch between decimal and hex display, see: https://github.com/otakuto/crazydiskinfo/blob/803a58571b286f4ff8ce9d77cd5655a98ec0abaa/main.cpp#L556-L561 Can this bug be closed?

Thanks for https://bitpoll.mafiasi.de/ — works for a demo. Is it linked anywhere around here? From a quick look, the Bitpoll feature set seems pretty impressive.

> I'd be curious to know why RapidJSON opted for not handling those codepoints. Does the JSON standard say anything about? [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) says: > _Note that the JSON grammar permits...

> Thanks. Does this mean that in your opinion this issue should be considered as done? I believe so, yes: I was able to reproduce the segfault with 0.2.4 but...