Hacker Newsnew | past | comments | ask | show | jobs | submit | rposborne's commentslogin

How do you beat https://www.aptible.com/?


Great question! Aptible is great for deploying HIPAA-compliant applications, but you still have to purchase another solution for completing the legal policies and compliance checklist, such as Vanta.

Think of us like Aptible + Vanta. Because you deploy your application through us, we can give you deep insights into your security and compliance. For example, we give you legal policies that have already been customized to your infrastructure setup. Similarly, we provide a logging/monitoring dashboard that is designed to meet what auditors look for in your infrastructure setup. Putting all your compliance solutions in one place lets us streamline the path to compliance.


Hi! Aptible founder here. I wanted to make an important correction here.

Aptible has a built-in Security & Compliance Dashboard [0] that supports compliance automation and reporting (PDF and API exports) for HIPAA, HITRUST and other security frameworks. You can see a demo of the entire platform, including this Dashboard, in our "Aptible in 10 Minutes" video. [1]

You can also integrate Aptible with Vanta, Drata or another compliance automation tool, if you're running the self-hosted version of Aptible that runs in your own AWS account. If you do, you can expect fully passing tests for HIPAA and SOC 2 in Vanta or Drata with zero additional configuration. Most Aptible customers find our built-in dashboard sufficient, and don't feel the need to buy Vanta/Drata separately to ensure HIPAA compliance.

[0] https://www.aptible.com/docs/intro-compliance-dashboard [1] https://www.youtube.com/watch?v=mhNzGO9KbWY


Thanks for sharing this! The demo is very neat and it's great to see other companies also prioritizing security and compliance.


They have reasonable kids meals which attracts parents to them over other fast food options, Good fruit options etc. and instead of toys they give either activities or a book.


Affect Therapeutics | Software Engineers (All levels) | Full-Time | Remote

Apply here https://www.affecttherapeutics.com/about/join/

Affect is building a digital treatment to treat people with substance abuse disorder. You will work side by side with physicians and medical staff to help real people live a better life.

Compensation: $100-200k base salary depending on qualifications + equity options

Tech: Django / Python, React Native, Typescript, Postgres, full CI/CD.


Affect Therapeutics | Team Lead and Individual Contributors | Full-time, 100% Remote (US) | https://www.affecttherapeutics.com/

Lead Engineer Role https://www.linkedin.com/jobs/view/2430091243/

Affect Therapeutics is changing the way the world treats stimulant addiction. The company is backed by Kevin Ryan of AlleyCorp; was founded by Dr. Jeff De Flavio, founder of Groups Recover Together, the country's leading opioid addiction recovery program; and advised by the country's top minds in stimulant addiction, including Dr. Larissa Mooney of UCLA and Dr. Tom McClellan, formerly of the Office of National Drug Control Policy.

Other openings and more details at https://www.affecttherapeutics.com/


Wouldn't it be better as a PDF so that it can be selected? But somehow still retain the color / formatting.


My workflow:

One time setup

    $ python -m venv ve
    $ source ve/bin/activate
    $ pip install pygments WeasyPrint
Then

    $ pygmentize -f html src.py | weasyprint - out.pdf
Both pygmentize and weasyprint have many options to play with. I find a set and create a shell script.

This also does pngs, etc:

    $ pygmentize -f html src.py | weasyprint - out.png


Can’t you it directly using Pygments’ ImageFormatter?

http://pygments.org/docs/formatters/#ImageFormatter


Apparently so! I don't generate images myself, so i didn't know.

    $ pygmentize -o out.png src.py 
Neat.


I use vim for writing out html:

  :TOhtml
I found it to create the prettiest syntax highlighted code. But I'm bias because it produces html using my vim color scheme which I'm partial too :)

You can script vim too by specifying a list of commands in a file then running it:

  $ vim -S myscript some_file


I built this to generate PNGs to drop into a Keynote presentation, so PDFs don't quite work for my use case.

