Live data from Hacker News

Ask HN: What are you working on?

news.ycombinator.com

81–90 of 1001 posts

Re: Ask HN: What are you working on?

#81
A service to forward email from your custom domain to your personal domain with some extra features such as webhook.

All you have to do point MX records to my service and start forward email. Add webhook and you can have cool thing such as email to comment, email to upload.

Right now I'm trying to enhance production setup, improve spam filtering before my public launch.

---

https://hanami.run my app if you are curious

Re: Ask HN: What are you working on?

#82
I was curious what HN may find interesting, so I used upvoted or discussed articles from Wikipedia as a proxy and build mostdiscussed.com[0]. All articles are structured and categorized to get a better overview. (Unsurprisingly computing was on the top, but then it might get interesting.)

Other way to phrase it: Reading Wikipedia was my hobby, so I automated it.

[0]https://www.mostdiscussed.com/about

Re: Ask HN: What are you working on?

#85
What the hell, here are a bunch of half-baked ideas that I haven't made time for because I'm lazy and stressed out and exhausted. Would love to hear if any of these sound interesting.

1. Designing a protocol for an amateur radio cellular network. This started out with some spread spectrum experiments and an interest in low-probability-of-intercept (below the noise floor) communication. The idea I have now is sort of a cross between APRS and DMR using modern modulation techniques. The network would consist of rooftop "cells" with internet connections, and mobile transponders that communicate with those cells. There'd be some sort of callsign or key based addressing scheme and IP-like network topology discovery. Everything will be authenticated. I'd love to have an encrypted mode, but this seems unlikely unless the laws change, which also seems unlikely.

2. Open-source firmware or gateware implementation of a USB PD controller that supports entering/exiting alternate modes properly. Inspired by Kate Temkin's LUNA project [1]. I got the impression that PD was out of scope for LUNA, at least for the time being, but it would be really nice to have both a USB and PD stack that could be integrated onto a small, inexpensive chip without the proprietary mess. The motivation for this was wanting to design a split keyboard with a USB Type-C cable connecting the two halves instead of the usual TRRS cable, and discovering that USB alternate modes are a horror show.

[1] https://github.com/greatscottgadgets/luna

3. Wi-Fi from scratch. This would essentially be a book (like Linux From Scratch) where you incrementally design the hardware needed to speak Wi-Fi, culminating in something that looks like Computer Linux driver FPGA IQ modulator antenna, allowing you to talk over 802.11g at one of the lower speed coding rates (BPSK or QPSK).

4. Firewalled IoT Hub. A Raspberry Pi that hosts an Wi-Fi AP for untrusted IoT devices. By default, clients on this AP can't see each other and can't access the Internet. The hub hosts a web interface on the primary network that allows you to send commands to your IoT devices, manage firmware updates, control network access rules, etc.

5. Discrete RISC-V CPU on a dinner-plate sized PCB, dressed up to look like a silicon die. Essentially Robert Baruch's LMARV-1 [2] in Monster6502 [3] form-factor. It would be neat to be able to design the CPU in an HDL and then use a yosys backend that can synthesize it as a netlist of either discrete transistors or 7400-style logic. After seeing Robert's design progress, this is starting to seem infeasible, but Olof Kindgren's SERV core is pretty tiny and might just fit. Other people have already discussed doing something like this [4].

[2] https://github.com/RobertBaruch/riscv-reboot

[3] https://monster6502.com/

[4] https://twitter.com/BruceHoult/status/1310747415075459073

6. Low power Linux + Wi-Fi SoM. There's a power consumption gulf between microcontroller and application processor based embedded systems, and no good options if you want to add Wi-Fi to a project, don't want to consume a lot of power, and want a battle-hardened networking stack. I think a good solution to this problem might be to use a low-power application processor (like a Cortex-A7) and build a Linux system for it that is aggressive about sleep states and using DMA to transfer data from other parts of the system while the processor is asleep. The system would basically only wake up for mandatory housekeeping and to fire off network bursts. Like a Raspberry Pi, but instead of the default system image giving you a desktop, it'd give you a super minimal system that lends itself to running a single program with a standard, easy way to configure when to sleep/wake, what to buffer up while asleep, and when to trigger network events.

Re: Ask HN: What are you working on?

#86
https://clips.fm - A tool that converts podcast audio to shareable & social media ready videos.

The video creation and the transcoding is all done in the browser, so it was quite a technical challenge. It's far from perfect, but it works and it's improving every day.

Re: Ask HN: What are you working on?

#87
Working on a platform to collect unstructured security data from a variety of sources and aggregate into structured data that can be queried, monitored and used in various different tools like scanners. No link to show right now though.

Re: Ask HN: What are you working on?

#89

A service to forward email from your custom domain to your personal domain with some extra features such as webhook. All you have to do point MX records to my service and start forward email. Add webhook and you can have cool thing such as email to comment, email to upload. Right now I'm trying to enhance production setup, improve spam filtering before my public launch. --- https://hanami.run my app if you are curiou…

I like the email as JSON feature. Good stuff
Post reply on HN