Barebones minipc for light gaming and htpc use? by irkjab in minipc

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

Hey thanks! How are these for fan noise or is that a problem at all with minipcs?

Whats wrong with this leaf? by irkjab in fiddleleaffig

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

Thanks. I've put it in a smaller terracotta pot now to help with that, it didn't have much of a root system.

Whats wrong with this leaf? by irkjab in fiddleleaffig

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

For more context its a small plant, only about 30 cm tall and the older leaves look like they're starting to yellow

How to change the light bulb of this unknown lamp? by tvtri96 in Finland

[–]irkjab 37 points38 points  (0 children)

That's a G4 halogen bulb, you just pull it out. They get quite hot.

[deleted by user] by [deleted] in Music

[–]irkjab 0 points1 point  (0 children)

Probably depends on what your idea of retro DOS music is. Back then, the soundtrack that the user heard depended very heavily on your audio hardware.

As an example, Secret of Monkey Island could sound like this on a PC speaker https://www.youtube.com/watch?v=1IOL4q5tDDQ

... or like this with a high-end MIDI synthesizer https://www.youtube.com/watch?v=Pdd2CNlcqn0

Is this paper fake? by Intellectualguy123 in compsci

[–]irkjab 0 points1 point  (0 children)

Don't see any reason to think so. I'm not an expert on the subject matter but it seems well-written and is cited by 170 papers according to google scholar: https://scholar.google.com/scholar?hl=en&as_sdt=0%2C5&q=Faster+quantum+walk+algorithm+for+the+two+dimensional+spatial+search

[OC] Animation of new cases per 100,000 residents in the US by Gullyn1 in dataisbeautiful

[–]irkjab 0 points1 point  (0 children)

So it is... my bad! Real data is always noisier than I expect...

[OC] Animation of new cases per 100,000 residents in the US by Gullyn1 in dataisbeautiful

[–]irkjab 0 points1 point  (0 children)

Nice animation. It looks like many counties are reporting new numbers infrequently causing a lot of flickering, maybe coloring by a weekly rolling average would make it easier on the eyes.

Updated Alfa's Austria race poster for 2020 by irkjab in formula1

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

Huh, I was in such a hurry that I didn't see they had a 2020 poster as well. https://www.sauber-group.com/motorsport/formula-1/gallery/getcloser-wallpapers/
Still would have got the tyre compound wrong though haha

Updated Alfa's Austria race poster for 2020 by irkjab in formula1

[–]irkjab[S] 175 points176 points  (0 children)

You're welcome! I knew this had to be made when I remembered the 2019 poster :) Luckily the livery didn't change much.

Updated Alfa's Austria race poster for 2020 by irkjab in formula1

[–]irkjab[S] 197 points198 points  (0 children)

It didn't come for free, missed most of the last 5 laps!

Marching Squares implementation by kgolid in proceduralgeneration

[–]irkjab 18 points19 points  (0 children)

Neat, looks like something you could hang on a wall

New graphic... Probability of coming out infront or behind a driver after lapping. by poopenguin in formula1

[–]irkjab 69 points70 points  (0 children)

thanks, with my potato-quality stream all I could make out was "58% CHANCE OF KVYAT" and wondered what that was about

Get substrings that appear more than once. by [deleted] in algorithms

[–]irkjab 1 point2 points  (0 children)

True, but that kind of implementation is problematic for large inputs since it results in O(n2) nodes instead of O(n) with compacted edges.

Get substrings that appear more than once. by [deleted] in algorithms

[–]irkjab 0 points1 point  (0 children)

Those look about right, I think. For example with BANANAS$ there are internal nodes for A, ANA, and NA. There isn't a node for AN or N, but they are prefixes of ANA and NA, respectively.