HackerTrans
TopNewTrendsCommentsPastAskShowJobs

misterdata

no profile record

Submissions

Cursed_browser: Web browser with a VLM as rendering engine

github.com
4 points·by misterdata·2 months ago·0 comments

[untitled]

1 points·by misterdata·5 months ago·0 comments

39C3 – All my Deutschlandtickets gone: Fraud at an industrial scale [video]

youtube.com
1 points·by misterdata·7 months ago·1 comments

Idea – A series of nonverbal algorithm assembly instructions

idea-instructions.com
3 points·by misterdata·10 months ago·0 comments

Looks like M4 support for asahilinux is going be rather painful

social.treehouse.systems
8 points·by misterdata·last year·0 comments

Swift Achieved Dynamic Linking Where Rust Couldn't

faultlore.com
35 points·by misterdata·last year·2 comments

Cursed Knowledge

immich.app
4 points·by misterdata·2 years ago·0 comments

Gpsjam GPS/GNSS Interference Map

gpsjam.org
1 points·by misterdata·2 years ago·0 comments

comments

misterdata
·6 months ago·discuss
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).
misterdata
·9 months ago·discuss
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 authorization (which can only be obtained through French forms, at which point I'd want a French lawyer to be involved, so no).

You could of course build the app yourself from source.
misterdata
·9 months ago·discuss
If you’re on iOS, try my (FOSS) app for Syncthing: https://github.com/pixelspark/sushitrain
misterdata
·10 months ago·discuss
Also “apenstaartje” in Dutch (monkey’s tail)
misterdata
·10 months ago·discuss
See also this 3D model of Shinjuku station, Tokyo:

https://satoshi7190.github.io/Shinjuku-indoor-threejs-demo/
misterdata
·11 months ago·discuss
For iOS: https://github.com/pixelspark/sushitrain
misterdata
·11 months ago·discuss
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 be surprising nevertheless.
misterdata
·last year·discuss
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 storing files on a machine that you don’t have to trust.
misterdata
·2 years ago·discuss
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 .plys do not have the data this editor requires).
misterdata
·2 years ago·discuss
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 ODF). So point-multipoint only at the active layer.

I was told that this is because the company who is rolling out the fiber wants to make the network as attractive as possible to ISP’s who want to offer services over it (and wants them to compete) which may be more difficult in an actual physical point-multipoint network (which requires PON). The ISP currently likes PON more than AON (basically Ethernet over fiber to a switch) because the equipment is cheaper. In theory I should be able to switch to an ISP who offers AON or its own PON (they’d only have to physically patch my fiber in a different port at the ODF).
misterdata
·2 years ago·discuss
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.
misterdata
·2 years ago·discuss
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 time. The built output (from Nuxt) that is actually run is much more compact (though partly minified so line counts are not that interesting). Also, Nuxt specifically is a bit overkill here, but greatly improved my productivity developing this website (and was chosen because it aligns with our other web applications, so less 'innovation tokens' [1]).

[1] https://boringtechnology.club
misterdata
·3 years ago·discuss
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?)
misterdata
·3 years ago·discuss
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 given the grammar/schema). I have successfully implemented this for JSON Schema (limited subset) on llama.cpp. See also e.g. this implementation: https://github.com/1rgs/jsonformer
misterdata
·5 years ago·discuss
See also https://github.com/bittorrent/sqltorrent, same trick but using BitTorrent
misterdata
·6 years ago·discuss
This. ESPHome additionally provides a minimal form of "device management" for larger numbers of devices, including OTA updates of firmware. This is an often underestimated aspect of HA; having many devices of different types buried in your home's walls and ceilings will get cumbersome to maintain, update and replace very quickly.
misterdata
·7 years ago·discuss
It selects the language based on browser locale - what is yours set to? Should definitively improve this...

From Dutch you can switch to English using the menu in the top right corner (click "Engels")
misterdata
·7 years ago·discuss
Project I am working on that may be close: https://diasli.de