Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
karmanyaahm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
karmanyaahm
2y ago
So cool to see another person going to UT on HN! I'd love to organize a Jet Lag style game in Austin sometime.
2.
▲
by
karmanyaahm
3y ago
Should be back up now
3.
▲
by
karmanyaahm
3y ago
Hi! Wanted to share this cool project me and some friends worked on during the summer of '23, now that the video is finally edited. It was an incredible experience, hope you like it :)
4.
▲
Show HN: We made a flamethrower out of scrap toys at a hackathon [video]
(youtube.com)
2 points
by
karmanyaahm
3y ago
|
4 comments
5.
▲
by
karmanyaahm
3y ago
No comment on the thread, but I smiled at seeing myself quoted on HN :)
6.
▲
by
karmanyaahm
3y ago
> The alternative would be that anyone could send notifications to an app No, the alternative is that anyone with a password the app generates can send notifications to any app, which is (effectively) how WebPush and UnifiedPush work.
7.
▲
Molly (Signal client) now supports UnifiedPush
(fosstodon.org)
1 points
by
karmanyaahm
3y ago
|
0 comments
8.
▲
by
karmanyaahm
3y ago
2 is exactly how removal from sets is O(1) whereas lists are O(N)
9.
▲
by
karmanyaahm
3y ago
Since this is a tutorial for newbies, I'm intentionally using a chip with years of code, flashing, and peripheral circuit examples. It's also compatible with the Arduino Nano pinout so students can add peripherals with outside cir
10.
▲
SparkleTilt: Design a Digital Level PCB
(jams.hackclub.com)
26 points
by
karmanyaahm
3y ago
|
6 comments
11.
▲
Show HN: Hot Dog: toy guitar flamethrower in 42 hours
(karmanyaah.malhotra.cc)
1 points
by
karmanyaahm
3y ago
|
0 comments
12.
▲
by
karmanyaahm
3y ago
> why not just distribute your message over that channel in the first place Latency? You can hand deliver a password ahead of time, but not messages.
13.
▲
by
karmanyaahm
3y ago
With my usage of checking OTPs 3-4 times a week, it lasts for ~3 months.
14.
▲
Show HN: A DIY airgapped, e-ink TOTP device
(karmanyaah.malhotra.cc)
12 points
by
karmanyaahm
3y ago
|
2 comments
15.
▲
by
karmanyaahm
3y ago
Nice project idea. The Nordic chip in the Pinetime might be more efficient than this ESP-32 though, and there's been a lot of development effort into infinitive for it.
16.
▲
by
karmanyaahm
3y ago
Doesn't all tap water contain the forever chemical H2O? /s I hate how they're scaremongering with the vague term "Forever Chemicals" instead of just using the more specific terms PFAS or Microplastics.
17.
▲
by
karmanyaahm
3y ago
https://karmanyaah.malhotra.cc I need to post more often!
18.
▲
by
karmanyaahm
3y ago
Yes absolutely! I love the RP2040 and have used dev boards for several projects. My goal with this intro is to make something hand-solderable though, which is why I'm using QFP32, 0805, etc. In addition, this is Arduino Nano compatible
19.
▲
by
karmanyaahm
3y ago
I'm writing a series of articles on designing a microcontroller board (with an ATmega328P) from scratch [1]. It's a totally different experience from just breadboarding. Some people are making NFC business cards, USB Hubs, and eve
20.
▲
by
karmanyaahm
3y ago
Having WebPush style push notifications is a huge advantage of JMAP. Right now, 3rd party mobile email clients are stuck to polling every few minutes or keeping a connection open. I'm looking forward to more JMAP adoption, especially o
21.
▲
Making an Addressable LED Ampli-Tie*
(karmanyaah.malhotra.cc)
13 points
by
karmanyaahm
3y ago
|
0 comments
22.
▲
by
karmanyaahm
3y ago
Which is also exactly what the colleges are saying themselves (on the surface). For example, MIT's rejection letter: > Please understand that this is in no way a judgment of you as a student or as a person, since our decision has mo
23.
▲
by
karmanyaahm
4y ago
No, I was simply replying to: > none of the GPIO pins are exposed, the only IO is buttons, usbc or a QT/Stemma connector. Sorry for losing context.
24.
▲
by
karmanyaahm
4y ago
Because the RP2040 is so dynamic, the QT/Stemma connector is two GPIO pins, even thought it can do I2C or SPI.
25.
▲
by
karmanyaahm
4y ago
Tangent: My gas station replaced grade-selection buttons and rate/volume/price LCDs with one huge (20") touchscreen. Unfortunately because of the distance, it's brighter than the overhead lights at night. No one thought
26.
▲
by
karmanyaahm
4y ago
> small CR2032 coin cells (which have ~10 to ~100 ohms of internal resistance). A ~100mA draw on the charge inductor isn't out of the question (at 10-ohms, that's a voltage drop of 1V, which probably browns-out the RP2040). n=1
27.
▲
Northeastern CEO: Cookie Clicker Reimagined
(northeastern-ceo.tech)
1 points
by
karmanyaahm
4y ago
|
1 comments
28.
▲
by
karmanyaahm
4y ago
I do Number Sense right now!
29.
▲
by
karmanyaahm
4y ago
It is kinda weird. However, at the end of the day, UnifiedPush is just a protocol that allows $heavyProtocolA to receive notifications through $lightProtocolB. And XMPP is just $lightProtocolB, there is nothing stopping an XMPP-based Unifie
30.
▲
by
karmanyaahm
4y ago
For cross platform UnifiedPush libraries, such as Flutter, it totally makes sense to support iOS by wrapping APNS. Unfortunately, most people on the UP team don't have Apple devices, or iOS development experience. Maybe someday...
More ›