Viewing profile — evand
evand
HN member- Joined
- Mon, Jul 12, 2010, 5:46 PM UTC
- HN karma
- 36
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About evand
No profile information was provided.
Recent public activity
-
comment
Comment #19302623
Canonical | REMOTE (Americas) | Full-time We're growing the Robotics team at Canonical (the company behind Ubuntu): * Robotics Engineer: https://boards.greenhouse.io/canonical/jobs…
- story
-
comment
Comment #17800563
Could you file a bug report here and send me a link? https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setu... I'll chase it up with the responsible team.
-
comment
Comment #17678051
You can update as often as you like, but that does not ensure users will get that update, nor does traditional packaging make it safe to install the update (no rollbacks, maintaine…
-
comment
Comment #17677671
>IMHO, operating systems should ultimately be immutable and basically be similar to a snap. You update it as a whole and you don't modify parts of it. Absolutely agree. Ubuntu Core…
-
comment
Comment #17664722
Snapcraft ( https://snapcraft.io ) | Senior Software Engineer | REMOTE | Full time The Snapcraft team at Canonical (Ubuntu) are trying to make it easy to deliver app updates to all…
- story
-
comment
Comment #17056160
The "Users by distribution" table at the bottom of the Spotify page is worth a look: https://snapcraft.io/spotify Snaps are not Ubuntu-only. You can find install instructions for m…
-
comment
Comment #17055633
That is not true. You absolutely can specify a license: https://snapcraft.io/vlc
-
comment
Comment #17040622
I work for Canonical, but I also share maintainership of some snaps. From an automatic email I received recently: “A scan of this snap shows that it was built with packages from th…
- story
-
comment
Comment #16742752
Canonical | Senior Software Engineer | Remote | Full time Snapcraft ( https://snapcraft.io , https://github.com/snapcore/snapcraft ) makes it possible to deliver app updates to all…
- story
-
comment
Comment #16528004
Canonical | Software Engineer | Full-time | Remote Canonical’s Snapcraft ( https://snapcraft.io ) makes it possible to deliver app updates to all of Linux automatically, eliminatin…
-
comment
Comment #16184516
Sincerely curious why you think a squashfs of the app contents (without any additional operating system bits) running under seccomp and apparmor is a hack? What do you think is the…
-
comment
Comment #16181922
I wouldn't call the snap build process for Electron apps backwards: npm install -g electron-builder # for brevity, --save-dev works electron-builder --linux snap --x64 ls dist/*.sn…
- story
-
comment
Comment #15968379
It's packaging and delivery for Linux desktop, server, and IoT apps. As elsen mentioned, updates happen automatically and roll back if unsuccessful. Automated review covers most ca…
-
comment
Comment #15640010
Canonical ( http://canonical.com ) | Developer Advocate | REMOTE | Full-time We are seeking an experienced Developer Advocate to join a small team helping developers get up and run…
- story
-
comment
Comment #15389131
Canonical | Developer Advocate | Work from home | Full-time I'm looking for an experienced Developer Advocate to join a globally-distributed team driving advocacy for Snapcraft ( h…
-
comment
Comment #14739410
I've put together a snap of this. If you're on Ubuntu you can `sudo snap install seashells` then `echo hello | seashells`.
-
comment
Comment #14593241
All the learning and process needed to create Debian packages has been a big motivator for us to make snap packaging simple and quick. Have a look at the Heroku CLI snap, for examp…
-
comment
Comment #14593207
This is exactly right. Debs, snaps, and flatpaks will happily coexist. The upstream gets to choose which works best for them while still supporting users of all distros.
-
comment
Comment #14593191
I think snaps + Debian stable could be that solution. You get the stability of Debian at the system level with the reliability of app updates from snaps. Bad updates automatically …