Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
disentanglement
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
disentanglement
2mo ago
I could perhaps get myself to care just the tiniest bit if the information that was supposedly stolen wasn't generated by "stealing" from everybody else. Either it is fair use to train AI models on whatever information you ca
2.
▲
by
disentanglement
2mo ago
Electric semi trucks have appeared from all major European manufacturers in the last years and I expect them to become dominant even quicker than electric cars on simple cost grounds. Electricity is cheaper than diesel and due to favorable
3.
▲
by
disentanglement
7mo ago
You can find the whole integration routine here https://github.com/ad-si/Woxi/blob/36343ab2cbc97e5081f7c811e... . It's essentially a test mock-up (not even trying partial fraction decomposition for ration
4.
▲
by
disentanglement
10mo ago
Fully agreed. I have never seen a programming language which is so badly designed as Wolfram. I really wish there was another way to access all of Mathematica's functionality with a more sane interface.
5.
▲
by
disentanglement
11mo ago
Did you really just attribute the deaths from a bombing raid on a dam during WW2 to a hydropower incident?
6.
▲
by
disentanglement
11mo ago
TeX is written in a literate programming style which is more akin to a math textbook than ordinary computer code, except with code blocks instead of equations. The actual programming language in the code blocks and the OS it runs on matters
7.
▲
by
disentanglement
1y ago
Yeah, I'm not saying it's a good idea. But you could do it if you wanted to.
8.
▲
by
disentanglement
1y ago
A 1 MWh battery isn't actually that big. There's electric trucks on the market right now with 600 kWh batteries sitting on the frame between the front and rear axle. That would easily fit into a basement room.
9.
▲
by
disentanglement
1y ago
They are cheaper to run almost everywhere (depending on the cost of electricity versus gas of course). No breakthrough in battery technology needed for that.
10.
▲
by
disentanglement
1y ago
I have never seen a conductor on a metro/subway system in Europe. Mainline trains often have one, but not always. I've ridden trains on small branch lines in Germany which were operated by a driver only.
11.
▲
Gmail AI hallucinates, distorts email contents
(t-online.de)
31 points
by
disentanglement
1y ago
|
8 comments
12.
▲
by
disentanglement
1y ago
Range is somewhere between 350 and 600 km depending on conditions. Aerodynamics, weight, weather all have an influence as well as the battery size and efficiency of the specific model of truck. The guy on the youtube channel has driven most
13.
▲
by
disentanglement
1y ago
I'd love to see the system of mathematics where 4 times 365 comes out to one million. Maybe I can get my bank to use the same system.
14.
▲
by
disentanglement
1y ago
Well hopefully the starter kit doesn't include a few kilograms of weapons grade plutonium.
15.
▲
by
disentanglement
1y ago
Although that paper even made it to PRL. I guess I should have written up some similar nonsense and sent it to PRL, might have improved my career chances.
16.
▲
by
disentanglement
1y ago
> However, "macros" are a disaster to debug in every language that they appear. I have only used proper macros in Common Lisp, but at least there they are developed and debugged just like any other function. You call `macroexpa
17.
▲
by
disentanglement
2y ago
As far as I know, optimization levels higher than -O0 work fine with SpillPointers. But at least in a cursory first look I had a while ago, the optimizations made things slower overall. I guess they might lead actually to more "moving
18.
▲
by
disentanglement
2y ago
Apart from the restriction to bytecode interpretation already mentioned, one reason for the slowness is that the sort of C with garbage collection that ECL needs is quite difficult to do in Webassembly. There is no way to scan previous stac
19.
▲
by
disentanglement
2y ago
In lisp, macros are just ordinary functions whose input and output is an AST. So you can debug them as you would any other function, by tracing, print debugging, unit tests or even stepping through them in a debugger.
20.
▲
by
disentanglement
2y ago
Or perhaps the republican party has developed such an astonishing anti-science attitude that hardly any reasonable scientist can support them? Imagine doing research on vaccines and hearing the soon to be secretary of health speak on that t
21.
▲
by
disentanglement
2y ago
> For one thing, just admitting more people almost certainly decreases the access to quality education overall Why would that be the case? There are many much larger universities all around the globe and also in the US that manage to pro
22.
▲
by
disentanglement
2y ago
Coming from a country where the sort of super selective universities like Caltech don't exist, the fierce debates about equality of admissions to these sort of places never made sense to me. If Caltech, Harvard, MIT or wherever really
23.
▲
by
disentanglement
3y ago
Thermodynamics is usually (and rightfully so) taught together with statistical physics for which quantum mechanics is essential, so the order does make sense.
24.
▲
by
disentanglement
4y ago
> cut all funding, regularly jail them, condemn them to obscurity I can't even begin to describe how overjoyed I am to finally have found a fellow campaigner for implementing the glorious techniques of Maoist China in dealing with f
25.
▲
by
disentanglement
4y ago
The wormhole in this paper is actually in flat space. The geometry only approximates to an AdS geometry times a sphere close to the event horizons.
26.
▲
by
disentanglement
4y ago
> Unless of course by "quantum theory" Maldacena actually means "string theory" or "AdS/CFT" – which wouldn't surprise me at all. The wormhole solutions from the paper are semi-classical: they are
27.
▲
by
disentanglement
5y ago
Your comment calling political measures which are universally accepted across the entire range of politics in Europe (state healthcare, universal education, ...) authoritarian marxist is a hilarious example of what the top poster meant by &
28.
▲
by
disentanglement
5y ago
> I claim any semantics which resulted in `11` would be extremely confusing, because it would imply the following also resulting in `11`, which is obvious nonsense: > y = 10; > Module[{y}, 1+y] Yes that is precisely the point
29.
▲
by
disentanglement
5y ago
The main issue with the evaluation rules is that Mathematica doesn't distinguish between creating a symbolic expression and evaluating code. That is if I type f[x] and the function `f` is not defined, Mathematica will not give
30.
▲
by
disentanglement
5y ago
Perhaps I can add a counterpoint before anybody gets too excited and spends too much money on a tool they might not enjoy. Having used Mathematica quite a bit for doing symbolic computation, my opinion on it is pretty much opposite to yours
More ›