Page 25 of 126 (2519 total posts)

December 2022

29-12-2022
What Can We Learn from Barnes & Noble's Surprising Turnaround?

What Can We Learn from Barnes & Noble's Surprising Turnaround?

Source: tedgioia.substack.com

I was in a Barnes and Nobel again after many years. Actually many years before that I would go to a B&N more than once a week. Then between Amazon and terrible inventories at B&N and Kindle and Nook I stopped going. Then a few weeks ago I visited one and it was a revelation. I had a great time browsing books and books and books. Great article:"Digital platforms are struggling, meanwhile a 136-year-old book retailer is growing again. But why?"

Tags: retail barnes-and-nobel turnarounds management strategy book
28-12-2022
A Nibble of Geohashes in Go - by Kurt - Get Code

A Nibble of Geohashes in Go - by Kurt - Get Code

Source: getcode.substack.com

This is a really cool algorithm that i never heard of. Also geohashes are not too hard to compute and have very useful and unteresting properties. the concept of a z-order curve is explained. That too is a useful model and concept. The author says: “Latitude and longitude as a locality-preserving string.”

Tags: geo geohash geocode latlong how-to explainer algorithms
28-12-2022
A brief tour of the PDP-11, the most influential minicomputer of all time | Ars Technica

A brief tour of the PDP-11, the most influential minicomputer of all time | Ars Technica

Source: arstechnica.com

A wonderful exhaustive tour of the architecture and operation of thr PDP-11, a venerable early comouter. It helped popularize the interactive computing paradigm we take for granted today.

Tags: pdp-11 explainer architecture hardware
23-12-2022
GitHub - gregmolnar/prepper: Prepper is a simple server provisioning tool, built on top of SSHKit. You can use it to script your server build process.

GitHub - gregmolnar/prepper: Prepper is a simple server provisioning tool, built on top of SSHKit. You can use it to script your server build process.

Source: github.com

This seems like a very nice simple tool to solve a common problem. My only confusion is that there are a bunch of similar tools to do the same thing. Each has its own DSL, written in ruby or some other language, has its own conceptual steucture, and its own bugs. It’s enough to make me decide to just keep doing it by hand. Heres what the author says: “ Prepper is a simple server provisioning tool, built on top of SSHKit. You can use it to script your server build process. - GitHub - gregmolnar/prepper: Prepper is a simple server provisioning tool...”

Tags: automation server configuration setup dsl cloud
22-12-2022
An Introduction to Ractors in Ruby | AppSignal Blog

An Introduction to Ractors in Ruby | AppSignal Blog

Source: blog.appsignal.com

I read and heard about Ractors in ruby. This article demystifies them. My evaluation: Ractors are a safer alternative to Threads. I’m sure thats a massive oversimplification and even incorrect in a way. But for me I need a simple hook to hang the concept onto! The author says: “Discover when and why you should use ractors, and build a ractor in Ruby.”

Tags: ruby threads concurrency ractor explainer
20-12-2022
Networking on the Network

Networking on the Network

Source: vlsicad.ucsd.edu

Several million people employ electronic mail for some significant portion of their professional communications. Yet in my experience few people have figured out how to use the net productively. A great deal of effort is going into technical means for finding information on the net, but hardly anybody has been helping newcomers figure out where the net fits in the larger picture of their own careers. These notes are a first attempt to fill that gap, building on the most successful practices I've observed in my twenty years on the net. I will focus on the use of electronic communication in research communities, but the underlying principles will be applicable to many other communities as well.

Tags: research phd cool-tools network career
19-12-2022
rails/docked: Running Rails from Docker for easy start to development

rails/docked: Running Rails from Docker for easy start to development

Source: github.com

This is not a new thing by a long shot. But thw fact that it is published by dhh is a big deal imo. For me it assures me to some extent that it is “correct” and that it will be maintained. From author: “Running Rails from Docker for easy start to development - rails/docked: Running Rails from Docker for easy start to development”

Tags: rails docker tool cool-tools scale deploy build how-to
18-12-2022
Use Postgres for everything!

Use Postgres for everything!

Source: amazingcto.com

Insights about simplifying your architecture. Wow! Using postgres instead of REDIS? This flies in the face of what I thought I understood! Author: “Startups use too much technology. My advice: Use Postgres for everything”

Tags: architecture simplify postgres insights yagni redis
18-12-2022
Radical Simplicity in Technology | Join the movement

Radical Simplicity in Technology | Join the movement

Source: radicalsimpli.city

For me, a very provocative set of arguments. Novel insights on how to remove complexity. Or recognizing that you may not need that additional service or technology. The author: “Radical Simplicity is a startup development method to make development faster and more fun that plays well with lean startups”

Tags: architecture rails postgres simplify yagni insights
18-12-2022
Welcome to Talking Points for Life

Welcome to Talking Points for Life

Source: talkingpointsforlife.com

Too many people are left wandering through Reddit threads and Quora posts looking for advice on what to say. Communication is tricky. We all bring our own biases, emotions and histories to the table. This site will help you navigate those tricky subjects, allowing you to build healthier and happier relationships.

Tags: interview communicating relationships how-to
15-12-2022
Coding Interview Preparation | Codinginterview

Coding Interview Preparation | Codinginterview

Source: codinginterview.com

A very interesting overview of companies and their spproach yo coding interviews. Good if youre applying for a job there. But also good if you are designing your interview process. Author says: “Take the guesswork out of coding interviews with codinginterview.com. Explore comprehensive guides to hack the process at top companies including Amazon, Microsoft, Google, Apple, Facebook, and more “

Tags: interview coding-interview
14-12-2022
The Case for Models | Concerning Quality

The Case for Models | Concerning Quality

Source: concerningquality.com

An interesting idea, model based testing. The aurhor says: “Again, I’m writing about models because I have a deep desire to keep software minimal. While I don’t think it’s wrong to simply buckle up and deal with the complexity and raw magnitude of implementations as many of us do, that’s just not the path that I find appealing intuitively.”

Tags: design explainer test model