HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fulafel

13,691 karmajoined 14 ปีที่แล้ว

Submissions

Energy Strategy: The Road Not Taken? (1976)

energyhistory.yale.edu
3 points·by fulafel·27 วันที่ผ่านมา·1 comments

Pipelight

pipelight.dev
3 points·by fulafel·2 เดือนที่ผ่านมา·0 comments

Porting microgpt to Futhark, Part I

kmjn.org
2 points·by fulafel·2 เดือนที่ผ่านมา·0 comments

X.1095 – Entity authentication service for pet animals using telebiometrics

itu.int
1 points·by fulafel·3 เดือนที่ผ่านมา·0 comments

Next-Token Predictor Is an AI's Job, Not Its Species

astralcodexten.com
1 points·by fulafel·4 เดือนที่ผ่านมา·0 comments

comments

fulafel
·6 ชั่วโมงที่ผ่านมา·discuss
It has. For example mechanization of argiculture in places where it didnt coincide with a manufacturing boom (latin america, india, africa) resulted in shantytowns and long term unemployment.
fulafel
·12 ชั่วโมงที่ผ่านมา·discuss
The economy doesn't need workers as consumers necessarily. It would of course be a huge shock to the economy but the economy could adjust to it eventually. Maybe it compromises the 2040 timeline. Still, billionaires are increasingly holding the assets. The money supply drying up can be countered, as it is controlled by central banks and can be arbitrarily increased.
fulafel
·13 ชั่วโมงที่ผ่านมา·discuss
To interpret charitably, I guess we could solve this for religion = technological development so advanced as to be indistinguishable from magic. It's been done in some Star Trek episodes I think.
fulafel
·เมื่อวาน·discuss
For many use cases you'll do fine without the libvirt tower of babel, with just the qemu/kvm cli.
fulafel
·เมื่อวานซืน·discuss
A dedicated server is a bunch of risk and skilled administration work compared to using a container platform or serverless. Many more people have been pwned by consequences of neglected server administration than managed serverless/container platform VM escapes.
fulafel
·เมื่อวานซืน·discuss
[dead]
fulafel
·3 วันที่ผ่านมา·discuss
Fortunately there are also many other memory safe languages to choose from.
fulafel
·4 วันที่ผ่านมา·discuss
EU's leadership doesn't have much power that way, the EU is a thin layer on the countries.

In the US the federal government has much more power but nobody is attributing the term good fortunes of the AI industry to the recent federal policy there. (There's long term stuff that does make a difference in hoovering up the global R&D talent and concentrating capital, but that's a different kettle)

EU budget is about 1% of the GDP of the countries (from https://commission.europa.eu/topics/budget_en)

There's very little betting on any particular AI models going on by the commission/EP. The Pleias article claims a 2020 eurocrat whitepaper determined how things go, but that's fantastical.
fulafel
·4 วันที่ผ่านมา·discuss
I get where you're coming from but I'd argue the kvm group is still better even when you automatically give all human users membership. You can then have less-privileged accounts for service roles, for example nginx doesn't need kvm acccess.
fulafel
·4 วันที่ผ่านมา·discuss
Depends on your setup, you can have per-app permissions too. Flatpak, snap etc do this for desktop apps, Android does it, containerized server apps do it. But of course if it turns out you're running malware, you're going to have problems when it transpires that you've delegated something valuable to it, even if it doesn't break out of its permission set.
fulafel
·5 วันที่ผ่านมา·discuss
Linux controls access using configurable file permissions, so this has a false premise. The better question is doesn't RHEL really use a kvm group to limit access like other distributions? If so, why?
fulafel
·6 วันที่ผ่านมา·discuss
The others above USA are tiny countries. USA is at 14, Saudi Arabia at 20, EU at 5, China at 9. The reductions in absolute tonnage for USA are big because there's a lot of low hanging fruit left. And it's partly a petrostate.
fulafel
·9 วันที่ผ่านมา·discuss
Argument against: The system can't guarantee the message queue receives it, if the transaction is considered finished after the outbox commit.

Scenario: The system turns out to have a data dependent bug that prevents that message from being received by the message broker.
fulafel
·12 วันที่ผ่านมา·discuss
BeOS was marketed, there was an attempt. But it was a harder sell. Plan 9 on the other hand was was kept as a research project only and was restrictively licensed in the 90s when it was actively developed.
fulafel
·13 วันที่ผ่านมา·discuss
I looked it up: 512 GB/s for the two node AMD cluster, Macbook Pro with M5 CPU has 153 GB/s. But you can get faster Macs with M5 Pro or M5 Max.
fulafel
·14 วันที่ผ่านมา·discuss
https://ai-2027.com/ has the following scenario predicted for mid-2026:

"[CCP General Secretary] finally commits fully to the big AI push he had previously tried to avoid. He sets in motion the nationalization of Chinese AI research"

Seem they only got the country wrong.
fulafel
·14 วันที่ผ่านมา·discuss
Kind of.. but at the same time:

A nation state will fail at most things, because there's no budget, and there's commercial pressure, democratic pressure etc.

One of the few things to make it work is lack of competition. Iran: they have a nuclear program because they can't buy what they want from the market.
fulafel
·14 วันที่ผ่านมา·discuss
How are the memory bandwidths specs of Macbooks vs this?
fulafel
·15 วันที่ผ่านมา·discuss
Also you've been able to run container images in Lambda for some years now.

https://docs.aws.amazon.com/lambda/latest/dg/images-create.h...
fulafel
·16 วันที่ผ่านมา·discuss
Current accelerators (TPUs, various onchip NPUs) are something close to this. Systolic array is the estabilished computer architecture term for flowing data from computation to computation without the overhead of a register file or von Neumann bottleneck.