HackerTrans
トップ新着トレンドコメント過去質問紹介求人

halfcat

771 カルマ登録 14 年前

コメント

halfcat
·一昨日·議論
Is anyone working on rewriting Rust in Bun?
halfcat
·5 日前·議論
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
·9 日前·議論
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
·13 日前·議論
> 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 日前·議論
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 日前·議論
> What can be asserted without evidence can be dismissed without evidence

What’s your evidence for this claim?
halfcat
·20 日前·議論
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 日前·議論
Hudson Rock has a free domain lookup tool for affected domains:

https://www.hudsonrock.com/fortinet
halfcat
·25 日前·議論
Oh no a coronal mass ejection has taken out the power grid
halfcat
·26 日前·議論
Except for the bitlocker vulnerability that lets someone with the physical computer bypass it. Other than that, it works flawlessly.
halfcat
·26 日前·議論
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 日前·議論
> 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
·先月·議論
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
·先月·議論
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
·先月·議論
There’s at least one

https://en.wikipedia.org/wiki/Paul_Mockapetris
halfcat
·先月·議論
The body can know more than it can tell.
halfcat
·先月·議論
Containers were never a security boundary
halfcat
·先月·議論
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
·先月·議論
> 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 か月前·議論
How would one even know if the port of 100k LOC was successful? Are there language-agnostic tests (CLI STDIN/STDOUT) or similar involved?