HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hasheddan

9,670 karmajoined há 7 anos

Submissions

[untitled]

1 points·by hasheddan·há 5 dias·0 comments

Mythos Report for Curl

gist.github.com
4 points·by hasheddan·há 8 dias·1 comments

Using the Red Pitaya STEMlab 125-14 Pro Gen2 as an SDR in GNU Radio

controlpaths.com
2 points·by hasheddan·há 16 dias·0 comments

Modelplane

modelplane.ai
3 points·by hasheddan·há 17 dias·0 comments

Modelplane

modelplane.ai
19 points·by hasheddan·há 18 dias·0 comments

From GAA to 3D Stacked FET: Expanding the Transistor into the Third Dimension

semiconductor.samsung.com
3 points·by hasheddan·há 18 dias·0 comments

Adaptive speculative decoding: picking draft lengths at runtime

fergusfinn.com
5 points·by hasheddan·há 19 dias·0 comments

Prediction: A Frontier open-source LLM Will Be Released On 3rd December 2026

blog.doubleword.ai
3 points·by hasheddan·há 19 dias·0 comments

InfiniBand, RoCE, and All That

fergusfinn.com
5 points·by hasheddan·há 19 dias·0 comments

Manifest for RISC-V Constant Time Floating-Point Operations

fprox.substack.com
3 points·by hasheddan·há 19 dias·0 comments

RFC 9958: Post-Quantum Cryptography for Engineers

datatracker.ietf.org
3 points·by hasheddan·há 21 dias·0 comments

Tensordyne is making AI compute more efficient using logarithms

zach.be
4 points·by hasheddan·há 23 dias·0 comments

Fast Fourier Transform from Scratch

adiuvoengineering.com
3 points·by hasheddan·há 24 dias·0 comments

The RTX Spark Is Not an Apple Silicon Competitor

wesbrown18.medium.com
9 points·by hasheddan·há 28 dias·1 comments

Gati: Hardware Accelerated DNNs on FPGAs

github.com
3 points·by hasheddan·há 29 dias·0 comments

Staleus: Breaking AMD SEV-SNP via Memory Incoherence

xca-attacks.github.io
2 points·by hasheddan·mês passado·0 comments

Fooling Go's X.509 Certificate Verification

danielmangum.com
58 points·by hasheddan·mês passado·30 comments

Do Containers Still Contain?

raesene.github.io
1 points·by hasheddan·mês passado·0 comments

Do Containers Still Contain?

raesene.github.io
2 points·by hasheddan·mês passado·0 comments

JLink JTAG Access on the Pinecil Soldering Iron

danielmangum.com
3 points·by hasheddan·mês passado·0 comments

comments

hasheddan
·mês passado·discuss
Agree RP2040 / RP2350 is great for debug and UART access! I wrote[0] about using picoprobe with this device as well.

[0] https://danielmangum.com/posts/risc-v-bytes-accessing-pineci...
hasheddan
·mês passado·discuss
Great episode. lcamtuf's blog[0] is one that every engineer should follow. Though if you're reading this comment you probably already do :)

[0]: https://lcamtuf.substack.com/
hasheddan
·há 3 meses·discuss
Author here, thanks for posting! Happy to answer any questions and would love to hear about any use cases in which folks have dynamically enabled / disabled FPU functionality throughout program execution.
hasheddan
·há 5 meses·discuss
Hey Arjun and Sid! I am CTO at Golioth[0], a connected device cloud platform. Just wanted to say congrats on the launch, and wish y’all the best of luck! There is lots of complexity to be addressed, and it is always great to see more folks building in this space. Happy to compare notes any time!

[0] https://golioth.io/
hasheddan
·há 5 meses·discuss
Good question! We wrote a few blog[0] posts[1] about the motivation for signy and how it is used in practice. The primary use case is complex devices with multiple MCUs and multi-protocol connectivity (e.g. Wi-Fi, Cellular, Bluetooth, etc.). In this context, each MCU may have different security capabilities, and manufacturing / provisioning may be simplified by storing a single set of credentials (e.g. a private key) in a single secure storage location, then using that key to generate a temporary signed URL that can be handed to the less secure domain for a scoped operation, such as downloading an asset. There are also more niche use cases, such as allowing an end user to access a private resource by generating a signed URL and sending it to a phone via NFC.

[0]: https://blog.golioth.io/signed-urls-for-embedded-devices/ [1]: https://blog.golioth.io/signed-urls-on-esp32/
hasheddan
·há 5 meses·discuss
> There are so many options and all are very cool to explore.

Very much agree, controlling a varicap via an MCU is a nice intermediate step of "digital tuning" without going all the way to SDR.
hasheddan
·há 5 meses·discuss
You will not be disappointed! Well worth the investment.
hasheddan
·há 5 meses·discuss
> it is very rewarding to pick signals out of the air

I could not agree more :)

——

This is quite possibly the most positive interaction I’ve had on HN — thanks Jacques!
hasheddan
·há 5 meses·discuss
Author here -- thanks for the comments and feedback! I typically use the solder stripping technique as well when actually incorporating the inductor into a circuit. Interesting you should mention variable capacitors as I just went through the process of sourcing 5 of them (will be discussed in a future post) from Amazon, and not only were they expensive, but they also took significantly longer to ship than was originally estimated.

I am somewhat surprised that the small loops would pick up a meaningful amount of noise, though I suppose meaningful always depends on the use case and tolerances. Do you have any references for how significantly this can impact inductor performance? Or is the primary concern just the rubbing and potential shorts?

Despite ferrite core inductors and loopstick antennas being old, fairly well understood technology, I have found there to be very little in the way of hands-on experiments with tangible results available. I'm hoping to continue testing various techniques and posting about them -- you've already provided some great variations for me to test out!
hasheddan
·há 5 meses·discuss
Could not agree more! And yes, though due to the lack of specifications available for the ferrite rods I purchased, it ended up being more of a calculation of their permeability based on the measured inductance. I'll have another post soon that shows measuring the resonance frequency of these inductors with various types of capacitors, which is a fun exercise in parasitic capacitance and inductance.
hasheddan
·há 9 meses·discuss
You can also throw together a cheap software KVM switch[0] using an ESP32 or similar.

[0] https://euer.krebsco.de/a-software-kvm-switch.html