Settings

Theme

Ask HN: What Are You Working On?

7 points by dserban a month ago · 4 comments · 1 min read


What are you working on? Any new ideas that you're thinking about?

lucasfdacunha a month ago

Working on https://greatreads.dev/

A place to aggregate and find articles from developers' blogs. Right now, I'm building a submission form for people to submit new sources.

There is also a way to search for articles using vectors, it's called "Semantic Search". So basically you can ask, for example, "Postgresql and how to best optimize it." and it would search for articles touching that subject, or at least related to it.

I've been slowly adding new sources to the website. Any suggestions would be great. It has about 300 sources at the moment.

bediger4000 a month ago

Apache httpd "combined" format logfile extractor. Not well documented yet, but it's got logical AND, OR, NOT expressions, with the variables constituting field string matches. Something like:

combined -L -e 'ipaddr~/10\..*/ && method=/GET/' access.log

https://github.com/bediger4000/combined

efortis a month ago

An HTTP mock server with a UI dashboard for changing responses on the fly. For example, for testing retries.

https://github.com/ericfortis/mockaton

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection