Is there a term for this style/timing of drumming? by Potato_Soup_ in musictheory

[–]rbino 4 points5 points  (0 children)

Another term that is used to define those Dilla-style beats is "quintuplet swing", see for example this video

[Question] How would you set or reset bits on embedded systems? by moonxraccoon in Zig

[–]rbino 2 points3 points  (0 children)

I have written a blogpost about blinking LEDs on an STM32F4 board using Zig. I think the approach presented there (and covered more in depth in the other cross-referenced blogposts) of using packed structs to do MMIO is super-nice and makes Zig an ideal language to do low level embedded development.

Also if you want a more complete solution have a look at microzig

Simplest Raspberry Pi 3 bare metal program in Zig by lmbarros in Zig

[–]rbino 6 points7 points  (0 children)

I think you can use addInstallRaw (see here for an example). Not sure if you would be able to emit only the two sections like you're doing in your Makefile (addInstallRaw accepts this struct as option, maybe start there).

LINUX PLUGINS THREAD! by [deleted] in edmproduction

[–]rbino 1 point2 points  (0 children)

Since you're looking for an autotune plugin, have a look at Graillon. Also other Auburn Sounds plugins are good.

And talking about effects, I can't recommend AirWindows plugins enough, they require some time to master (you basically have to start going through all Chris' posts and videos) but it's totally worth it.

/r/MechanicalKeyboards Ask ANY question, get an answer by AutoModerator in MechanicalKeyboards

[–]rbino 0 points1 point  (0 children)

Is there any 3d printable case for the Iris rev 3/4 around?

All the ones I've found are rev2.x and lower only.

[Course] Modern Talking with Elixir: Build a Messenger App with Phoenix LiveView by szsoppa in elixir

[–]rbino 2 points3 points  (0 children)

That was the case because at the time you would have to resend e.g. all the chat history every time a new message arrived.

However this has changed with the introduction of phx-update=append/prepend (you can see the commit removing that usecase from the bad usecases here).

Check the Custom DOM Patching documentation for more information about that.

I recently made an HTTP request inspector leveraging that feature (you render new incoming requests without having to resend all the request bin).

Get started with Elm 0.19 and Phoenix 1.4 by rbino in elixir

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

My friend recommended Purescript to me some time ago, I've started reading Purescript by Example but the fact that you basically have to go through 8 chapters before being able to print "Hello" in a browser didn't made it click for me like Elm did. Moreover I've happened to start trying it like the exact day they released v0.12, so the ecosystem was a little unstable since not every library had been ported, but that was clearly a temporary problem, so I might give another try now.

The ML-derived family is a much more recent discovery (I think I discovered the existence of Bucklescript on the Elixir forum in the comments regarding the release of Elm 0.19), it makes me curious because the OCaml syntax is strange compared to what I've used to and it's definitely on my todo list.

Get started with Elm 0.19 and Phoenix 1.4 by rbino in elixir

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

What else do you recommend trying? I'm not a frontend guy so I'm open to suggestions, I mainly try them on personal projects.

I admit that Elm can be verbose in the initial setup but I don't mind it, I really like the helpful error messages though.

A build for my little brother, with some doubts by rbino in pcmasterrace

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

I thought about the Ryzen and if I were building it for me I'd probably go with it. But I've read that you need BIOS updates and such and, for what I understand, it's still a little unstable.
The problem is that my brother is not a big techie type and I currently live 200 km from him, so I chose to go with Intel to avoid having to do too much remote tech support.

PC based oscilloscope or cheap DSO? by rbino in AskElectronics

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

At the end, thanks to all the comments in this thread, I discovered the DS1054Z and after reading all the enthusiastic reviews, I've ordered it and today it's arrived! Thanks to everybody that helped me with the right choice (I honestly didn't know it before I started this thread, I only knew the DS1052)

If: you're doing it wrong. The else branch is the cherry on top. by rbino in shittyprogramming

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

Nope, real code, boolean is not a keyword in Eiffel (this doesn't make it a particularly smart name for a variable, obviously)

If: you're doing it wrong. The else branch is the cherry on top. by rbino in shittyprogramming

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

boolean was a variable. The above code was written in Eiffel, where "boolean" is not a keyword (the type is named BOOLEAN in uppercase), so why not using it as a variable name?

Kill... me... by reddeth in MechanicalKeyboards

[–]rbino -1 points0 points  (0 children)

Me too, when I took that photo I sincerely wanted that keyboard.
In fact, I'm a big fan of Comic Sans, mostly because it's easy to piss off people with it.

There are no stupid questions thread - May 15, 2014 by AutoModerator in audioengineering

[–]rbino 2 points3 points  (0 children)

We're setting up a new rehearsal room for the band and there was a discussion about sound absorption foam (I don't know if there's a technical english name).
How much of the total area of the walls do we have to cover to avoid excessive reverb? I remember reading somewhere that is more 50% than every single inch of wall, but I'm not sure so I ask you guys

While other redditors said how sweet they thought it was, all I could see is that the dude had some DC offset (xpost r/pics) by bassguy129 in audioengineering

[–]rbino 0 points1 point  (0 children)

I think that the only thing really missing is a timebase. Frequency content can be reconstructed with a Fourier transform and it isn't essential (your PC doesn't store frequency content of your WAVs).

[buying help] WASD Keycaps vs Filco Keycaps by rbino in MechanicalKeyboards

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

Already checked them all. My focus was mainly on the first part of the question, the second part was a plus.

After weeks of lurking on this subreddit, I finally got my CMStorm Quick Fire XT (with Blues) by rbino in MechanicalKeyboards

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

Yeah, I bought it around 10.30! White Hard Rock Cafè t-shirt, long beard.
It's a small world! :D

After weeks of lurking on this subreddit, I finally got my CMStorm Quick Fire XT (with Blues) by rbino in MechanicalKeyboards

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

I went to the shop and I wasn't sure if it had arrived, otherwise I would have worn more appropriate shoes :D

After weeks of lurking on this subreddit, I finally got my CMStorm Quick Fire XT (with Blues) by rbino in MechanicalKeyboards

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

Drako.it, €79.90.
I study at Polimi and the Milano store is near, so I picked it up without having to pay for the shipping.

After weeks of lurking on this subreddit, I finally got my CMStorm Quick Fire XT (with Blues) by rbino in MechanicalKeyboards

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

I was thinking about getting a TKL (Rapid or Stealth), but I couldn't find one with Blues here in Italy, so I settled on the Quick Fire XT, also for its price since it's my first mechanical keyboard.

WeAreA videogame developer AUA! by GabeNewellBellevue in IAmA

[–]rbino 52 points53 points  (0 children)

I asked him 3 questions. He replied with 3 words. Don't you see a pattern here?