falafelite

↗ HN profile [ 78.8 ms ] full profile
Karma
295
Created
August 22, 2017 (8y ago)
Submissions
0
  1. Hi HN! I made and just published v0.0.1 of DbDeclare. I use Python a lot, and interact with Postgres a lot. I like using SQLAlchemy, and I love Alembic. Those wonderful tools primarily operate on tables, though, and I…

  2. My last place of work was very open and understanding about mental health. If someone was having a tough time, they were supported, deadlines were pushed back if needed, there was enough redundancy that one person…

  3. I see and hear a lot of complaints around inheriting code bases that are less than stellar. If anyone has, I'd love to hear about cases where you inherited a "good" code base, whatever that may mean: awesome test…

  4. I, a fairly average and not at all notable software engineer, receive anywhere between 1 and 7 emails from people claiming to be recruiters with addresses that end in @amazon.com every week. It’s different names,…

  5. I know there's discussion around RSS readers every here or there on HN. I'm curious about how many of you (especially those of you who write code) interact with publishing to or subscribing from RSS feeds as part of…

  6. I have a browser extension on the Chrome and Firefox stores. I know I can check for new downloads and active users via the UI, but I’d love to access that same data programmatically. Before I hack away on something to…

  7. How do you avoid repeating code for, say, both a Firefox and Chrome extension? Chrome recently mandated that only manifest V3 extensions can be submit to their online store, and that introduces quite the number of…