Hacker Newsnew | past | comments | ask | show | jobs | submit | nachtigall's commentslogin

It still uses node.js, right? Since it is new and for the future, why not choosing deno?


If it's for the future, why not use something even newer than Deno, because clearly newer === better?

But on a more serious note, what could they possibly stand to gain to use Deno instead of NodeJS at this point? The languages are mostly the same, the tooling slightly different. Sounds like it'd add a lot of changes just for the sake of changing things. Not to mention newer stuff usually are less tested and higher chance of not working.

Speaking about newer, has Deno received any sort of security audits? Tauri is pretty focused on security, so one could assume that'd be a requirement before even considering Deno.


Deno does not use NPM, so there are huge gains to be made in that regard.


That seems like a huge loss in terms of productivity. In what way is that a gain?


It looks like as of a couple of years ago Deno is something the Tauri team was experimenting with: https://dev.to/tauri/use-deno-to-build-a-tauri-app-1f7h

My guess is that there's only so much change you can foist on people at once. If the point of Tauri is that JavaScript devs can leverage their existing knowledge and skills then meeting them where they (or most of them) are seems like a reasonable strategy.


According to https://github.com/tauri-apps/tauri they are using "Node.js for running the CLI (deno and pure rust are on the roadmap)"


Which you don't even have to use. I don't. I just use `cargo build` and `cargo build --release` which works exactly the same way as the CLI. Add `entr` and you get the "live-reload" feature for free too.


No, doesn't seem like it. You can optionally bundle nodejs, but it's not required.


I really liked reading this. I never used TenFourFox (no Mac user at all) but occasionally came across its blog posts because it is in the planet.mozilla.org RSS feed.

I really liked how the motivation and problems for a (hobbyist) OSS project of this scale are written out.

This made it an interesting read for me - I'd say for actually almost anybody somewhat related to unpaid FOSS.

On a second note it is a shame that there are no harder governmental restrictions that hardware has to be supported by its software for a certain time. So much (forced!) waste on resources because the manufacturer wants to sell its next-generation... There are a lot of phones - still good enough hardware - but you cannot get updates for it after 3 years...


The complement book "Started with MicroPython" at https://www.raspberrypi.org/products/micropython-pico/ looks like a nice present for kids. Would be great if it was available in other languages (for example, german).

Anybody knows if translations of the book are planned?


For kids? I am over 40 and it's a nice present to me as well :D


Looks nice, but I'd need an easy web client too. Currently, I use ticktick (android app and web).


It crashes sometimes (about twice a week for me), but it's Preview Nightly what I use. I would suggest you uninstall and reinstall (from Google Play). Maybe it helps.


Where does it say it was bought? It talks about a new investor:

> we have found a new investor in Montefiore Investment, who have replaced our former shareholder!

Am I missing something?


News post about it:

https://news.gandi.net/en/2020/01/major-incident-on-our-host...

A site of mine is also hosted as their PAAS at Luxembourg, but was luckily not effected. Probably my site was on another storage unit ("on one of our ZFS storage units").

PS I also always thought that the snapshots were backups.


This is the up-to-date documentation for this:

https://github.com/piroor/treestyletab/wiki/Code-snippets-fo...


> We have over 250 tests passing, most of which are autogenerated from running the same layout in Chrome. This ensures web-compatibility and overall correctness.

So if it outputs like Chrome, then it is web-compatible? While I understand this from a practical point of view, this is also clearly a result of render engine mono-culture.

Let's see how innovation goes within a 5-10 year time frame if everything is bound to Google Chrome.


Author of stretch here! I would love to add tests for other browsers as well, and it should be pretty easy as we are just relying on webdriver. Targeting chrome was done as a first step as I had previously set up webdriver tests with it so that was just easiest :) The goal is for general web compatibility and not just chrome-compatibility though.


thanks. Didn't know the author is reading here :)

on an unrelated note there's some discussion at https://www.reddit.com/r/rust/comments/agja9z/stretch_a_flex... you might be interested in.


Yes, here's a link on how to do this, takes 5min:

https://github.com/piroor/treestyletab/wiki/Code-snippets-fo...


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

Search: