To be fair, I would totally be willing and probably would do this, just to try to prove that I could, even just to myself. At least until the audience got bored and walked away after the 37th “open bracket”…
HN user
rrrix1
Except every sysadmin and security engineer ever
Logs (and in this case, Verbose Mode) aren't for knowing what a thing is currently doing as its doing it, it's for finding out what happened when the thing didn't do what you expected or wanted.
Humans don't look at these anymore, Claude itself does. They've even said so.
Is it possible to bore for my own water supply, install solar+inverter/battery backup for electricity, get a medical degree to treat my own wounds? Sure but most would say it’s not reasonable.
I’m feeling attacked. Here I was thinking my lifelong work of self sufficiency for my family was completely reasonable until you came along. Thanks a lot!
No IPv6 support? Still? That’s the real problem if so.
The talk was obviously extremely time-limited, as demonstrated when they basically skipped the last handful of slides and then it abruptly ended. I think for the time allocated, it was just right, and they did include a couple of examples where it made sense.
For desktop, server, web, mobile, etc. This holds true. Not so much for embedded systems, anything with unnatractive memory capacity or processor performance. Rust is starting to make it's way in, but C and even assembly is still king AFAIK.
If anyone has any guides or blogs related to migrating away from Chrome for a multi-decade user (thousands of bookmarks, saved pages/read later, etc.) I would sure be interested.
Every time I try to migrate my very large bookmark collection to another browser, it either misbehaves and partially loses some data or fails completely.
https://maps.app.goo.gl/LS4xWeuewBqwUNuN9?g_st=com.google.ma...
That waterway is flowing directly into the ocean, and upstream from a fishing village.
"Tech CEO declares major breakthrough is within reach, less than a handful of a billion seconds..."
want Docker containers running locally, know that that's what they want, and know how it all works, but then don't want to do the small handful of commands at the prompt needed to get it running
Consider the case of a team of people collaborating on a software stack - the prototypical use case includes Docker Compose at the simplest and a full K8s stack at the extreme. There is quite often a minimum of 3 containers here; frontend, API/Backend and a database server. If you start to add observability tools, async/batch/event execution, caching, automated integration testing, etc, the number of "layers" in the stack grows quickly. In addition, each component may have unique per-environment or even per-user customizations.
Often one ore two people will manage the stack itself and provide instructions on how to get the whole thing working for others using a specific defined selection of easy to use tools that essentially offer minimal prerequisite knowledge to use
"Install X, run Y, get to work."
It saves a lot of time for the intern on the UI team who just wants to add a component to one page and test it locally and not also have to learn how to deploy the entire stack from scratch.
"...you are better off making your own models to do this"
I'm doubtful you meant what you wrote here. Using a readymade UI or API to perform an effectively magical task (for most of us) is an entirely different paradigm to "just train your own model."
In reality, for us non-ML model training mortals, we're actually probably better off hiring a human to do basic data entry.
As in "Open your wallet"
I never understand why people do this. This is a great way to lose your prospective leads to cat videos.
Occam's Razor definitely applies here.
"The simplest explanation is usually the best one."
Conspiracy theories are a logical reasoning black hole.
I personally feel it's generally best to avoid the mental Spaghettification.
I have always felt pwsh is one of those "great idea, poorly implemented" things.
I mean, who puts Verbs-InCommandNames? No one who wants to actually remember all of their CLI tools. That's who.
But... Then you have to actually use emacs.
/shiverGet out of my head!
You have heard of the Prison Indistrial Complex right? Our Prisons have been For-Profit for a long time now. Totally legal, government sanctioned privatized penitentiaries.
I very much enjoyed reading this. Quite clever!
But...
Annoyingly, I host my blog on GitHub pages, which doesn’t support Brotli.
Is the glaringly obvious solution to this not as obvious as I think it is?
TFA went through a lot of round-about work to get (some) Brotli compression. Very impressive Yak Shave!
If you're married to the idea of a Git-based automatically published web site, you could at least replicate your code and site to Gitlab Pages, which has supported precompressed Brotli since 2019. Or use one of Cloudflare's free tier services. There's a variety of ways to solve this problem before the first byte is sent to the client.
Far too much of the world's source code already depends exclusively on Github. I find it distasteful to also have the small web do the same while blindly accepting an inferior experience and worse technology.
I basically need a very basic script interpreter.
The problem you're describing goes far beyond the build system. You're looking for a cross platform shell.Make is great when working with the languages it was originally designed and intended for (C, C++, yacc, bison, etc). Basically the GNU ecosystem.
It's far less great when working with anything else, like Go, Python, JS/TS, etc.
People want great tools that work well with the way their software and teams work. Seems logical to me.
After all, someone reinvented the build system when they created make to solve the problems of their time. What if they just stuck with csh or plain POSIX compatible build scripts?
The file system is a database and an API.
Magic!
An alternative interpretation is that the maximum RAM capacity for an individual node has drastically increased over the last couple of decades.
A simplistic example, if a given node was limited to 16GB of RAM 20 years ago, I would need 256 nodes to have 4TB of RAM for my system (not including overhead for each OS).
Compared to today, where a single node can have that entire 4TB all in one chassis.
The total cost of RAM chips themselves may not have changed, but the actual cost of using that RAM in a physical system has dropped dramatically.
he is not Kent Beck or Jon Skeet, Martin Fowler
Just FYI, you are (perhaps unintentionally) showing your lack of experience.
There are many thousands of brilliant engineers for every brilliant engineer who also is a author/speaker/publisher. These are very different skills.
Also, perhaps the author _is_ the next Martin Fowler? You never know...
You should probably RTFA before making broad assumptions on their solution and how it works. Most of what you wrote is both incorrect and addressed in the article.
Just heart rate and psuedo "EKG."
BP monitoring requires a pressurized cuff which restricts (stops) arterial flow. The readings are the pressure of the cuff as it deflates when the blood starts flowing and when it can no longer be detected.
Too little too late?
Seriously! I think I spend most of my time in iTerm over any other single app.
Plus, it's open source and the developer continues to improve it, so many years later.