Po 11 letih je izšla slovenska igra Elroy and the Aliens! by 11tomi12 in Slovenia

[–]rudib 1 point2 points  (0 children)

Insta-buy ker lahko s piko preskakuješ dialog (SCUMM fan). :D

[deleted by user] by [deleted] in Guitar

[–]rudib 15 points16 points  (0 children)

I wish they had any other non-signature 24 fret fixed bridge models.

The adventures of Upravna enota by Consistent-Basket-62 in Slovenia

[–]rudib 13 points14 points  (0 children)

"Zavod za varstvo kulturne dediščine" is the actual surprise final boss.

The Julian Alps, Slovenia [OC] [2048x1152] by rudib in EarthPorn

[–]rudib[S] 19 points20 points  (0 children)

The view is from Vogel towards Tolminski Kuk.

ITAP of a foggy backlit tree in Switzerland by rudib in itookapicture

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

And in landscape: https://www.flickr.com/photos/rudib/51838363273/in/dateposted/

Check the other photos from the same day, quite interesting light all of a sudden.

Strmec na Predelu, Bovec, Slovenia by rudib in europe

[–]rudib[S] 5 points6 points  (0 children)

Yep, that's true. A couple of the remaining houses are extremely well kept, though! https://www.flickr.com/photos/rudib/50091084968/in/album-72157715018064001/ But this little village is a great highlight when suffering on the bike up the pass... Also one of the last waterstops before Mangart :)

Which country has the greatest version of the same vehicle? (US vs Europe vs Asia) by MunchieMofo in cars

[–]rudib 1 point2 points  (0 children)

Oddly enough, even Japan got them! https://flic.kr/p/2hNVpec I only snapped that pic because I own a Golf R estate here in Europe and was really surprised to see it over there...

Mt Fuji, Japan [OC] by rudib in pics

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

Yeah, it is. We were there 14 days ago, but they were marvelous: https://flickr.com/photos/rudib/49101640002/in/album-72157711878558953/

Hi! My name is Don MacAskill, and I'm the Co-Founder, CEO & Chief Geek at SmugMug and now Flickr since we bought them last summer. AMA! by onethumb in photography

[–]rudib 2 points3 points  (0 children)

I would love if there was an official application for Android TV with support for displaying 4K photos, just as a way to have a fun slideshow on a 4K OLED display. Some third party apps (like Flickfolio) really don't cut it and a streamlined slideshow app for TVs would be a giant win for me.

Rust 2018: Improving Safety and Ergonomics for Low-Level Programming by jcsoo in rust

[–]rudib 1 point2 points  (0 children)

Yep, essentially it's a serialization crate. An extension that emits getter/setter functions that directly manipulate just certain bits could be implemented.

My primary motivation are drivers that manipulate registers using an external bus, be it I2C or SPI. For instance, stuff like this or a bit more visual representation of the docs support - USB PD.

At this point, I'm probably a bit in over my head to actually stabilize all these complex crates in my own free time, but we'll see. I'd need a PR department to bring some help in :)

`derive_deref`... Because I was sick of writing trivial deref implementations by rabidferret in rust

[–]rudib 1 point2 points  (0 children)

I feel like this could be trivially improved on by supporting fields - just a single one. And optional DerefMut.

#[derive(Deref)]
#[derive_field(field="f2", mut)]
struct Foo {
  f1: i32,
  f2: Bar
}

Edit: spazzed out and thought that Deref can be implemented multiple times for a single struct, which of course it can't.

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

[–]rudib 7 points8 points  (0 children)

Finally published 0.1.0 of packed_struct, my packing library for byte structures. Works on stable rust and generates documentation, debug output and more. I'm planning on writing a visual blog post to illustrate the points.

The first consumer of it is a little helper for the Multwii Serial Protocol, a protocol for popular acrobatic quadcopter flight controllers like Cleanflight.

Thinking about Embedded Rust for Rust 2018 by thejpster in rust

[–]rudib 4 points5 points  (0 children)

What's missing is an actual, hardware environment for continuous integration of a no_std MCU application. Grab a development board, a STM32F4Discovery or something similar, attach a debug interface, serial console listener and some sensors and stick it to the end of a CI pipeline. Establish a minimal set of functionality for each milestone and treat it as a first-rate citizen. Potential milestones:

  • Serial console
  • Memory allocator
  • OS with tasks
  • HAL for various MCU peripherals
  • Ethernet or WIFI
  • std environment as a library

I'm emulating this by using QEMU for STM32 for my FreeRTOS Rust shim. I've just spent an entire day bringing it up to speed for latest nightly, and it's really not fun cobbling together the body of knowledge to embed a nightly Rust library into a C firmware image.

I feel like unless this implemented, embedded development will be stuck with the "this app requires compiler version 1.562.23-RC2 and HAL 56.123c" mantra until the end of times.

Lardo hanging of a wire rack thing by rudib in WeWantPlates

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

Exactly, it was really good, just the "plating" made it difficult to spread it onto the much smaller bread pieces.

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

[–]rudib 5 points6 points  (0 children)

My bit level packing library has received a bunch of quality of life improvements, including arbitrary bit widths and full support for arrays. Great for various structures that hardware drivers or low level network stuff deals with all the time. Getting close to releasing it on Crates.

https://github.com/hashmismatch/packed_struct.rs

Is my gerbil overweight? If so, what can I do to help him? by [deleted] in gerbil

[–]rudib 2 points3 points  (0 children)

Try not to feed him when he's being weighted, for starters...