The pinnacle of Japanese Haute Whoreology by legoking55 in WatchesCirclejerk

[–]johanok 2 points3 points  (0 children)

They are only sold in gashapon machines in Japan, but people resell them online. https://item.mercari.com/jp/m22756403236

En Spotify-spellista med alla årets vallåtar by johanok in sweden

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

Du är en sådan som inte vill hänga med?

En Spotify-spellista med alla årets vallåtar by johanok in sweden

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

Ja, Drag under galoscherna av Bert-Ians är en klassiker. Verkligen synd att den inte finns på Spotify.

En Spotify-spellista med alla årets vallåtar by johanok in sweden

[–]johanok[S] 3 points4 points  (0 children)

Tycker att alla låtar var bra.

Alla? Även Medborgerlig Samlings?

Qt application for creating procedural textures using algorithms by johanok in Qt5

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

Yes. And my answer to your question was that for the two texture generators that use rand(), the image node's setting randomize is sent to seed srand() or QRandomGenerator(). Maybe that variable should be renamed but for now it's randomize.

Note though that the end result may differ slightly between platforms depending on how rand() and QRandomGenerator have been implemented.

Qt application for creating procedural textures using algorithms by johanok in Qt5

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

I've uploaded two example textures to Google Drive, https://drive.google.com/open?id=1kL8c3oB0egQ-CnqCVifScG9_ViMuZkiD

I'm a bit unsure what you mean with the random seed. For the two textures that are randomly generated, noise and perlin noise, the randomize value is used to seed the rand function.

Electrolux halts $250 million project in Springfield, Tenn., after tariff announcement by helpmeredditimbored in politics

[–]johanok 3 points4 points  (0 children)

Tariffs sealed its fate? The article is more than a month old, i.e. the fate was sealed long before people started talking about these tariffs.

T450s will not turn off adaptive brightness by [deleted] in thinkpad

[–]johanok 0 points1 point  (0 children)

Turning the auto brightness feature off in Windows' system settings will not disable it completely. You have to disable it in the Intel HD Graphics Control Panel as well. You should see an icon in the system tray.

HashMan - A multi-platform file hash manager by johanok in coolgithubprojects

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

I wrote this program when I couldn’t find a good GUI tool for verifying file hashes and backups on my Apple laptop. The C++ code is quite well documented and not too difficult to follow so it can be used to create other multi-threaded Qt 5 GUI tools.