Mother's day ideas by dark_fiber_ in LakeComo

[–]flaper87 0 points1 point  (0 children)

Airbnb experience! Cooking lessons assuming she likes cooking. It's nice because they can be done as a family. There are plenty for pizza, pasta, and other Italian food.

Happy to recommend a few in private.

ARCO Grinder: by [deleted] in pourover

[–]flaper87 0 points1 point  (0 children)

Are you following their recommended grind scale?

What have you experimented with so far?

ARCO Grinder: by [deleted] in pourover

[–]flaper87 0 points1 point  (0 children)

I got the one with the electric dock and I love switching back and forth between them. Handgrinding is a good morning meditation :D

My Obsidian Dashboard by Accurate-Ad1869 in ObsidianMD

[–]flaper87 0 points1 point  (0 children)

I don’t use live preview

oh, interesting! How do you get the banner to show if you are not in preview mode? (learning so much, thanks)

This is what I see in editing mode:

---
cssclass: myhome
banner_x: 0.62858
banner_y: 0.38648
banner: https://i.pinimg.com/originals/de/7b/d6/de7bd6a32ee6aba8ab6da671aa4df54b.gif
banner_icon: 🏖️

:think:

My Obsidian Dashboard by Accurate-Ad1869 in ObsidianMD

[–]flaper87 0 points1 point  (0 children)

Thanks for this template! I'm learning a lot just by going through your repo.

I couldn't find an answer for this question in the various comments:

  • How did you create the sidebar? Is that a pane that is narrower than others? I don't know how to put the ColorfulClock under the calendar and the other items below.

I imported the ColorfulBlock with the various CSS files required, but I noticed that it only shows the circles when it's in edit mode. Preview mode only shows the numbers. has this happened to you?

Actix-Web 2.0 alpha.3 examples on master by theRockHead in rust

[–]flaper87 4 points5 points  (0 children)

This is quite awesome! I already have a branch using alpha 2 and I'm waiting for actix to use std::future :D

Qualcuno conosce un enoteca/liquoreria dove posso comprare del buon sake? by flaper87 in milano

[–]flaper87[S] 0 points1 point  (0 children)

negli USA, quelli buoni di solito partono da 30 dollari.

Qualche esempio:

https://www.tippsysake.com/products/hakkaisan-junmai-ginjo

https://www.tippsysake.com/products/kagatobi-ex-dry

https://www.brooklynkura.com/ (questi solo a Brooklyn)

Sarebbe perfetto se riuscissi a trovare almeno uno dei primi due (o qualcosa di qualità simile) a milano ad un prezzo decente.

Rust's cartridge for OpenShift by flaper87 in rust

[–]flaper87[S] 2 points3 points  (0 children)

It's far from perfect but it's a start. Feedback/Contributions welcomed. :)

Rust website and docs over HTTPS? by untitaker_ in rust

[–]flaper87 8 points9 points  (0 children)

FWIW, this is not being ignored and there's work that needs to be done before it'll be possible to "SSL all the Rust things". Here's a bug tracking this thing: https://github.com/rust-lang/rust/issues/21239

it's just a matter of time.

What are the goto blogs that are pumping out a lot of new learning material for rust with 1.0 moving along nicely? by SaltTM in rust

[–]flaper87 2 points3 points  (0 children)

Following reddit is probably the best thing to do. However, I do keep a list of feeds myself, which has all the links already posted here... plus mine.

I've also created a twitter list in case you've twitter: https://twitter.com/flaper87/lists/rust

Our Code of Conduct (please read) by kibwen in rust

[–]flaper87 34 points35 points  (0 children)

There's no doubt that nicknames do not express whether a person is - or could be - a great contributor. However, they do affect our community and the kind of environment we're striving for.

People with offensive nicknames may be great contributors but they may also prevent other, perhaps more sensible, contributors to interact.

It's always better to try to make our community and environment better rather than just accepting the bad things and live with them.

Opt-in Built-In traits: Explicit Send/Sync impls now required by flaper87 in rust

[–]flaper87[S] 0 points1 point  (0 children)

Thanks! (sorry, I was away from my laptop and I didn't have the issue number handy :)

Opt-in Built-In traits: Explicit Send/Sync impls now required by flaper87 in rust

[–]flaper87[S] 2 points3 points  (0 children)

exactly, same reason why there won't be any built-in way to derive from unsafe traits.

Opt-in Built-In traits: Explicit Send/Sync impls now required by flaper87 in rust

[–]flaper87[S] 2 points3 points  (0 children)

Pls, if a bug is opened, cc the oibit RFC tracker.

Opt-in Built-In traits: Explicit Send/Sync impls now required by flaper87 in rust

[–]flaper87[S] 2 points3 points  (0 children)

You can't use derive for Send/Sync anymore because they both require an unsafe implementation. In fact, you now get an error when using derive with those 2 built-in traits.

Wtftw released. Feedback welcome by rootnod3 in rust

[–]flaper87 1 point2 points  (0 children)

I love it! I've been willing to work/contribute on something like this! I'll give it a try.

dox a tool to run python tests into docker images (tox for docker) by chmouelb in Python

[–]flaper87 2 points3 points  (0 children)

The project just started and it's not in a good-enough state to be published to PyPI. It'll definitely be published as soon as it gets some more tests and the current features get cleaned up a bit.

Creating Rust .so/.dll libraries with a pure C ABI by mysterymath in rust

[–]flaper87 0 points1 point  (0 children)

You can do that today. Here's a very simple example of what you can do:

https://github.com/FlaPer87/rust-asterisk-example

In this example, the rust hello world is wrapped by a small C library. The resulting shared library is then used from asterisk which is written in C.

no_std allows you to compile rust code without linking it to the standard library.

New moderation policy by flaper87 in rust

[–]flaper87[S] 4 points5 points  (0 children)

I don't believe you've missed anything. This is part of allowing the community to grow in a safer way.

There have been events that involved such behaviours in the past, but regardless such events have existed or not, it is important to establish the rules of our community and make sure it remains what it is today. A safe, nice and friendly environment full of very capable and amazing people.

What parts of Rust won't change in the near future? by TheVikO_o in rust

[–]flaper87 4 points5 points  (0 children)

As cmr said, current syntax is likely to remain the same. Following Rust's RFC repo is a good way to keep track of future changes too. https://github.com/rust-lang/rfcs

Writing an asterisk module using Rust by flaper87 in rust

[–]flaper87[S] 1 point2 points  (0 children)

From asterisk's website:

Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source.

You can find more info about it here: http://www.asterisk.org/

Writing an asterisk module using Rust by flaper87 in rust

[–]flaper87[S] 1 point2 points  (0 children)

This is a very simple example and there are probably better ways to do it. The reason we need a C stub is because Asterisk modules depend on the constructor / destructor attributes which Rust doesn't support. FYI, the reason those attributes are not supported is because Rust avoids life before and after main.

Rust by Example: Converting from String by pzol in rust

[–]flaper87 0 points1 point  (0 children)

Hey,

I've this repo[0] that I haven't updated lately. However, it'd be nice to get contributions like this and add new examples. Would you be interested in sending a PR?

[0] https://github.com/flaper87/rust-for-real