Page 10 of 127 (2525 total posts)

May 2024

21-05-2024
Ever Had a Horrible Boss? ‘The Fund’ Is the Perfect Rage-Read.

Ever Had a Horrible Boss? ‘The Fund’ Is the Perfect Rage-Read.

Source: nytimes.com

In Rob Copeland’s “The Fund,” we learn about the notorious hedge-fund giant Ray Dalio — and the manipulative professional hellscape over which he has presided.

Notes:

Reading this book right now. It is super good, highly readable. And you really learn about how weird a place to work can be. You’ve got to read it to believe it. I don’t want to say more lest I get sued.

Tags: ray-dalio principles leadership cult megamania
20-05-2024
marimo | a next-generation Python notebook

marimo | a next-generation Python notebook

Source: marimo.io

Explore data and build apps seamlessly with marimo, a next-generation Python notebook.

Notes:

I have not tried this yet, but reading this summary – – which is quite comprehensive – – tell me that the authors have really understood something important about Jupiter notebooks and then trying something that could be a whole lot more valuable. When I use Jupiter notebooks. I always get points when the code is getting too complicated or two and I end up moving it to VS code to work on it a software engineering kind of mode.

19-05-2024
Lessons learned reinventing the Python notebook

Lessons learned reinventing the Python notebook

Source: marimo.io

Designing a notebook that can be shared as an app, run as a script, versioned with git, and more

Notes:

I have not tried this yet, but reading this summary – – which is quite comprehensive – – tell me that the authors have really understood something important about Jupiter notebooks and her trying something that could be a whole lot more valuable. When I use Jupiter notebooks. I always get points when the code is getting too complicated or two and I end up moving it to VS code to work on it a software engineering kind of mode.

Marked as Important

Tags: software-engineering python jupyter-notebook
16-05-2024
Applied AI Software Engineering: RAG

Applied AI Software Engineering: RAG

Source: open.substack.com

Retrieval-Augmented Generation (RAG) is a common building block of AI software engineering. A deep dive into what it is, its limitations, and some alternative use cases. By Ross McNairn.

Notes:

A basic overview of the RAG concept and how it is used in LLMs. Even includes source code and a GitHub repository!

Tags: generative-ai software-engineering ai llm rag
15-05-2024
Do You Use It? macOS Versioning Sees Low Awareness and Adoption - TidBITS

Do You Use It? macOS Versioning Sees Low Awareness and Adoption - TidBITS

Source: tidbits.com

The results of our poll asking how often you use macOS’s versioning feature show that nearly three-quarters of TidBITS readers either never use versioning or don’t even know what it is. But versioning could save you from losing work—it’s worth trying.

Notes:

Versioning? Never knew about this!

Tags: macos versioning backup recovery
14-05-2024
bliki: Yagni

bliki: Yagni

Source: martinfowler.com

Yagni ("You Aren't Gonna Need It") is the principle that we should not build presumptive features. It should not be used as a justification for neglecting internal quality.

Notes:

Another longer article about YAGNI by the pretty-famous Martin Fowler.

Tags: yagni martin-fowler clean-code tidy-code
11-05-2024
The ‘Titan’ Submersible Disaster Was Years in the Making, New Details Reveal | Vanity Fair

The ‘Titan’ Submersible Disaster Was Years in the Making, New Details Reveal | Vanity Fair

Source: vanityfair.com

To many in the tight-knit deep-sea exploration community, OceanGate’s submersible dives were reckless and often dangerous, writes best-selling author Susan Casey.

Notes:

Do you remember this story. Here's a really interesting article about what might have happened.

Tags: story diving titan disaster
11-05-2024
What Does an A Really Mean?

What Does an A Really Mean?

Source: chronicle.com

We asked professors, students, and high-school counselors.

Notes:

A very important question to think about. It's a little more abstract and high level than defining learning objectives. I found it an excellent exercise.

Tags: teaching grading higher-education how-to learn
11-05-2024
Privacy-friendly Website Analytics | GDPR-compliant, Real-time, Google Analytics alternative | Clicky

Privacy-friendly Website Analytics | GDPR-compliant, Real-time, Google Analytics alternative | Clicky

Source: clicky.com

Clicky's privacy-friendly, real-time website analytics service is simply the best way to monitor, analyze, and react to your website's traffic in real time.

Notes:

Very nice. and cheap alternative to google analytics. I mean, not exactly an alternative. I don't know all the features that GA has. But this tool is really lightweight, nice to look at, and it does a lot for free

Tags: web statistics visitors cool-tools
11-05-2024
How LLMs Work, Explained Without Math

How LLMs Work, Explained Without Math

Source: blog.miguelgrinberg.com

I'm sure you agree that it has become impossible to ignore Generative AI (GenAI), as we are constantly bombarded with mainstream news about Large Language Models (LLMs). Very likely you have tried…

Notes:

Excellent overview with code. Can't say for sure that it is a true/accurate explanation or just a clever oversimplified analogy.

Tags: llm python how-it-works
09-05-2024
Deploy on Your Own Servers

Deploy on Your Own Servers

Source: hivegrid.dev

Fastest way to deploy a Rails app!

Notes:

Once Heroku got rid of their free tier, we all wanted alternatives. Doku is one of them. It lets you create your very own Heroku service on top of a cheap Digitial Ocean partition.

Tags: rails deploy heroku scale build docker how-to