Readit News logoReadit News
iblaine commented on Claude Code Remote Control   code.claude.com/docs/en/r... · Posted by u/empressplay
iblaine · 18 days ago
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 commented on There is an AI code review bubble   greptile.com/blog/ai-code... · Posted by u/dakshgupta
iblaine · 2 months ago
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 commented on I'm drowning in AI features I never asked for and I hate it   makeuseof.com/ai-features... · Posted by u/gnabgib
iblaine · 5 months ago
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 commented on GitHub is no longer independent at Microsoft after CEO resignation   theverge.com/news/757461/... · Posted by u/Handy-Man
iblaine · 7 months ago
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 commented on Windsurf employee #2: I was given a payout of only 1% what my shares where worth   twitter.com/premqnair/sta... · Posted by u/rfurmani
iblaine · 8 months ago
Having been aquihired three times by FAANG+, the biggest take away is have accelerated vesting. To do that you got be lucky or in the C-suite. Being bought out usually sounds better then reality for everyone but a few that get that accelerated vesting clause.
iblaine commented on INNER JOIN ON vs WHERE clause (2009)   stackoverflow.com/questio... · Posted by u/thunderbong
iblaine · a year ago
Is there a difference between implicit and explicit joins? No, but use an explain plan to be sure.

(Saved you a click)

iblaine commented on Ask HN: What's the most creative 'useless' program you've ever written?    · Posted by u/reverseCh
iblaine · a year ago
An IRC bot that would kindly insult project managers should they join our engineering chat channel while doing a deployment.
iblaine commented on I Like Makefiles   switowski.com/blog/i-like... · Posted by u/thunderbong
iblaine · a year ago
The correct answer is I don’t like makefiles when they are abused. They have no state yet people try use them as such and create pain for others.
iblaine commented on ChartDB – Free and open source, database design editor   chartdb.io/... · Posted by u/nikolay
iblaine · 2 years ago
I used to be bullish on creating ERDs, often using them as an onboarding exercise, even for databases with 100+ tables. However, comprehensive ERDs are becoming rare, and that's okay. Their value is short-lived due to the high cost of maintenance. While polished ERDs can be nice to have, they aren't essential.

For creating ERDs as code, tools like dbdiagram.io and eraser.io are popular options. ERWin is the original tool for UML/ERD diagrams, but it's expensive.

iblaine commented on Pipe Syntax in SQL   research.google/pubs/sql-... · Posted by u/legrangramgroum
Ciantic · 2 years ago
Here is one example from the PDF:

    FROM r JOIN s USING (id)
    |> WHERE r.c < 15
    |> AGGREGATE sum(r.e) AS s GROUP BY r.d
    |> WHERE s > 3
    |> ORDER BY d
    |> SELECT d, s, rank() OVER (order by d)
Can we call this SQL anymore after this? This re-ordering of things has been done by others too, like PRQL, but they didn't call it SQL. I do think it makes things more readable.

iblaine · 2 years ago
Looking at this reminds me of Apache Pig. That’s not a compliment.

u/iblaine

KarmaCake day716May 6, 2012
About
Data Engineer doing Data Engineer things www.iblaine.com
View Original