back
user profile

newusertoday

456karma·423submissions·May 9, 2017
recent activity (423 total)
comment
this should be faster https://github.com/webfft/webfft.github.io technically because it is using hardware for fft whereas current library is doing them on cpu but there is additi…
1y ago·view thread
comment
you can use remotion which this project is using
1y ago·view thread
comment
i remember reading your blog and following your journey in the initial years it was quite inspirational and i learned so many things along the way thanks to you and @patio11. Thanks for sharing and be…
1y ago·view thread
comment
reinstall bootstrap and be done with it. You can look at daisyui it is closest to bootstrap. There is also shadcn ui, ui looks good but it would take you effort to port styles to your phoenix project.
1y ago·view thread
comment
table has two parts to it, displaying of data and datawrangling. If you separate datawrangling part to api or sql or arquero than displaying of data becomes quite simple. You may not need ag-grid like…
1y ago·view thread
comment
most likely xyflow
1y ago·view thread
comment
it is slightly more nuanced, if you do static linking it is considered derivative work and does requires you to open it. Since the app is based on ffmpeg which is GPL(core is LGPL) i am curious to kno…
1y ago·view thread
comment
how are you able to get around ffmpeg licensing since it is client app which requires you to open your code if you use ffmpeg GPL?
1y ago·view thread
comment
Webapps do not have access to public url's outside their domain(CORS). Webapps don't have access to gpu in 2024(there is webgpu in chrome but not yet enabled in firefox) Webapps don't h…
1y ago·view thread
comment
i do search with rg its good enough most of the time, i rarely need to use lsp. I also do it in emacs which kind of abstracts these things away from me it almost looks like lsp. I do use autocomplete …
1y ago·view thread
comment
from the bottom of my heart thank you @dylanhuang . Releasing it without modification gives us rare opportunity to inspect the codebase of actual startup that had paid customers. Its more valuable tha…
1y ago·view thread
comment
excellent app.
1y ago·view thread
comment
nice project.
1y ago·view thread
comment
+1 i am seeing blank as well, code is visible though
1y ago·view thread
comment
any recommendations for themes in astro? i want following landing page+blog+docs with toc and related content.
1y ago·view thread
comment
interesting. For me it gave me accurate links that were tucked around third page on google search but were actually relevant links while google's 1st and 2nd page were filled with seo spam.
1y ago·view thread
comment
use chatgpt to search for you, it has this feature of searching the web and giving you relevant links so it won't hallucinate on links.
1y ago·view thread
comment
are there any TTS models which are decent but can work on devices without GPU and have relatively low RAM(4GB)
1y ago·view thread
comment
very nice approach to create svg from json and using css transform for zoom translate.Lightweight and efficient kudos.
1y ago·view thread
comment
other commenter @XzAeRosho shared it https://grapesjs.com/
1y ago·view thread
comment
wow firefox has built in translation? i didn't know that.
1y ago·view thread
comment
you can use hugo if you are familiar with golang. you don't have to learn css, you can use some stock theme and stick to it. It does have a bit of learning curve though.
1y ago·view thread
comment
for some reason most of the docs site themes have anemic support for blogs and if you are developing something you almost always want landing+blog+docs, yet its either fixated on docs or blogs but rar…
1y ago·view thread
comment
you can easily find it yourself? check yourself it you have it or not.
2y ago·view thread
comment
wow! it does exactly what i want :-) . what are the odds of that! I tested with a bank file where csv starts after some lines and i was able to read csv after bit of fiddling with configure button. Wh…
2y ago·view thread