HackerLangs
TopNewTrendsCommentsPastAskShowJobs

halfcat

771 karmajoined قبل 14 سنة

comments

halfcat
·أول أمس·discuss
Is anyone working on rewriting Rust in Bun?
halfcat
·قبل 5 أيام·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 أيام·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 يومًا·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 يومًا·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 يومًا·discuss
> What can be asserted without evidence can be dismissed without evidence

What’s your evidence for this claim?
halfcat
·قبل 20 يومًا·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 يومًا·discuss
Hudson Rock has a free domain lookup tool for affected domains:

https://www.hudsonrock.com/fortinet
halfcat
·قبل 25 يومًا·discuss
Oh no a coronal mass ejection has taken out the power grid
halfcat
·قبل 26 يومًا·discuss
Except for the bitlocker vulnerability that lets someone with the physical computer bypass it. Other than that, it works flawlessly.
halfcat
·قبل 26 يومًا·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 يومًا·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
·الشهر الماضي·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
·الشهر الماضي·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
·الشهر الماضي·discuss
There’s at least one

https://en.wikipedia.org/wiki/Paul_Mockapetris
halfcat
·الشهر الماضي·discuss
The body can know more than it can tell.
halfcat
·الشهر الماضي·discuss
Containers were never a security boundary
halfcat
·الشهر الماضي·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
·الشهر الماضي·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
·قبل شهرين·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?