Readit News logoReadit News
NextHendrix commented on How Lewis Carroll computed determinants (2023)   johndcook.com/blog/2023/0... · Posted by u/tzury
esafak · 3 months ago
imza is signature while şifre is password. I imagine the conflation occurred because signatures are used like passwords for authentication...
NextHendrix · 3 months ago
Likewise, the monogram of the sitting english monarch (as seen on postboxes and so forth) is the "Royal Cypher".

https://en.wikipedia.org/wiki/Royal_cypher

NextHendrix commented on Normal Operating Sounds   tesla.com/ownersmanual/mo... · Posted by u/mvansch
rainbowzootsuit · 2 years ago
Back when I watched more F1 racing they had a musical performance where they used the telematic systems of some cars, with their high revving motors, to play notes ie the telematics selectively. I couldn't readily find a reference but remember the event.
NextHendrix commented on Normal Operating Sounds   tesla.com/ownersmanual/mo... · Posted by u/mvansch
rainbowzootsuit · 2 years ago
Back when I watched more F1 racing they had a musical performance where they used the telematic systems of some cars, with their high revving motors, to play notes ie the telematics selectively. I couldn't readily find a reference but remember the event.
NextHendrix · 2 years ago
https://www.youtube.com/watch?v=XRXwWbo_mX0

Maybe this is what you're referring to. There are similar examples where people do this with old disk drives and printers too.

NextHendrix commented on Scintillocartography   ivan.sanchezortega.es/dev... · Posted by u/jdelacueva
nayuki · 2 years ago
> One of those circumstances is being close to a nuclear reactor submerged in water, which allows Cherenkov radiation to be observed. In layman’s terms: gamma radiation exits the reactor at the speed of light in a vaccuum, but the speed of light in water is lower, and photons have to slow down somehow. The direct, observable effect is that water glows blue.

Almost but not quite. The speed of light is always the speed of light. There's nothing wrong with gamma rays.

It's charged particles such as beta and alpha rays that generate the blue Cherenkov radiation. The writer's link to Wikipedia already reflects that.

NextHendrix · 2 years ago
The speed of light in a vacuum is always the same, but not through dielectric media such as water or glass. In diamond it is less than half the speed.
NextHendrix commented on New BeagleV single board computer adopts Microchip's PolarFire SoC with FPGA   linuxgizmos.com/new-beagl... · Posted by u/teleforce
PAPPPmAc · 2 years ago
Last I looked Microchip's Libero FPGA/FPGASoC development tools were paid, either on an expensive one-time fee for a specific version, or an expensive-compared-to-this-board annual subscription. It won't even show me current pricing without logging in, which is a bad sign, and none of the press has mentioned if these come with a comped board-locked license or something to make them tenable for hobbyists.

The big FPGA players have mostly quit that shit; AMD/Xilinx, Intel/Altera/Whatever dumb name its about to be spun back out as, and Lattice all have free versions of their dev tools for at least their parts small players can afford. They just want you to buy chips and IP.

I haven't heard of the Yosis folks making a PolarFire backend, so I don't think there's an open alternative.

Libero is even FlexLM based licensing like the bad old days of proprietary dev tools.

NextHendrix · 2 years ago
You can generate yourself a free Libero Silver license, which needs regenerating every year, but yes flexlm is annoying.
NextHendrix commented on New BeagleV single board computer adopts Microchip's PolarFire SoC with FPGA   linuxgizmos.com/new-beagl... · Posted by u/teleforce
Havoc · 2 years ago
Someone in the previous thread mentioned programming fpga is very hard. Could anyone opine?
NextHendrix · 2 years ago
Software engineers can sometimes find it difficult as with a HDL you (should) describe hardware that exhibits the intended behaviour, rather than just directly describing the behaviour.

HDLs have familiar syntax that makes it seem like you can just program algorithms imperatively (for loops, if statements, functions etc) but it's all just a mean trick to catch software people out, and generally won't give the results you expect.

On top there's then the fact everything happens at the same time, the faff of making everything synchronised and making sure it meets timing and fighting the frankly awful tooling every step of the way.

Once you get it, it's fine, but you have to unlearn a lot of software muscle memory and keep the actual design work (boxes and lines) almost entirely separate from the implementation (typing your boxes and lines into a text editor).

NextHendrix commented on Beej's Quick Guide to GDB (2009)   beej.us/guide/bggdb/... · Posted by u/mooreds
the-smug-one · 2 years ago
I wish that there was a performant and useful front end to GDB for Linux. There isn't, so I'm stuck using GDB manually. Maybe CLion is good?
NextHendrix · 2 years ago
Have you tried the Emacs gdb mode?
NextHendrix commented on How to store a chess position in 26 bytes using bit-level magic (2022)   ezzeriesa.com/index/Writi... · Posted by u/kurinikku
aimor · 3 years ago
What about bishops?

The bishops are limited to half the board so only need 5 bits for position. This frees up 4 bits, but you lose the capture state (can't use King's position for capture state). Well, you CAN use the king's position for capture state for two of the bishops at any given time. Then for the other two bishops use a bit to store their capture state. This saves 2 bits overall, bringing the total down to exactly 26 bytes.

Gonna have to think that through for awhile, not sure if it works out.

Update: I see a comment below that does this but uses 21 bits (instead of 22) by storing bishop position and capture state as a base-33 number.

NextHendrix · 3 years ago
It's possible to gain bishops via promotion which may scupper this plan
NextHendrix commented on Ask HN: Any interesting books you have read lately?    · Posted by u/theycallhermax
NextHendrix · 3 years ago
Airborne Electronic Hardware Design Assurance: A Practitioner's Guide to RTCA/DO-254 by Randall Fulton and Roy Vandermolen

Might sound a bit niche, and it is, but even if you ignore the stuff about actually certifying stuff to fly, it has some extremely useful and interesting tidbits about how to go about running very large and highly complex hardware/firmware projects in safety critical industries.

The chapter on requirements is especially useful, and the whole thing is written in a (relatively, for the topic) light-hearted way.

NextHendrix commented on Car Bloat: “Huge Cars Are Terrible for Society”   kottke.org/23/08/car-bloa... · Posted by u/DemiGuru
brokencode · 3 years ago
Driving a car makes you more likely to kill or injure somebody than walking or staying home. Is it immoral for anybody to drive a car at all?

We all take on culpability for certain harms to others. It’s just a question of what as a society we are willing to accept.

I don’t think this is an issue of society “overlooking” the morality of this specifically. It’s just that people have a lot of problems to worry about, and the crash safety of large vehicles isn’t high on the list.

NextHendrix · 3 years ago
Not immoral, just more culpable. Is it immoral not to kill oneself as being alive makes one more likely to kill someone?

u/NextHendrix

KarmaCake day379December 14, 2017
About
physics graduate, fpga engineer
View Original