HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iblaine

no profile record

comments

iblaine
·지난달·discuss
https://docdiagram.com - A tool for creating technical diagrams. Basically an upgrade from mermaid. Load it into your MCP, prompt it, you'll get a clean diagram binary file in svg/png/etc.

https://anomalyarmor.ai/ - A tool for managing data observability and data anomalies.

Used daily by customers but also for my own work. These tools fill a gap that helps me get sh*t done.
iblaine
·3개월 전·discuss
AnomalyArmor (http://anomalyarmor.ai) is a data observability platform. I got tired of being priced out of existing tools and hand-configuring per-table thresholds for every new dashboard. An AI agent sets up schema-drift, freshness, and row-count monitoring on Snowflake/Databricks in minutes, and you can ask natural-language questions when something breaks.

$5/table, about half what incumbents charge. Happy to trade a 30-day Professional trial code for honest feedback. Reply here or [email protected].
iblaine
·4개월 전·discuss
FastMCP is great and this post is overdue. What did FastMCP solve? Lots of code reduction, reduced complexity and the ability to streamline auth. Offloading the auth was a huge benefit. With FastMCP I could replace all my custom JWT validation and get an auth workflow with fewer steps.
iblaine
·5개월 전·discuss
Boggles my mind that this is actually a thing that still needs to be solved. Just remote into your computer (I prefer TeamViewer). That is it. One step.
iblaine
·6개월 전·discuss
I had a bad experience with greptile due to what seemed to be excessive noise and nit comments. I have been using cursorbot for a year and really like it.
iblaine
·9개월 전·discuss
Remind me in 5 years. AI tools don’t hide the fact that the output needs to improve. Calling out the obvious problems is a lazy take.
iblaine
·11개월 전·discuss
This is common. Big company buys smaller company. Smaller company execs stay on and establish the idea of independence. Eventually smaller company execs move on and Big company fills the ranks with their employees. Nothing sinister. Just how it goes.
iblaine
·5년 전·discuss
Reminds me of MySpace renaming itself to My_____.
iblaine
·5년 전·discuss
One Medical | Remote or San Francisco, CA or Austin, TX | Full-time | https://www.onemedical.com/careers/

At One Medical, we are passionate about revolutionizing the healthcare industry by offering a new approach to primary care. We combine people-centered design, technology, and a team of talented healthcare providers to give our members an amazing experience (in-house developed apps, infrastructure focused on healthcare, medical records, and virtual care to name a few).

Security at One Medical: https://www.onemedical.com/careers/security/ - Senior Security Engineer, Logging and Automation - (Remote/SF/Austin)

Engineering and Corporate Roles: https://www.onemedical.com/careers/all-departments/ - Software Engineer, Billing Optimization (Remote/SF) - Senior Software Engineer, Get Care (Remote/SF)

Our focus on technology and preventative healthcare has allowed us to help address aspects of the current covid crisis. We've been doing telemedicine for years, setting up outdoor covid stations across the nation, and as of last month we now offer antibody testing, outside of all of the other services we provide.

For a better understanding of One Medical, please check out our Instagram (https://www.instagram.com/onemedical), reach out to our Recruiting team (https://www.linkedin.com/in/sbunker) or me.
iblaine
·6년 전·discuss
s/1NF/3NF/g ...point here is that data good design comes from objects in 3NF...1NF is a good start, 3NF would be better...
iblaine
·6년 전·discuss
> What are good schema examples?

Anything that doesn't break the first normal form("1NF")[1].

> And what are some poor examples?

Anything that breaks 1NF.

You break 1NF when...

* a column cannot be described by the key, ex. user.id describes user.name but not user.items_purchased.

* values in a column are repeated, ex. a user table that stores multiple addresses for the same user should be split into an addresses table.

Treat tables as classes and you'll be fine. Just like a method may not belong in a class, a column may not belong in a table.

[1](https://en.wikipedia.org/wiki/First_normal_form)
iblaine
·7년 전·discuss
GCP generates $8B annually. It's a bit dramatic to think Google will give up on GCP. AWS has a loyal customer base, which is well deserved, but Google does have some unique products (like Spanner) that AWS may never have. Point being there will always be a place in the market for GCP.
iblaine
·8년 전·discuss
Small installments seem to be gaining traction. With video games, it's micro transactions. With large ticket items, it's installments. I'd never expect an exercise bike to be part of this trend but here we are.
iblaine
·8년 전·discuss
But which site gets more traffic from Russian bots, facebook or reddit?