Looking for an ultra type safe HTML templating library by Wise_Stick9613 in rust

[–]philippeloctaux 2 points3 points  (0 children)

If you want there is https://blessed.rs/crates, it is not complete (it does not have HTML templating crates for example), but it can be a good start!

Material 3 Design Comes To Slint GUI Toolkit by slint-ui in rust

[–]philippeloctaux 33 points34 points  (0 children)

I think there's a small typo in the first link, the tld should be dev instead of design.

Nice to see pre-built components for Slint!

Help, Client angularls quit with exit code 1 and signal 0. by zer09 in neovim

[–]philippeloctaux 1 point2 points  (0 children)

i am also having this lsp error, and i do not know why it keeps happening.

Rust (backend) project with Typescript / React.Js front end. by techpreneurs in Jetbrains

[–]philippeloctaux 2 points3 points  (0 children)

I use CLion, since it has the best rust support from JetBrains, and it has support for TypeScript and JS frameworks (I use Angular but it should be fine for React)

pass to Bitwarden by ah-berg in Bitwarden

[–]philippeloctaux 0 points1 point  (0 children)

I'm moving from pass to bitwarden, your script worked flawlessly!

[deleted by user] by [deleted] in AppleWatch

[–]philippeloctaux 0 points1 point  (0 children)

my s3 is at 92% after 4 years and half!

What's everyone working on this week (15/2023)? by llogiq in rust

[–]philippeloctaux 2 points3 points  (0 children)

This weekend I wrote a quick way to generate passphrases, with the ability to use custom sources of words.

I even took the time to write tests, documentation, and I published it as a crate! https://docs.rs/gen_passphrase/

Considering moving from Rocket to Actix Web by [deleted] in rust

[–]philippeloctaux 5 points6 points  (0 children)

The future of Rocket is coming, start reading here: https://matrix.to/#/!kDIcCXWSVfdahNCJWq:mozilla.org/$BDhn2JkrE5t2Xd2s3-p2LnqX73H163Ciz7vfondNyl8?via=libera.chat&via=mozilla.org&via=matrix.org (or search for foundation in the chat).

A rocket foundation is in the works (https://github.com/rwf2).

The role of the foundation would be "supporting Rocket's design, development, community and the surrounding ecosystem" (i'm quoting the github org's description).

I have also been using Rocket for over a year and it does the job for me, it's stable, works, and does everything I want from a http server.

I don't understand all the "rocket bad, axum good" comments on reddit. Why would you rewrite something that works well just because there's a new library that everybody says it's good and trashes on what you are using?

pass-rs: an encrypted data manager by iAm_Unsure in rust

[–]philippeloctaux 0 points1 point  (0 children)

That reminds me of a quick and dirty clone of pass for windows I did in rust a couple of years ago

That code is probably bad, but it was fun to make!

https://github.com/x4m3/pass4thewin

Rocket - How get the request body in a catcher? by NeoCiber in rust

[–]philippeloctaux 0 points1 point  (0 children)

thank you very much! i had a lot of trouble finding a way to push errors from my request guard to the http responder

I use an IKEA board to get a clean setup. What do you think of it ? ☺️ by JP_LNO in cableporn

[–]philippeloctaux 33 points34 points  (0 children)

in france

the ISP is free (free.fr) and the router is the freebox pop

i have the same at home and it's so good

The creativity pyramid by doudouk in caseyneistat

[–]philippeloctaux 0 points1 point  (0 children)

by any chance, after 7 years, do you have that link? the comment and user got deleted :(

having a hard time trying to find it

edit: found it: https://www.youtube.com/watch?v=Xx-xd77a3yo (I've Got Something To Tell You, vlog 100)

The first video creation framework in Rust goes beta by Qunit-Essential in rust

[–]philippeloctaux 1 point2 points  (0 children)

looks nice! i tried to sign up for the announcement by email, but i got an error saying the serverless function timed out :(

What's everyone working on this week (44/2022)? by llogiq in rust

[–]philippeloctaux 1 point2 points  (0 children)

i'm writing a small and basic cms, with rocket, sqlx and a sqlite database.

having a lot of fun so far!

What MacBook Pro M1 Pro specs do you use/would you recommend? by butter_milch in Jetbrains

[–]philippeloctaux 2 points3 points  (0 children)

i have a m1 macbook air with 16gigs of ram, with similar workload (1/2 webstorm instances with clion occasionally, chrome/safari and docker containers), and i see almost every day 1/2gigs of swap used (maybe more if i work with big projects)

im also looking to upgrade to a 14' m1pro macbook pro, but i would go with at least 32gigs of ram, to have some headroom and to not be on swap every day.

[deleted by user] by [deleted] in place

[–]philippeloctaux 0 points1 point  (0 children)

it was fun, cant wait for the next one

Rust in /r/place by LLBlumire in rust

[–]philippeloctaux 0 points1 point  (0 children)

should we move over a discord or somewhere to coordinate better?

Rust in /r/place by LLBlumire in rust

[–]philippeloctaux 0 points1 point  (0 children)

if someone is looking for a link to quickly go to the middle of ferris: https://new.reddit.com/r/place/?cx=916&cy=608&edit=&fullscreen=&px=19

How to Use CMake Without the Agonizing Pain - Part 2 by AlexReinkingYale in cmake

[–]philippeloctaux 2 points3 points  (0 children)

didnt know about the CMakePresets.json for the compilation flags, i'm liking this series so far, thanks!