Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
misterdata
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Cursed_browser: Web browser with a VLM as rendering engine
(github.com)
4 points
by
misterdata
4mo ago
|
0 comments
2.
▲
by
misterdata
8mo ago
Synctrain is an open source (MPL2.0) iOS Syncthing client (which I made) with full native mobile-first UI and tight iOS integration (shortcuts, background processing, etc).
3.
▲
39C3 – All my Deutschlandtickets gone: Fraud at an industrial scale [video]
(youtube.com)
1 points
by
misterdata
9mo ago
|
1 comments
4.
▲
by
misterdata
11mo ago
You are most likely in France: your government does not allow publishing an app containing cryptography (in this case, Golang's crypto implementations and a package used by Syncthing - only using iOS libs should be fine) without author
5.
▲
by
misterdata
11mo ago
If you’re on iOS, try my (FOSS) app for Syncthing: https://github.com/pixelspark/sushitrain
6.
▲
by
misterdata
1y ago
Also “apenstaartje” in Dutch (monkey’s tail)
7.
▲
Idea – A series of nonverbal algorithm assembly instructions
(idea-instructions.com)
3 points
by
misterdata
1y ago
|
0 comments
8.
▲
by
misterdata
1y ago
See also this 3D model of Shinjuku station, Tokyo: https://satoshi7190.github.io/Shinjuku-indoor-threejs-demo/
9.
▲
by
misterdata
1y ago
For iOS: https://github.com/pixelspark/sushitrain
10.
▲
by
misterdata
1y ago
Similarly, Trixie contains an updated version of Dovecot that (even though the version number seems to indicate otherwise) has a new configuration format that is not backwards compatible. This is clearly stated in the release notes but may
11.
▲
by
misterdata
1y ago
So, basically any local productivity tool, saving files in a synced folder. While this works, Syncthing does not really provide anything for fine-grained collaboration or sharing (you only share full folders). Encrypted peers do allow stori
12.
▲
Looks like M4 support for asahilinux is going be rather painful
(social.treehouse.systems)
8 points
by
misterdata
1y ago
|
0 comments
13.
▲
Swift Achieved Dynamic Linking Where Rust Couldn't
(faultlore.com)
35 points
by
misterdata
1y ago
|
2 comments
14.
▲
by
misterdata
2y ago
This is cool! Any tips for an app to use on iOS to capture the necessary .ply data? Scaniverse is a great app by Niantic that can do this on-device, but it isn't very customizable and can't export its raw scanning data (exported .
15.
▲
by
misterdata
2y ago
In my neighborhood (Netherlands) it appears the fiber network is physically point-to-point (subscriber to ODF), but is operated as XGS-GPON (so all subscribers see the same light signal so to say, but each over their own ptp fiber from the
16.
▲
Cursed Knowledge
(immich.app)
4 points
by
misterdata
2y ago
|
0 comments
17.
▲
Gpsjam GPS/GNSS Interference Map
(gpsjam.org)
1 points
by
misterdata
3y ago
|
0 comments
18.
▲
by
misterdata
3y ago
Author here, I guess I could have chosen a better title. This article is about diving into complexity that seems insurmountable at first, with an engineer's mindset.
19.
▲
by
misterdata
3y ago
Author here - this figure is insane but also a bit of an exaggeration. I calculated it by running 'cloc' on the source code directory, not excluding node_modules. Many modules in there are actually unused or only used at build tim
20.
▲
by
misterdata
3y ago
Not a single mention of the word ‘Apple’ in the original post, instead ‘the manufacturer’ and ‘the big corporation’.. curious if that is deliberate and if so what the reasoning is (legal?)
21.
▲
by
misterdata
3y ago
As they are accepting a JSON schema for the function calls, it is likely they are using token biasing based on the schema (using some kind of state machine that follows along with the tokens and only allows the next token to be a valid one
22.
▲
by
misterdata
3y ago
Also WONNX can both be used from native apps (through wgpu it uses Vulkan, DX or Metal) a well as on the web (using WebGPU, WONNX compiled to WebAssembly).
23.
▲
by
misterdata
3y ago
Also see the recently introduced StableHLO and its serialization format: https://github.com/openxla/stablehlo/blob/main/docs/bytecode...
24.
▲
by
misterdata
3y ago
Actually WONNX also transforms to an IR first (early versions did not and simply translated the graph 1:1 to GPU shader invocations in topographically sorted order of the graph). In WONNX the IR nodes are (initially) simply (copy-on-write r
25.
▲
by
misterdata
3y ago
Looking forward to your WebGPU ML runtime! Also, why not contribute back to WONNX? ( https://github.com/webonnx/wonnx )
26.
▲
by
misterdata
3y ago
This makes running larger machine learning models in the browser feasible - see e.g. https://github.com/webonnx/wonnx (I believe Microsoft's ONNXRuntime.js will also soon gain a WebGPU back-end).
27.
▲
by
misterdata
4y ago
You can indeed perform inference using WebGPU (see e.g. [1] for GPU-accelerated inference of ONNX models on WebGPU; I am one of the authors). The point made above is that WebGPU can only be used for GPU's and not really for other types
28.
▲
by
misterdata
4y ago
Replacement for the ONNX IR perhaps, but as far as I can see there is not (yet?) a file format for StableHLO (ONNX has a standardized on-disk format specified in Protobuf)
29.
▲
by
misterdata
4y ago
Also, Vega [0] and Vega Lite [1] [0] https://vega.github.io/vega/ [1] https://vega.github.io/vega-lite/
30.
▲
by
misterdata
4y ago
Not sure about WiFi but the idea exists in the 5G standard as ‘coordinated multipoint’ (CoMP)
More ›