Live data from Hacker News

Introduction to runc

danishpraka.sh

11–20 of 32 posts

Re: Introduction to runc

#11
post #9

As a Scandinavian I read this as "Introduction to runk" because c at the end of a word is pronounced as k as long it isn’t an abbreviation. Bit unfortunate. Please downvote.

Isn't that the case in English too?

BTW, I can think of very few Danish words that end in c.

Re: Introduction to runc

#12
post #9

As a Scandinavian I read this as "Introduction to runk" because c at the end of a word is pronounced as k as long it isn’t an abbreviation. Bit unfortunate. Please downvote.

And what is the problem with "runk"?

Re: Introduction to runc

#13
post #9

As a Scandinavian I read this as "Introduction to runk" because c at the end of a word is pronounced as k as long it isn’t an abbreviation. Bit unfortunate. Please downvote.

As a USian I read it the same way. I have read about 'runc' before. I suppose its authors might prefer //run-see// but I just like the sound of //runk//.

Re: Introduction to runc

#14
post #12
post #9

As a Scandinavian I read this as "Introduction to runk" because c at the end of a word is pronounced as k as long it isn’t an abbreviation. Bit unfortunate. Please downvote.

And what is the problem with "runk"?

https://en.m.wiktionary.org/wiki/runk

Re: Introduction to runc

#15
post #9

As a Scandinavian I read this as "Introduction to runk" because c at the end of a word is pronounced as k as long it isn’t an abbreviation. Bit unfortunate. Please downvote.

Isn't that the case in English too? BTW, I can think of very few Danish words that end in c.

In Swedish all of them are either loanwords or abbreviations.

https://www.synonymer.se/ordlekar/sv/ord-som-slutar-pa/c

Re: Introduction to runc

#17
post #4

Unfortunately on mobile the zoom is fixed (I can't zoom out, didn't know that was possible) and I can't see the left and right edges of the text.

I hate when they do that. Here is a bookmarklet that will fix those pages: javascript:document.querySelector('meta[name=viewport]').setAttribute('content','width=device-width,initial-scale=1.0,maximum-scale=10.0,user-scalable=1'); The real fix is of course to complain to the page author.

Reader mode on Firefox does a great job too!

Re: Introduction to runc

#18

Are there any runc shims that just use processes (I know, containers are just processes) ignoring network/user/etc namespace isolation and other Linux-specific security features? For example a shim that could run native MacOS processes on MacOS, native FreeBSD binaries on FreeBSD, etc. just by executing the processes directly. The point of this would be to take advantage of the Docker ecosystem for _scheduling_ parti…

Isnt that what Foreman and its Procfile handle?

https://github.com/ddollar/foreman

Re: Introduction to runc

#19
post #7

Unfortunately on mobile the zoom is fixed (I can't zoom out, didn't know that was possible) and I can't see the left and right edges of the text.

Checking the desktop site checkbox on Android chrome fixed that for me.

Settings > Accessibility > Force Enable Zoom; it's one of the first things I always enable.

Re: Introduction to runc

#20

Are there any runc shims that just use processes (I know, containers are just processes) ignoring network/user/etc namespace isolation and other Linux-specific security features? For example a shim that could run native MacOS processes on MacOS, native FreeBSD binaries on FreeBSD, etc. just by executing the processes directly. The point of this would be to take advantage of the Docker ecosystem for _scheduling_ parti…

Isnt that what Foreman and its Procfile handle? https://github.com/ddollar/foreman

Maybe, but I don't want to learn a new config system. Developers are so familiar with docker-compose I just want to use that.
Post reply on HN