Live data from Hacker News

Viewing profile — mickael-kerjean

mickael-kerjean

HN member
Joined
Wed, Dec 23, 2015, 12:02 PM UTC
HN karma
1,536
Public activity
449 items

About mickael-kerjean

email: mickael@kerjean.me

github: https://github.com/mickael-kerjean/filestash

Recent public activity

  1. comment
    Comment #49205981

    > dropbox clone get off the ground Thats exactly what Im working on: - web client: https://github.com/mickael-kerjean/filestash - desktop sync: https://github.com/mickael-kerjean/f…

  2. comment
    Comment #49092051

    Genuine question: how reproducible / usable / verifiable are these architectures from the published documentation? Are they similar to PDF/DWG/PSD specifications, where the format …

  3. comment
    Comment #49015273

    The infamous attention is all you need paper has this: "The Transformer ... reach a new state of the art in translation quality after being trained for as little as twelve hours on…

  4. story
  5. comment
    Comment #48886418

    Building a Dropbox like client that work with every protocol there is: S3, SFTP, SMB, NFS, Azure Blob, IPFS, ... https://github.com/mickael-kerjean/fdrive

  6. comment
    Comment #48625008

    If you are interested in small language model to fine tune, gemma3:270m is quite interesting for its size

  7. comment
    Comment #48623862

    > If you want a job that you should care about then work in public service I did that in the health sector of my local gov, the whole place was full of consultant who either got co…

  8. comment
    Comment #48549894

    Would love to know the technical details of how you made such an awesome game

  9. comment
    Comment #48549485

    I've had the opposite experience. I used to run k8s on bare metal, troubleshooting something at least once a month (DNS going down was a recurring favorite). The breaking point cam…

  10. comment
    Comment #48542195

    https://www.kernel.org/doc/html/next/filesystems/fuse.html

  11. comment
    Comment #48524006

    I applied for my oss project Filestash which satisfy all their criterias but never heard back despite the project having millions of users, more than 14000 stars on github and repr…

  12. comment
    Comment #48322128

    I've got one set aside to play with v4l2m2m. Once that's working, it should improve video encoding support in my OSS project ( https://github.com/mickael-kerjean/filestash )

  13. comment
    Comment #48296497

    It's refreshing to see those kind of projects coming back on HN. Pretty awesome to see your example ( https://evmar.github.io/theseus/ ) fit in about 1MB when a lot of those wasm p…

  14. comment
    Comment #48273917

    I did work on a plugin system for Filestash leveraging wasm. Plugins made with tinygo were 10x slower than the same code in rust or c compiled to wasm [1] https://github.com/mickae…

  15. comment
    Comment #48202214

    Tell that to CVEs

  16. comment
    Comment #48202141

    > even most of Go that way and your code will still run in 20 years While reading this, I was literally working on patching my open source go app [1] because this is what came out …

  17. comment
    Comment #47759682

    By itself rsync.net doesn't support S3. The one I wrote (Filestash) lets you use rsync.net as a downstream storage and proxies it through the S3 protocol.

  18. comment
    Comment #47758991

    Or maybe the underlying philosophy is different enough to warrant its own implementation. For example, the Filestash implementation (which I made) listed in the article is stateles…

  19. comment
    Comment #47718532

    > I wouldn't be surprised if American companies started using it if the French get it right As a French citizen who own a business [1] that is in direct competition with this incen…

  20. comment
    Comment #47717855

    I am a counter example of that take. As a French citizen, I have spent a decade building an open alternative Dropbox [1] that is I believe miles ahead of even Dropbox itself. In pr…

  21. comment
    Comment #47717694

    > It's just that many times, each country wants to make their own This hits hard. I'm a French citizen who made an open source alternative to Dropbox [1], I would have never though…

  22. comment
    Comment #47716693

    As a French citizen who spent almost a decade building an alternative to Dropbox that's libre software [1] I was very disappointed my own country decided to build a product competi…

  23. comment
    Comment #47716584

    As a French citizen who's been building an open source Dropbox alternative for almost a decade [1], the sovereignty talk in France makes me cringe. Everyone has the word in their m…

  24. comment
    Comment #47714385

    Exactly, just implement this interface: https://github.com/mickael-kerjean/filestash/blob/master/ser...

  25. comment
    Comment #47713727

    > This is hugely empowering and completely obsoletes most CMS systems. I went the other direction: instead of replacing the CMS, I open sourced a FUSE like layer [1] that mounts an…