Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aspirin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
aspirin
10d ago
In Soviet Russia, LLM prompts you.
2.
▲
by
aspirin
19d ago
Enterprise customers are not getting the subsidized subscriptions so for them the point is moot.
3.
▲
I Decoupled Attention from Weights [video]
(youtube.com)
2 points
by
aspirin
3mo ago
|
0 comments
4.
▲
NATO has missed the drone revolution
(youtu.be)
1 points
by
aspirin
1y ago
|
2 comments
5.
▲
by
aspirin
2y ago
Control + mouse scroll wheel works for me
6.
▲
by
aspirin
4y ago
Looks great, but you should add an explanation about how it works. I’m hesitant to just run some command.
7.
▲
by
aspirin
6y ago
Yes, PostGIS supports projection agnostic ”geography” types: https://postgis.net/workshops/postgis-intro/geography.html
8.
▲
by
aspirin
7y ago
In professional contexts as a software developer you will manage just fine with just English. Free time context and true integration to society will require learning Finnish. But you can take your time with that. I’m a Finn.
9.
▲
by
aspirin
7y ago
Curious what ”The cycle removal algorithm only uses the reference counts and the object content” means in practice. Is it based on some well known algorithm?
10.
▲
by
aspirin
9y ago
It's a form of protest. If both flatMap and smooshMap are seen as equally "breaking the web", maybe TC39 will coose the less insane name for the method.
11.
▲
by
aspirin
9y ago
Currently there is nothing to stop mappers using tags in wrong ways. It should just be flat out impossible. If a field/tag isn't defined in the schema, it could not be used. The range of values should be limited in the same way,
12.
▲
by
aspirin
9y ago
Im my opinion the biggest problem is the data model (or lack of). Tags i.e. key-value pairs are used to add properties to geometry. Mappers use different combinations of keys/values to describe the same thing. The post touches on this,
13.
▲
by
aspirin
9y ago
I hope this isn't the "Mac Pro successor" Apple was alluding to earlier this year...
14.
▲
Scientists made a detailed “roadmap” for meeting the Paris climate goals
(vox.com)
2 points
by
aspirin
9y ago
|
1 comments
15.
▲
by
aspirin
10y ago
You can do it still. No need to be "first", IMO.
16.
▲
by
aspirin
10y ago
It makes me sad to see the AST go. I was thinking of writing my own WASM compiler just for fun, purely as an AST transformer. Its funny how most of the WASM tools still use s-experssions as the text format. How does that even work, now that
17.
▲
by
aspirin
10y ago
The high level goals of WASM do include access to browser APIs, but the MVP version that is being implemented now, does not yet allow it: https://github.com/WebAssembly/design/blob/master/JS.md WASM code
18.
▲
by
aspirin
10y ago
WASM isn't related to JavaScript in any way. Maybe you were thinking of asm.js? You cannot access the browser APIs from WASM so there is no tight coupling with the browser environment. I think non-browser use could make definately sens
19.
▲
I Peeked into My Node_Modules Directory and You Won’t Believe What Happened Next
(medium.com)
2 points
by
aspirin
10y ago
|
0 comments
20.
▲
by
aspirin
10y ago
Couldn't you do it with transaction isolation levels? for example in Postgres "BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ;" Inside the transaction you will see only changes made within the transaction.
21.
▲
The Log: data's unifying abstraction
(engineering.linkedin.com)
3 points
by
aspirin
10y ago
|
0 comments
22.
▲
by
aspirin
10y ago
All of the major browsers will support WebAssembly soon: http://v8project.blogspot.fi/2016/03/experimental-support-fo... This playground uses Binaryen( https://github.com/WebAssembly/binaryen )
23.
▲
Show HN: Ast.run – WebAssembly playground
(ast.run)
9 points
by
aspirin
10y ago
|
2 comments
24.
▲
by
aspirin
11y ago
Elementary OS gets pretty close: https://elementary.io/
25.
▲
by
aspirin
11y ago
This is so horrible that I'm left speechless. Maybe others feel the same and skip to the next headline.
26.
▲
by
aspirin
11y ago
Great to see progress, but 1668 dropped frames in the test is a bit underwhelming.
27.
▲
by
aspirin
11y ago
Yes, indeed. The eposure of the photo must have been set to make earth look as bright as we expect, and leaving the moon darker.
28.
▲
by
aspirin
11y ago
Is this the real reflectance of the moon? Seems so dark. Usually we see the moon at night surrounded by night sky, which probably skews our perception of the real color of the surface material.
29.
▲
by
aspirin
11y ago
Surprisingly D3.js actually can do your AJAX calls with d3.xhr()!
30.
▲
by
aspirin
11y ago
I believe he means that in digital games the model stays hidden most of the time. You only see the inputs and outputs. In physical games the players have to enact the model themselves by following the rules at every step. Without exact know
More ›