HackerTrans
TopNewTrendsCommentsPastAskShowJobs

halfcat

771 karmajoined 14 years ago

comments

halfcat
·2 days ago·discuss
Is anyone working on rewriting Rust in Bun?
halfcat
·5 days ago·discuss
Have you done iron infusions? My wife has to get these once in a while. She had gastric surgery years back and has issues with absorption of oral supplements.
halfcat
·8 days ago·discuss
The job will run the next time a worker runs (in both cases).

And doesn’t that mean the job potentially runs twice? Yes.

In DBOS there are two kinds of “things that run”: workflows, and steps (workflows are made of steps).

Workflows must be deterministic (so it’s fine if it runs twice). Steps don’t have to be deterministic but have at-least-once execution (so it’s best if these are idempotent).
halfcat
·12 days ago·discuss
> Programming is ultimately the work of constructing a mental model, and that mental model is inherently personal

So that’s why we now have as many different tech stacks as we have developers at work. Conway’s law taken to its logical conclusion?
halfcat
·20 days ago·discuss
The most surreal part of this from the Wired article [1]:

> The records sit in Airtable

A secret cabal running the world. On AirTable.

[1] https://www.wired.com/story/leak-exposes-members-of-peter-th...
halfcat
·20 days ago·discuss
> What can be asserted without evidence can be dismissed without evidence

What’s your evidence for this claim?
halfcat
·20 days ago·discuss
This is ironic. They didn’t say they believe. You offered your belief that you know something that happened long ago (extraordinary claim), and they are naturally curious how you could know that. If you’re a time traveler or whatever we’d be quite interested to hear more.
halfcat
·24 days ago·discuss
Hudson Rock has a free domain lookup tool for affected domains:

https://www.hudsonrock.com/fortinet
halfcat
·25 days ago·discuss
Oh no a coronal mass ejection has taken out the power grid
halfcat
·26 days ago·discuss
Except for the bitlocker vulnerability that lets someone with the physical computer bypass it. Other than that, it works flawlessly.
halfcat
·26 days ago·discuss
You don’t have to login with the online account. Before you install:

- Disable the network cards in the BIOS

- Install

- When prompted to setup the network press Shift+F10

- Type: start ms-cxh:localonly

- Setup the local account

- After install completes re-enable the network cards in the BIOS

Nothing could be easier. Truly the most user-friendly OS.
halfcat
·28 days ago·discuss
> Who is doing package management right these days? Who is doing it securely?

QBASIC. When you need a package you type it in from a magazine. Virtually anything you could ever need is only 1-12 weeks away.
halfcat
·last month·discuss
One difference is, when the business hits a tough patch, the bank starts asking questions, and whether or not the bank lets it all continue depends primarily on whether there’s a CEO/CFO who:

- Has history with the bank (trust)

- Is willing to put their neck on the line

AI in the current form has no ability to put its neck on the line.
halfcat
·last month·discuss
Can you clarify the point you’re trying to make? C-level people are forced out all the time. Even the CEO reports to the board.
halfcat
·last month·discuss
There’s at least one

https://en.wikipedia.org/wiki/Paul_Mockapetris
halfcat
·last month·discuss
The body can know more than it can tell.
halfcat
·last month·discuss
Containers were never a security boundary
halfcat
·last month·discuss
DBOS is much less complexity compared to Temporal. That’s the benefit.

Main tradeoff is lower performance. Or at least, you’re going to be limited to what you can push through Postgres. If that’s sufficient for your needs DBOS is great.
halfcat
·last month·discuss
> we are transferring value from our current standard of living to pay for retirement checks

Isn’t this just what happens when you have an inverted pyramid (older population is larger than the younger population)?

> One can argue that PEs make the business more efficient

I’ve never seen it (I agree with you). To improve something they’d have to understand the business and do a bunch of work. Mostly they show up at quarterly meetings and want spreadsheets that measure some number that will go up (regardless if that number means anything).

> if you wanna fix or ban PE, solve pensions

How does one solve pensions?
halfcat
·2 months ago·discuss
How would one even know if the port of 100k LOC was successful? Are there language-agnostic tests (CLI STDIN/STDOUT) or similar involved?