It seems like it should be pretty easy to print a PDF from Puppeteer though – they expose a #pdf method.

https://github.com/GoogleChrome/puppeteer/blob/master/docs/a...


Just curious why you'd want to use code screenshots vs text in a presentation. Did it have to do with missing fonts or something like that?


Not OP, but syntax highlighting and other niceties are probably going to disappear within most presentation software.


Yep – I can't copy my code out of Atom and keep its highlighting in Keynote, unfortunately.


sorry for the minirant

This is something I find really frustrating in computing. We can do and are constantly doing such awesome and incredible things with computers. But at the same time transferring (copy-pasting) text from one application to another remains a challenge. And a reasonable solution for that is to bring in the 600lb gorilla that is a modern web browser to render fixed-width text into a bitmap so that it can be embedded into a presentation. It just feels so wrong, like the whole field is actually rotten inside under the shiny surface, while the state of the art blazes forwards thousand miles away from the real world. I, as a member of this community, feel utterly powerless to actually make the situation noticeably better, partly because of so much relies on interoperability, and partly because of the massive inertia that modern software carries.

I want out.


Clipboards support storing different content for different MIME types at the same time. Atom would have to put text/html (or some other colored markup) in addition to text/plain into the clipboard and then Keynote would have to know what to insert. The infrastructure for interoperability is there, the endpoints just need to actually support it.

EDIT: Apparently, the problem is (or was in 2014) that Keynote doesn't support HTML and Chrome (Atom is Electron-based, right?) doesn't support RTF. Well worth a read: https://apple.stackexchange.com/a/124167


Using Windows or OS X clipboard works perfectly fine, the author just uses applications that don't work as they should together.

I can easily do the same with Notepad++ and Powerpoint, just need to copy-paste in RTF.


There is a simple solution for that, and it exists on Android.

On Android all text formatting is compatible between apps nicely, and can easily be copied between apps.


Why not just do a screenshot of the code from Atom?


That doesn't scale well beyond doing a handful of them, I would think.


For code heavy presentations, I've seen a few people use Jupyter notebooks to solve this problem. Then just intermingle the rest of the presentation as markdown cells around the code cells.


Exactly, and to get the screenshot exactly as I want takes a couple minutes of setup – pick a theme, pick a font size, resize window – plus a few more if I have to stitch scrolled pages together.


You can embed PDFs in Keynote presentations.


You can use source-highlight to go to docbook or latex(color), and from either of those, can directly go to PDF.


The documentation on this is an awesome read! What were the costs associated with this build? What would you do differently the second time around?


The robotics components were the pricey part. The breakdown is something like this:

  - Table (w/ paint, wood, pipes, lights, etc): less than $50
  - Electronics (Raspi, camera, cables, electromagnet, microcontroller, etc): about $150
  - Robot arm (structural components + servos): $350
It's hard to say what I would do a second time around since there are aspects I still want to work on, I want to write my own chess engine for it!


There are a few tools out there that use a similar paradigm.

RescueTime, uses the same principal (active focused window) https://www.rescuetime.com/

Wakatime, which is similar, but closer to your "goals" I think. Which issues "heartbeats" of open files / websites / w/e you want that can be related to a given project programatically. https://wakatime.com

Though generally just love this, I constantly strive to automate timekeeping for the trivial stuff.


Looks great but you guys have a name conflict with a major bus provider up and down the east cost. http://www.vamoosebus.com/


Ha yes realized as much a few weeks after the hackathon. We're not planning to develop the idea further so not really an issue...


Not so much there own "ride sharing" but their own automated car fleet. There already have been rumors of Google using the self driving car in this fashion. It would be simple to swap out Uber for a Google Car.


Yup, they just shipped mine on saturday. Think they are about to backer 3000 now.


I can confirm they have made it to backer #3811 as of last Friday for shipping, hoping it arrives sometime this week.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: