Shlinkedin – Satirical Social Network
41–50 of 61 posts
Re: Shlinkedin – Satirical Social Network
#42Re: Shlinkedin – Satirical Social Network
#43Re: Shlinkedin – Satirical Social Network
#44So close - should have been "ShmlinkedIn" https://www.youtube.com/watch?v=lkdQSHgduEw
Re: Shlinkedin – Satirical Social Network
#45Re: Shlinkedin – Satirical Social Network
#46Oh boy oh boy I hope the site creator reads this. I've had an idea for years now to make a satirical reddit/hn. I call it 'skimmedit'. Please steal my ideas. 1. Instead of subreddits, content is sorted by font. The available fonts are Helvetica, Comic Sans, Times New Roman, Wing Dings, Arial Wide, Papyrus and braile. 2. When you submit a link, the title shows up as blue and underlined but is not actually a hyperlink.…
It works really well and there are some genuine gems scattered throughout the games.
Re: Shlinkedin – Satirical Social Network
#47Oh boy oh boy I hope the site creator reads this. I've had an idea for years now to make a satirical reddit/hn. I call it 'skimmedit'. Please steal my ideas. 1. Instead of subreddits, content is sorted by font. The available fonts are Helvetica, Comic Sans, Times New Roman, Wing Dings, Arial Wide, Papyrus and braile. 2. When you submit a link, the title shows up as blue and underlined but is not actually a hyperlink.…
Re: Shlinkedin – Satirical Social Network
#48Wow so cool to see this here! I’m the co-creator of this and happy to answer any and all questions. Shlinkedin is definitely a bizarre passion of mine so it’s awesome to see it resonate - turns out a lot of people find a lot LinkedIn ridiculous :) This has also been a good excuse to learn Elixir/ Liveview. I’ve made all the code open source if anyone wants to take a look! https://github.com/cbh123/shlinked
Re: Shlinkedin – Satirical Social Network
#49Wow so cool to see this here! I’m the co-creator of this and happy to answer any and all questions. Shlinkedin is definitely a bizarre passion of mine so it’s awesome to see it resonate - turns out a lot of people find a lot LinkedIn ridiculous :) This has also been a good excuse to learn Elixir/ Liveview. I’ve made all the code open source if anyone wants to take a look! https://github.com/cbh123/shlinked
There is so much hilarious content not being appreciated over on the original.
Re: Shlinkedin – Satirical Social Network
#50Wow so cool to see this here! I’m the co-creator of this and happy to answer any and all questions. Shlinkedin is definitely a bizarre passion of mine so it’s awesome to see it resonate - turns out a lot of people find a lot LinkedIn ridiculous :) This has also been a good excuse to learn Elixir/ Liveview. I’ve made all the code open source if anyone wants to take a look! https://github.com/cbh123/shlinked
My understanding is that Liveview does SSR paired with a very light JS/AJAX framework to keep state on the client, similar to htmx for example.
Tailwind however generates tons of CSS classes that you might or might not use, so it parses your HTML and "purges" unused classes afterwards. It seems that this is far easier if working with a more mainstream framework.
Did you have any problems setting this up?