!tPxtoBdChSsxHuBlNW:nixos.org

NixOS Marketing

260 Members
NixOS website + marketing team: https://nixos.org/community/teams/marketing.html57 Servers

Load older messages


SenderMessageTime
17 Apr 2024
@julienmalka:matrix.orgJulien
In reply to @garbas:matrix.org
Julien: any news on the migration of limesurvey? Guillaume Desforges wants to start preparing for 2024 community survey.
We can use the old instance to work on the survey. hopefully the migration will happen before the end of week
06:39:40
@djacu:matrix.orgdjacu

That's great Tom!

Also IdaBzo , per garbas 's comment, I have already created a thread on discourse for this event and uploaded pictures.

https://discourse.nixos.org/t/april-13-socal-nix-users-group-meetup/42766

I'll make a post for the next event coming up in June as well.

19:32:39
@djacu:matrix.orgdjacuIs there anything else that would be helpful to put in these threads? I can add future plans if I know them. For this one, I know that we have a meetup planned for June 1st. 19:34:36
@ibizaman:matrix.orgibizamanIs this the correct place to suggest a change to the little video that's in the front page of https://nixos.org/ ? I love it but I'd suggest to change the comments or just remove the comments saying "Pause the video and take the time to understand the file being displayed". The video is assuming that 1/ people have the time for that 2/ nix is easy to understand. It's probably also letting down ppl that try to read it but fail to understand. I'd vote to change the comment to actually explain a little bit what the file is doing. It's kind of weird to advice doing that for a video that's meant to showcase nix IMO.22:44:44
@ibizaman:matrix.orgibizamanAnd I just noticed that one can select text inside that video?! that's so cool22:45:27
@ibizaman:matrix.orgibizamanHaha, I was wondering how to sell building docker images through nix to my company but the low disk usage, as shown in the video, is probably my best bet. 😍22:47:13
18 Apr 2024
@kranzes:matrix.org@kranzes:matrix.orgI think Xe Iaso had a talk about this recently 00:09:59
@infinisil:matrix.orginfinisil ibizaman: https://github.com/NixOS/nixos-homepage/blob/main/public/demos/cover.scenario 03:45:05
@infinisil:matrix.orginfinisilThat's https://asciinema.org/ :) 03:45:28
@djacu:matrix.orgdjacu
In reply to @kranzes:matrix.org
I think Xe Iaso had a talk about this recently
They did at NixCon NA a month ago; ibizaman and I were there. :)
https://www.youtube.com/watch?v=gXHG3-CZ7CU
03:47:07
@djacu:matrix.orgdjacuThey have a playlist for all the talks but they are missing the first workshop. I was waiting till they fixed it before sharing it here.03:47:42
@ibizaman:matrix.orgibizaman
In reply to @djacu:matrix.org
They did at NixCon NA a month ago; ibizaman and I were there. :)
https://www.youtube.com/watch?v=gXHG3-CZ7CU
I do remember I attended it 😊 It was really cool and I learned a bunch from it. I don’t think the two included actual numbers on how much smaller the docker container could be. But I could remember wrong.
04:26:06
@ibizaman:matrix.orgibizaman
In reply to @djacu:matrix.org
They did at NixCon NA a month ago; ibizaman and I were there. :)
https://www.youtube.com/watch?v=gXHG3-CZ7CU
* Yes I attended it 😊 It was really cool and I learned a bunch from it. I don’t think the two included actual numbers on how much smaller the docker container could be. But I could remember wrong.
04:26:15
@tomberek:matrix.orgtomberek(Shameless self-plug) we had some numbers on size savings in here: https://youtu.be/l17oRkhgqHE?si=kntCusLV1OKmJI1i04:37:38
@ibizaman:matrix.orgibizaman * Yes I attended it 😊 It was really cool and I learned a bunch from it. I don’t think the talk included actual numbers on how much smaller the docker container could be. But I could remember wrong. 07:21:40
@ronef:matrix.orgronefPosted the financial summary today : https://discourse.nixos.org/t/nixos-foundation-financial-summary-a-transparent-look-into-2023/43640 https://www.linkedin.com/posts/ronefroni_nixos-foundation-financial-summary-a-transparent-activity-7186747697242984449-14v-? https://twitter.com/ronefroni/status/178098271294347310415:34:59
@garbas:matrix.orggarbas IdaBzo: ^^^ 16:18:40
19 Apr 2024
@arianvp:matrix.orgArianI want to give a shot at adding the new AMIS to the homepage. But I was wondering. Can the Website build access the network? The easiest would be for the AWSTable.astro to pull in either from https://nixos.github.io/amis/images.json or even just put the ec2.DescribeImages call in Astro directly12:19:13
@arianvp:matrix.orgArian * I want to give a shot at adding the new AMIS to the homepage. But I was wondering. Can the Website build access the network during build time? The easiest would be for the AWSTable.astro to pull in either from https://nixos.github.io/amis/images.json or even just put the ec2.DescribeImages call in Astro directly12:19:33
@arianvp:matrix.orgArianOr should I pull in the list using client-side JS?12:19:43
@arianvp:matrix.orgArianclient-side JS probably makes more sense?12:19:59
@garbas:matrix.orggarbas Arian: You can do both. But I think having this done client-side would be best. 13:03:34
@garbas:matrix.orggarbasAnd I'm sure you'll be able to figure out how to add client side script with Astro (https://docs.astro.build/en/guides/client-side-scripts/#using-script-in-astro)13:04:22
@arianvp:matrix.orgAriangotcha13:04:52
@garbas:matrix.orggarbas
In reply to @ibizaman:matrix.org
Is this the correct place to suggest a change to the little video that's in the front page of https://nixos.org/ ?
I love it but I'd suggest to change the comments or just remove the comments saying "Pause the video and take the time to understand the file being displayed".
The video is assuming that 1/ people have the time for that 2/ nix is easy to understand. It's probably also letting down ppl that try to read it but fail to understand.
I'd vote to change the comment to actually explain a little bit what the file is doing.
It's kind of weird to advice doing that for a video that's meant to showcase nix IMO.
Yes this would be the correct place. I can answer all the questions why it is the way it is. But if you have a better example I'd love to see it. It is hard to strike a balance between informative enough and not too long, especially with Nix.
13:07:30
@ibizaman:matrix.orgibizaman
In reply to @garbas:matrix.org
Yes this would be the correct place. I can answer all the questions why it is the way it is. But if you have a better example I'd love to see it. It is hard to strike a balance between informative enough and not too long, especially with Nix.
I fully agree about the balance being hard. I wanted to make a PR earlier to show what I had in mind but didn’t have time yet 😓 I’ll have one shortly
13:36:30
20 Apr 2024
@sigmanificient:matrix.orgSigmanificient
In reply to @sigmanificient:matrix.org
Hello, a discussion is happening within this issue and its seems like you would be the team contact for it

Hello again, any plan to integrate a script to automatically bump package count on both search.nixos.org & nixpkgs? I proposed a simple script on the issue, which can surely be improved.

I don't know anything about elm, and I am unsure on what to exactly do to help, so your help would be appreciated to sort this out!

18:28:56
@sigmanificient:matrix.orgSigmanificient
In reply to @sigmanificient:matrix.org
Hello, a discussion is happening within this issue and its seems like you would be the team contact for it
*

Hello again, last time we bumped the packages count to a round 100k.any plan to integrate a script to automatically bump package count on both search.nixos.org & nixpkgs? I proposed a simple script on the issue, which can surely be improved.

I don't know anything about elm, and I am unsure on what to exactly do to help, so your help would be appreciated to sort this out!

18:29:24
@sigmanificient:matrix.orgSigmanificient *

Hello again, last time we bumped the packages count to a round 100k, but this might happen again in the future and the original issue is about the value being hard-coded.

Any plan to integrate a script to automatically bump package count on both search.nixos.org & nixpkgs? I proposed a simple script on the issue, which can surely be improved.

I don't know anything about elm, and I am unsure on what to exactly do to help, so your help would be appreciated to sort this out!

18:30:08
21 Apr 2024
@ibizaman:matrix.orgibizamanFinally managed to get to it 😅 https://github.com/NixOS/nixos-homepage/pull/139816:30:57

Show newer messages


Back to Room ListRoom Version: 6