HackerLangs
TopNewTrendsCommentsPastAskShowJobs

halfcat

771 karmajoined 14 lat temu

comments

halfcat
·przedwczoraj·discuss
Is anyone working on rewriting Rust in Bun?
halfcat
·5 dni temu·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 dni temu·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 dni temu·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 dni temu·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 dni temu·discuss
> What can be asserted without evidence can be dismissed without evidence

What’s your evidence for this claim?
halfcat
·20 dni temu·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
·23 dni temu·discuss
Hudson Rock has a free domain lookup tool for affected domains:

https://www.hudsonrock.com/fortinet
halfcat
·25 dni temu·discuss
Oh no a coronal mass ejection has taken out the power grid
halfcat
·26 dni temu·discuss
Except for the bitlocker vulnerability that lets someone with the physical computer bypass it. Other than that, it works flawlessly.
halfcat
·26 dni temu·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 dni temu·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
·w zeszłym miesiącu·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
·w zeszłym miesiącu·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
·w zeszłym miesiącu·discuss
There’s at least one

https://en.wikipedia.org/wiki/Paul_Mockapetris
halfcat
·w zeszłym miesiącu·discuss
The body can know more than it can tell.
halfcat
·w zeszłym miesiącu·discuss
Containers were never a security boundary
halfcat
·w zeszłym miesiącu·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
·w zeszłym miesiącu·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 miesiące temu·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?