For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | more Stammon's commentsregister

JFYI: Twint is already the name of a popular payment app in Switzerland

https://www.twint.ch/en/


I don't think there will be any confusion.


"popular" is a stretch, it's what a few banks are trying to get people to use because they couldn't get NFC working on apple devices with their apps. Until recently they have been giving money away like crazy to get people to use it.

It requires extra hardware at the cash register (if using bluetooth) or modification to the vendors terminal to be able to display a qr code.

Sadly the app is extremely slow and cumbersome to use at a cash register compared to other options such as NFC payments on android or just straight tap and pay credit cards.

It would be a great system for payments online as scanning a code is very easy compared to entering all your CC information but becauses the fees are so high (compare to credit cards) the largest online electronics retailer (digitec) in Switzerland dropped them after the intro rates expired.


It's probably an attempt to implement what WeChat/Alipay has. In China the majority of POS terminals has this device https://www.alibaba.com/product-detail/Specialized-Alipay-an... , which is a fancy housing for a camera that scans the wallet barcode on your phone (optimized for the perfect angle and to prevent glare, I'm guessing). It seems preferable and faster than Bluetooth...


I'm afraid this tool is very easy to circumvent. It only checks the first argument to a syscall for containing a forbidden path.

But for example openAt gets it's path as the second argument.

http://man7.org/linux/man-pages/man2/openat.2.html

This tool is a nice demo for how to use ptrace in golang. BUT PLEASE CHECK THE CODE BEFORE USING THIS FOR ANYTHING SECURITY RELATED


Edit: OpenAt is not a valid counterexample since the program checks file descriptors. But e.g renameAt[0] allows to overwrite protected files. There are numerous other options to circumvent that tool too.

[0]: http://man7.org/linux/man-pages/man2/renameat.2.html


Can you summarize or refer me to a summary on how this platform compares to others?

I'm most interested to see how it tackles these points:

- Profitability - Digital Sustainability (Guaranteeing that the user can use it in the future) - Interop with other platforms - Privacy


I will try to give you a very brief summary for your points. If you need anything else, just ask a follow up.

- Profitability: We have plans for paid features which are not yet available at this point (kind of micro transactions per jaypad).

- Digital Sustainability (Guaranteeing that the user can use it in the future): To be honest, none. This product is still in beta and as long as it has no sustainable funding it will not have the other one too.

- Interop with other platforms: None at the moment, but we have plans that users can write their own modules for the clipboard side of the jaypad which will open a whole new universe of interop with other things (kind of like Slack-Bots with GUI).

- Privacy: You have the link you have access. It's that simple. But one of the planed paid features is privacy related (no access without invitation, read/write restrictions, private areas, etc.).


On the point "how this platform compares to others": Think of it as a combination of single-Slack-channel/WhatsApp-Group-Chat on the one side and a EtherPad/Doodle/DropBox on the other side.

Separate noisy chat from writing down facts and stuff you would like to be able to access later on (try this in a WhatsApp-Chat or Slack-channel).


Wouldn't the concept of dragonballs be a better fit than horcruxes?


Dragon Ball crowd is older than the Horcrux crowd.


Apparently it's open source, the repos can be found here:

https://github.com/OkunaOrg

Most of the reactions I saw here are rather negative. Did just no one of the other commenters dig deeper and simply react pessimistic to anything with the label "social network" or are there substantial issues, that I missed?


The Google/Fitbit acquisition is still fresh in everyone's minds. That's going to color the perception of any new app/site that has the potential to gather information about you for some time to come.


I think it's more like people are sceptical of anyone claiming to be "ethical and privacy focused" while taking VC money...


There is always that boy who built a nuclear reactor at home. Not quite having nukes besides the wine bottles in the cellar but he overcame at least some of the problems you'd face to get there, that shouldn't be doable

https://en.m.wikipedia.org/wiki/David_Hahn


I'm wondering how Jodel (or Yik Yak in the US) fits in. The only meaningful way to interact with it is by writing comments yourself. Only to read the comments gets boring very quickly.

I observe that the quality of the comments is worse compared to platforms with more lurkers but it's interesting to see, that a platform with, presumably, a higher participation ratio is working as well


We don't need more proprietary machine learning devices in our homes. I'd appreciate this so much more, if it was open source, so I can reshape it to whatever use case I have.

There are plenty of viable business models, that give you your well earned money and us the option to customize and understand our devices.


> We don't need more proprietary machine learning devices in our homes. I'd appreciate this so much more, if it was open source

It doesn't seem to do anything special? You can probably run your favorite machine learning framework on the Raspberry Pi, and it will work - albeit using the ARM cores and NEON only. Now, machine learning and inference _using the Raspberry Pi's GPU part_ (which is broadly documented, unlike most GPU hardware) would be a gamechanger, if only for educational scenarios.


There is PlaidML[1] - a cross-platform deep learning framework that works, among others, on Raspberry Pi's GPU.

[1] - https://github.com/plaidml/plaidml

Edit: they don't support RPI GPU yet - https://github.com/plaidml/plaidml/issues/141


I agree, so I looked at running image detection offline on a raspberry pi and wrote a post about it. It can't do anywhere near real time object detection on the larger YOLO models, but real time detection is often unnecessary. Also there are smaller models (e.g. yolo-mini) that can likely give you an acceptable frame rate.

https://medium.com/ml-everything/offline-object-detection-an...


Please have a look at nix and solaris first. Both are making a compelling case against your answer


Solaris is dead. I looked at Nix and it has postInstall actions which can run arbitrary commands and scripts, so it doesn’t fit the description.


You might have misunderstood "postInstall" -- rather understandably so since elsewhere (debian packages, ...) for precisely the issue discussed in the article: arbitrary scripts executed after package installation.

In Nix postInstall (and preInstall, as well as preBuild/postBuild, etc) specifying commands to execute before/after the corresponding "phase" -- so if a package is "almost" good to go with just "make install", you could use postInstall to do something like copy a file omitted by upstream's installation target.

The point is that postInstall in Nix is part of how the package itself is constructed-- in contrast to commands run after installing the package. There is no equivalent for this in Nix in a fundamental way (not by policy or for technical reasons).


You can also use an overlay


Thanks, I've heard the term 'overlay' but I haven't learned quite that much yet. I'll look into this.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You