1

did anyone here use phoenix liveview ? if yes, how is compared to other frameworks you used ?

Comments
  • 0
    Omg, just checked it. Looks terrible
  • 2
    @retoor is this the new way to check if a framework worth it ?
  • 0
    @nebagec718 according to me only Vue has right of existence. Very intuitive. But that's me
  • 1
    @retoor what is your tech stack ?
  • 1
    @nebagec718 aiohttp / django / c. I'm a backend dev. Yesterday worked whole day to get a square drawn in a mp4
  • 2
    @retoor did you use ffmpeg for that ?
  • 1
    @nebagec718 no. C++ with opencv. Originally the idea was to do it in node. But node lib is just commands to ffmpeg executable. With opencv you can really iterate trough frames
  • 1
    @retoor now you are scaring me
  • 0
  • 1
    @retoor i use ffmpeg via nodejs for video processing for simple task (extracting first thumbnail), ffmpeg do a good job behind the scene without writing a single line of "c" code, i'm thinking to build a standalone server with different language to do the job if i find time because nodejs is not good for media processing
  • 0
    @nebagec718 that stupid library just spawns a process. It's great for ripping thumbnails indeed
  • 1
    @retoor what project are you working on ?
  • 0
    @nebagec718 currently nothing.. I worked on an interpreter for long but laptop died. You?
  • 1
    @retoor i dropout from university 3 times, i hate education, now i'm unemployable, working on positive space for developers :D, i'm exploring devrant for the vibes haha, btw everytime seeing women in tech impress me maybe because there is less women nerds in this space i feel they are smart enough to be in this field i know i'm weird
  • 0
    @nebagec718 depends bit on country if the field contains women. What country are you from? Is a degree important there to become a webdev? Make nice projects, fill your github, make a resume
  • 1
    @retoor we have a lot of women devs in our country, but finding real women nerd is rare, do you have github if yes share the link
  • 0
    @nebagec718 my github is my real name so I won't share
  • 1
    @retoor i think what matters about our github is code so we shouldn't' treat it as linkedin i guess
  • 1
    @retoor i mean we shouldnt' put our real names,photo...
  • 1
    @retoor if you are building a devrant alternative, what are the things that devrant is missing ?
  • 0
    @nebagec718 code formatting, direct messages. That's it, devrant is quite a finished product
  • 0
    @nebagec718 we recently have build alternatives. There was a competition
  • 1
    @retoor nothing is called "finished product", did you make an alternative if yes link please i'm curious
  • 0
    @nebagec718 it's not online somewhere. It's on a dead laptop. It was minimalist with sqlite3 backend. It only supported ranting, voting registering, logging in and syntax highlighting / markdown
  • 1
    @retoor sometimes i like more the ugly websites with a good purpose like devrant connecting developers, i used a lot of websites with outdated and ugly UI but serving their niche and i like that
  • 1
    @retoor btw for the sqlite part, why not postgresql or mysql ?
  • 0
    @nebagec718 because I used a lib named dataset as ORM and that makes dynamically the dB structure
  • 1
    @retoor how about now, what is your current side prjects ?
  • 1
    @nebagec718 creating a rectangle in an mp4 using ffmpeg c api
  • 1
    @retoor is it a hobby project or a real job project ?
  • 0
    @nebagec718 real job project for a friend
  • 1
    @retoor freelance ?
  • 2
    @nebagec718 no, I'm that nice 😊
Add Comment